{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:d6e41ab4-efdb-4c8e-aa98-8ac5524853fa",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-15T04:21:41Z",
    "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": "google-webauth",
      "group": "@langchain",
      "version": "2.3.2",
      "description": "Web-based authentication support for Google services",
      "purl": "pkg:npm/%40langchain/google-webauth@2.3.2",
      "bom-ref": "pkg:npm/@langchain/google-webauth@2.3.2",
      "author": "LangChain",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "build, build:compile, clean, test, test:watch, test:single, test:int"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "build, build:compile, test:watch"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-google-webauth/"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@jest\\n@langchain\\n@swc\\n@tsconfig"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@jest/globals/package.json\\nnode_modules/@langchain/core/package.json\\nnode_modules/@langchain/google-common/package.json\\nnode_modules/@langchain/tsconfig/package.json\\nnode_modules/@swc/core/package.json\\nnode_modules/@swc/jest/package.json\\nnode_modules/@tsconfig/recommended/package.json\\nnode_modules/dotenv/package.json\\nnode_modules/dpdm/package.json\\nnode_modules/jest-environment-node/package.json\\nnode_modules/jest/package.json\\nnode_modules/ts-jest/package.json\\nnode_modules/typescript/package.json\\nnode_modules/web-auth-library/package.json\\nnode_modules/zod/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Colin McDonnell <zod@colinhacks.com>"
        }
      ],
      "group": "",
      "name": "zod",
      "version": "3.25.76",
      "description": "TypeScript-first schema declaration and validation library with static type inference",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/zod@3.25.76",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://zod.dev"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/colinhacks/zod.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/zod@3.25.76",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/zod/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/zod/package.json"
              }
            ],
            "concludedValue": "node_modules/zod/package.json"
          }
        ]
      },
      "tags": [
        "validation"
      ]
    },
    {
      "authors": [
        {
          "name": "Kriasoft <hello@kriasoft.com> (https://github.com/kriasoft)"
        }
      ],
      "group": "",
      "name": "web-auth-library",
      "version": "1.0.3",
      "description": "Authentication library for the browser environment using Web Crypto API",
      "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/web-auth-library@1.0.3",
      "type": "library",
      "bom-ref": "pkg:npm/web-auth-library@1.0.3",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/web-auth-library/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "web-auth-library/google,getAccessToken,web-auth-library/google/getAccessToken,getCredentials,web-auth-library/google/getCredentials,Credentials,web-auth-library/google/Credentials"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/web-auth-library/package.json"
              }
            ],
            "concludedValue": "node_modules/web-auth-library/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/auth.js",
            "line": 3
          },
          {
            "location": "dist/auth.js",
            "line": 23
          },
          {
            "location": "dist/auth.js",
            "line": 27
          },
          {
            "location": "dist/auth.cjs",
            "line": 3
          },
          {
            "location": "src/auth.ts",
            "line": 14
          },
          {
            "location": "src/auth.ts",
            "line": 53
          },
          {
            "location": "src/auth.ts",
            "line": 61
          },
          {
            "location": "dist/auth.d.cts",
            "line": 2
          }
        ]
      },
      "tags": [
        "crypto",
        "web"
      ]
    },
    {
      "authors": [
        {
          "name": "Microsoft Corp."
        }
      ],
      "group": "",
      "name": "typescript",
      "version": "7.0.2",
      "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@7.0.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://www.typescriptlang.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/microsoft/TypeScript.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/typescript@7.0.2",
      "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": "Kulshekhar Kabra <kulshekhar@users.noreply.github.com> (https://github.com/kulshekhar)"
        }
      ],
      "group": "",
      "name": "ts-jest",
      "version": "29.4.12",
      "description": "A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/ts-jest@29.4.12",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://kulshekhar.github.io/ts-jest"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/kulshekhar/ts-jest.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/ts-jest@29.4.12",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/ts-jest/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/ts-jest/package.json"
              }
            ],
            "concludedValue": "node_modules/ts-jest/package.json"
          }
        ]
      },
      "tags": [
        "test"
      ]
    },
    {
      "group": "",
      "name": "jest-environment-node",
      "version": "30.5.0",
      "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/jest-environment-node@30.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/jestjs/jest.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/jest-environment-node@30.5.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/jest-environment-node/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "jest-environment-node"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/jest-environment-node/package.json"
              }
            ],
            "concludedValue": "node_modules/jest-environment-node/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "jest.env.cjs",
            "line": 1
          }
        ]
      },
      "tags": [
        "test"
      ]
    },
    {
      "group": "",
      "name": "jest",
      "version": "30.5.0",
      "description": "Delightful JavaScript Testing.",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/jest@30.5.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://jestjs.io/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/jestjs/jest.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/jest@30.5.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/jest/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/jest/package.json"
              }
            ],
            "concludedValue": "node_modules/jest/package.json"
          }
        ]
      },
      "tags": [
        "test"
      ]
    },
    {
      "authors": [
        {
          "name": "acrazing <joking.young@gmail.com>"
        }
      ],
      "group": "",
      "name": "dpdm",
      "version": "4.3.0",
      "description": "Analyze circular dependencies in your JavaScript/TypeScript projects.",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/dpdm@4.3.0",
      "type": "library",
      "bom-ref": "pkg:npm/dpdm@4.3.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/dpdm/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/dpdm/package.json"
              }
            ],
            "concludedValue": "node_modules/dpdm/package.json"
          }
        ]
      }
    },
    {
      "group": "",
      "name": "dotenv",
      "version": "17.4.2",
      "description": "Loads environment variables from .env file",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "url": "https://opensource.org/licenses/BSD-2-Clause",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/dotenv@17.4.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/motdotla/dotenv#readme"
        },
        {
          "type": "vcs",
          "url": "git://github.com/motdotla/dotenv.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/dotenv@17.4.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/dotenv/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/dotenv/package.json"
              }
            ],
            "concludedValue": "node_modules/dotenv/package.json"
          }
        ]
      }
    },
    {
      "group": "@tsconfig",
      "name": "recommended",
      "version": "1.0.13",
      "description": "A base TSConfig for working with Recommended.",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40tsconfig/recommended@1.0.13",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tsconfig/bases.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@tsconfig/recommended@1.0.13",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@tsconfig/recommended/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/@tsconfig/recommended/package.json"
              }
            ],
            "concludedValue": "node_modules/@tsconfig/recommended/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "강동윤 <kdy1997.dev@gmail.com>"
        }
      ],
      "group": "@swc",
      "name": "jest",
      "version": "0.2.39",
      "description": "swc integration for jest",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40swc/jest@0.2.39",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/swc-project/pkgs/tree/main/packages/jest"
        },
        {
          "type": "vcs",
          "url": "https://github.com/swc-project/pkgs.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@swc/jest@0.2.39",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@swc/jest/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/@swc/jest/package.json"
              }
            ],
            "concludedValue": "node_modules/@swc/jest/package.json"
          }
        ]
      },
      "tags": [
        "test"
      ]
    },
    {
      "authors": [
        {
          "name": "강동윤 <kdy1997.dev@gmail.com>"
        }
      ],
      "group": "@swc",
      "name": "core",
      "version": "1.16.1",
      "description": "Super-fast alternative for babel",
      "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/%40swc/core@1.16.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://swc.rs"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/swc-project/swc.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@swc/core@1.16.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@swc/core/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/@swc/core/package.json"
              }
            ],
            "concludedValue": "node_modules/@swc/core/package.json"
          }
        ]
      }
    },
    {
      "group": "@langchain",
      "name": "tsconfig",
      "version": "0.0.1",
      "description": "Shared TypeScript configuration for LangChain.js packages",
      "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/%40langchain/tsconfig@0.0.1",
      "type": "library",
      "bom-ref": "pkg:npm/@langchain/tsconfig@0.0.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@langchain/tsconfig/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/@langchain/tsconfig/package.json"
              }
            ],
            "concludedValue": "node_modules/@langchain/tsconfig/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "LangChain"
        }
      ],
      "group": "@langchain",
      "name": "google-common",
      "version": "2.3.2",
      "description": "Core types and classes for Google services.",
      "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/%40langchain/google-common@2.3.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/langchain-ai/langchainjs/tree/main/libs/providers/langchain-google-common/"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@langchain/google-common@2.3.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@langchain/google-common/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@langchain/google-common,GoogleAbstractedFetchClient,@langchain/google-common/GoogleAbstractedFetchClient,ensureAuthOptionScopes,@langchain/google-common/ensureAuthOptionScopes,ChatGoogleBase,@langchain/google-common/ChatGoogleBase,BaseGoogleEmbeddings,@langchain/google-common/BaseGoogleEmbeddings,GoogleBaseLLM,@langchain/google-common/GoogleBaseLLM,GoogleAbstractedClientOps,@langchain/google-common/GoogleAbstractedClientOps,GoogleBaseLLMInput,@langchain/google-common/GoogleBaseLLMInput,ChatGoogleBaseInput,@langchain/google-common/ChatGoogleBaseInput,GoogleAbstractedClient,@langchain/google-common/GoogleAbstractedClient,GoogleConnectionParams,@langchain/google-common/GoogleConnectionParams,BaseGoogleEmbeddingsParams,@langchain/google-common/BaseGoogleEmbeddingsParams,@langchain/google-common/types,@langchain/google-common/utils,@langchain/google-common/experimental/media,BlobStoreAIStudioFileBase,@langchain/google-common/experimental/media/BlobStoreAIStudioFileBase,BlobStoreAIStudioFileBaseParams,@langchain/google-common/experimental/media/BlobStoreAIStudioFileBaseParams,BlobStoreGoogleCloudStorageBase,@langchain/google-common/experimental/media/BlobStoreGoogleCloudStorageBase,BlobStoreGoogleCloudStorageBaseParams,@langchain/google-common/experimental/media/BlobStoreGoogleCloudStorageBaseParams"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@langchain/google-common/package.json"
              }
            ],
            "concludedValue": "node_modules/@langchain/google-common/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/auth.js",
            "line": 1
          },
          {
            "location": "dist/auth.js",
            "line": 13
          },
          {
            "location": "dist/chat_models.js",
            "line": 2
          },
          {
            "location": "dist/embeddings.js",
            "line": 2
          },
          {
            "location": "dist/llms.js",
            "line": 2
          },
          {
            "location": "dist/auth.cjs",
            "line": 1
          },
          {
            "location": "dist/chat_models.cjs",
            "line": 2
          },
          {
            "location": "dist/embeddings.cjs",
            "line": 2
          },
          {
            "location": "dist/llms.cjs",
            "line": 2
          },
          {
            "location": "src/auth.ts",
            "line": 7
          },
          {
            "location": "src/auth.ts",
            "line": 41
          },
          {
            "location": "src/chat_models.ts",
            "line": 6
          },
          {
            "location": "src/embeddings.ts",
            "line": 6
          },
          {
            "location": "src/llms.ts",
            "line": 5
          },
          {
            "location": "src/media.ts",
            "line": 4
          },
          {
            "location": "dist/auth.d.cts",
            "line": 1
          },
          {
            "location": "dist/chat_models.d.cts",
            "line": 2
          },
          {
            "location": "dist/embeddings.d.cts",
            "line": 2
          },
          {
            "location": "dist/llms.d.cts",
            "line": 2
          },
          {
            "location": "dist/types.js",
            "line": 1
          },
          {
            "location": "dist/types.cjs",
            "line": 1
          },
          {
            "location": "src/types.ts",
            "line": 1
          },
          {
            "location": "dist/types.d.cts",
            "line": 1
          },
          {
            "location": "dist/utils.js",
            "line": 1
          },
          {
            "location": "dist/utils.cjs",
            "line": 1
          },
          {
            "location": "src/utils.ts",
            "line": 1
          },
          {
            "location": "dist/utils.d.cts",
            "line": 1
          },
          {
            "location": "src/media.ts",
            "line": 10
          }
        ]
      },
      "tags": [
        "cloud"
      ]
    },
    {
      "authors": [
        {
          "name": "LangChain"
        }
      ],
      "group": "@langchain",
      "name": "core",
      "version": "1.2.11",
      "description": "Core LangChain.js abstractions and schemas",
      "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/%40langchain/core@1.2.11",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/langchain-ai/langchainjs/tree/main/langchain-core/"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@langchain/core@1.2.11",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@langchain/core/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@langchain/core/utils/env,getEnvironmentVariable,@langchain/core/utils/env/getEnvironmentVariable"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@langchain/core/package.json"
              }
            ],
            "concludedValue": "node_modules/@langchain/core/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/auth.js",
            "line": 2
          },
          {
            "location": "dist/auth.js",
            "line": 11
          },
          {
            "location": "dist/auth.cjs",
            "line": 2
          },
          {
            "location": "src/auth.ts",
            "line": 1
          },
          {
            "location": "src/auth.ts",
            "line": 34
          },
          {
            "location": "src/auth.ts",
            "line": 35
          }
        ]
      }
    },
    {
      "group": "@jest",
      "name": "globals",
      "version": "30.5.0",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40jest/globals@30.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/jestjs/jest.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@jest/globals@30.5.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@jest/globals/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/@jest/globals/package.json"
              }
            ],
            "concludedValue": "node_modules/@jest/globals/package.json"
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@langchain/google-webauth@2.3.2"
      ],
      "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-15T04:21:41Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Tuesday, September 15, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'google-webauth' with version '2.3.2'. The package type in this SBOM is npm with 4 purl namespaces described under components. The components were identified from 15 source files."
    }
  ]
}