{
  "bomFormat": "CycloneDX",
  "specVersion": "1.7",
  "serialNumber": "urn:uuid:c0f4a487-6b41-4b7b-92da-5947d30de7d5",
  "version": 1,
  "metadata": {
    "timestamp": "2026-08-25T10:47:50Z",
    "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": "conventional-commits-parser",
      "group": "",
      "version": "6.3.0",
      "description": "Parse raw conventional commits.",
      "purl": "pkg:npm/conventional-commits-parser@6.3.0",
      "bom-ref": "pkg:npm/conventional-commits-parser@6.3.0",
      "author": "Steve Mao <maochenyan@gmail.com> (https://github.com/stevemao)",
      "properties": [
        {
          "name": "cdx:npm:scripts",
          "value": "clear:package, clear:dist, clear, prepublishOnly, postpublish, build, test:types"
        },
        {
          "name": "cdx:npm:buildScripts",
          "value": "clear:dist, build"
        },
        {
          "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/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#readme"
        },
        {
          "type": "vcs",
          "url": "https://github.com/conventional-changelog/conventional-changelog.git"
        }
      ]
    },
    "properties": [
      {
        "name": "cdx:bom:componentTypes",
        "value": "npm"
      },
      {
        "name": "cdx:bom:componentNamespaces",
        "value": "@simple-libs"
      },
      {
        "name": "cdx:bom:componentSrcFiles",
        "value": "node_modules/@simple-libs/stream-utils/package.json\\nnode_modules/meow/package.json"
      }
    ]
  },
  "components": [
    {
      "authors": [
        {
          "name": "Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)"
        }
      ],
      "group": "",
      "name": "meow",
      "version": "13.2.0",
      "description": "CLI app helper",
      "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/meow@13.2.0",
      "type": "library",
      "bom-ref": "pkg:npm/meow@13.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/meow/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "meow"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/meow/package.json"
              }
            ],
            "concludedValue": "node_modules/meow/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/cli/index.js",
            "line": 3
          },
          {
            "location": "dist/cli/index.js",
            "line": 8
          },
          {
            "location": "package/dist/cli/index.js",
            "line": 3
          },
          {
            "location": "package/dist/cli/index.js",
            "line": 8
          },
          {
            "location": "package/src/cli/index.ts",
            "line": 3
          },
          {
            "location": "package/src/cli/index.ts",
            "line": 14
          },
          {
            "location": "src/cli/index.ts",
            "line": 3
          },
          {
            "location": "src/cli/index.ts",
            "line": 14
          }
        ]
      }
    },
    {
      "authors": [
        {
          "name": "Dan Onoshko <danon0404@gmail.com> (https://github.com/dangreen)"
        }
      ],
      "group": "@simple-libs",
      "name": "stream-utils",
      "version": "1.2.0",
      "description": "A small set of utilities for streams.",
      "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/%40simple-libs/stream-utils@1.2.0",
      "externalReferences": [
        {
          "type": "vcs",
          "url": "https://github.com/TrigenSoftware/simple-libs/tree/main/packages/stream-utils#readme"
        },
        {
          "type": "vcs",
          "url": "https://github.com/TrigenSoftware/simple-libs.git"
        }
      ],
      "type": "library",
      "bom-ref": "pkg:npm/@simple-libs/stream-utils@1.2.0",
      "properties": [
        {
          "name": "SrcFile",
          "value": "node_modules/@simple-libs/stream-utils/package.json"
        },
        {
          "name": "ImportedModules",
          "value": "@simple-libs/stream-utils,splitStream,@simple-libs/stream-utils/splitStream"
        },
        {
          "name": "cdx:license:category",
          "value": "Permissive"
        }
      ],
      "evidence": {
        "identity": [
          {
            "field": "purl",
            "confidence": 0.7,
            "methods": [
              {
                "technique": "manifest-analysis",
                "confidence": 0.7,
                "value": "node_modules/@simple-libs/stream-utils/package.json"
              }
            ],
            "concludedValue": "node_modules/@simple-libs/stream-utils/package.json"
          }
        ],
        "occurrences": [
          {
            "location": "dist/cli/utils.js",
            "line": 3
          },
          {
            "location": "dist/cli/utils.js",
            "line": 7
          },
          {
            "location": "dist/cli/utils.js",
            "line": 32
          },
          {
            "location": "package/dist/cli/utils.js",
            "line": 3
          },
          {
            "location": "package/dist/cli/utils.js",
            "line": 7
          },
          {
            "location": "package/dist/cli/utils.js",
            "line": 32
          },
          {
            "location": "package/src/cli/utils.ts",
            "line": 3
          },
          {
            "location": "package/src/cli/utils.ts",
            "line": 8
          },
          {
            "location": "package/src/cli/utils.ts",
            "line": 37
          },
          {
            "location": "src/cli/utils.ts",
            "line": 3
          },
          {
            "location": "src/cli/utils.ts",
            "line": 8
          },
          {
            "location": "src/cli/utils.ts",
            "line": 37
          }
        ]
      }
    }
  ],
  "dependencies": [],
  "annotations": [
    {
      "bom-ref": "metadata-annotations",
      "subjects": [
        "pkg:npm/conventional-commits-parser@6.3.0"
      ],
      "annotator": {
        "component": {
          "group": "@cyclonedx",
          "name": "cdxgen",
          "version": "12.8.4",
          "purl": "pkg:npm/%40cyclonedx/cdxgen@12.8.4",
          "type": "application",
          "bom-ref": "pkg:npm/@cyclonedx/cdxgen@12.8.4",
          "publisher": "OWASP Foundation",
          "authors": [
            {
              "name": "OWASP Foundation"
            }
          ]
        }
      },
      "timestamp": "2026-08-25T10:47:50Z",
      "text": "This Software Bill-of-Materials (SBOM) document was created on Tuesday, August 25, 2026 with cdxgen. The data was captured during the pre-build lifecycle phase without building the application. The document describes an application named 'conventional-commits-parser' with version '6.3.0'. The package type in this SBOM is npm with a single purl namespace '@simple-libs' described under components. The components were identified from the source files: node_modules/@simple-libs/stream-utils/package.json, node_modules/meow/package.json."
    }
  ]
}