{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "version": 1,
  "serialNumber": "urn:uuid:18381708-a88d-4954-b9c1-b28cd80e3aca",
  "metadata": {
    "timestamp": "2026-03-04T10:14:50.130Z",
    "tools": {
      "components": [
        {
          "type": "application",
          "name": "npm",
          "version": "11.6.2"
        },
        {
          "type": "application",
          "name": "cyclonedx-npm",
          "group": "@cyclonedx",
          "version": "4.2.0",
          "author": "Jan Kowalleck",
          "description": "Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.",
          "licenses": [
            {
              "license": {
                "id": "Apache-2.0"
              }
            }
          ],
          "externalReferences": [
            {
              "url": "git+https://github.com/CycloneDX/cyclonedx-node-npm.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/CycloneDX/cyclonedx-node-npm#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/CycloneDX/cyclonedx-node-npm/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            }
          ]
        },
        {
          "type": "library",
          "name": "cyclonedx-library",
          "group": "@cyclonedx",
          "version": "10.0.0",
          "author": "Jan Kowalleck",
          "description": "Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).",
          "licenses": [
            {
              "license": {
                "id": "Apache-2.0"
              }
            }
          ],
          "externalReferences": [
            {
              "url": "git+https://github.com/CycloneDX/cyclonedx-javascript-library.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/CycloneDX/cyclonedx-javascript-library#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/CycloneDX/cyclonedx-javascript-library/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            }
          ]
        }
      ]
    },
    "component": {
      "type": "application",
      "name": "xmldom",
      "version": "0.1.31-tuxcare.1",
      "bom-ref": "xmldom@0.1.31-tuxcare.1",
      "author": "jindw",
      "description": "A W3C Standard XML DOM(Level2 CORE) implementation and parser(DOMParser/XMLSerializer).",
      "licenses": [
        {
          "expression": "(LGPL-2.0 or MIT)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/xmldom@0.1.31-tuxcare.1?vcs_url=git%3A%2F%2Fgithub.com%2Fxmldom%2Fxmldom.git",
      "externalReferences": [
        {
          "url": "git://github.com/xmldom/xmldom.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xmldom/xmldom",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/jindw/xmldom/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": ""
        }
      ]
    }
  },
  "components": [
    {
      "type": "library",
      "name": "proof",
      "version": "0.0.28",
      "bom-ref": "xmldom@0.1.31-tuxcare.1|proof@0.0.28",
      "author": "Alan Gutierrez",
      "description": "A UNIX way test non-framework for the meticulous programmer who is also very lazy.",
      "purl": "pkg:npm/proof@0.0.28?download_url=https%3A%2F%2Fels-java-dev.nexus.svcs.io%2Frepository%2Fnpmjs-registry%2Fproof%2F-%2Fproof-0.0.28.tgz",
      "externalReferences": [
        {
          "url": "git+https://github.com/bigeasy/proof.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bigeasy/proof",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bigeasy/proof/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://els-java-dev.nexus.svcs.io/repository/npmjs-registry/proof/-/proof-0.0.28.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "30f86127f62a035cf88b00d3f7dfb486dcb4301ffcc0603bd37e6a55fec51d099078c50873b218a22f3cda7d15cbbc6543f3d943f5e7c141b9fe1e1882b390f5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/proof"
        }
      ]
    },
    {
      "type": "library",
      "name": "arguable",
      "version": "0.0.8",
      "bom-ref": "xmldom@0.1.31-tuxcare.1|arguable@0.0.8",
      "author": "Alan Gutierrez",
      "description": "UNIX style argument parsing that painlessly ports to Windows. An argument parser so well organized, you might think it's a framework.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/bigeasy/arguable/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/arguable@0.0.8?download_url=https%3A%2F%2Fels-java-dev.nexus.svcs.io%2Frepository%2Fnpmjs-registry%2Farguable%2F-%2Farguable-0.0.8.tgz",
      "externalReferences": [
        {
          "url": "git://github.com/bigeasy/arguable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://bigeasy.github.com/arguable",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bigeasy/arguable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://els-java-dev.nexus.svcs.io/repository/npmjs-registry/arguable/-/arguable-0.0.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ca36f77eab77fb54e7adc0b8ea9b6672edcd2f84bfda010e78a7b172a2e163bcd3eac76c5625c94f648354be9d7066a57a10214929401dd4f7496ffff3abd134"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/arguable"
        }
      ]
    },
    {
      "type": "library",
      "name": "cadence",
      "version": "0.0.15",
      "bom-ref": "xmldom@0.1.31-tuxcare.1|cadence@0.0.15",
      "author": "Alan Gutierrez",
      "description": "A Swiss Army asynchronous control flow function for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/bigeasy/cadence/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/cadence@0.0.15?download_url=https%3A%2F%2Fels-java-dev.nexus.svcs.io%2Frepository%2Fnpmjs-registry%2Fcadence%2F-%2Fcadence-0.0.15.tgz",
      "externalReferences": [
        {
          "url": "git://github.com/bigeasy/cadence.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://bigeasy.github.com/cadence",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bigeasy/cadence/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://els-java-dev.nexus.svcs.io/repository/npmjs-registry/cadence/-/cadence-0.0.15.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7304fc888fd75df70c2ee810928b7f74fedee236ac28edee3dd24093b1e6d0338d2793e940a0f4a03d13a57fc1ff2c8c2e81fb68cb86fdd7cf8a1ffbaa72135a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cadence"
        }
      ]
    },
    {
      "type": "library",
      "name": "expandable",
      "version": "0.0.0",
      "bom-ref": "xmldom@0.1.31-tuxcare.1|expandable@0.0.0",
      "author": "Alan Gutierrez",
      "description": "UNIX shell style file globbing in that painlessly ports to Windows.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/bigeasy/expandable/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/expandable@0.0.0?download_url=https%3A%2F%2Fels-java-dev.nexus.svcs.io%2Frepository%2Fnpmjs-registry%2Fexpandable%2F-%2Fexpandable-0.0.0.tgz",
      "externalReferences": [
        {
          "url": "git://github.com/bigeasy/expandable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://bigeasy.github.com/expandable",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bigeasy/expandable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://els-java-dev.nexus.svcs.io/repository/npmjs-registry/expandable/-/expandable-0.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1c6594154ac50046781bdb00f8b032b4ded03ac714681ba6d9a415fdc0d01cf03a2cd314b6564364cdf5dfee38f458b55ad289993a57f2862da231f7151c867f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/expandable"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "xmldom@0.1.31-tuxcare.1",
      "dependsOn": [
        "xmldom@0.1.31-tuxcare.1|proof@0.0.28"
      ]
    },
    {
      "ref": "xmldom@0.1.31-tuxcare.1|proof@0.0.28",
      "dependsOn": [
        "xmldom@0.1.31-tuxcare.1|arguable@0.0.8",
        "xmldom@0.1.31-tuxcare.1|cadence@0.0.15",
        "xmldom@0.1.31-tuxcare.1|expandable@0.0.0"
      ]
    },
    {
      "ref": "xmldom@0.1.31-tuxcare.1|arguable@0.0.8"
    },
    {
      "ref": "xmldom@0.1.31-tuxcare.1|cadence@0.0.15"
    },
    {
      "ref": "xmldom@0.1.31-tuxcare.1|expandable@0.0.0"
    }
  ]
}