{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:9fbc2d72-eb07-4b1c-8440-3b8f173428db",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-21T18:00:13Z",
    "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": "utils",
      "group": "@wdio",
      "version": "9.31.2",
      "description": "A WDIO helper utility to provide several utility functions used across the project.",
      "purl": "pkg:npm/%40wdio/utils@9.31.2",
      "bom-ref": "pkg:npm/@wdio/utils@9.31.2",
      "author": "Christian Bromann <mail@bromann.dev>",
      "properties": [
        {
          "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/webdriverio/webdriverio/tree/main/packages/wdio-utils"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@puppeteer\\n@wdio"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@puppeteer/browsers/package.json\\nnode_modules/@wdio/logger/package.json\\nnode_modules/@wdio/types/package.json\\nnode_modules/decamelize/package.json\\nnode_modules/deepmerge-ts/package.json\\nnode_modules/edgedriver/package.json\\nnode_modules/geckodriver/package.json\\nnode_modules/get-port/package.json\\nnode_modules/import-meta-resolve/package.json\\nnode_modules/locate-app/package.json\\nnode_modules/mitt/package.json\\nnode_modules/safaridriver/package.json\\nnode_modules/split2/package.json\\nnode_modules/wait-port/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Dave Kerr"
        }
      ],
      "group": "",
      "name": "wait-port",
      "version": "1.1.0",
      "description": "Utility to wait for a TCP port to open.",
      "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/wait-port@1.1.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/dwmkerr/wait-port#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/dwmkerr/wait-port.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/wait-port@1.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/wait-port/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "wait-port"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/wait-port/package.json"
              }
            ],
            "concludedValue": "node_modules/wait-port/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 7
          },
          {
            "location": "build/node.js",
            "line": 426
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 7
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 227
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Matteo Collina <hello@matteocollina.com>"
        }
      ],
      "group": "",
      "name": "split2",
      "version": "4.2.0",
      "description": "split a Text Stream into a Line Stream, using Stream 3",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "url": "https://opensource.org/licenses/ISC",
            "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/split2@4.2.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/mcollina/split2.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/split2@4.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/split2/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "split2"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/split2/package.json"
              }
            ],
            "concludedValue": "node_modules/split2/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 9
          },
          {
            "location": "build/node.js",
            "line": 423
          },
          {
            "location": "build/node.js",
            "line": 424
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 9
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 223
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 224
          }
        ]
      },
      "tags": [
        "stream"
      ]
    },
    {
      "authors": [
        {
          "name": "Christian Bromann <mail@bromann.dev>"
        }
      ],
      "group": "",
      "name": "safaridriver",
      "version": "1.0.1",
      "description": "An NPM wrapper for handling the Safaridriver binary.",
      "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/safaridriver@1.0.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webdriverio-community/node-safaridriver#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio-community/node-safaridriver.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/safaridriver@1.0.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/safaridriver/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "safaridriver,start,safaridriver/start,SafaridriverOptions,safaridriver/SafaridriverOptions"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/safaridriver/package.json"
              }
            ],
            "concludedValue": "node_modules/safaridriver/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 11
          },
          {
            "location": "build/node.js",
            "line": 371
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 12
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 141
          }
        ]
      },
      "tags": [
        "binary"
      ]
    },
    {
      "group": "",
      "name": "mitt",
      "version": "3.0.1",
      "description": "Tiny 200b functional Event Emitter / pubsub.",
      "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/mitt@3.0.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/developit/mitt"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/mitt@3.0.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/mitt/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "mitt"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/mitt/package.json"
              }
            ],
            "concludedValue": "node_modules/mitt/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 10
          },
          {
            "location": "src/monad.ts",
            "line": 3
          }
        ]
      },
      "tags": [
        "event"
      ]
    },
    {
      "authors": [
        {
          "name": "Pavol Hejný <me@pavolhejny.com> (https://pavolhejny.com)"
        }
      ],
      "group": "",
      "name": "locate-app",
      "version": "2.5.0",
      "description": "Find apps installed on your system. This util will help to find executables of a known app like Chrome, Firefox,... on Windows, Linux, and macOS out of the box.",
      "scope": "required",
      "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/locate-app@2.5.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/hejny/locate-app"
        },
        {
          "type": "vcs",
          "url": "https://github.com/hejny/locate-app"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/locate-app@2.5.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/locate-app/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "locate-app,locateChrome,locate-app/locateChrome,locateFirefox,locate-app/locateFirefox,locateApp,locate-app/locateApp"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/locate-app/package.json"
              }
            ],
            "concludedValue": "node_modules/locate-app/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 32
          },
          {
            "location": "build/node.js",
            "line": 127
          },
          {
            "location": "build/node.js",
            "line": 152
          },
          {
            "location": "build/node.js",
            "line": 156
          },
          {
            "location": "src/node/utils.ts",
            "line": 14
          },
          {
            "location": "src/node/utils.ts",
            "line": 157
          },
          {
            "location": "src/node/utils.ts",
            "line": 212
          },
          {
            "location": "src/node/utils.ts",
            "line": 217
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
        }
      ],
      "group": "",
      "name": "import-meta-resolve",
      "version": "4.2.0",
      "description": "Resolve things like Node.js — ponyfill for `import.meta.resolve`",
      "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/import-meta-resolve@4.2.0",
      "type": "library",
      "bom-ref": "pkg:npm/import-meta-resolve@4.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/import-meta-resolve/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "import-meta-resolve"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/import-meta-resolve/package.json"
              }
            ],
            "concludedValue": "node_modules/import-meta-resolve/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 268
          },
          {
            "location": "src/utils.ts",
            "line": 247
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "get-port",
      "version": "7.1.0",
      "description": "Get an available port",
      "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/get-port@7.1.0",
      "type": "library",
      "bom-ref": "pkg:npm/get-port@7.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/get-port/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "get-port"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/get-port/package.json"
              }
            ],
            "concludedValue": "node_modules/get-port/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 6
          },
          {
            "location": "build/node.js",
            "line": 332
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 6
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 71
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "vladikoff <vlad.filippov@gmail.com> (http://vf.io)"
        }
      ],
      "group": "",
      "name": "geckodriver",
      "version": "6.1.1",
      "description": "Mozilla's Geckodriver for Node.js",
      "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/geckodriver@6.1.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webdriverio-community/node-geckodriver#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio-community/node-geckodriver.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/geckodriver@6.1.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/geckodriver/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "geckodriver,start,geckodriver/start,download,geckodriver/download,GeckodriverParameters,geckodriver/GeckodriverParameters"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/geckodriver/package.json"
              }
            ],
            "concludedValue": "node_modules/geckodriver/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 12
          },
          {
            "location": "build/node.js",
            "line": 31
          },
          {
            "location": "build/node.js",
            "line": 255
          },
          {
            "location": "build/node.js",
            "line": 390
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 13
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 174
          },
          {
            "location": "src/node/utils.ts",
            "line": 13
          },
          {
            "location": "src/node/utils.ts",
            "line": 345
          }
        ]
      },
      "tags": [
        "driver"
      ]
    },
    {
      "authors": [
        {
          "name": "Barrett Sonntag <barrett@sosuke.com> (https://www.sosuke.com)"
        }
      ],
      "group": "",
      "name": "edgedriver",
      "version": "6.3.0",
      "description": "Microsofts' EdgeDriver for Node.js",
      "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/edgedriver@6.3.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://webdriver.io"
        },
        {
          "type": "vcs",
          "url": "git://github.com/webdriverio-community/node-edgedriver.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/edgedriver@6.3.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/edgedriver/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "edgedriver,EdgedriverParameters,edgedriver/EdgedriverParameters"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/edgedriver/package.json"
              }
            ],
            "concludedValue": "node_modules/edgedriver/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 259
          },
          {
            "location": "build/node.js",
            "line": 397
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 15
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 185
          },
          {
            "location": "src/node/utils.ts",
            "line": 15
          },
          {
            "location": "src/node/utils.ts",
            "line": 350
          }
        ]
      },
      "tags": [
        "driver"
      ]
    },
    {
      "authors": [
        {
          "name": "Rebecca Stevens <rebecca.stevens@outlook.co.nz>"
        }
      ],
      "group": "",
      "name": "deepmerge-ts",
      "version": "7.1.5",
      "description": "Deeply merge 2 or more objects respecting type information.",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "url": "https://opensource.org/licenses/BSD-3-Clause",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/deepmerge-ts@7.1.5",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/RebeccaStevens/deepmerge-ts#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/RebeccaStevens/deepmerge-ts.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/deepmerge-ts@7.1.5",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/deepmerge-ts/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "deepmerge-ts,deepmerge,deepmerge-ts/deepmerge"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/deepmerge-ts/package.json"
              }
            ],
            "concludedValue": "node_modules/deepmerge-ts/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 10
          },
          {
            "location": "build/node.js",
            "line": 342
          },
          {
            "location": "build/node.js",
            "line": 379
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 10
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 94
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 157
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "decamelize",
      "version": "6.0.1",
      "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
      "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/decamelize@6.0.1",
      "type": "library",
      "bom-ref": "pkg:npm/decamelize@6.0.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/decamelize/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "decamelize"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/decamelize/package.json"
              }
            ],
            "concludedValue": "node_modules/decamelize/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 20
          },
          {
            "location": "build/node.js",
            "line": 60
          },
          {
            "location": "src/node/utils.ts",
            "line": 7
          },
          {
            "location": "src/node/utils.ts",
            "line": 56
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Christian Bromann <mail@bromann.dev>"
        }
      ],
      "group": "@wdio",
      "name": "types",
      "version": "9.31.2",
      "description": "Utility package providing type information for a variety of WebdriverIO interfaces",
      "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/%40wdio/types@9.31.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-types"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@wdio/types@9.31.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@wdio/types/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@wdio/types,MESSAGE_TYPES,@wdio/types/MESSAGE_TYPES,Capabilities,@wdio/types/Capabilities,Services,@wdio/types/Services,CustomCommands,@wdio/types/CustomCommands,Workers,@wdio/types/Workers,Options,@wdio/types/Options,Frameworks,@wdio/types/Frameworks"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@wdio/types/package.json"
              }
            ],
            "concludedValue": "node_modules/@wdio/types/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 9
          },
          {
            "location": "src/envDetector.ts",
            "line": 1
          },
          {
            "location": "src/initializePlugin.ts",
            "line": 1
          },
          {
            "location": "src/initializeServices.ts",
            "line": 1
          },
          {
            "location": "src/monad.ts",
            "line": 2
          },
          {
            "location": "src/node/manager.ts",
            "line": 2
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 17
          },
          {
            "location": "src/node/utils.ts",
            "line": 16
          },
          {
            "location": "src/shim.ts",
            "line": 2
          },
          {
            "location": "src/startWebDriver.ts",
            "line": 2
          },
          {
            "location": "src/utils.ts",
            "line": 5
          }
        ]
      },
      "tags": [
        "framework"
      ]
    },
    {
      "authors": [
        {
          "name": "Christian Bromann <mail@bromann.dev>"
        }
      ],
      "group": "@wdio",
      "name": "logger",
      "version": "9.29.1",
      "description": "A helper utility for logging of WebdriverIO 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/%40wdio/logger@9.29.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-logger"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@wdio/logger@9.29.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@wdio/logger/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@wdio/logger"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@wdio/logger/package.json"
              }
            ],
            "concludedValue": "node_modules/@wdio/logger/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 8
          },
          {
            "location": "build/index.js",
            "line": 380
          },
          {
            "location": "build/index.js",
            "line": 594
          },
          {
            "location": "build/index.js",
            "line": 595
          },
          {
            "location": "build/index.js",
            "line": 610
          },
          {
            "location": "build/index.js",
            "line": 611
          },
          {
            "location": "build/index.js",
            "line": 690
          },
          {
            "location": "build/index.js",
            "line": 919
          },
          {
            "location": "build/node.js",
            "line": 8
          },
          {
            "location": "build/node.js",
            "line": 21
          },
          {
            "location": "build/node.js",
            "line": 33
          },
          {
            "location": "build/node.js",
            "line": 310
          },
          {
            "location": "build/node.js",
            "line": 422
          },
          {
            "location": "build/node.js",
            "line": 436
          },
          {
            "location": "build/node.js",
            "line": 437
          },
          {
            "location": "src/initializeServices.ts",
            "line": 2
          },
          {
            "location": "src/initializeServices.ts",
            "line": 6
          },
          {
            "location": "src/monad.ts",
            "line": 1
          },
          {
            "location": "src/monad.ts",
            "line": 60
          },
          {
            "location": "src/node/manager.ts",
            "line": 1
          },
          {
            "location": "src/node/manager.ts",
            "line": 10
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 8
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 37
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 222
          },
          {
            "location": "src/node/utils.ts",
            "line": 8
          },
          {
            "location": "src/node/utils.ts",
            "line": 18
          },
          {
            "location": "src/shim.ts",
            "line": 1
          },
          {
            "location": "src/shim.ts",
            "line": 7
          },
          {
            "location": "src/startWebDriver.ts",
            "line": 1
          },
          {
            "location": "src/startWebDriver.ts",
            "line": 6
          }
        ]
      },
      "tags": [
        "logging"
      ]
    },
    {
      "authors": [
        {
          "name": "The Chromium Authors"
        }
      ],
      "group": "@puppeteer",
      "name": "browsers",
      "version": "2.11.0",
      "description": "Download and launch browsers",
      "scope": "required",
      "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/%40puppeteer/browsers@2.11.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/puppeteer/puppeteer/tree/main/packages/browsers"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@puppeteer/browsers@2.11.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@puppeteer/browsers/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@puppeteer/browsers,install,@puppeteer/browsers/install,canDownload,@puppeteer/browsers/canDownload,resolveBuildId,@puppeteer/browsers/resolveBuildId,detectBrowserPlatform,@puppeteer/browsers/detectBrowserPlatform,Browser,@puppeteer/browsers/Browser,ChromeReleaseChannel,@puppeteer/browsers/ChromeReleaseChannel,computeExecutablePath,@puppeteer/browsers/computeExecutablePath,InstallOptions,@puppeteer/browsers/InstallOptions"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@puppeteer/browsers/package.json"
              }
            ],
            "concludedValue": "node_modules/@puppeteer/browsers/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/node.js",
            "line": 30
          },
          {
            "location": "build/node.js",
            "line": 115
          },
          {
            "location": "build/node.js",
            "line": 147
          },
          {
            "location": "build/node.js",
            "line": 167
          },
          {
            "location": "build/node.js",
            "line": 176
          },
          {
            "location": "build/node.js",
            "line": 182
          },
          {
            "location": "build/node.js",
            "line": 185
          },
          {
            "location": "build/node.js",
            "line": 206
          },
          {
            "location": "build/node.js",
            "line": 211
          },
          {
            "location": "build/node.js",
            "line": 212
          },
          {
            "location": "build/node.js",
            "line": 230
          },
          {
            "location": "build/node.js",
            "line": 235
          },
          {
            "location": "build/node.js",
            "line": 243
          },
          {
            "location": "src/node/startWebDriver.ts",
            "line": 14
          },
          {
            "location": "src/node/utils.ts",
            "line": 12
          },
          {
            "location": "src/node/utils.ts",
            "line": 144
          },
          {
            "location": "src/node/utils.ts",
            "line": 203
          },
          {
            "location": "src/node/utils.ts",
            "line": 239
          },
          {
            "location": "src/node/utils.ts",
            "line": 248
          },
          {
            "location": "src/node/utils.ts",
            "line": 255
          },
          {
            "location": "src/node/utils.ts",
            "line": 264
          },
          {
            "location": "src/node/utils.ts",
            "line": 295
          },
          {
            "location": "src/node/utils.ts",
            "line": 300
          },
          {
            "location": "src/node/utils.ts",
            "line": 301
          },
          {
            "location": "src/node/utils.ts",
            "line": 319
          },
          {
            "location": "src/node/utils.ts",
            "line": 324
          },
          {
            "location": "src/node/utils.ts",
            "line": 332
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@wdio/utils@9.31.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-21T18:00:13Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Monday, September 21, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'utils' with version '9.31.2'. The package type in this SBOM is npm with 2 purl namespaces described under components. The components were identified from 14 source files."
    }
  ]
}