{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "version": 1,
  "serialNumber": "urn:uuid:6b5e76b1-9d83-415f-b32a-07eca05d2350",
  "metadata": {
    "timestamp": "2026-04-09T13:00:37.458Z",
    "tools": {
      "components": [
        {
          "type": "application",
          "name": "npm",
          "version": "11.11.0"
        },
        {
          "type": "application",
          "name": "cyclonedx-npm",
          "group": "@cyclonedx",
          "version": "4.2.1",
          "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": "isomorphic-dompurify",
      "version": "2.36.0-tuxcare.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2",
      "description": "Makes it possible to use DOMPurify on server and client in the same way.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isomorphic-dompurify@2.36.0-tuxcare.2?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fkkomelin%2Fisomorphic-dompurify.git",
      "externalReferences": [
        {
          "url": "git+https://github.com/kkomelin/isomorphic-dompurify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kkomelin/isomorphic-dompurify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kkomelin/isomorphic-dompurify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": ""
        }
      ]
    }
  },
  "components": [
    {
      "type": "library",
      "name": "dompurify",
      "version": "3.3.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|dompurify@3.3.1",
      "author": "Dr.-Ing. Mario Heiderich, Cure53",
      "description": "DOMPurify is a DOM-only, super-fast, uber-tolerant XSS sanitizer for HTML, MathML and SVG. It's written in JavaScript and works in all modern browsers (Safari, Opera (15+), Internet Explorer (10+), Firefox and Chrome - as well as almost anything else using Blink or WebKit). DOMPurify is written by security people who have vast background in web attacks and XSS. Fear not.",
      "licenses": [
        {
          "expression": "(MPL-2.0 OR Apache-2.0)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/dompurify@3.3.1",
      "externalReferences": [
        {
          "url": "git://github.com/cure53/DOMPurify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cure53/DOMPurify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cure53/DOMPurify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dompurify"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsdom",
      "version": "28.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|jsdom@28.0.0",
      "description": "A JavaScript implementation of many web standards",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsdom@28.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/jsdom.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/jsdom#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/jsdom/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsdom"
        }
      ]
    },
    {
      "type": "library",
      "name": "terser",
      "version": "5.46.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0",
      "author": "Mihai Bazon",
      "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/terser@5.46.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/terser/terser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://terser.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/terser/terser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/terser"
        }
      ]
    },
    {
      "type": "library",
      "name": "vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18",
      "author": "Anthony Fu",
      "description": "Next generation testing framework powered by Vite",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vitest@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/vitest",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://vitest.dev",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vitest"
        }
      ]
    },
    {
      "type": "library",
      "name": "estree",
      "group": "@types",
      "version": "1.0.8",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8",
      "description": "TypeScript definitions for estree",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/estree@1.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/estree",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/@types/estree"
        }
      ]
    },
    {
      "type": "library",
      "name": "rollup",
      "version": "4.56.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
      "author": "Rich Harris",
      "description": "Next-generation ES module bundler",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rollup@4.56.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/rollup/rollup.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://rollupjs.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rollup/rollup/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/rollup"
        }
      ]
    },
    {
      "type": "library",
      "name": "cssom",
      "group": "@acemir",
      "version": "0.9.31",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@acemir/cssom@0.9.31",
      "author": "Nikita Vasilyev",
      "description": "CSS Object Model implementation and CSS parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40acemir/cssom@0.9.31",
      "externalReferences": [
        {
          "url": "git+https://github.com/acemir/CSSOM.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/acemir/CSSOM#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/acemir/CSSOM/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/@acemir/cssom"
        }
      ]
    },
    {
      "type": "library",
      "name": "dom-selector",
      "group": "@asamuzakjp",
      "version": "6.7.8",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@asamuzakjp/dom-selector@6.7.8",
      "author": "asamuzaK",
      "description": "A CSS selector engine.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40asamuzakjp/dom-selector@6.7.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/asamuzaK/domSelector.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/asamuzaK/domSelector#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/asamuzaK/domSelector/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/@asamuzakjp/dom-selector"
        }
      ]
    },
    {
      "type": "library",
      "name": "bytes",
      "group": "@exodus",
      "version": "1.11.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0",
      "author": "Exodus Movement, Inc.",
      "description": "Various operations on Uint8Array data",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40exodus/bytes@1.11.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ExodusOSS/bytes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ExodusOSS/bytes",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ExodusOSS/bytes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/@exodus/bytes"
        }
      ]
    },
    {
      "type": "library",
      "name": "cssstyle",
      "version": "5.3.7",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|cssstyle@5.3.7",
      "description": "An implementation of the CSSStyleDeclaration class from the CSS Object Model specification",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cssstyle@5.3.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/cssstyle.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/cssstyle#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/cssstyle/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/cssstyle"
        }
      ]
    },
    {
      "type": "library",
      "name": "data-urls",
      "version": "7.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|data-urls@7.0.0",
      "author": "Domenic Denicola",
      "description": "Parses data: URLs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/data-urls@7.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/data-urls.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/data-urls#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/data-urls/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/data-urls"
        }
      ]
    },
    {
      "type": "library",
      "name": "decimal.js",
      "version": "10.6.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|decimal.js@10.6.0",
      "author": "Michael Mclaughlin",
      "description": "An arbitrary-precision Decimal type for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/decimal.js@10.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/MikeMcl/decimal.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/MikeMcl/decimal.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/MikeMcl/decimal.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/decimal.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "html-encoding-sniffer",
      "version": "6.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|html-encoding-sniffer@6.0.0",
      "author": "Domenic Denicola",
      "description": "Sniff the encoding from a HTML byte stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/html-encoding-sniffer@6.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/html-encoding-sniffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/html-encoding-sniffer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/html-encoding-sniffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/html-encoding-sniffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "http-proxy-agent",
      "version": "7.0.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|http-proxy-agent@7.0.2",
      "author": "Nathan Rajlich",
      "description": "An HTTP(s) proxy `http.Agent` implementation for HTTP",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/http-proxy-agent@7.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/TooTallNate/proxy-agents.git#packages/http-proxy-agent",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/TooTallNate/proxy-agents#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/proxy-agents/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/http-proxy-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "https-proxy-agent",
      "version": "7.0.6",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|https-proxy-agent@7.0.6",
      "author": "Nathan Rajlich",
      "description": "An HTTP(s) proxy `http.Agent` implementation for HTTPS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/https-proxy-agent@7.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/TooTallNate/proxy-agents.git#packages/https-proxy-agent",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/TooTallNate/proxy-agents#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/proxy-agents/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/https-proxy-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-potential-custom-element-name",
      "version": "1.0.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|is-potential-custom-element-name@1.0.1",
      "author": "Mathias Bynens",
      "description": "Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-potential-custom-element-name@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/is-potential-custom-element-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mathiasbynens/is-potential-custom-element-name",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/is-potential-custom-element-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/is-potential-custom-element-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse5",
      "version": "8.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|parse5@8.0.0",
      "author": "Ivan Nikulin",
      "description": "HTML parser and serializer.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse5@8.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/inikulin/parse5.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://parse5.js.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inikulin/parse5/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/parse5"
        }
      ]
    },
    {
      "type": "library",
      "name": "saxes",
      "version": "6.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|saxes@6.0.0",
      "author": "Louis-Dominique Dubeau",
      "description": "An evented streaming XML parser in JavaScript",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/saxes@6.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lddubeau/saxes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lddubeau/saxes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lddubeau/saxes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/saxes"
        }
      ]
    },
    {
      "type": "library",
      "name": "symbol-tree",
      "version": "3.2.4",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|symbol-tree@3.2.4",
      "author": "Joris van der Wel",
      "description": "Turn any collection of objects into its own efficient tree or linked list using Symbol",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/symbol-tree@3.2.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/js-symbol-tree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/js-symbol-tree#symbol-tree",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/js-symbol-tree/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/symbol-tree"
        }
      ]
    },
    {
      "type": "library",
      "name": "tough-cookie",
      "version": "6.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tough-cookie@6.0.0",
      "author": "Jeremy Stashewsky",
      "description": "RFC6265 Cookies and Cookie Jar for node.js",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tough-cookie@6.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/salesforce/tough-cookie.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/salesforce/tough-cookie",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/salesforce/tough-cookie/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/tough-cookie"
        }
      ]
    },
    {
      "type": "library",
      "name": "undici",
      "version": "7.21.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|undici@7.21.0",
      "description": "An HTTP/1.1 client, written from scratch for Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/undici@7.21.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/nodejs/undici.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://undici.nodejs.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodejs/undici/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/undici"
        }
      ]
    },
    {
      "type": "library",
      "name": "w3c-xmlserializer",
      "version": "5.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|w3c-xmlserializer@5.0.0",
      "description": "A per-spec XML serializer implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/w3c-xmlserializer@5.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/w3c-xmlserializer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/w3c-xmlserializer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/w3c-xmlserializer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/w3c-xmlserializer"
        }
      ]
    },
    {
      "type": "library",
      "name": "webidl-conversions",
      "version": "8.0.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|webidl-conversions@8.0.1",
      "author": "Domenic Denicola",
      "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webidl-conversions@8.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/webidl-conversions.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/webidl-conversions#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/webidl-conversions/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/webidl-conversions"
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-mimetype",
      "version": "5.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-mimetype@5.0.0",
      "author": "Domenic Denicola",
      "description": "Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/whatwg-mimetype@5.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/whatwg-mimetype.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-mimetype#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-mimetype/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/whatwg-mimetype"
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-url",
      "version": "16.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-url@16.0.0",
      "author": "Sebastian Mayr",
      "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/whatwg-url@16.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/whatwg-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/whatwg-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "xml-name-validator",
      "version": "5.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|xml-name-validator@5.0.0",
      "author": "Domenic Denicola",
      "description": "Validates whether a string matches the production for an XML name or qualified name",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xml-name-validator@5.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/xml-name-validator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/xml-name-validator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/xml-name-validator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/jsdom@28.0.0/node_modules/xml-name-validator"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map",
      "group": "@jridgewell",
      "version": "0.3.11",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/source-map@0.3.11",
      "author": "Justin Ridgewell",
      "description": "Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jridgewell/source-map@0.3.11",
      "externalReferences": [
        {
          "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/source-map",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/source-map",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/terser@5.46.0/node_modules/@jridgewell/source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn",
      "version": "8.15.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|acorn@8.15.0",
      "description": "ECMAScript parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn@8.15.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/acornjs/acorn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/acornjs/acorn",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/acornjs/acorn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/terser@5.46.0/node_modules/acorn"
        }
      ]
    },
    {
      "type": "library",
      "name": "commander",
      "version": "2.20.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|commander@2.20.3",
      "author": "TJ Holowaychuk",
      "description": "the complete solution for node.js command-line programs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/commander@2.20.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/tj/commander.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tj/commander.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tj/commander.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/terser@5.46.0/node_modules/commander"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-support",
      "version": "0.5.21",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21",
      "description": "Fixes stack traces for files with source maps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-support@0.5.21",
      "externalReferences": [
        {
          "url": "git+https://github.com/evanw/node-source-map-support.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/evanw/node-source-map-support#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/evanw/node-source-map-support/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/terser@5.46.0/node_modules/source-map-support"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map",
      "version": "0.6.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map@0.6.1",
      "author": "Nick Fitzgerald",
      "description": "Generates and consumes source maps",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map@0.6.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/mozilla/source-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mozilla/source-map",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mozilla/source-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "trace-mapping",
      "group": "@jridgewell",
      "version": "0.3.31",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31",
      "author": "Justin Ridgewell",
      "description": "Trace the original position through a source map",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jridgewell/trace-mapping@0.3.31",
      "externalReferences": [
        {
          "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/trace-mapping",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/trace-mapping",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/@jridgewell/trace-mapping"
        }
      ]
    },
    {
      "type": "library",
      "name": "expect",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/expect@4.0.18",
      "description": "Jest's expect matchers as a Chai plugin",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/expect@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/expect",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/expect#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/@vitest/expect"
        }
      ]
    },
    {
      "type": "library",
      "name": "mocker",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/mocker@4.0.18",
      "description": "Vitest module mocker implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/mocker@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/mocker",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/mocker#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/@vitest/mocker"
        }
      ]
    },
    {
      "type": "library",
      "name": "pretty-format",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18",
      "description": "Fork of pretty-format with support for ESM",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/pretty-format@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/pretty-format",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/@vitest/pretty-format"
        }
      ]
    },
    {
      "type": "library",
      "name": "runner",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/runner@4.0.18",
      "description": "Vitest test runner",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/runner@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/runner",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/runner#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/@vitest/runner"
        }
      ]
    },
    {
      "type": "library",
      "name": "snapshot",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/snapshot@4.0.18",
      "description": "Vitest snapshot manager",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/snapshot@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/snapshot",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/snapshot#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/@vitest/snapshot"
        }
      ]
    },
    {
      "type": "library",
      "name": "spy",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/spy@4.0.18",
      "description": "Lightweight Jest compatible spy implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/spy@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/spy",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/spy#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/@vitest/spy"
        }
      ]
    },
    {
      "type": "library",
      "name": "utils",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18",
      "description": "Shared Vitest utility functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/utils@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/utils",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/@vitest/utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "es-module-lexer",
      "version": "1.7.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|es-module-lexer@1.7.0",
      "author": "Guy Bedford",
      "description": "Lexes ES modules returning their import/export metadata",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es-module-lexer@1.7.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/guybedford/es-module-lexer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/guybedford/es-module-lexer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/guybedford/es-module-lexer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/es-module-lexer"
        }
      ]
    },
    {
      "type": "library",
      "name": "expect-type",
      "version": "1.3.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|expect-type@1.3.0",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/expect-type@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mmkal/expect-type.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mmkal/expect-type#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mmkal/expect-type/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/expect-type"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsdom",
      "version": "28.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|jsdom@28.0.0#2",
      "description": "A JavaScript implementation of many web standards",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsdom@28.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/jsdom.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/jsdom#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/jsdom/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/jsdom"
        }
      ]
    },
    {
      "type": "library",
      "name": "magic-string",
      "version": "0.30.21",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21",
      "author": "Rich Harris",
      "description": "Modify strings, generate sourcemaps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/magic-string@0.30.21",
      "externalReferences": [
        {
          "url": "git+https://github.com/Rich-Harris/magic-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Rich-Harris/magic-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Rich-Harris/magic-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/magic-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "obug",
      "version": "2.1.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|obug@2.1.1",
      "author": "Kevin Deng",
      "description": "A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/obug@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sxzz/obug.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sxzz/obug#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sxzz/obug/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/obug"
        }
      ]
    },
    {
      "type": "library",
      "name": "pathe",
      "version": "2.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3",
      "description": "Universal filesystem path utils",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pathe@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/unjs/pathe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/unjs/pathe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/unjs/pathe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/pathe"
        }
      ]
    },
    {
      "type": "library",
      "name": "picomatch",
      "version": "4.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3",
      "author": "Jon Schlinkert",
      "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/picomatch@4.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/picomatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/picomatch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/picomatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/picomatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "std-env",
      "version": "3.10.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|std-env@3.10.0",
      "description": "Runtime agnostic JS utils",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/std-env@3.10.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/unjs/std-env.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/unjs/std-env#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/unjs/std-env/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/std-env"
        }
      ]
    },
    {
      "type": "library",
      "name": "tinybench",
      "version": "2.9.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinybench@2.9.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tinybench@2.9.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/tinylibs/tinybench.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tinylibs/tinybench#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tinylibs/tinybench/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/tinybench"
        }
      ]
    },
    {
      "type": "library",
      "name": "tinyexec",
      "version": "1.0.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyexec@1.0.2",
      "author": "James Garbutt",
      "description": "A minimal library for executing processes in Node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tinyexec@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/tinylibs/tinyexec.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tinylibs/tinyexec#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tinylibs/tinyexec/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/tinyexec"
        }
      ]
    },
    {
      "type": "library",
      "name": "tinyglobby",
      "version": "0.2.15",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyglobby@0.2.15",
      "author": "Superchupu",
      "description": "A fast and minimal alternative to globby and fast-glob",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tinyglobby@0.2.15",
      "externalReferences": [
        {
          "url": "git+https://github.com/SuperchupuDev/tinyglobby.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://superchupu.dev/tinyglobby",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SuperchupuDev/tinyglobby/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/tinyglobby"
        }
      ]
    },
    {
      "type": "library",
      "name": "tinyrainbow",
      "version": "3.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3",
      "description": "A small library to print colourful messages.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tinyrainbow@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/tinylibs/tinyrainbow.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tinylibs/tinyrainbow#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tinylibs/tinyrainbow/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/tinyrainbow"
        }
      ]
    },
    {
      "type": "library",
      "name": "vite",
      "version": "7.3.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1",
      "author": "Evan You",
      "description": "Native-ESM powered web dev build tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vite@7.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitejs/vite.git#packages/vite",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://vite.dev",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitejs/vite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/vite"
        }
      ]
    },
    {
      "type": "library",
      "name": "why-is-node-running",
      "version": "2.3.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|why-is-node-running@2.3.0",
      "author": "Mathias Buus",
      "description": "Node is running but you don't know why? why-is-node-running is here to help you.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/why-is-node-running@2.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mafintosh/why-is-node-running.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/why-is-node-running",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/why-is-node-running/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vitest@4.0.18_jsdom@28.0.0_terser@5.46.0/node_modules/why-is-node-running"
        }
      ]
    },
    {
      "type": "library",
      "name": "sourcemap-codec",
      "group": "@jridgewell",
      "version": "1.5.5",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5",
      "author": "Justin Ridgewell",
      "description": "Encode/decode sourcemap mappings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jridgewell/sourcemap-codec@1.5.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/sourcemap-codec",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/sourcemap-codec",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/@jridgewell/sourcemap-codec"
        }
      ]
    },
    {
      "type": "library",
      "name": "estree",
      "group": "@types",
      "version": "1.0.8",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8#2",
      "description": "TypeScript definitions for estree",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/estree@1.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/estree",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/rollup@4.56.0/node_modules/@types/estree"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn",
      "version": "8.15.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|acorn@8.15.0#2",
      "description": "ECMAScript parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn@8.15.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/acornjs/acorn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/acornjs/acorn",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/acornjs/acorn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/acorn"
        }
      ]
    },
    {
      "type": "library",
      "name": "magic-string",
      "version": "0.30.21",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#2",
      "author": "Rich Harris",
      "description": "Modify strings, generate sourcemaps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/magic-string@0.30.21",
      "externalReferences": [
        {
          "url": "git+https://github.com/Rich-Harris/magic-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Rich-Harris/magic-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Rich-Harris/magic-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/magic-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "picocolors",
      "version": "1.1.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picocolors@1.1.1",
      "author": "Alexey Raspopov",
      "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/picocolors@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/alexeyraspopov/picocolors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/alexeyraspopov/picocolors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/alexeyraspopov/picocolors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/picocolors"
        }
      ]
    },
    {
      "type": "library",
      "name": "picomatch",
      "version": "4.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#2",
      "author": "Jon Schlinkert",
      "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/picomatch@4.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/picomatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/picomatch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/picomatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/picomatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-support",
      "version": "0.5.21",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21#2",
      "description": "Fixes stack traces for files with source maps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-support@0.5.21",
      "externalReferences": [
        {
          "url": "git+https://github.com/evanw/node-source-map-support.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/evanw/node-source-map-support#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/evanw/node-source-map-support/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/source-map-support"
        }
      ]
    },
    {
      "type": "library",
      "name": "vite",
      "version": "7.3.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1#2",
      "author": "Evan You",
      "description": "Native-ESM powered web dev build tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vite@7.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitejs/vite.git#packages/vite",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://vite.dev",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitejs/vite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/vite"
        }
      ]
    },
    {
      "type": "library",
      "name": "nwsapi",
      "group": "@asamuzakjp",
      "version": "2.3.9",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@asamuzakjp/nwsapi@2.3.9",
      "author": "Diego Perini",
      "description": "Fast CSS Selectors API Engine",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        },
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://javascript.nwbox.com/nwsapi/MIT-LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/%40asamuzakjp/nwsapi@2.3.9",
      "externalReferences": [
        {
          "url": "git://github.com/dperini/nwsapi.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://javascript.nwbox.com/nwsapi/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/dperini/nwsapi/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@asamuzakjp+dom-selector@6.7.8/node_modules/@asamuzakjp/nwsapi"
        }
      ]
    },
    {
      "type": "library",
      "name": "bidi-js",
      "version": "1.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|bidi-js@1.0.3",
      "author": "Jason Johnston",
      "description": "A JavaScript implementation of the Unicode Bidirectional Algorithm",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bidi-js@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lojjic/bidi-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lojjic/bidi-js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lojjic/bidi-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@asamuzakjp+dom-selector@6.7.8/node_modules/bidi-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "chai",
      "version": "6.2.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|chai@6.2.2",
      "author": "Jake Luer",
      "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chai@6.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/chaijs/chai.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://chaijs.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/chai/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/chai"
        }
      ]
    },
    {
      "type": "library",
      "name": "commander",
      "version": "2.20.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|commander@2.20.3#2",
      "author": "TJ Holowaychuk",
      "description": "the complete solution for node.js command-line programs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/commander@2.20.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/tj/commander.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tj/commander.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tj/commander.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/commander"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-tree",
      "version": "3.1.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|css-tree@3.1.0",
      "author": "Roman Dvornov",
      "description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css-tree@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstree/csstree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/csstree/csstree#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstree/csstree/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@asamuzakjp+dom-selector@6.7.8/node_modules/css-tree"
        }
      ]
    },
    {
      "type": "library",
      "name": "esbuild",
      "version": "0.27.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
      "description": "An extremely fast JavaScript and CSS bundler and minifier.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esbuild@0.27.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/evanw/esbuild.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/evanw/esbuild#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/evanw/esbuild/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/esbuild"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-potential-custom-element-name",
      "version": "1.0.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|is-potential-custom-element-name@1.0.1#2",
      "author": "Mathias Bynens",
      "description": "Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-potential-custom-element-name@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/is-potential-custom-element-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mathiasbynens/is-potential-custom-element-name",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/is-potential-custom-element-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@asamuzakjp+dom-selector@6.7.8/node_modules/is-potential-custom-element-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "lru-cache",
      "version": "11.2.5",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|lru-cache@11.2.5",
      "author": "Isaac Z. Schlueter",
      "description": "A cache object that deletes the least-recently-used items.",
      "licenses": [
        {
          "license": {
            "id": "BlueOak-1.0.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lru-cache@11.2.5",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/isaacs/node-lru-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/node-lru-cache#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/node-lru-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@asamuzakjp+dom-selector@6.7.8/node_modules/lru-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "punycode",
      "version": "2.3.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|punycode@2.3.1",
      "author": "Mathias Bynens",
      "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/punycode@2.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/punycode.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mths.be/punycode",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/punycode.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/punycode"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-color",
      "group": "@asamuzakjp",
      "version": "4.1.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@asamuzakjp/css-color@4.1.2",
      "author": "asamuzaK",
      "description": "CSS color - Resolve and convert CSS colors.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40asamuzakjp/css-color@4.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/asamuzaK/cssColor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/asamuzaK/cssColor#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/asamuzaK/cssColor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/cssstyle@5.3.7/node_modules/@asamuzakjp/css-color"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-syntax-patches-for-csstree",
      "group": "@csstools",
      "version": "1.0.26",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-syntax-patches-for-csstree@1.0.26",
      "description": "CSS syntax patches for CSS tree",
      "licenses": [
        {
          "license": {
            "id": "MIT-0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-syntax-patches-for-csstree@1.0.26",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-syntax-patches-for-csstree",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-syntax-patches-for-csstree#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/cssstyle@5.3.7/node_modules/@csstools/css-syntax-patches-for-csstree"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-tree",
      "version": "3.1.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|css-tree@3.1.0#2",
      "author": "Roman Dvornov",
      "description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css-tree@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstree/csstree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/csstree/csstree#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstree/csstree/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/cssstyle@5.3.7/node_modules/css-tree"
        }
      ]
    },
    {
      "type": "library",
      "name": "lru-cache",
      "version": "11.2.5",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|lru-cache@11.2.5#2",
      "author": "Isaac Z. Schlueter",
      "description": "A cache object that deletes the least-recently-used items.",
      "licenses": [
        {
          "license": {
            "id": "BlueOak-1.0.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lru-cache@11.2.5",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/isaacs/node-lru-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/node-lru-cache#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/node-lru-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/cssstyle@5.3.7/node_modules/lru-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-mimetype",
      "version": "5.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-mimetype@5.0.0#2",
      "author": "Domenic Denicola",
      "description": "Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/whatwg-mimetype@5.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/whatwg-mimetype.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-mimetype#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-mimetype/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/data-urls@7.0.0/node_modules/whatwg-mimetype"
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-url",
      "version": "16.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-url@16.0.0#2",
      "author": "Sebastian Mayr",
      "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/whatwg-url@16.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/whatwg-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/data-urls@7.0.0/node_modules/whatwg-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "bytes",
      "group": "@exodus",
      "version": "1.11.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#2",
      "author": "Exodus Movement, Inc.",
      "description": "Various operations on Uint8Array data",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40exodus/bytes@1.11.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ExodusOSS/bytes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ExodusOSS/bytes",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ExodusOSS/bytes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/html-encoding-sniffer@6.0.0/node_modules/@exodus/bytes"
        }
      ]
    },
    {
      "type": "library",
      "name": "agent-base",
      "version": "7.1.4",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|agent-base@7.1.4",
      "author": "Nathan Rajlich",
      "description": "Turn a function into an `http.Agent` instance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/agent-base@7.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/TooTallNate/proxy-agents.git#packages/agent-base",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/TooTallNate/proxy-agents#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/proxy-agents/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/http-proxy-agent@7.0.2/node_modules/agent-base"
        }
      ]
    },
    {
      "type": "library",
      "name": "debug",
      "version": "4.4.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|debug@4.4.3",
      "author": "Josh Junon",
      "description": "Lightweight debugging utility for Node.js and the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debug@4.4.3",
      "externalReferences": [
        {
          "url": "git://github.com/debug-js/debug.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/debug-js/debug#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/debug-js/debug/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/http-proxy-agent@7.0.2/node_modules/debug"
        }
      ]
    },
    {
      "type": "library",
      "name": "agent-base",
      "version": "7.1.4",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|agent-base@7.1.4#2",
      "author": "Nathan Rajlich",
      "description": "Turn a function into an `http.Agent` instance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/agent-base@7.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/TooTallNate/proxy-agents.git#packages/agent-base",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/TooTallNate/proxy-agents#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/proxy-agents/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/https-proxy-agent@7.0.6/node_modules/agent-base"
        }
      ]
    },
    {
      "type": "library",
      "name": "debug",
      "version": "4.4.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|debug@4.4.3#2",
      "author": "Josh Junon",
      "description": "Lightweight debugging utility for Node.js and the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debug@4.4.3",
      "externalReferences": [
        {
          "url": "git://github.com/debug-js/debug.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/debug-js/debug#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/debug-js/debug/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/https-proxy-agent@7.0.6/node_modules/debug"
        }
      ]
    },
    {
      "type": "library",
      "name": "entities",
      "version": "6.0.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|entities@6.0.1",
      "author": "Felix Boehm",
      "description": "Encode & decode XML and HTML entities with ease & speed",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/entities@6.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/fb55/entities.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/entities#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fb55/entities/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/parse5@8.0.0/node_modules/entities"
        }
      ]
    },
    {
      "type": "library",
      "name": "chai",
      "group": "@types",
      "version": "5.2.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/chai@5.2.3",
      "description": "TypeScript definitions for chai",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/chai@5.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/chai",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/@types/chai"
        }
      ]
    },
    {
      "type": "library",
      "name": "xmlchars",
      "version": "2.2.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|xmlchars@2.2.0",
      "author": "Louis-Dominique Dubeau",
      "description": "Utilities for determining if characters belong to character classes defined by the XML specs.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xmlchars@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lddubeau/xmlchars.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lddubeau/xmlchars#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lddubeau/xmlchars/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/saxes@6.0.0/node_modules/xmlchars"
        }
      ]
    },
    {
      "type": "library",
      "name": "tldts",
      "version": "7.0.22",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tldts@7.0.22",
      "author": "Rémi Berson",
      "description": "Library to work against complex domain names, subdomains and URIs.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tldts@7.0.22",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/remusao/tldts.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/remusao/tldts#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/remusao/tldts/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/tough-cookie@6.0.0/node_modules/tldts"
        }
      ]
    },
    {
      "type": "library",
      "name": "xml-name-validator",
      "version": "5.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|xml-name-validator@5.0.0#2",
      "author": "Domenic Denicola",
      "description": "Validates whether a string matches the production for an XML name or qualified name",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xml-name-validator@5.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/xml-name-validator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/xml-name-validator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/xml-name-validator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/w3c-xmlserializer@5.0.0/node_modules/xml-name-validator"
        }
      ]
    },
    {
      "type": "library",
      "name": "bytes",
      "group": "@exodus",
      "version": "1.11.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#3",
      "author": "Exodus Movement, Inc.",
      "description": "Various operations on Uint8Array data",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40exodus/bytes@1.11.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ExodusOSS/bytes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ExodusOSS/bytes",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ExodusOSS/bytes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/@exodus/bytes"
        }
      ]
    },
    {
      "type": "library",
      "name": "bytes",
      "group": "@exodus",
      "version": "1.11.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#4",
      "author": "Exodus Movement, Inc.",
      "description": "Various operations on Uint8Array data",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40exodus/bytes@1.11.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ExodusOSS/bytes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ExodusOSS/bytes",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ExodusOSS/bytes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/whatwg-url@16.0.0/node_modules/@exodus/bytes"
        }
      ]
    },
    {
      "type": "library",
      "name": "tinybench",
      "version": "2.9.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinybench@2.9.0#2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tinybench@2.9.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/tinylibs/tinybench.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tinylibs/tinybench#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tinylibs/tinybench/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/tinybench"
        }
      ]
    },
    {
      "type": "library",
      "name": "tr46",
      "version": "6.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tr46@6.0.0",
      "author": "Sebastian Mayr",
      "description": "An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tr46@6.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/tr46.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/tr46#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/tr46/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/whatwg-url@16.0.0/node_modules/tr46"
        }
      ]
    },
    {
      "type": "library",
      "name": "webidl-conversions",
      "version": "8.0.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|webidl-conversions@8.0.1#2",
      "author": "Domenic Denicola",
      "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webidl-conversions@8.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/webidl-conversions.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/webidl-conversions#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/webidl-conversions/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/whatwg-url@16.0.0/node_modules/webidl-conversions"
        }
      ]
    },
    {
      "type": "library",
      "name": "gen-mapping",
      "group": "@jridgewell",
      "version": "0.3.13",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/gen-mapping@0.3.13",
      "author": "Justin Ridgewell",
      "description": "Generate source maps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jridgewell/gen-mapping@0.3.13",
      "externalReferences": [
        {
          "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/gen-mapping",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/gen-mapping",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@jridgewell+source-map@0.3.11/node_modules/@jridgewell/gen-mapping"
        }
      ]
    },
    {
      "type": "library",
      "name": "trace-mapping",
      "group": "@jridgewell",
      "version": "0.3.31",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31#2",
      "author": "Justin Ridgewell",
      "description": "Trace the original position through a source map",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jridgewell/trace-mapping@0.3.31",
      "externalReferences": [
        {
          "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/trace-mapping",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/trace-mapping",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@jridgewell+source-map@0.3.11/node_modules/@jridgewell/trace-mapping"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-from",
      "version": "1.1.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|buffer-from@1.1.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer-from@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/LinusU/buffer-from.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/LinusU/buffer-from#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/LinusU/buffer-from/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/source-map-support@0.5.21/node_modules/buffer-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map",
      "version": "0.6.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map@0.6.1#2",
      "author": "Nick Fitzgerald",
      "description": "Generates and consumes source maps",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map@0.6.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/mozilla/source-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mozilla/source-map",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mozilla/source-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/source-map-support@0.5.21/node_modules/source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve-uri",
      "group": "@jridgewell",
      "version": "3.1.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/resolve-uri@3.1.2",
      "author": "Justin Ridgewell",
      "description": "Resolve a URI relative to an optional base URI",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jridgewell/resolve-uri@3.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jridgewell/resolve-uri.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jridgewell/resolve-uri#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jridgewell/resolve-uri/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@jridgewell+trace-mapping@0.3.31/node_modules/@jridgewell/resolve-uri"
        }
      ]
    },
    {
      "type": "library",
      "name": "sourcemap-codec",
      "group": "@jridgewell",
      "version": "1.5.5",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#2",
      "author": "Justin Ridgewell",
      "description": "Encode/decode sourcemap mappings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jridgewell/sourcemap-codec@1.5.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/sourcemap-codec",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/sourcemap-codec",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@jridgewell+trace-mapping@0.3.31/node_modules/@jridgewell/sourcemap-codec"
        }
      ]
    },
    {
      "type": "library",
      "name": "spec",
      "group": "@standard-schema",
      "version": "1.1.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@standard-schema/spec@1.1.0",
      "author": "Colin McDonnell",
      "description": "A family of specs for interoperable TypeScript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40standard-schema/spec@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/standard-schema/standard-schema.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://standardschema.dev",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/standard-schema/standard-schema/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+expect@4.0.18/node_modules/@standard-schema/spec"
        }
      ]
    },
    {
      "type": "library",
      "name": "chai",
      "group": "@types",
      "version": "5.2.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/chai@5.2.3#2",
      "description": "TypeScript definitions for chai",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/chai@5.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/chai",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+expect@4.0.18/node_modules/@types/chai"
        }
      ]
    },
    {
      "type": "library",
      "name": "runner",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/runner@4.0.18#2",
      "description": "Vitest test runner",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/runner@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/runner",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/runner#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/@vitest/runner"
        }
      ]
    },
    {
      "type": "library",
      "name": "spy",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/spy@4.0.18#2",
      "description": "Lightweight Jest compatible spy implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/spy@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/spy",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/spy#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+expect@4.0.18/node_modules/@vitest/spy"
        }
      ]
    },
    {
      "type": "library",
      "name": "utils",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#2",
      "description": "Shared Vitest utility functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/utils@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/utils",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+expect@4.0.18/node_modules/@vitest/utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "chai",
      "version": "6.2.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|chai@6.2.2#2",
      "author": "Jake Luer",
      "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chai@6.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/chaijs/chai.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://chaijs.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/chai/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+expect@4.0.18/node_modules/chai"
        }
      ]
    },
    {
      "type": "library",
      "name": "tinyrainbow",
      "version": "3.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#2",
      "description": "A small library to print colourful messages.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tinyrainbow@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/tinylibs/tinyrainbow.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tinylibs/tinyrainbow#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tinylibs/tinyrainbow/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+expect@4.0.18/node_modules/tinyrainbow"
        }
      ]
    },
    {
      "type": "library",
      "name": "spy",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/spy@4.0.18#3",
      "description": "Lightweight Jest compatible spy implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/spy@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/spy",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/spy#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+mocker@4.0.18_vite@7.3.1_terser@5.46.0_/node_modules/@vitest/spy"
        }
      ]
    },
    {
      "type": "library",
      "name": "utils",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#3",
      "description": "Shared Vitest utility functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/utils@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/utils",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/@vitest/utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "estree-walker",
      "version": "3.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|estree-walker@3.0.3",
      "author": "Rich Harris",
      "description": "Traverse an ESTree-compliant AST",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/estree-walker@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/Rich-Harris/estree-walker.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Rich-Harris/estree-walker#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Rich-Harris/estree-walker/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+mocker@4.0.18_vite@7.3.1_terser@5.46.0_/node_modules/estree-walker"
        }
      ]
    },
    {
      "type": "library",
      "name": "magic-string",
      "version": "0.30.21",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#3",
      "author": "Rich Harris",
      "description": "Modify strings, generate sourcemaps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/magic-string@0.30.21",
      "externalReferences": [
        {
          "url": "git+https://github.com/Rich-Harris/magic-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Rich-Harris/magic-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Rich-Harris/magic-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+mocker@4.0.18_vite@7.3.1_terser@5.46.0_/node_modules/magic-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "pathe",
      "version": "2.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#2",
      "description": "Universal filesystem path utils",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pathe@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/unjs/pathe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/unjs/pathe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/unjs/pathe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/pathe"
        }
      ]
    },
    {
      "type": "library",
      "name": "vite",
      "version": "7.3.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1#3",
      "author": "Evan You",
      "description": "Native-ESM powered web dev build tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vite@7.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitejs/vite.git#packages/vite",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://vite.dev",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitejs/vite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+mocker@4.0.18_vite@7.3.1_terser@5.46.0_/node_modules/vite"
        }
      ]
    },
    {
      "type": "library",
      "name": "tinyrainbow",
      "version": "3.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#3",
      "description": "A small library to print colourful messages.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tinyrainbow@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/tinylibs/tinyrainbow.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tinylibs/tinyrainbow#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tinylibs/tinyrainbow/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+pretty-format@4.0.18/node_modules/tinyrainbow"
        }
      ]
    },
    {
      "type": "library",
      "name": "utils",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#4",
      "description": "Shared Vitest utility functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/utils@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/utils",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+runner@4.0.18/node_modules/@vitest/utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "pathe",
      "version": "2.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#3",
      "description": "Universal filesystem path utils",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pathe@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/unjs/pathe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/unjs/pathe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/unjs/pathe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+runner@4.0.18/node_modules/pathe"
        }
      ]
    },
    {
      "type": "library",
      "name": "pretty-format",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18#2",
      "description": "Fork of pretty-format with support for ESM",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/pretty-format@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/pretty-format",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+snapshot@4.0.18/node_modules/@vitest/pretty-format"
        }
      ]
    },
    {
      "type": "library",
      "name": "magic-string",
      "version": "0.30.21",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#4",
      "author": "Rich Harris",
      "description": "Modify strings, generate sourcemaps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/magic-string@0.30.21",
      "externalReferences": [
        {
          "url": "git+https://github.com/Rich-Harris/magic-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Rich-Harris/magic-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Rich-Harris/magic-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+snapshot@4.0.18/node_modules/magic-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "pathe",
      "version": "2.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#4",
      "description": "Universal filesystem path utils",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pathe@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/unjs/pathe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/unjs/pathe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/unjs/pathe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+snapshot@4.0.18/node_modules/pathe"
        }
      ]
    },
    {
      "type": "library",
      "name": "pretty-format",
      "group": "@vitest",
      "version": "4.0.18",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18#3",
      "description": "Fork of pretty-format with support for ESM",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40vitest/pretty-format@4.0.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/vitest-dev/vitest.git#packages/pretty-format",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/tree/main/packages/utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vitest-dev/vitest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+utils@4.0.18/node_modules/@vitest/pretty-format"
        }
      ]
    },
    {
      "type": "library",
      "name": "tinyrainbow",
      "version": "3.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#4",
      "description": "A small library to print colourful messages.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tinyrainbow@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/tinylibs/tinyrainbow.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tinylibs/tinyrainbow#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tinylibs/tinyrainbow/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@vitest+utils@4.0.18/node_modules/tinyrainbow"
        }
      ]
    },
    {
      "type": "library",
      "name": "sourcemap-codec",
      "group": "@jridgewell",
      "version": "1.5.5",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#3",
      "author": "Justin Ridgewell",
      "description": "Encode/decode sourcemap mappings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jridgewell/sourcemap-codec@1.5.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/sourcemap-codec",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/sourcemap-codec",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/magic-string@0.30.21/node_modules/@jridgewell/sourcemap-codec"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-js",
      "version": "1.2.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1",
      "author": "Valentin 7rulnik Semirulnik",
      "description": "Generates and consumes source maps",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-js@1.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/7rulnik/source-map-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/7rulnik/source-map-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/7rulnik/source-map-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/source-map-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "debug",
      "version": "4.4.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|debug@4.4.3#3",
      "author": "Josh Junon",
      "description": "Lightweight debugging utility for Node.js and the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debug@4.4.3",
      "externalReferences": [
        {
          "url": "git://github.com/debug-js/debug.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/debug-js/debug#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/debug-js/debug/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/debug"
        }
      ]
    },
    {
      "type": "library",
      "name": "fdir",
      "version": "6.5.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|fdir@6.5.0",
      "author": "thecodrr",
      "description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fdir@6.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/thecodrr/fdir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thecodrr/fdir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thecodrr/fdir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/tinyglobby@0.2.15/node_modules/fdir"
        }
      ]
    },
    {
      "type": "library",
      "name": "picomatch",
      "version": "4.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#3",
      "author": "Jon Schlinkert",
      "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/picomatch@4.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/picomatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/picomatch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/picomatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/tinyglobby@0.2.15/node_modules/picomatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "es-module-lexer",
      "version": "1.7.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|es-module-lexer@1.7.0#2",
      "author": "Guy Bedford",
      "description": "Lexes ES modules returning their import/export metadata",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es-module-lexer@1.7.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/guybedford/es-module-lexer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/guybedford/es-module-lexer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/guybedford/es-module-lexer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/es-module-lexer"
        }
      ]
    },
    {
      "type": "library",
      "name": "esbuild",
      "version": "0.27.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2#2",
      "description": "An extremely fast JavaScript and CSS bundler and minifier.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esbuild@0.27.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/evanw/esbuild.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/evanw/esbuild#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/evanw/esbuild/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vite@7.3.1_terser@5.46.0/node_modules/esbuild"
        }
      ]
    },
    {
      "type": "library",
      "name": "estree-walker",
      "version": "3.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|estree-walker@3.0.3#2",
      "author": "Rich Harris",
      "description": "Traverse an ESTree-compliant AST",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/estree-walker@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/Rich-Harris/estree-walker.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Rich-Harris/estree-walker#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Rich-Harris/estree-walker/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/estree-walker"
        }
      ]
    },
    {
      "type": "library",
      "name": "fdir",
      "version": "6.5.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|fdir@6.5.0#2",
      "author": "thecodrr",
      "description": "The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fdir@6.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/thecodrr/fdir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thecodrr/fdir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thecodrr/fdir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vite@7.3.1_terser@5.46.0/node_modules/fdir"
        }
      ]
    },
    {
      "type": "library",
      "name": "nanoid",
      "version": "3.3.11",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|nanoid@3.3.11",
      "author": "Andrey Sitnik",
      "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nanoid@3.3.11",
      "externalReferences": [
        {
          "url": "git+https://github.com/ai/nanoid.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ai/nanoid#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ai/nanoid/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/nanoid"
        }
      ]
    },
    {
      "type": "library",
      "name": "obug",
      "version": "2.1.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|obug@2.1.1#2",
      "author": "Kevin Deng",
      "description": "A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/obug@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sxzz/obug.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sxzz/obug#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sxzz/obug/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/obug"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse5",
      "version": "8.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|parse5@8.0.0#2",
      "author": "Ivan Nikulin",
      "description": "HTML parser and serializer.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse5@8.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/inikulin/parse5.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://parse5.js.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inikulin/parse5/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/parse5"
        }
      ]
    },
    {
      "type": "library",
      "name": "picomatch",
      "version": "4.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#4",
      "author": "Jon Schlinkert",
      "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/picomatch@4.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/picomatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/picomatch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/picomatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vite@7.3.1_terser@5.46.0/node_modules/picomatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss",
      "version": "8.5.6",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|postcss@8.5.6",
      "author": "Andrey Sitnik",
      "description": "Tool for transforming styles with JS plugins",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss@8.5.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://postcss.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vite@7.3.1_terser@5.46.0/node_modules/postcss"
        }
      ]
    },
    {
      "type": "library",
      "name": "rollup",
      "version": "4.56.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0#2",
      "author": "Rich Harris",
      "description": "Next-generation ES module bundler",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rollup@4.56.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/rollup/rollup.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://rollupjs.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rollup/rollup/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vite@7.3.1_terser@5.46.0/node_modules/rollup"
        }
      ]
    },
    {
      "type": "library",
      "name": "terser",
      "version": "5.46.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0#2",
      "author": "Mihai Bazon",
      "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/terser@5.46.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/terser/terser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://terser.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/terser/terser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vite@7.3.1_terser@5.46.0/node_modules/terser"
        }
      ]
    },
    {
      "type": "library",
      "name": "tinyglobby",
      "version": "0.2.15",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyglobby@0.2.15#2",
      "author": "Superchupu",
      "description": "A fast and minimal alternative to globby and fast-glob",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tinyglobby@0.2.15",
      "externalReferences": [
        {
          "url": "git+https://github.com/SuperchupuDev/tinyglobby.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://superchupu.dev/tinyglobby",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SuperchupuDev/tinyglobby/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/vite@7.3.1_terser@5.46.0/node_modules/tinyglobby"
        }
      ]
    },
    {
      "type": "library",
      "name": "siginfo",
      "version": "2.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|siginfo@2.0.0",
      "author": "Emil Bay",
      "description": "Utility module to print pretty messages on SIGINFO/SIGUSR1",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/siginfo@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/emilbayes/siginfo.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/emilbayes/siginfo#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/emilbayes/siginfo/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/why-is-node-running@2.3.0/node_modules/siginfo"
        }
      ]
    },
    {
      "type": "library",
      "name": "stackback",
      "version": "0.0.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|stackback@0.0.2",
      "author": "Roman Shtylman",
      "description": "return list of CallSite objects from a captured stacktrace",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stackback@0.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/shtylman/node-stackback.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/shtylman/node-stackback#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shtylman/node-stackback/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/why-is-node-running@2.3.0/node_modules/stackback"
        }
      ]
    },
    {
      "type": "library",
      "name": "require-from-string",
      "version": "2.0.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|require-from-string@2.0.2",
      "author": "Vsevolod Strukchinsky",
      "description": "Require module from string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/require-from-string@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/floatdrop/require-from-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/floatdrop/require-from-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floatdrop/require-from-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/bidi-js@1.0.3/node_modules/require-from-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "assertion-error",
      "version": "2.0.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|assertion-error@2.0.1",
      "author": "Jake Luer",
      "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/assertion-error@2.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/chaijs/assertion-error.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chaijs/assertion-error#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/assertion-error/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/node_modules/assertion-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "mdn-data",
      "version": "2.12.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|mdn-data@2.12.2",
      "author": "Mozilla Developer Network",
      "description": "Open Web data by the Mozilla Developer Network",
      "licenses": [
        {
          "license": {
            "id": "CC0-1.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mdn-data@2.12.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/mdn/data.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://developer.mozilla.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mdn/data/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/css-tree@3.1.0/node_modules/mdn-data"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-js",
      "version": "1.2.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1#2",
      "author": "Valentin 7rulnik Semirulnik",
      "description": "Generates and consumes source maps",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-js@1.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/7rulnik/source-map-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/7rulnik/source-map-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/7rulnik/source-map-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/css-tree@3.1.0/node_modules/source-map-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-calc",
      "group": "@csstools",
      "version": "3.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-calc@3.0.0",
      "description": "Solve CSS math expressions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-calc@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-calc",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@asamuzakjp+css-color@4.1.2/node_modules/@csstools/css-calc"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-color-parser",
      "group": "@csstools",
      "version": "4.0.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-color-parser@4.0.1",
      "description": "Parse CSS color values",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-color-parser@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-color-parser",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-color-parser#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@asamuzakjp+css-color@4.1.2/node_modules/@csstools/css-color-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-parser-algorithms",
      "group": "@csstools",
      "version": "4.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-parser-algorithms@4.0.0",
      "description": "Algorithms to help you parse CSS from an array of tokens.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-parser-algorithms@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-parser-algorithms",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@asamuzakjp+css-color@4.1.2/node_modules/@csstools/css-parser-algorithms"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-tokenizer",
      "group": "@csstools",
      "version": "4.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0",
      "description": "Tokenize CSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-tokenizer@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-tokenizer",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@asamuzakjp+css-color@4.1.2/node_modules/@csstools/css-tokenizer"
        }
      ]
    },
    {
      "type": "library",
      "name": "lru-cache",
      "version": "11.2.5",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|lru-cache@11.2.5#3",
      "author": "Isaac Z. Schlueter",
      "description": "A cache object that deletes the least-recently-used items.",
      "licenses": [
        {
          "license": {
            "id": "BlueOak-1.0.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lru-cache@11.2.5",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/isaacs/node-lru-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/node-lru-cache#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/node-lru-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@asamuzakjp+css-color@4.1.2/node_modules/lru-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "ms",
      "version": "2.1.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|ms@2.1.3",
      "description": "Tiny millisecond conversion utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ms@2.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/vercel/ms.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vercel/ms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vercel/ms/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/debug@4.4.3/node_modules/ms"
        }
      ]
    },
    {
      "type": "library",
      "name": "deep-eql",
      "group": "@types",
      "version": "4.0.2",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/deep-eql@4.0.2",
      "description": "TypeScript definitions for deep-eql",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/deep-eql@4.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/deep-eql",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/deep-eql",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@types+chai@5.2.3/node_modules/@types/deep-eql"
        }
      ]
    },
    {
      "type": "library",
      "name": "assertion-error",
      "version": "2.0.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|assertion-error@2.0.1#2",
      "author": "Jake Luer",
      "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/assertion-error@2.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/chaijs/assertion-error.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chaijs/assertion-error#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/assertion-error/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@types+chai@5.2.3/node_modules/assertion-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "tldts-core",
      "version": "7.0.22",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tldts-core@7.0.22",
      "author": "Rémi Berson",
      "description": "tldts core primitives (internal module)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tldts-core@7.0.22",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/remusao/tldts.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/remusao/tldts#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/remusao/tldts/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/tldts@7.0.22/node_modules/tldts-core"
        }
      ]
    },
    {
      "type": "library",
      "name": "punycode",
      "version": "2.3.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|punycode@2.3.1#2",
      "author": "Mathias Bynens",
      "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/punycode@2.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/punycode.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mths.be/punycode",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/punycode.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/tr46@6.0.0/node_modules/punycode"
        }
      ]
    },
    {
      "type": "library",
      "name": "sourcemap-codec",
      "group": "@jridgewell",
      "version": "1.5.5",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#4",
      "author": "Justin Ridgewell",
      "description": "Encode/decode sourcemap mappings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jridgewell/sourcemap-codec@1.5.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/sourcemap-codec",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/sourcemap-codec",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@jridgewell+gen-mapping@0.3.13/node_modules/@jridgewell/sourcemap-codec"
        }
      ]
    },
    {
      "type": "library",
      "name": "trace-mapping",
      "group": "@jridgewell",
      "version": "0.3.31",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31#3",
      "author": "Justin Ridgewell",
      "description": "Trace the original position through a source map",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jridgewell/trace-mapping@0.3.31",
      "externalReferences": [
        {
          "url": "git+https://github.com/jridgewell/sourcemaps.git#packages/trace-mapping",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/tree/main/packages/trace-mapping",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jridgewell/sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@jridgewell+gen-mapping@0.3.13/node_modules/@jridgewell/trace-mapping"
        }
      ]
    },
    {
      "type": "library",
      "name": "estree",
      "group": "@types",
      "version": "1.0.8",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8#3",
      "description": "TypeScript definitions for estree",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/estree@1.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/estree",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/estree",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/estree-walker@3.0.3/node_modules/@types/estree"
        }
      ]
    },
    {
      "type": "library",
      "name": "picomatch",
      "version": "4.0.3",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#5",
      "author": "Jon Schlinkert",
      "description": "Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/picomatch@4.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/picomatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/picomatch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/picomatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/fdir@6.5.0_picomatch@4.0.3/node_modules/picomatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "nanoid",
      "version": "3.3.11",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|nanoid@3.3.11#2",
      "author": "Andrey Sitnik",
      "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nanoid@3.3.11",
      "externalReferences": [
        {
          "url": "git+https://github.com/ai/nanoid.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ai/nanoid#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ai/nanoid/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/postcss@8.5.6/node_modules/nanoid"
        }
      ]
    },
    {
      "type": "library",
      "name": "picocolors",
      "version": "1.1.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picocolors@1.1.1#2",
      "author": "Alexey Raspopov",
      "description": "The tiniest and the fastest library for terminal output formatting with ANSI colors",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/picocolors@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/alexeyraspopov/picocolors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/alexeyraspopov/picocolors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/alexeyraspopov/picocolors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/postcss@8.5.6/node_modules/picocolors"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-js",
      "version": "1.2.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1#3",
      "author": "Valentin 7rulnik Semirulnik",
      "description": "Generates and consumes source maps",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-js@1.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/7rulnik/source-map-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/7rulnik/source-map-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/7rulnik/source-map-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/postcss@8.5.6/node_modules/source-map-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-parser-algorithms",
      "group": "@csstools",
      "version": "4.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-parser-algorithms@4.0.0#2",
      "description": "Algorithms to help you parse CSS from an array of tokens.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-parser-algorithms@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-parser-algorithms",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@csstools+css-calc@3.0.0_@csstools+css-parser-algorithms@4.0.0_@csstools+css-tokenizer@_479a7e09acf06f73ef5a27b24ba01946/node_modules/@csstools/css-parser-algorithms"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-tokenizer",
      "group": "@csstools",
      "version": "4.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#2",
      "description": "Tokenize CSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-tokenizer@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-tokenizer",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@csstools+css-calc@3.0.0_@csstools+css-parser-algorithms@4.0.0_@csstools+css-tokenizer@_479a7e09acf06f73ef5a27b24ba01946/node_modules/@csstools/css-tokenizer"
        }
      ]
    },
    {
      "type": "library",
      "name": "color-helpers",
      "group": "@csstools",
      "version": "6.0.1",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/color-helpers@6.0.1",
      "description": "Color helpers to ease transformation between formats, gamut, etc",
      "licenses": [
        {
          "license": {
            "id": "MIT-0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/color-helpers@6.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/color-helpers",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/color-helpers#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@csstools+css-color-parser@4.0.1_@csstools+css-parser-algorithms@4.0.0_@csstools+css-to_f33f4d3d4c7dd5361da31c3109709b84/node_modules/@csstools/color-helpers"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-calc",
      "group": "@csstools",
      "version": "3.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-calc@3.0.0#2",
      "description": "Solve CSS math expressions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-calc@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-calc",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-calc#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@csstools+css-color-parser@4.0.1_@csstools+css-parser-algorithms@4.0.0_@csstools+css-to_f33f4d3d4c7dd5361da31c3109709b84/node_modules/@csstools/css-calc"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-parser-algorithms",
      "group": "@csstools",
      "version": "4.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-parser-algorithms@4.0.0#3",
      "description": "Algorithms to help you parse CSS from an array of tokens.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-parser-algorithms@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-parser-algorithms",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-parser-algorithms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@csstools+css-color-parser@4.0.1_@csstools+css-parser-algorithms@4.0.0_@csstools+css-to_f33f4d3d4c7dd5361da31c3109709b84/node_modules/@csstools/css-parser-algorithms"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-tokenizer",
      "group": "@csstools",
      "version": "4.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#3",
      "description": "Tokenize CSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-tokenizer@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-tokenizer",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@csstools+css-color-parser@4.0.1_@csstools+css-parser-algorithms@4.0.0_@csstools+css-to_f33f4d3d4c7dd5361da31c3109709b84/node_modules/@csstools/css-tokenizer"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-tokenizer",
      "group": "@csstools",
      "version": "4.0.0",
      "bom-ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#4",
      "description": "Tokenize CSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40csstools/css-tokenizer@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/csstools/postcss-plugins.git#packages/css-tokenizer",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/tree/main/packages/css-tokenizer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/csstools/postcss-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/.pnpm/@csstools+css-parser-algorithms@4.0.0_@csstools+css-tokenizer@4.0.0/node_modules/@csstools/css-tokenizer"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|dompurify@3.3.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|jsdom@28.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|dompurify@3.3.1",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8",
        "isomorphic-dompurify@2.36.0-tuxcare.2|jsdom@28.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|jsdom@28.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@acemir/cssom@0.9.31",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@asamuzakjp/dom-selector@6.7.8",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|cssstyle@5.3.7",
        "isomorphic-dompurify@2.36.0-tuxcare.2|data-urls@7.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|decimal.js@10.6.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|html-encoding-sniffer@6.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|http-proxy-agent@7.0.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|https-proxy-agent@7.0.6",
        "isomorphic-dompurify@2.36.0-tuxcare.2|is-potential-custom-element-name@1.0.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|parse5@8.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|saxes@6.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|symbol-tree@3.2.4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tough-cookie@6.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|undici@7.21.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|w3c-xmlserializer@5.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|webidl-conversions@8.0.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-mimetype@5.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-url@16.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|xml-name-validator@5.0.0"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/source-map@0.3.11",
        "isomorphic-dompurify@2.36.0-tuxcare.2|acorn@8.15.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|commander@2.20.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map@0.6.1"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/expect@4.0.18",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/mocker@4.0.18",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/runner@4.0.18",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/snapshot@4.0.18",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/spy@4.0.18",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18",
        "isomorphic-dompurify@2.36.0-tuxcare.2|es-module-lexer@1.7.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|expect-type@1.3.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|jsdom@28.0.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21",
        "isomorphic-dompurify@2.36.0-tuxcare.2|obug@2.1.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|std-env@3.10.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinybench@2.9.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyexec@1.0.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyglobby@0.2.15",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|why-is-node-running@2.3.0"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|acorn@8.15.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picocolors@1.1.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map@0.6.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@acemir/cssom@0.9.31"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@asamuzakjp/dom-selector@6.7.8",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@asamuzakjp/nwsapi@2.3.9",
        "isomorphic-dompurify@2.36.0-tuxcare.2|bidi-js@1.0.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|chai@6.2.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|commander@2.20.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|css-tree@3.1.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|is-potential-custom-element-name@1.0.1#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|jsdom@28.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|lru-cache@11.2.5"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|punycode@2.3.1"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|cssstyle@5.3.7",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@asamuzakjp/css-color@4.1.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-syntax-patches-for-csstree@1.0.26",
        "isomorphic-dompurify@2.36.0-tuxcare.2|css-tree@3.1.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|lru-cache@11.2.5#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|data-urls@7.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-mimetype@5.0.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-url@16.0.0#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|decimal.js@10.6.0"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|html-encoding-sniffer@6.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|http-proxy-agent@7.0.2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|agent-base@7.1.4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|debug@4.4.3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|https-proxy-agent@7.0.6",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|agent-base@7.1.4#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|debug@4.4.3#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|is-potential-custom-element-name@1.0.1"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|parse5@8.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|entities@6.0.1"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|saxes@6.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/chai@5.2.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|chai@6.2.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|xmlchars@2.2.0"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|symbol-tree@3.2.4"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tough-cookie@6.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|tldts@7.0.22",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|undici@7.21.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|w3c-xmlserializer@5.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|jsdom@28.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|xml-name-validator@5.0.0#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|webidl-conversions@8.0.1"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-mimetype@5.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-url@16.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinybench@2.9.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tr46@6.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|webidl-conversions@8.0.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|xml-name-validator@5.0.0"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/source-map@0.3.11",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/gen-mapping@0.3.13",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|acorn@8.15.0"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|commander@2.20.3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|buffer-from@1.1.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map@0.6.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map@0.6.1"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/resolve-uri@3.1.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/expect@4.0.18",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@standard-schema/spec@1.1.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/chai@5.2.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/runner@4.0.18#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/spy@4.0.18#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|chai@6.2.2#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/mocker@4.0.18",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/spy@4.0.18#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|estree-walker@3.0.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/runner@4.0.18",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/snapshot@4.0.18",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#4"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/spy@4.0.18"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#4"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|es-module-lexer@1.7.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|expect-type@1.3.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|jsdom@28.0.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@acemir/cssom@0.9.31",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@asamuzakjp/dom-selector@6.7.8",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|cssstyle@5.3.7",
        "isomorphic-dompurify@2.36.0-tuxcare.2|data-urls@7.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|decimal.js@10.6.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|html-encoding-sniffer@6.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|http-proxy-agent@7.0.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|https-proxy-agent@7.0.6",
        "isomorphic-dompurify@2.36.0-tuxcare.2|is-potential-custom-element-name@1.0.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|parse5@8.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|saxes@6.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|symbol-tree@3.2.4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tough-cookie@6.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|undici@7.21.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|w3c-xmlserializer@5.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|webidl-conversions@8.0.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-mimetype@5.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-url@16.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|xml-name-validator@5.0.0"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|obug@2.1.1",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|debug@4.4.3#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|std-env@3.10.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinybench@2.9.0"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyexec@1.0.2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyglobby@0.2.15",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|fdir@6.5.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinybench@2.9.0#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31",
        "isomorphic-dompurify@2.36.0-tuxcare.2|es-module-lexer@1.7.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|estree-walker@3.0.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|fdir@6.5.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|nanoid@3.3.11",
        "isomorphic-dompurify@2.36.0-tuxcare.2|obug@2.1.1#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|parse5@8.0.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picocolors@1.1.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|postcss@8.5.6",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyglobby@0.2.15#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|why-is-node-running@2.3.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|siginfo@2.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|stackback@0.0.2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|acorn@8.15.0#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picocolors@1.1.1"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|buffer-from@1.1.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map@0.6.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31",
        "isomorphic-dompurify@2.36.0-tuxcare.2|es-module-lexer@1.7.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|estree-walker@3.0.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|fdir@6.5.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|nanoid@3.3.11",
        "isomorphic-dompurify@2.36.0-tuxcare.2|obug@2.1.1#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|parse5@8.0.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picocolors@1.1.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|postcss@8.5.6",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyglobby@0.2.15#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@asamuzakjp/nwsapi@2.3.9"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|bidi-js@1.0.3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|require-from-string@2.0.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|chai@6.2.2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|assertion-error@2.0.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|commander@2.20.3#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|css-tree@3.1.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|mdn-data@2.12.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|is-potential-custom-element-name@1.0.1#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|lru-cache@11.2.5",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|punycode@2.3.1"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@asamuzakjp/css-color@4.1.2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-calc@3.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-color-parser@4.0.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-parser-algorithms@4.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|lru-cache@11.2.5#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-syntax-patches-for-csstree@1.0.26"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|css-tree@3.1.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|mdn-data@2.12.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|lru-cache@11.2.5#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-mimetype@5.0.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|whatwg-url@16.0.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinybench@2.9.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tr46@6.0.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|webidl-conversions@8.0.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|punycode@2.3.1"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|agent-base@7.1.4"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|debug@4.4.3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|ms@2.1.3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|agent-base@7.1.4#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|debug@4.4.3#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|ms@2.1.3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|entities@6.0.1",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/chai@5.2.3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/deep-eql@4.0.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|assertion-error@2.0.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|xmlchars@2.2.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/chai@5.2.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|chai@6.2.2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tldts@7.0.22",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/chai@5.2.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|chai@6.2.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tldts-core@7.0.22"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|xml-name-validator@5.0.0#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|punycode@2.3.1"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@exodus/bytes@1.11.0#4",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|punycode@2.3.1"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinybench@2.9.0#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tr46@6.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|punycode@2.3.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|webidl-conversions@8.0.1#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/gen-mapping@0.3.13",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/resolve-uri@3.1.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|buffer-from@1.1.2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map@0.6.1#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/resolve-uri@3.1.2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@standard-schema/spec@1.1.0"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/chai@5.2.3#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/deep-eql@4.0.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|assertion-error@2.0.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/runner@4.0.18#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/spy@4.0.18#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#4"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|chai@6.2.2#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|assertion-error@2.0.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/spy@4.0.18#3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#4"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|estree-walker@3.0.3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1#3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31",
        "isomorphic-dompurify@2.36.0-tuxcare.2|es-module-lexer@1.7.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|estree-walker@3.0.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|fdir@6.5.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|nanoid@3.3.11",
        "isomorphic-dompurify@2.36.0-tuxcare.2|obug@2.1.1#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|parse5@8.0.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picocolors@1.1.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#4",
        "isomorphic-dompurify@2.36.0-tuxcare.2|postcss@8.5.6",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyglobby@0.2.15#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/utils@4.0.18#4",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#4"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#4",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|pathe@2.0.3#4",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@vitest/pretty-format@4.0.18#3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyrainbow@3.0.3#4"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|debug@4.4.3#3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|ms@2.1.3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|fdir@6.5.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#5",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|es-module-lexer@1.7.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|estree-walker@3.0.3#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|fdir@6.5.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#5",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|nanoid@3.3.11"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|obug@2.1.1#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|debug@4.4.3#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vitest@4.0.18"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|parse5@8.0.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|entities@6.0.1"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#4"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|postcss@8.5.6",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|nanoid@3.3.11#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picocolors@1.1.1#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|acorn@8.15.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|magic-string@0.30.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picocolors@1.1.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map@0.6.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|vite@7.3.1#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|terser@5.46.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/source-map@0.3.11",
        "isomorphic-dompurify@2.36.0-tuxcare.2|acorn@8.15.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|commander@2.20.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-support@0.5.21",
        "isomorphic-dompurify@2.36.0-tuxcare.2|source-map@0.6.1"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tinyglobby@0.2.15#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|fdir@6.5.0",
        "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|tinybench@2.9.0#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|siginfo@2.0.0"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|stackback@0.0.2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|require-from-string@2.0.2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|assertion-error@2.0.1"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|mdn-data@2.12.2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-calc@3.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-parser-algorithms@4.0.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-color-parser@4.0.1",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/color-helpers@6.0.1",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-calc@3.0.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-parser-algorithms@4.0.0#3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#3"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-parser-algorithms@4.0.0",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#4"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|lru-cache@11.2.5#3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|esbuild@0.27.2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|ms@2.1.3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/deep-eql@4.0.2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|assertion-error@2.0.1#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|tldts-core@7.0.22",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@types/chai@5.2.3",
        "isomorphic-dompurify@2.36.0-tuxcare.2|chai@6.2.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|rollup@4.56.0"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|punycode@2.3.1#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#4"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/trace-mapping@0.3.31#3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/resolve-uri@3.1.2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@jridgewell/sourcemap-codec@1.5.5#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@types/estree@1.0.8#3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picomatch@4.0.3#5"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|nanoid@3.3.11#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|picocolors@1.1.1#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|source-map-js@1.2.1#3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-parser-algorithms@4.0.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#4"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#2"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/color-helpers@6.0.1"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-calc@3.0.0#2",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-parser-algorithms@4.0.0#2",
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#2"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-parser-algorithms@4.0.0#3",
      "dependsOn": [
        "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#4"
      ]
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#3"
    },
    {
      "ref": "isomorphic-dompurify@2.36.0-tuxcare.2|@csstools/css-tokenizer@4.0.0#4"
    }
  ]
}