{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:27a8e31a-2855-4313-8a81-291ff85ea0cf",
  "version": 1,
  "metadata": {
    "timestamp": "2026-09-15T15:28:10Z",
    "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": "travis-cli",
      "group": "@commitlint",
      "version": "21.2.2",
      "description": "Lint all relevant commits for a change or PR on Travis CI",
      "purl": "pkg:npm/%40commitlint/travis-cli@21.2.2",
      "bom-ref": "pkg:npm/@commitlint/travis-cli@21.2.2",
      "author": "Mario Nebl <hello@herebecode.com>",
      "properties": [
        {
          "name": "cdx:npm:bin",
          "value": "commitlint-travis"
        },
        {
          "name": "cdx:npm:has_binary",
          "value": "true"
        },
        {
          "name": "cdx:npm:scripts",
          "value": "deps, pkg"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "type": "application",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "externalReferences": [
        {
          "type": "website",
          "url": "https://commitlint.js.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/conventional-changelog/commitlint.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@commitlint\\n@types"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@commitlint/cli/package.json\\nnode_modules/@commitlint/test/package.json\\nnode_modules/@commitlint/utils/package.json\\nnode_modules/@types/node/package.json\\nnode_modules/tinyexec/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "James Garbutt (https://github.com/43081j)"
        }
      ],
      "group": "",
      "name": "tinyexec",
      "version": "1.3.0",
      "description": "A minimal library for executing processes in Node",
      "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/tinyexec@1.3.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/tinylibs/tinyexec#readme"
        },
        {
          "type": "vcs",
          "url": "git+https://github.com/tinylibs/tinyexec.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/tinyexec@1.3.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/tinyexec/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "tinyexec,tinyexec/x"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/tinyexec/package.json"
              }
            ],
            "concludedValue": "node_modules/tinyexec/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "lib/cli.js",
            "line": 2
          },
          {
            "location": "lib/cli.js",
            "line": 48
          },
          {
            "location": "lib/cli.js",
            "line": 66
          },
          {
            "location": "src/cli.ts",
            "line": 5
          },
          {
            "location": "src/cli.ts",
            "line": 62
          },
          {
            "location": "src/cli.ts",
            "line": 83
          }
        ]
      }
    },
    {
      "group": "@types",
      "name": "node",
      "version": "22.20.1",
      "description": "TypeScript definitions for node",
      "scope": "excluded",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40types/node@22.20.1",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node"
        },
        {
          "type": "vcs",
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@types/node@22.20.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@types/node/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/@types/node/package.json"
              }
            ],
            "concludedValue": "node_modules/@types/node/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Mario Nebl <hello@herebecode.com>"
        }
      ],
      "group": "@commitlint",
      "name": "utils",
      "version": "21.0.1",
      "description": "Development utilities for @commitlint",
      "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/%40commitlint/utils@21.0.1",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://commitlint.js.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/conventional-changelog/commitlint.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@commitlint/utils@21.0.1",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@commitlint/utils/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/@commitlint/utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@commitlint/utils/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Mario Nebl <hello@herebecode.com>"
        }
      ],
      "group": "@commitlint",
      "name": "test",
      "version": "21.2.0",
      "description": "test utilities for @commitlint",
      "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/%40commitlint/test@21.2.0",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://commitlint.js.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/conventional-changelog/commitlint.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@commitlint/test@21.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@commitlint/test/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/@commitlint/test/package.json"
              }
            ],
            "concludedValue": "node_modules/@commitlint/test/package.json"
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Mario Nebl <hello@herebecode.com>"
        }
      ],
      "group": "@commitlint",
      "name": "cli",
      "version": "21.2.2",
      "description": "Lint your commit messages",
      "scope": "required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "url": "https://opensource.org/licenses/MIT",
            "properties": [
              {
                "name": "cdx:license:category",
                "value": "Permissive"
              },
              {
                "name": "cdx:license:foss",
                "value": "true"
              },
              {
                "name": "cdx:license:osiApproved",
                "value": "true"
              },
              {
                "name": "cdx:license:fsfLibre",
                "value": "true"
              },
              {
                "name": "cdx:license:deprecated",
                "value": "false"
              }
            ]
          }
        }
      ],
      "purl": "pkg:npm/%40commitlint/cli@21.2.2",
      "externalReferences": [
        {
          "type": "website",
          "url": "https://commitlint.js.org/"
        },
        {
          "type": "vcs",
          "url": "https://github.com/conventional-changelog/commitlint.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@commitlint/cli@21.2.2",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@commitlint/cli/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@commitlint/cli"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@commitlint/cli/package.json"
              }
            ],
            "concludedValue": "node_modules/@commitlint/cli/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "lib/cli.js",
            "line": 6
          },
          {
            "location": "src/cli.ts",
            "line": 11
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/@commitlint/travis-cli@21.2.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-15T15:28:10Z",
      "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 'travis-cli' with version '21.2.2'. The package type in this SBOM is npm with 2 purl namespaces described under components. The components were identified from 5 source files."
    }
  ]
}