{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:f9cae70d-8db4-4c2f-b656-376d50179157",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-12T20:23:49Z",
    "tools": {
      "components": [
        {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.3",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.3",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.3",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      ]
    },
    "authors": [
      {
        "name": "OWASP Foundation"
      }
    ],
    "lifecycles": [
      {
        "phase": "pre-build"
      }
    ],
    "component": {
      "name": "logger",
      "group": "@wdio",
      "version": "9.18.0",
      "description": "A helper utility for logging of WebdriverIO packages",
      "purl": "pkg:npm/%40wdio/logger@9.18.0",
      "bom-ref": "pkg:npm/@wdio/logger@9.18.0",
      "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-logger"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/webdriverio/webdriverio.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/chalk/package.json\\nnode_modules/loglevel-plugin-prefix/package.json\\nnode_modules/loglevel/package.json\\nnode_modules/safe-regex2/package.json\\nnode_modules/strip-ansi/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "strip-ansi",
      "version": "7.1.0",
      "description": "Strip ANSI escape codes from a string",
      "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/strip-ansi@7.1.0",
      "type": "library",
      "bom-ref": "pkg:npm/strip-ansi@7.1.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/strip-ansi/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "strip-ansi"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/strip-ansi/package.json"
              }
            ],
            "concludedValue": "node_modules/strip-ansi/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 58
          },
          {
            "location": "build/index.js",
            "line": 126
          },
          {
            "location": "build/index.cjs",
            "line": 96
          },
          {
            "location": "src/index.ts",
            "line": 10
          },
          {
            "location": "src/index.ts",
            "line": 106
          }
        ]
      },
      "tags": [
        "escape"
      ]
    },
    {
      "authors": [
        {
          "name": "James Halliday <mail@substack.net> (http://substack.net)"
        }
      ],
      "group": "",
      "name": "safe-regex2",
      "version": "5.0.0",
      "description": "detect possibly catastrophic, exponential-time regular expressions",
      "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/safe-regex2@5.0.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/fastify/safe-regex2"
        },
        {
          "type": "vcs",
          "url": "git://github.com/fastify/safe-regex2.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/safe-regex2@5.0.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/safe-regex2/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "safe-regex2"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/safe-regex2/package.json"
              }
            ],
            "concludedValue": "node_modules/safe-regex2/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 2
          },
          {
            "location": "build/index.js",
            "line": 18
          },
          {
            "location": "build/index.js",
            "line": 21
          },
          {
            "location": "build/index.cjs",
            "line": 40
          },
          {
            "location": "src/utils.ts",
            "line": 1
          },
          {
            "location": "src/utils.ts",
            "line": 26
          },
          {
            "location": "src/utils.ts",
            "line": 31
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "kutuluk"
        }
      ],
      "group": "",
      "name": "loglevel-plugin-prefix",
      "version": "0.8.4",
      "description": "Plugin for loglevel message prefixing",
      "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/loglevel-plugin-prefix@0.8.4",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/kutuluk/loglevel-plugin-prefix"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/loglevel-plugin-prefix@0.8.4",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/loglevel-plugin-prefix/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "loglevel-plugin-prefix"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/loglevel-plugin-prefix/package.json"
              }
            ],
            "concludedValue": "node_modules/loglevel-plugin-prefix/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 57
          },
          {
            "location": "build/index.js",
            "line": 59
          },
          {
            "location": "build/index.js",
            "line": 177
          },
          {
            "location": "build/index.cjs",
            "line": 95
          },
          {
            "location": "src/index.ts",
            "line": 9
          },
          {
            "location": "src/index.ts",
            "line": 13
          },
          {
            "location": "src/index.ts",
            "line": 175
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Tim Perry <pimterry@gmail.com> (http://tim-perry.co.uk)"
        }
      ],
      "group": "",
      "name": "loglevel",
      "version": "1.9.2",
      "description": "Minimal lightweight logging for JavaScript, adding reliable log level methods to any available console.log methods",
      "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/loglevel@1.9.2",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/pimterry/loglevel"
        },
        {
          "type": "vcs",
          "url": "git://github.com/pimterry/loglevel.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/loglevel@1.9.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/loglevel/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "loglevel"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/loglevel/package.json"
              }
            ],
            "concludedValue": "node_modules/loglevel/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 55
          },
          {
            "location": "build/index.js",
            "line": 101
          },
          {
            "location": "build/index.js",
            "line": 171
          },
          {
            "location": "build/index.cjs",
            "line": 93
          },
          {
            "location": "src/index.ts",
            "line": 6
          },
          {
            "location": "src/index.ts",
            "line": 70
          },
          {
            "location": "src/index.ts",
            "line": 166
          }
        ]
      },
      "tags": [
        "log",
        "logging"
      ]
    },
    {
      "group": "",
      "name": "chalk",
      "version": "5.4.1",
      "description": "Terminal string styling done right",
      "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/chalk@5.4.1",
      "type": "library",
      "bom-ref": "pkg:npm/chalk@5.4.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/chalk/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "chalk,ColorName,chalk/ColorName"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/chalk/package.json"
              }
            ],
            "concludedValue": "node_modules/chalk/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "build/index.js",
            "line": 56
          },
          {
            "location": "build/index.js",
            "line": 87
          },
          {
            "location": "build/index.js",
            "line": 93
          },
          {
            "location": "build/index.js",
            "line": 99
          },
          {
            "location": "build/index.js",
            "line": 154
          },
          {
            "location": "build/index.js",
            "line": 155
          },
          {
            "location": "build/index.js",
            "line": 156
          },
          {
            "location": "build/index.js",
            "line": 179
          },
          {
            "location": "build/index.js",
            "line": 180
          },
          {
            "location": "build/index.js",
            "line": 181
          },
          {
            "location": "build/index.cjs",
            "line": 94
          },
          {
            "location": "src/index.ts",
            "line": 7
          },
          {
            "location": "src/index.ts",
            "line": 8
          },
          {
            "location": "src/index.ts",
            "line": 46
          },
          {
            "location": "src/index.ts",
            "line": 52
          },
          {
            "location": "src/index.ts",
            "line": 58
          },
          {
            "location": "src/index.ts",
            "line": 143
          },
          {
            "location": "src/index.ts",
            "line": 144
          },
          {
            "location": "src/index.ts",
            "line": 145
          },
          {
            "location": "src/index.ts",
            "line": 177
          },
          {
            "location": "src/index.ts",
            "line": 178
          },
          {
            "location": "src/index.ts",
            "line": 179
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@wdio/logger@9.18.0"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.3",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.3",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.3",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-08-12T20:23:49Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Wednesday, August 12, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'logger' with version '9.18.0'."
    }
  ]
}