{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:f85cae6a-ccfd-4751-a17d-3dd313370623",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-24T11:48:32Z",
    "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": "kit",
      "group": "@solana",
      "version": "6.3.1",
      "description": "Solana Javascript API",
      "purl": "pkg:npm/%40solana/kit@6.3.1",
      "bom-ref": "pkg:npm/@solana/kit@6.3.1",
      "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"
        },
        {
          "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/accounts/package.json\\nnode_modules/@solana/addresses/package.json\\nnode_modules/@solana/codecs/package.json\\nnode_modules/@solana/errors/package.json\\nnode_modules/@solana/functional/package.json\\nnode_modules/@solana/instruction-plans/package.json\\nnode_modules/@solana/instructions/package.json\\nnode_modules/@solana/keys/package.json\\nnode_modules/@solana/offchain-messages/package.json\\nnode_modules/@solana/plugin-core/package.json\\nnode_modules/@solana/plugin-interfaces/package.json\\nnode_modules/@solana/program-client-core/package.json\\nnode_modules/@solana/programs/package.json\\nnode_modules/@solana/rpc-api/package.json\\nnode_modules/@solana/rpc-parsed-types/package.json\\nnode_modules/@solana/rpc-spec-types/package.json\\nnode_modules/@solana/rpc-subscriptions/package.json\\nnode_modules/@solana/rpc-types/package.json\\nnode_modules/@solana/rpc/package.json\\nnode_modules/@solana/signers/package.json\\nnode_modules/@solana/sysvars/package.json\\nnode_modules/@solana/transaction-confirmation/package.json\\nnode_modules/@solana/transaction-messages/package.json\\nnode_modules/@solana/transactions/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": "transactions",
      "version": "6.3.1",
      "description": "Helpers for creating and serializing transactions",
      "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/transactions@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanatransactions"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/transactions@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/transactions/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/transactions,getBase64EncodedWireTransaction,@solana/transactions/getBase64EncodedWireTransaction,getSignatureFromTransaction,@solana/transactions/getSignatureFromTransaction,SendableTransaction,@solana/transactions/SendableTransaction,Transaction,@solana/transactions/Transaction,TransactionWithDurableNonceLifetime,@solana/transactions/TransactionWithDurableNonceLifetime"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/transactions/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/transactions/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 20
          },
          {
            "location": "dist/index.node.cjs",
            "line": 20
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 22
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 23
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 140
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 232
          },
          {
            "location": "dist/index.native.mjs",
            "line": 22
          },
          {
            "location": "dist/index.native.mjs",
            "line": 23
          },
          {
            "location": "dist/index.native.mjs",
            "line": 140
          },
          {
            "location": "dist/index.native.mjs",
            "line": 232
          },
          {
            "location": "dist/index.node.mjs",
            "line": 22
          },
          {
            "location": "dist/index.node.mjs",
            "line": 23
          },
          {
            "location": "dist/index.node.mjs",
            "line": 140
          },
          {
            "location": "dist/index.node.mjs",
            "line": 232
          },
          {
            "location": "src/index.ts",
            "line": 27
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 16
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 155
          },
          {
            "location": "src/send-and-confirm-transaction.ts",
            "line": 9
          },
          {
            "location": "src/send-transaction-internal.ts",
            "line": 14
          },
          {
            "location": "src/send-transaction-internal.ts",
            "line": 81
          },
          {
            "location": "src/send-transaction-without-confirming.ts",
            "line": 2
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "transaction-messages",
      "version": "6.3.1",
      "description": "Helpers for creating transaction messages",
      "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/transaction-messages@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanatransaction-messages"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/transaction-messages@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/transaction-messages/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/transaction-messages,decompileTransactionMessage,@solana/transaction-messages/decompileTransactionMessage,CompiledTransactionMessage,@solana/transaction-messages/CompiledTransactionMessage,CompiledTransactionMessageWithLifetime,@solana/transaction-messages/CompiledTransactionMessageWithLifetime,TransactionMessage,@solana/transaction-messages/TransactionMessage,TransactionMessageWithFeePayer,@solana/transaction-messages/TransactionMessageWithFeePayer,TransactionMessageWithLifetime,@solana/transaction-messages/TransactionMessageWithLifetime,AddressesByLookupTableAddress,@solana/transaction-messages/AddressesByLookupTableAddress"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/transaction-messages/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/transaction-messages/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 19
          },
          {
            "location": "dist/index.node.cjs",
            "line": 19
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 20
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 21
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 96
          },
          {
            "location": "dist/index.native.mjs",
            "line": 20
          },
          {
            "location": "dist/index.native.mjs",
            "line": 21
          },
          {
            "location": "dist/index.native.mjs",
            "line": 96
          },
          {
            "location": "dist/index.node.mjs",
            "line": 20
          },
          {
            "location": "dist/index.node.mjs",
            "line": 21
          },
          {
            "location": "dist/index.node.mjs",
            "line": 96
          },
          {
            "location": "src/decompile-transaction-message-fetching-lookup-tables.ts",
            "line": 10
          },
          {
            "location": "src/decompile-transaction-message-fetching-lookup-tables.ts",
            "line": 46
          },
          {
            "location": "src/fetch-lookup-tables.ts",
            "line": 9
          },
          {
            "location": "src/index.ts",
            "line": 26
          }
        ]
      },
      "tags": [
        "transaction"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "transaction-confirmation",
      "version": "6.3.1",
      "description": "Helpers for confirming Solana transactions",
      "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/transaction-confirmation@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanatransaction-confirmation"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/transaction-confirmation@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/transaction-confirmation/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/transaction-confirmation,createRecentSignatureConfirmationPromiseFactory,@solana/transaction-confirmation/createRecentSignatureConfirmationPromiseFactory,createNonceInvalidationPromiseFactory,@solana/transaction-confirmation/createNonceInvalidationPromiseFactory,createBlockHeightExceedencePromiseFactory,@solana/transaction-confirmation/createBlockHeightExceedencePromiseFactory,waitForRecentTransactionConfirmationUntilTimeout,@solana/transaction-confirmation/waitForRecentTransactionConfirmationUntilTimeout,getTimeoutPromise,@solana/transaction-confirmation/getTimeoutPromise,waitForDurableNonceTransactionConfirmation,@solana/transaction-confirmation/waitForDurableNonceTransactionConfirmation,waitForRecentTransactionConfirmation,@solana/transaction-confirmation/waitForRecentTransactionConfirmation,TransactionWithLastValidBlockHeight,@solana/transaction-confirmation/TransactionWithLastValidBlockHeight"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/transaction-confirmation/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/transaction-confirmation/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 21
          },
          {
            "location": "dist/index.node.cjs",
            "line": 21
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 24
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 52
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 57
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 196
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 197
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 234
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 253
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 257
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 262
          },
          {
            "location": "dist/index.native.mjs",
            "line": 24
          },
          {
            "location": "dist/index.native.mjs",
            "line": 52
          },
          {
            "location": "dist/index.native.mjs",
            "line": 57
          },
          {
            "location": "dist/index.native.mjs",
            "line": 196
          },
          {
            "location": "dist/index.native.mjs",
            "line": 197
          },
          {
            "location": "dist/index.native.mjs",
            "line": 234
          },
          {
            "location": "dist/index.native.mjs",
            "line": 253
          },
          {
            "location": "dist/index.native.mjs",
            "line": 257
          },
          {
            "location": "dist/index.native.mjs",
            "line": 262
          },
          {
            "location": "dist/index.node.mjs",
            "line": 24
          },
          {
            "location": "dist/index.node.mjs",
            "line": 52
          },
          {
            "location": "dist/index.node.mjs",
            "line": 57
          },
          {
            "location": "dist/index.node.mjs",
            "line": 196
          },
          {
            "location": "dist/index.node.mjs",
            "line": 197
          },
          {
            "location": "dist/index.node.mjs",
            "line": 234
          },
          {
            "location": "dist/index.node.mjs",
            "line": 253
          },
          {
            "location": "dist/index.node.mjs",
            "line": 257
          },
          {
            "location": "dist/index.node.mjs",
            "line": 262
          },
          {
            "location": "src/airdrop-internal.ts",
            "line": 5
          },
          {
            "location": "src/airdrop.ts",
            "line": 8
          },
          {
            "location": "src/airdrop.ts",
            "line": 57
          },
          {
            "location": "src/airdrop.ts",
            "line": 67
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 10
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 86
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 89
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 158
          },
          {
            "location": "src/send-and-confirm-transaction.ts",
            "line": 8
          },
          {
            "location": "src/send-and-confirm-transaction.ts",
            "line": 67
          },
          {
            "location": "src/send-and-confirm-transaction.ts",
            "line": 71
          },
          {
            "location": "src/send-and-confirm-transaction.ts",
            "line": 81
          },
          {
            "location": "src/send-transaction-internal.ts",
            "line": 8
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "sysvars",
      "version": "6.3.1",
      "description": "An abstraction layer over signing messages and transactions in 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/sysvars@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanasysvars"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/sysvars@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/sysvars/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/@solana/sysvars/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/sysvars/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "signers",
      "version": "6.3.1",
      "description": "An abstraction layer over signing messages and transactions in 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/signers@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanasigners"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/signers@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/signers/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/signers"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/signers/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/signers/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 18
          },
          {
            "location": "dist/index.node.cjs",
            "line": 18
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 19
          },
          {
            "location": "dist/index.native.mjs",
            "line": 19
          },
          {
            "location": "dist/index.node.mjs",
            "line": 19
          },
          {
            "location": "src/index.ts",
            "line": 25
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "rpc-types",
      "version": "6.3.1",
      "description": "Type definitions for values used in the Solana RPC, and helper functions for working with them",
      "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/rpc-types@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanarpc-types"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/rpc-types@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/rpc-types/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/rpc-types,commitmentComparator,@solana/rpc-types/commitmentComparator,Commitment,@solana/rpc-types/Commitment,Lamports,@solana/rpc-types/Lamports"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/rpc-types/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/rpc-types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 17
          },
          {
            "location": "dist/index.node.cjs",
            "line": 17
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 17
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 18
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 116
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 217
          },
          {
            "location": "dist/index.native.mjs",
            "line": 17
          },
          {
            "location": "dist/index.native.mjs",
            "line": 18
          },
          {
            "location": "dist/index.native.mjs",
            "line": 116
          },
          {
            "location": "dist/index.native.mjs",
            "line": 217
          },
          {
            "location": "dist/index.node.mjs",
            "line": 17
          },
          {
            "location": "dist/index.node.mjs",
            "line": 18
          },
          {
            "location": "dist/index.node.mjs",
            "line": 116
          },
          {
            "location": "dist/index.node.mjs",
            "line": 217
          },
          {
            "location": "src/airdrop-internal.ts",
            "line": 4
          },
          {
            "location": "src/get-minimum-balance-for-rent-exemption.ts",
            "line": 1
          },
          {
            "location": "src/index.ts",
            "line": 24
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 5
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 129
          },
          {
            "location": "src/send-transaction-internal.ts",
            "line": 3
          },
          {
            "location": "src/send-transaction-internal.ts",
            "line": 58
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "rpc-subscriptions",
      "version": "6.3.1",
      "description": "A library for subscribing to Solana RPC notifications",
      "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/rpc-subscriptions@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanarpc-subscriptions"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/rpc-subscriptions@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/rpc-subscriptions/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/rpc-subscriptions,RpcSubscriptions,@solana/rpc-subscriptions/RpcSubscriptions,SignatureNotificationsApi,@solana/rpc-subscriptions/SignatureNotificationsApi,AccountNotificationsApi,@solana/rpc-subscriptions/AccountNotificationsApi,SlotNotificationsApi,@solana/rpc-subscriptions/SlotNotificationsApi"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/rpc-subscriptions/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/rpc-subscriptions/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 16
          },
          {
            "location": "dist/index.node.cjs",
            "line": 16
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 16
          },
          {
            "location": "dist/index.native.mjs",
            "line": 16
          },
          {
            "location": "dist/index.node.mjs",
            "line": 16
          },
          {
            "location": "src/airdrop.ts",
            "line": 3
          },
          {
            "location": "src/index.ts",
            "line": 23
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 4
          },
          {
            "location": "src/send-and-confirm-transaction.ts",
            "line": 2
          }
        ]
      },
      "tags": [
        "rpc"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "rpc-spec-types",
      "version": "6.3.1",
      "description": "Shared generic JSON RPC specifications",
      "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/rpc-spec-types@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanarpc-spec-types"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/rpc-spec-types@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/rpc-spec-types/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "@solana/rpc-spec-types,RpcRequest,@solana/rpc-spec-types/RpcRequest,RpcRequestTransformer,@solana/rpc-spec-types/RpcRequestTransformer,RpcResponse,@solana/rpc-spec-types/RpcResponse,RpcResponseData,@solana/rpc-spec-types/RpcResponseData,RpcResponseTransformer,@solana/rpc-spec-types/RpcResponseTransformer"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/rpc-spec-types"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/rpc-spec-types/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/rpc-spec-types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 22
          },
          {
            "location": "dist/index.node.cjs",
            "line": 22
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 25
          },
          {
            "location": "dist/index.native.mjs",
            "line": 25
          },
          {
            "location": "dist/index.node.mjs",
            "line": 25
          },
          {
            "location": "src/index.ts",
            "line": 42
          },
          {
            "location": "src/index.ts",
            "line": 43
          }
        ]
      },
      "tags": [
        "json",
        "rpc"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "rpc-parsed-types",
      "version": "6.3.1",
      "description": "Type definitions for parsed types used in the Solana RPC",
      "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/rpc-parsed-types@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanarpc-parsed-types"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/rpc-parsed-types@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/rpc-parsed-types/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/rpc-parsed-types"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/rpc-parsed-types/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/rpc-parsed-types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 15
          },
          {
            "location": "dist/index.node.cjs",
            "line": 15
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 15
          },
          {
            "location": "dist/index.native.mjs",
            "line": 15
          },
          {
            "location": "dist/index.node.mjs",
            "line": 15
          },
          {
            "location": "src/index.ts",
            "line": 22
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "rpc-api",
      "version": "6.3.1",
      "description": "Defines all default Solana RPC methods as types",
      "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/rpc-api@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanarpc-api"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/rpc-api@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/rpc-api/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/@solana/rpc-api/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/rpc-api/package.json"
          }
        ]
      },
      "tags": [
        "rpc"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "rpc",
      "version": "6.3.1",
      "description": "A library for sending JSON RPC requests to Solana RPCs",
      "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/rpc@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanarpc"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/rpc@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/rpc/package.json"
        },
        {
          "name": "ExportedModules",
          "value": "@solana/rpc-spec-types,RpcRequest,@solana/rpc-spec-types/RpcRequest,RpcRequestTransformer,@solana/rpc-spec-types/RpcRequestTransformer,RpcResponse,@solana/rpc-spec-types/RpcResponse,RpcResponseData,@solana/rpc-spec-types/RpcResponseData,RpcResponseTransformer,@solana/rpc-spec-types/RpcResponseTransformer"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/rpc,RequestAirdropApi,@solana/rpc/RequestAirdropApi,@solana/rpc/Rpc,GetSignatureStatusesApi,@solana/rpc/GetSignatureStatusesApi,GetMultipleAccountsApi,@solana/rpc/GetMultipleAccountsApi,GetAccountInfoApi,@solana/rpc/GetAccountInfoApi,SendTransactionApi,@solana/rpc/SendTransactionApi,GetEpochInfoApi,@solana/rpc/GetEpochInfoApi"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/rpc/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/rpc/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 14
          },
          {
            "location": "dist/index.node.cjs",
            "line": 14
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 14
          },
          {
            "location": "dist/index.native.mjs",
            "line": 14
          },
          {
            "location": "dist/index.node.mjs",
            "line": 14
          },
          {
            "location": "src/airdrop-internal.ts",
            "line": 3
          },
          {
            "location": "src/airdrop.ts",
            "line": 2
          },
          {
            "location": "src/decompile-transaction-message-fetching-lookup-tables.ts",
            "line": 2
          },
          {
            "location": "src/fetch-lookup-tables.ts",
            "line": 8
          },
          {
            "location": "src/index.ts",
            "line": 21
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 3
          },
          {
            "location": "src/send-and-confirm-transaction.ts",
            "line": 1
          },
          {
            "location": "src/send-transaction-internal.ts",
            "line": 2
          },
          {
            "location": "src/send-transaction-without-confirming.ts",
            "line": 1
          }
        ]
      },
      "tags": [
        "json",
        "rpc"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "programs",
      "version": "6.3.1",
      "description": "Helpers for defining programs and resolving program 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/programs@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanaprograms"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/programs@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/programs/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/programs"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/programs/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/programs/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 13
          },
          {
            "location": "dist/index.node.cjs",
            "line": 13
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 13
          },
          {
            "location": "dist/index.native.mjs",
            "line": 13
          },
          {
            "location": "dist/index.node.mjs",
            "line": 13
          },
          {
            "location": "src/index.ts",
            "line": 20
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "program-client-core",
      "version": "6.3.1",
      "description": "Core utilities for building Solana program clients",
      "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/program-client-core@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanaprogram-client-core"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/program-client-core@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/program-client-core/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/program-client-core"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/program-client-core/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/program-client-core/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/program-client-core.browser.cjs",
            "line": 3
          },
          {
            "location": "dist/program-client-core.node.cjs",
            "line": 3
          },
          {
            "location": "dist/program-client-core.browser.mjs",
            "line": 1
          },
          {
            "location": "dist/program-client-core.native.mjs",
            "line": 1
          },
          {
            "location": "dist/program-client-core.node.mjs",
            "line": 1
          },
          {
            "location": "src/program-client-core.ts",
            "line": 1
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "plugin-interfaces",
      "version": "6.3.1",
      "description": "TypeScript interfaces for building pluggable Solana clients",
      "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/%40solana/plugin-interfaces@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanaplugin-interfaces"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/plugin-interfaces@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/plugin-interfaces/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/plugin-interfaces"
        },
        {
          "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/@solana/plugin-interfaces/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/plugin-interfaces/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "src/index.ts",
            "line": 19
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "plugin-core",
      "version": "6.3.1",
      "description": "Core helpers for creating and extending Kit clients with plugins",
      "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/plugin-core@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanaplugin-core"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/plugin-core@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/plugin-core/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/plugin-core"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/plugin-core/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/plugin-core/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 12
          },
          {
            "location": "dist/index.node.cjs",
            "line": 12
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 12
          },
          {
            "location": "dist/index.native.mjs",
            "line": 12
          },
          {
            "location": "dist/index.node.mjs",
            "line": 12
          },
          {
            "location": "src/index.ts",
            "line": 18
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "offchain-messages",
      "version": "6.3.1",
      "description": "Helpers for encoding and decoding messages according to the offchain message specification",
      "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/offchain-messages@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanaoffchain-messages"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/offchain-messages@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/offchain-messages/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/offchain-messages"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/offchain-messages/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/offchain-messages/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 11
          },
          {
            "location": "dist/index.node.cjs",
            "line": 11
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 11
          },
          {
            "location": "dist/index.native.mjs",
            "line": 11
          },
          {
            "location": "dist/index.node.mjs",
            "line": 11
          },
          {
            "location": "src/index.ts",
            "line": 17
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "keys",
      "version": "6.3.1",
      "description": "Helpers for generating and transforming key material",
      "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/keys@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanakeys"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/keys@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/keys/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/keys,Signature,@solana/keys/Signature"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/keys/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/keys/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 10
          },
          {
            "location": "dist/index.node.cjs",
            "line": 10
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 10
          },
          {
            "location": "dist/index.native.mjs",
            "line": 10
          },
          {
            "location": "dist/index.node.mjs",
            "line": 10
          },
          {
            "location": "src/airdrop-internal.ts",
            "line": 2
          },
          {
            "location": "src/airdrop.ts",
            "line": 1
          },
          {
            "location": "src/index.ts",
            "line": 16
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 2
          },
          {
            "location": "src/send-transaction-internal.ts",
            "line": 1
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "instructions",
      "version": "6.3.1",
      "description": "Helpers for creating transaction instructions",
      "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/instructions@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanainstructions"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/instructions@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/instructions/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/instructions"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/instructions/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/instructions/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 8
          },
          {
            "location": "dist/index.node.cjs",
            "line": 8
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 8
          },
          {
            "location": "dist/index.native.mjs",
            "line": 8
          },
          {
            "location": "dist/index.node.mjs",
            "line": 8
          },
          {
            "location": "src/index.ts",
            "line": 14
          }
        ]
      },
      "tags": [
        "transaction"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "instruction-plans",
      "version": "6.3.1",
      "description": "Construct, plan and execute transactions from multiple instructions.",
      "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/instruction-plans@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanainstruction-plans"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/instruction-plans@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/instruction-plans/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/instruction-plans"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/instruction-plans/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/instruction-plans/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 9
          },
          {
            "location": "dist/index.node.cjs",
            "line": 9
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 9
          },
          {
            "location": "dist/index.native.mjs",
            "line": 9
          },
          {
            "location": "dist/index.node.mjs",
            "line": 9
          },
          {
            "location": "src/index.ts",
            "line": 15
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "functional",
      "version": "6.3.1",
      "description": "Functional JavaScript helpers",
      "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/functional@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanafunctional"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/functional@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/functional/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/functional"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/functional/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/functional/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 7
          },
          {
            "location": "dist/index.node.cjs",
            "line": 7
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 7
          },
          {
            "location": "dist/index.native.mjs",
            "line": 7
          },
          {
            "location": "dist/index.node.mjs",
            "line": 7
          },
          {
            "location": "src/index.ts",
            "line": 13
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "errors",
      "version": "6.3.1",
      "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@6.3.1",
      "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@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/errors/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/errors,isSolanaError,@solana/errors/isSolanaError,SOLANA_ERROR__INVALID_NONCE,@solana/errors/SOLANA_ERROR__INVALID_NONCE,getSolanaErrorFromTransactionError,@solana/errors/getSolanaErrorFromTransactionError"
        },
        {
          "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": 6
          },
          {
            "location": "dist/index.node.cjs",
            "line": 6
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 5
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 6
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 206
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 219
          },
          {
            "location": "dist/index.native.mjs",
            "line": 5
          },
          {
            "location": "dist/index.native.mjs",
            "line": 6
          },
          {
            "location": "dist/index.native.mjs",
            "line": 206
          },
          {
            "location": "dist/index.native.mjs",
            "line": 219
          },
          {
            "location": "dist/index.node.mjs",
            "line": 5
          },
          {
            "location": "dist/index.node.mjs",
            "line": 6
          },
          {
            "location": "dist/index.node.mjs",
            "line": 206
          },
          {
            "location": "dist/index.node.mjs",
            "line": 219
          },
          {
            "location": "src/index.ts",
            "line": 12
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 1
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 109
          },
          {
            "location": "src/send-and-confirm-durable-nonce-transaction.ts",
            "line": 133
          }
        ]
      },
      "tags": [
        "decode"
      ]
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "codecs",
      "version": "6.3.1",
      "description": "A library for encoding and decoding any data structure",
      "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@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanacodecs"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/codecs@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/codecs/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/codecs"
        },
        {
          "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/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/codecs/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 5
          },
          {
            "location": "dist/index.node.cjs",
            "line": 5
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 4
          },
          {
            "location": "dist/index.native.mjs",
            "line": 4
          },
          {
            "location": "dist/index.node.mjs",
            "line": 4
          },
          {
            "location": "src/index.ts",
            "line": 11
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "addresses",
      "version": "6.3.1",
      "description": "Helpers for generating account addresses",
      "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/addresses@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanaaddresses"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/addresses@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/addresses/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/addresses,Address,@solana/addresses/Address"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/addresses/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/addresses/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/index.browser.cjs",
            "line": 4
          },
          {
            "location": "dist/index.node.cjs",
            "line": 4
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 3
          },
          {
            "location": "dist/index.native.mjs",
            "line": 3
          },
          {
            "location": "dist/index.node.mjs",
            "line": 3
          },
          {
            "location": "src/airdrop-internal.ts",
            "line": 1
          },
          {
            "location": "src/fetch-lookup-tables.ts",
            "line": 7
          },
          {
            "location": "src/index.ts",
            "line": 10
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Solana Labs Maintainers <maintainers@solanalabs.com>"
        }
      ],
      "group": "@solana",
      "name": "accounts",
      "version": "6.3.1",
      "description": "Helpers for representing, fetching and decoding Solana accounts",
      "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/accounts@6.3.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.solanakit.com/api#solanaaccounts"
        },
        {
          "type": "vcs",
          "url": "https://github.com/anza-xyz/kit"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@solana/accounts@6.3.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@solana/accounts/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@solana/accounts,fetchJsonParsedAccounts,@solana/accounts/fetchJsonParsedAccounts,assertAccountsDecoded,@solana/accounts/assertAccountsDecoded,assertAccountsExist,@solana/accounts/assertAccountsExist,FetchAccountsConfig,@solana/accounts/FetchAccountsConfig"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@solana/accounts/package.json"
              }
            ],
            "concludedValue": "node_modules/@solana/accounts/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": 2
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 75
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 80
          },
          {
            "location": "dist/index.browser.mjs",
            "line": 81
          },
          {
            "location": "dist/index.native.mjs",
            "line": 1
          },
          {
            "location": "dist/index.native.mjs",
            "line": 2
          },
          {
            "location": "dist/index.native.mjs",
            "line": 75
          },
          {
            "location": "dist/index.native.mjs",
            "line": 80
          },
          {
            "location": "dist/index.native.mjs",
            "line": 81
          },
          {
            "location": "dist/index.node.mjs",
            "line": 1
          },
          {
            "location": "dist/index.node.mjs",
            "line": 2
          },
          {
            "location": "dist/index.node.mjs",
            "line": 75
          },
          {
            "location": "dist/index.node.mjs",
            "line": 80
          },
          {
            "location": "dist/index.node.mjs",
            "line": 81
          },
          {
            "location": "src/decompile-transaction-message-fetching-lookup-tables.ts",
            "line": 1
          },
          {
            "location": "src/fetch-lookup-tables.ts",
            "line": 6
          },
          {
            "location": "src/fetch-lookup-tables.ts",
            "line": 31
          },
          {
            "location": "src/fetch-lookup-tables.ts",
            "line": 37
          },
          {
            "location": "src/fetch-lookup-tables.ts",
            "line": 38
          },
          {
            "location": "src/index.ts",
            "line": 9
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@solana/kit@6.3.1"
      ],
      "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-24T11:48:32Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, August 24, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'kit' with version '6.3.1'. The package type in this SBOM is npm with a single purl namespace '@solana' described under components. The components were identified from 25 source files."
    }
  ]
}