{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "version": 1,
  "serialNumber": "urn:uuid:18e988bb-2270-42e3-ade1-45a7b9d83f5b",
  "metadata": {
    "timestamp": "2026-03-29T00:41:13.206Z",
    "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": "sitemap",
      "version": "7.1.0-tuxcare.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1",
      "author": "Eugene Kalinin",
      "description": "Sitemap-generating lib/cli",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sitemap@7.1.0-tuxcare.1?vcs_url=git%3A%2F%2Fgithub.com%2Fekalinin%2Fsitemap.js.git",
      "externalReferences": [
        {
          "url": "git://github.com/ekalinin/sitemap.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ekalinin/sitemap.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ekalinin/sitemap.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": ""
        }
      ]
    }
  },
  "components": [
    {
      "type": "library",
      "name": "core",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
      "author": "The Babel Team",
      "description": "Babel compiler core.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/core@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-core",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-core",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20core%22+is%3Aopen",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/core/-/core-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "69e2daa9ca938513596266ccaadba5b1eb4e419ff981b47f756aee50225ca5ab38428cb2f9079a81f0ec3dd32bab0b0f44337126f065462671c57ed31ceeeab4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/core"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7|source-map@0.5.7",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.5.7",
          "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\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-1",
                  "content": "8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@babel/core/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-class-properties",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-class-properties@7.16.7",
      "author": "The Babel Team",
      "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-class-properties@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-class-properties",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-properties",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2286d4d1799edf57b08d839285222a77f64633faff72e3b3db3d0c0db36b845e455be655822d1fda5c9ea23f4a14f0ce02ab18c662d666d7b558ec25bd8f5ac3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-class-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-nullish-coalescing-operator",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-nullish-coalescing-operator@7.16.7",
      "author": "The Babel Team",
      "description": "Remove nullish coalescing operator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-nullish-coalescing-operator@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-nullish-coalescing-operator",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-nullish-coalescing-operator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6943ab614dc456d8dfeb68d0ac28fade9619ee4eaf9ecda1fc342f1cf5869ac25163359767afc0b1f829891cba5e2b880c00e12733f643d33048c29ab8143e51"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-nullish-coalescing-operator"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-optional-chaining",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-optional-chaining@7.16.7",
      "author": "The Babel Team",
      "description": "Transform optional chaining operators into a series of nil checks",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-optional-chaining@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-optional-chaining",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "782df1cbe66b51c06d3fbc7eb2aeb643f1d877aef8a4f4dbffbed764c6f9c1b0cf19621d51b4abe0082bd39dbecda50f49bfa01919e3c577ca16fc7988c27e0c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-optional-chaining"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-typescript",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-typescript@7.16.7",
      "author": "The Babel Team",
      "description": "Transform TypeScript into ES.next",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-typescript@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-typescript",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-typescript",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1f3c7596f06d3825ae084c0c99839fa50a4eee3a057972e0a0fbb365906d4f15ea4aa50652e6ef14666fdb2828d6d079069f6ae8f5d5dc7d04fe47fb28cd112c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-typescript"
        }
      ]
    },
    {
      "type": "library",
      "name": "preset-env",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/preset-env@7.16.7",
      "author": "The Babel Team",
      "description": "A Babel preset for each environment.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/preset-env@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-preset-env",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-preset-env",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20preset-env%22+is%3Aopen",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bab5f709e7b868e65b4563926b798a3e4d1aa838a47c82eea3e0bbaaaec7634227ca518d6757de92af639a5af7a4b5b0647178c83ee1790a287363e8c3628cc9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/preset-env"
        }
      ]
    },
    {
      "type": "library",
      "name": "preset-typescript",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/preset-typescript@7.16.7",
      "author": "The Babel Team",
      "description": "Babel preset for TypeScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/preset-typescript@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-preset-typescript",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-preset-typescript",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22area%3A%20typescript%22+is%3Aopen",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "59b5449a05dd232bf307bec042318113260f671fbcb53b0ee745ed7e8cd0ae45bc401dab2c9a47da5831d13470e4426b07139943ec027323d542f4bcb63107a5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/preset-typescript"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest",
      "group": "@types",
      "version": "27.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/jest@27.4.0",
      "description": "TypeScript definitions for Jest",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/jest@27.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/jest",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/jest/-/jest-27.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "80797c5ee0b5459f07da3e6c1effc9aac6b15e40c333d8833a0bb45a9f2c8ece2efec9dbd8f55e87259724fafe39103444fa60c36df59a7bad588d7ed2182321"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/jest"
        }
      ]
    },
    {
      "type": "library",
      "name": "memorystream",
      "group": "@types",
      "version": "0.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/memorystream@0.3.0",
      "description": "TypeScript definitions for memorystream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/memorystream@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/memorystream/-/memorystream-0.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "83387a9aa65c2ebc981e7e20d8cb8c5a3a3d275f8fcbf5d8c084f266653157b6680488bb6d36c18128ae0b9b5c9b750bde099a898b2c4050e55ebff77caf7873"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/memorystream"
        }
      ]
    },
    {
      "type": "library",
      "name": "node",
      "group": "@types",
      "version": "17.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
      "description": "TypeScript definitions for Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/node@17.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/node",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/node/-/node-17.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c379abbcd5cb783615d46293668ac62508af2ba5cb0a81b0a67c8915b2552bf69305053138269afc69450003773930c571bee1e6d8851be61708ed81cbeae267"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/node"
        }
      ]
    },
    {
      "type": "library",
      "name": "sax",
      "group": "@types",
      "version": "1.2.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/sax@1.2.4",
      "description": "TypeScript definitions for sax-js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/sax@1.2.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/sax",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sax",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/sax/-/sax-1.2.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a5201f7f8200c498df017506ead1643bb76c49b4e67fc0ad5297e1859e558644690b8eb6f2d261877f95e87d44fbf1acf69892cd8293e72cc73b9338186f6393"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/sax"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-plugin",
      "group": "@typescript-eslint",
      "version": "5.8.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/eslint-plugin@5.8.1",
      "description": "TypeScript plugin for ESLint",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40typescript-eslint/eslint-plugin@5.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/typescript-eslint/typescript-eslint.git#packages/eslint-plugin",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c13679a042ab2a3ffcff7ebaa93337ebacea848280a7a3423307a844e36d7ee0b4ece014f67548d8665976a435a83df458002d70f7641fe9e90f0b5115da7847"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@typescript-eslint/eslint-plugin"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "semver",
          "version": "7.3.5",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/eslint-plugin@5.8.1|semver@7.3.5",
          "description": "The semantic version parser used by npm.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/semver@7.3.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/npm/node-semver.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/npm/node-semver#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/npm/node-semver/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "3e878625887c1cae014cefdaf537fa646def7a8fc0ed956c62b480e89f27cbd9dbdc1d55ae992e37ecfd384e707c4e69e87e0b721619b1e8224206c90fde1915"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "parser",
      "group": "@typescript-eslint",
      "version": "5.8.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/parser@5.8.1",
      "description": "An ESLint custom parser which leverages TypeScript ESTree",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40typescript-eslint/parser@5.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/typescript-eslint/typescript-eslint.git#packages/parser",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2b58222870231eec81e36d52a173171471d523835d358eb4dee2b0f76fbe0f7ab2c52798bc2d7408127f184e53869a3859352fbb59a6248dbf145933dfc1761b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@typescript-eslint/parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "arg",
      "version": "5.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|arg@5.0.1",
      "author": "Josh Junon",
      "description": "Unopinionated, no-frills CLI argument parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/arg@5.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/vercel/arg.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vercel/arg#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vercel/arg/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/arg/-/arg-5.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7b48436bd1f667d030164936a83970868318138793a0a6ab7219101e8bcd74b4c260c1d91de46323bd5cace87e762a382babb521cc2e6d0aa8efd19ae02c8040"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/arg"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-eslint",
      "version": "10.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-eslint@10.1.0",
      "author": "Sebastian McKenzie",
      "description": "Custom parser for ESLint",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-eslint@10.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel-eslint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel-eslint",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel-eslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "89f59a4c743471efb8e3c098a29f0076b42206c1ab9c2f9b3207f2285762e84b0f2d30161be41fc8378ce8e1fe1665a72af12ae4d9c130bbe50543ca419a034a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-eslint"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "eslint-visitor-keys",
          "version": "1.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-eslint@10.1.0|eslint-visitor-keys@1.3.0",
          "author": "Toru Nagashima",
          "description": "Constants and utilities about visitor keys to traverse AST.",
          "licenses": [
            {
              "license": {
                "id": "Apache-2.0",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/eslint-visitor-keys@1.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/eslint/eslint-visitor-keys.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/eslint/eslint-visitor-keys#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/eslint/eslint-visitor-keys/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "e89ef637c50d6b8eb6c1afca14e0edfcf277214eb4483a42dd05c2d478dcd415d7a5f2f60bd479f8053b8e17b417a19112a54c87826ebbe358ef19fee9d8a951"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-eslint/node_modules/eslint-visitor-keys"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-polyfill",
      "version": "6.26.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-polyfill@6.26.0",
      "author": "Sebastian McKenzie",
      "description": "Provides polyfills necessary for a full ES2015+ environment",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-polyfill@6.26.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://babeljs.io/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "379937abc67d7895970adc621f284cd966cf2153"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-polyfill"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-config-prettier",
      "version": "8.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint-config-prettier@8.3.0",
      "author": "Simon Lydell",
      "description": "Turns off all rules that are unnecessary or might conflict with Prettier.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-config-prettier@8.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/prettier/eslint-config-prettier.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/prettier/eslint-config-prettier#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/prettier/eslint-config-prettier/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "06066e2d449e2b3be52ff5548f1fd86fbf3b550dba454de01a30378a216f76ca7fd9b31f54859454feed8f1b634b47be1cfe34f5c3e53ef364425a33f02f757b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-config-prettier"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-plugin-jest",
      "version": "25.3.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint-plugin-jest@25.3.3",
      "author": "Jonathan Kim",
      "description": "Eslint rules for Jest",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-plugin-jest@25.3.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/jest-community/eslint-plugin-jest.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jest-community/eslint-plugin-jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jest-community/eslint-plugin-jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.3.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "aa2eda76e694e3fa167a05a8d331f891b25bc7cf817be0014ebef63a73baf334cc70979e4aec87d4276e4c6178013c8d160a44d73a74bb5d3f80885ef900d27e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-plugin-jest"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-plugin-prettier",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint-plugin-prettier@4.0.0",
      "author": "Teddy Katz",
      "description": "Runs prettier as an eslint rule",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-plugin-prettier@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/prettier/eslint-plugin-prettier.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/prettier/eslint-plugin-prettier#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/prettier/eslint-plugin-prettier/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f7c32a98227bbc9a1da102b7e7d6ea4166b1384d024bca5a033fc68236992f27b1e134e4de0f47ba0a0ef3d12a582ac588eaa7f4456f728a3b819cce342595c1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-plugin-prettier"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint",
      "version": "8.5.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0",
      "author": "Nicholas C. Zakas",
      "description": "An AST-based pattern checker for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint@8.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/eslint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://eslint.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eslint/eslint/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint/-/eslint-8.5.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b5519292035b39f887c95b5ef1b08cf0e997fb11bd3f3546fc1e14085eb4cf1ee3eb5588558fc0a891020e0a4b0f80db6c4483d1ed7be203a0dd996b5f5e460e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "escape-string-regexp",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|escape-string-regexp@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Escape RegExp special characters",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/escape-string-regexp@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/escape-string-regexp.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/escape-string-regexp#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/escape-string-regexp/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4eda5c349dd7033c771aaf2c591cc96956a346cd2e57103660091d6f58e6d9890fcf81ba7a05050320379f9bed10865e7cf93959ae145db2ae4b97ca90959d80"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/escape-string-regexp"
            }
          ]
        },
        {
          "type": "library",
          "name": "eslint-scope",
          "version": "7.1.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|eslint-scope@7.1.0",
          "description": "ECMAScript scope analyzer for ESLint",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/eslint-scope@7.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/eslint/eslint-scope.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://github.com/eslint/eslint-scope",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/eslint/eslint-scope/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "696c248674b4a805ea34e80a38ad1d2769efcc46e112fa72f0e949f6467415e66703ace98efd7f55e8bea6e185157ef390f0a41c75dbec80d7dc0fbbc8fad15a"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/eslint-scope"
            }
          ]
        },
        {
          "type": "library",
          "name": "glob-parent",
          "version": "6.0.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|glob-parent@6.0.2",
          "author": "Gulp Team",
          "description": "Extract the non-magic parent path from a glob string.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob-parent@6.0.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/gulpjs/glob-parent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/gulpjs/glob-parent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/gulpjs/glob-parent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "5f1c08f043a1550816a7a8832feddbd2bf3a7f877a017eb3494e791df078c9d084b972d773915c61e3aefa79c67ed4b84c48eeff5d6bb782893d33206df9afe0"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/glob-parent"
            }
          ]
        },
        {
          "type": "library",
          "name": "globals",
          "version": "13.12.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|globals@13.12.0",
          "author": "Sindre Sorhus",
          "description": "Global identifiers from different JavaScript environments",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/globals@13.12.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/globals.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/globals#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/globals/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "b92f17ea548a37626e995a17adb533fae1b80581be7a26b0aa6dea15c4fb6a699f6d41de081a093251dc79cfd2de4ad293bdff004fdfd2ccd816680003791866"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/globals"
            }
          ]
        },
        {
          "type": "library",
          "name": "ignore",
          "version": "4.0.6",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|ignore@4.0.6",
          "author": "kael",
          "description": "Ignore is a manager and filter for .gitignore rules.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ignore@4.0.6",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/kaelzhang/node-ignore#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/kaelzhang/node-ignore/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "7321432aba9cfd875c5859e2261cc8e36f80cd2fa0370994cce485711090630c92b81041cbf2a3bb158b67f147107e8ca2ad4d8b330e056c9372ff0ee0e64832"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/ignore"
            }
          ]
        },
        {
          "type": "library",
          "name": "semver",
          "version": "7.3.5",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|semver@7.3.5",
          "description": "The semantic version parser used by npm.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/semver@7.3.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/npm/node-semver.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/npm/node-semver#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/npm/node-semver/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "3e878625887c1cae014cefdaf537fa646def7a8fc0ed956c62b480e89f27cbd9dbdc1d55ae992e37ecfd384e707c4e69e87e0b721619b1e8224206c90fde1915"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/semver"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "estraverse",
          "version": "5.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|estraverse@5.3.0",
          "description": "ECMAScript JS AST traversal functions",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/estraverse@5.3.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/estools/estraverse.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/estools/estraverse",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/estools/estraverse/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "30c74046e54443388d4de243f0380caa6870475d41450fdc04ffa92ed61d4939dfdcc20ef1f15e8883446d7dfa65d3657d4ffb03d7f7814c38f41de842cbf004"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/estraverse"
            }
          ]
        },
        {
          "type": "library",
          "name": "type-fest",
          "version": "0.20.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|type-fest@0.20.2",
          "author": "Sindre Sorhus",
          "description": "A collection of essential TypeScript types",
          "licenses": [
            {
              "expression": "(MIT OR CC0-1.0)",
              "acknowledgement": "declared"
            }
          ],
          "purl": "pkg:npm/type-fest@0.20.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/type-fest.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/type-fest#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/type-fest/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "35ef9e138af4fe25a7a40c43f39db3dc0f8dd01b7944dfff36327045dd95147126af2c317f9bec66587847a962c65e81fb0cfff1dfa669348090dd452242372d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/type-fest"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "express",
      "version": "4.17.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|express@4.17.2",
      "author": "TJ Holowaychuk",
      "description": "Fast, unopinionated, minimalist web framework",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/express@4.17.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/expressjs/express.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://expressjs.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/expressjs/express/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/express/-/express-4.17.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a31971271710958c2a3d6295249b6f422c07828b07fcbacb48f03e1f8531a72bd24ba8c2e5a1fee4ca0714cf8a0018133add003ee7b8c3ae876bc8c2528f501a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/express"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|express@4.17.2|debug@2.6.9",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@2.6.9",
          "externalReferences": [
            {
              "url": "git://github.com/visionmedia/debug.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/visionmedia/debug#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/visionmedia/debug/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "6c2ec496b7496899cf6c03fed44a2d62fa99b1bdde725e708ba05f8ba0494d470da30a7a72fb298348d7ce74532838e6fc4ec076014155e00f54c35c286b0730"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/express/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "safe-buffer",
          "version": "5.2.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|express@4.17.2|safe-buffer@5.2.1",
          "author": "Feross Aboukhadijeh",
          "description": "Safer Node.js Buffer API",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/safe-buffer@5.2.1",
          "externalReferences": [
            {
              "url": "git://github.com/feross/safe-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/safe-buffer",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/safe-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "ae9dd2a34eca71d9a629b1af81a37141226bedb1954959394bd12ad45fa9a5b468ef4f9879a0f1930e4377c34f37e183e9b8e7626d95b8fb825e6a6e62f9825d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/express/node_modules/safe-buffer"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|express@4.17.2|ms@2.0.0",
          "description": "Tiny milisecond conversion utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ms@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/zeit/ms.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/zeit/ms#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/zeit/ms/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-1",
                  "content": "5608aeadfc00be6c2901df5f9861788de0d597c8"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/express/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "husky",
      "version": "7.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|husky@7.0.4",
      "author": "Typicode",
      "description": "Modern native Git hooks made easy",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/husky@7.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/typicode/husky.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://typicode.github.io/husky",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/typicode/husky/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bdb68228dd902ed3ffbc3e32becea2cfa841128eb0912cecf07a516a1d59e9a1a6176296e4f758b8077bb97e5af8ec8164706177e4c52ea823520cad42be11bd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/husky"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest@27.4.5",
      "description": "Delightful JavaScript Testing.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://jestjs.io/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest/-/jest-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b93e4c895377269a6ddf5e2489d0a4e3b3182118a526303f9769b1c22bb3cf119478922f03cfe90da24e017e4a5af8c0a3b482c9d716d3fe1612d81b2cc88992"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest"
        }
      ]
    },
    {
      "type": "library",
      "name": "lint-staged",
      "version": "12.1.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4",
      "author": "Andrey Okonetchnikov",
      "description": "Lint files staged by git",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lint-staged@12.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/okonet/lint-staged.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/okonet/lint-staged#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/okonet/lint-staged/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lint-staged/-/lint-staged-12.1.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4600f3f67b05b04d3fe5e2fd55ab7402f0ae934fa3e6612ecc12157eb447e4546db79c226d87bccd38d9b369eea8b16b2c01901989e3f3e1c9c6895c8f4f22fc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lint-staged"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "cli-truncate",
          "version": "3.1.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|cli-truncate@3.1.0",
          "author": "Sindre Sorhus",
          "description": "Truncate a string to a specific width in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cli-truncate@3.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/cli-truncate.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/cli-truncate#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/cli-truncate/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-3.1.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "c1f3819235ed7aa4a7239f683dc26470f97f666c2f30c3a3df8d2a50863548a642bf407d09fe03e1f02e7119082909ac22e60adf1d6bae053b31e191aee8ae88"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lint-staged/node_modules/cli-truncate"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "9.2.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|supports-color@9.2.1",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@9.2.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-9.2.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "39bbfbc9ca024c6e7537bcb5ef94ad23d065017ae6819ac585939bd3f3f28c70617abfcd9ac74181b6d0d489e1abe808873ebeec66fe8d617656a8bb31fd719d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lint-staged/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "slice-ansi",
          "version": "5.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|slice-ansi@5.0.0",
          "description": "Slice a string with ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/slice-ansi@5.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/slice-ansi.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/slice-ansi#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/slice-ansi/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "142fa5822cd53df89ed24921a9449cc11bb53bf945e8d3a026694280afbf2d8c4309393cb067a561a1c384570337e4a7dc2bfedd549ae01c9ea3e20c0b3a4c81"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lint-staged/node_modules/slice-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "string-width",
          "version": "5.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|string-width@5.0.1",
          "author": "Sindre Sorhus",
          "description": "Get the visual width of a string - the number of columns required to display it",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/string-width@5.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/string-width.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/string-width#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/string-width/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/string-width/-/string-width-5.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "e688563bf338ffff2512b95452dac5cb76f5d46b4d3ae30e534cac2820d715c7d7baebd45eef796a4823fe2f287e668674dd210aaca5eaebbd8bc752fe6429e6"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lint-staged/node_modules/string-width"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "6.1.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|ansi-styles@6.1.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@6.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.1.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "55ba8db28cf9e526067336aebaea743055325cd42f892a454e3d5142d1739902e4d7ca9b552a5314518c4f6f77ae60da42e2824fa22799bb84c949dee264eec5"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lint-staged/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-fullwidth-code-point",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|is-fullwidth-code-point@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if the character represented by a given Unicode code point is fullwidth",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-fullwidth-code-point@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "3b82f4f78376fdd67bc6a55dad7861f6bd4a3833c9a459acf01e6c19d24b3f2ebae0082f5ecade654c82410348b59443958ba0e314ad2e3369feccf71ef068c1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lint-staged/node_modules/is-fullwidth-code-point"
            }
          ]
        },
        {
          "type": "library",
          "name": "emoji-regex",
          "version": "9.2.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|emoji-regex@9.2.2",
          "author": "Mathias Bynens",
          "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/emoji-regex@9.2.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/mathiasbynens/emoji-regex.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://mths.be/emoji-regex",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mathiasbynens/emoji-regex/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "2f5f03689b17494936fb8da9bfc98bb398c94f686a164144e23db5c0e9a06d4aac67684bef636c514efce60f515e0a37b3464d815978d93887a7766d3affd5ca"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lint-staged/node_modules/emoji-regex"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "7.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|strip-ansi@7.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes from a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@7.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/strip-ansi.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/strip-ansi#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/strip-ansi/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "717371bd3f1d14d4557e154c1372407bdf269170d83763b597b8e67303273ac9437844a0d6b17f39932d2b49d102189aae2d6e9c6e5c0f88c6deb6a950090b6f"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lint-staged/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "6.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|ansi-regex@6.0.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@6.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-regex.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-regex#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-regex/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "9f933ce797ca6f64ac7cc222145a15ac0047242f10b47c15c7e98758fdd0704a811d889e9e3e5d1d28236f1b42d161195d8b78c1c0faceb4049433e116e6607c"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lint-staged/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "memorystream",
      "version": "0.3.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|memorystream@0.3.1",
      "author": "Dmitry Nizovtsev",
      "description": "This is lightweight memory stream module for node.js.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/JSBizon/node-memorystream/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/memorystream@0.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/JSBizon/node-memorystream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/JSBizon/node-memorystream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/JSBizon/node-memorystream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "86d7090b30ce455d63fbae12dda51a47ddcaf9b2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/memorystream"
        }
      ]
    },
    {
      "type": "library",
      "name": "prettier",
      "version": "2.5.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|prettier@2.5.1",
      "author": "James Long",
      "description": "Prettier is an opinionated code formatter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prettier@2.5.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/prettier/prettier.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://prettier.io",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/prettier/prettier/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/prettier/-/prettier-2.5.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bc165c3d1511e4c649c28ca2dd9a32425735ad7784724f0a81e0bd030c0e9fe7b1bb12f1ab9b684d10d349a56b5c7c5e943307cbdce589cc3cbbaeb2c6849416"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prettier"
        }
      ]
    },
    {
      "type": "library",
      "name": "sax",
      "version": "1.2.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|sax@1.2.4",
      "author": "Isaac Z. Schlueter",
      "description": "An evented streaming XML parser in JavaScript",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sax@1.2.4",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/sax-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/sax-js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/sax-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "36a543bfd4e900d523166d0df2e3391b12f7e9480a8bdfdab59c3ec7b6059d0f1c9301462ab978c57e325adadecb75099b99cfd6451b9d880ba29a963524615b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sax"
        }
      ]
    },
    {
      "type": "library",
      "name": "sort-package-json",
      "version": "1.53.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|sort-package-json@1.53.1",
      "author": "Keith Cirkel",
      "description": "Sort an Object or package.json based on the well-known package.json keys",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sort-package-json@1.53.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/keithamus/sort-package-json.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/keithamus/sort-package-json#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/keithamus/sort-package-json/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-1.53.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "96d2ce46b42eb8f329cb6dd8916080f1f3bbcc13b13383f58fd2dc1b1722e0ad8593c8e64b2080fc04d4e82172cbca91d87411c78441616ce88bbf0553f027bb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sort-package-json"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "globby",
          "version": "10.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|sort-package-json@1.53.1|globby@10.0.0",
          "author": "Sindre Sorhus",
          "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/globby@10.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/globby.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/globby#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/globby/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/globby/-/globby-10.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "dcb89f5bd3388e81996acc983f3d80d54ef8cdb0bfe397efa5752f3bff4a6d26be555d1a1996ab5a47dd80ac91f6c13134fd2dd31d2cb3f50c26936971a4eca7"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/sort-package-json/node_modules/globby"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map",
      "version": "0.7.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|source-map@0.7.3",
      "author": "Nick Fitzgerald",
      "description": "Generates and consumes source maps",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map@0.7.3",
      "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\""
        },
        {
          "url": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0a40a3ea088ddd2fa7f6aad88814d7e60cacb6510d9d15b98d978d2c7a5ee9ab9ef92ac7706e55630ba3856f6ce1d637d66106b31043ac747aa08ebd7d35ec69"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "stats-lite",
      "version": "2.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|stats-lite@2.2.0",
      "author": "Bryce B. Baril",
      "description": "A light statistical package that operates on numeric Arrays.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stats-lite@2.2.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/brycebaril/node-stats-lite.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/brycebaril/node-stats-lite",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/brycebaril/node-stats-lite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stats-lite/-/stats-lite-2.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fcacf9e6b81422fd8a3f630aa61c184ff342b927c095b6cc46fd995b0ef0c976b2bb6df4cddb73871c6e5d772fb1ce849a6852f1b489977b92d7098c1c5ba66c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stats-lite"
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-json",
      "version": "1.7.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|stream-json@1.7.3",
      "author": "Eugene Lazutkin",
      "description": "stream-json is the micro-library of Node.js stream components for creating custom JSON processing pipelines with a minimal memory footprint. It can parse JSON files far exceeding available memory streaming individual primitives using a SAX-inspired API. Includes utilities to stream JSON database dumps.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-json@1.7.3",
      "externalReferences": [
        {
          "url": "git://github.com/uhop/stream-json.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/uhop/stream-json",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/uhop/stream-json/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stream-json/-/stream-json-1.7.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "63a7579fd28a592c313aa9ef1c671d672d4f2be27eeda941c0709e5375bda11aa6e2294b440d1748f99dd6d5b0860eedbfd108c494cc5a1eca175e6d61e94a26"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-json"
        }
      ]
    },
    {
      "type": "library",
      "name": "through2-map",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|through2-map@3.0.0",
      "author": "Bryce B. Baril",
      "description": "A through2 to create an Array.prototype.map analog for streams.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/through2-map@3.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/brycebaril/through2-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/brycebaril/through2-map#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/brycebaril/through2-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/through2-map/-/through2-map-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "a6c3026ce63b4898a997d540506b66ffd970f271"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/through2-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "typescript",
      "version": "4.5.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|typescript@4.5.4",
      "author": "Microsoft Corp.",
      "description": "TypeScript is a language for application scale JavaScript development",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/typescript@4.5.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/Microsoft/TypeScript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://www.typescriptlang.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Microsoft/TypeScript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/typescript/-/typescript-4.5.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "56062cd80d90211b86a61b73155eda40976e2768327d39639e02f38e97d6f45a18645eb1bb0d56d2f5bd82108a2df716ac21712bcd42486440bd2d699f87c852"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/typescript"
        }
      ]
    },
    {
      "type": "library",
      "name": "code-frame",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/code-frame@7.16.7",
      "author": "The Babel Team",
      "description": "Generate errors that contain a code frame that point to source locations.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/code-frame@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-code-frame",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-code-frame",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8805ea527f0821e05335def6c6c16581a5c790c04cb7acb81c9a75b4868ae3ae4258b4ff7c6d5aa81ef292bf798071e69417466c579659fc81e0d249d2799e22"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/code-frame"
        }
      ]
    },
    {
      "type": "library",
      "name": "generator",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/generator@7.16.7",
      "author": "The Babel Team",
      "description": "Turns an AST into code.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/generator@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-generator",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-generator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20generator%22+is%3Aopen",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fd24f74a0f0c2c66391d5626ae33a02fad0436ec7f1df3bf0ac521ef2e0c6a54e1b9f844fc57ffe8489b1431e2e2388309a59f24aa2a6c4ea84e1db573986b46"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/generator"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/generator@7.16.7|source-map@0.5.7",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.5.7",
          "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\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-1",
                  "content": "8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@babel/generator/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-compilation-targets",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-compilation-targets@7.16.7",
      "author": "The Babel Team",
      "description": "Helper functions on Babel compilation targets",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-compilation-targets@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-compilation-targets",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "986a23070216730183eab7ea8115d59556263c0bfb78ea487a6506ddd1a70dd098e0f69eef444e8a3dd799fac7e856b58756a20f29698256d9ca4b5fcf2a3f84"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-compilation-targets"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-module-transforms",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-module-transforms@7.16.7",
      "author": "The Babel Team",
      "description": "Babel helper functions for implementing ES6 module transformations",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-module-transforms@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-module-transforms",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-module-transforms",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "81aaad2c3c4910509e41b629f5a2c079f8e190a76329c761e8307b8e7888194dcfcf9d960263f6ebcccad1580fcfd85436431261e1fdefa2b6fd8eb23da7699e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-module-transforms"
        }
      ]
    },
    {
      "type": "library",
      "name": "helpers",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helpers@7.16.7",
      "author": "The Babel Team",
      "description": "Collection of helper functions used by Babel transforms.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helpers@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helpers",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helpers",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f590e8aad7d8ec0b843adddcc5c85f8a2e82ec60f2c8c05f7e4b51e41da3bd6bfcbb6f9e7f0be99d5297316ccd7a1ab2ebcb4a8007d2c1f770fe55a9b614b66f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helpers"
        }
      ]
    },
    {
      "type": "library",
      "name": "parser",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/parser@7.16.7",
      "author": "The Babel Team",
      "description": "A JavaScript parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/parser@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-parser",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-parser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A+parser+%28babylon%29%22+is%3Aopen",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b11e1e692ae733b055ed03f319f117e69686ffac2b64cdc8d070f37c800ad3a112be8f68cb7c41b9507113731b41a28d86f83c83f8b18cc5a8d821a9ce91ec0c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "template",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/template@7.16.7",
      "author": "The Babel Team",
      "description": "Generate an AST from a string template.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/template@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-template",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-template",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "23c8ffc7c90752b6d84535315ebacc6df09aee3c6413bb59adedfdc77923afd86f23cd9c2b515fa8bca0a2d71637991d3c659c2dd58c1e94816afb1ee6d5b0df"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/template"
        }
      ]
    },
    {
      "type": "library",
      "name": "traverse",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
      "author": "The Babel Team",
      "description": "The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/traverse@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-traverse",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-traverse",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20traverse%22+is%3Aopen",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f0a5893c86fc73656f63c009af2761ebe7d5468d8e0f1d70601536dfdf31255ab42689ae2c1666550ccb3c16e52601c81981b8ce70a9519519d0fb76bdd99561"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/traverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "types",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
      "author": "The Babel Team",
      "description": "Babel Types is a Lodash-esque utility library for AST nodes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/types@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-types",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-types",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20types%22+is%3Aopen",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/types/-/types-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "13c1ee57b14ef6a2e9c7a3ada067d44367232189db170bd9598052fbcec4c2d74cbe650f252c32929a2f141fbc8a7b1ba45d2e25ca6bf0a3148bae17667b5972"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/types"
        }
      ]
    },
    {
      "type": "library",
      "name": "convert-source-map",
      "version": "1.8.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|convert-source-map@1.8.0",
      "author": "Thorsten Lorenz",
      "description": "Converts a source-map from/to  different formats and allows adding/changing properties.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/convert-source-map@1.8.0",
      "externalReferences": [
        {
          "url": "git://github.com/thlorenz/convert-source-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thlorenz/convert-source-map",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thlorenz/convert-source-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f8e41d8cfe3dcd5888ffa8bb9c826903cac0978b15fc974f7d4f6766cdd5a8ec062208b3202bee376aeee9f31dfb89652f4b5aaf5f146095df67f4d6b668548c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/convert-source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "debug",
      "version": "4.3.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|debug@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.3.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\""
        },
        {
          "url": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ff3c70e7ebe1d537effb8427edae67b1b70928f692bc20e1a239fa14497dbeea702b6542483b44884b6aafc0c5b7360539dcfadcb064c5e73b0d8b9cda3a27e9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/debug"
        }
      ]
    },
    {
      "type": "library",
      "name": "gensync",
      "version": "1.0.0-beta.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|gensync@1.0.0-beta.2",
      "author": "Logan Smyth",
      "description": "Allows users to use generators in order to write common functions that can be both sync or async.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gensync@1.0.0-beta.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/loganfsmyth/gensync.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/loganfsmyth/gensync",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/loganfsmyth/gensync/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "de137b35ab2462f3032d0639e609d6dcd43e99eb0401ea53aa583e5446e3ef3cea10c055361cdc19861ea85a3f4e5633e9e42215ca751dcb0264efa71a04bcce"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gensync"
        }
      ]
    },
    {
      "type": "library",
      "name": "json5",
      "version": "2.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|json5@2.2.0",
      "author": "Aseem Kishore",
      "description": "JSON for humans.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json5@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/json5/json5.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://json5.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/json5/json5/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7fef1c95dbbb5ffcbb44026eacc10999da0a5c607f5f9e74c3636bded4db7b32fa470104fe231c9beb599d77a866d2ae3aae9fb7cf82ab3124ac8831d5f3e840"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json5"
        }
      ]
    },
    {
      "type": "library",
      "name": "semver",
      "version": "6.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|semver@6.3.0",
      "description": "The semantic version parser used by npm.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/semver@6.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/node-semver.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/node-semver#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/node-semver/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6f7f5305a4d27d5eb206b6a953cf69e5f29e904da6fcdc270e870e56bb90152d7fbde320773b8f72738cdf833a0b0c56f231ff97111ae6b0680de530bb91c74f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/semver"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-create-class-features-plugin",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-create-class-features-plugin@7.16.7",
      "author": "The Babel Team",
      "description": "Compile class public and private fields, private methods and decorators to ES6",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-create-class-features-plugin@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-create-class-features-plugin",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "908168cc0bd57cad390cce0455060a2beced796bd8f39045746051401cad472637cbee8f5f40e40ce9ff099de512e73309fac2c44cf0b7462d3fff3b60f4d64b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-create-class-features-plugin"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-plugin-utils",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
      "author": "The Babel Team",
      "description": "General utilities for plugins to use",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-plugin-utils@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-plugin-utils",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-plugin-utils",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "420dcd93b671a6032bb28c7a1eb798d5934a741abb2bbdad0d296203a7429797f4d3b8d1e277bc883e54cee3670891f6c417f60441151abfbf38be86769ed1c4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-plugin-utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-nullish-coalescing-operator",
      "group": "@babel",
      "version": "7.8.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
      "description": "Allow parsing of the nullish-coalescing operator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6927dfe333c8235bb6403ef2f85f280eccf5f5ec3820610983d4955be6eac29c2d7c595e8900cc77303f47e525583cdf9c7142c7195e153d0f308ad1dfa5cb35"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-nullish-coalescing-operator"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-skip-transparent-expression-wrappers",
      "group": "@babel",
      "version": "7.16.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-skip-transparent-expression-wrappers@7.16.0",
      "author": "The Babel Team",
      "description": "Helper which skips types and parentheses",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-skip-transparent-expression-wrappers@7.16.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-skip-transparent-expression-wrappers",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fa2975813cb4a07c14b01419c89bee91b078bcf31d71806b1476b451ce008b32f16eae813980b9d51bf8b56a1c5fd04b0432d9e2473aa9416943a1d180bfb7cf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-skip-transparent-expression-wrappers"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-optional-chaining",
      "group": "@babel",
      "version": "7.8.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-optional-chaining@7.8.3",
      "description": "Allow parsing of optional properties",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-optional-chaining@7.8.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2a82bd12b1f53019423f15745403645d6dbf770e2f95b183ac5833f1b994b0119890545c6d1c0c87a70826e6dd3eb931470b8676d0a4d2fff03d329b42006392"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-optional-chaining"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-typescript",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-typescript@7.16.7",
      "author": "The Babel Team",
      "description": "Allow parsing of TypeScript syntax",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-typescript@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-typescript",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-syntax-typescript",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6215082471c692a3e011c31890f08a4f219476818a5ada29232710ca3247f0e8ef460398b17b1a29e84b54f49c28958050b3f131ae0dd6f09eeaccd1105959ec"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-typescript"
        }
      ]
    },
    {
      "type": "library",
      "name": "compat-data",
      "group": "@babel",
      "version": "7.16.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/compat-data@7.16.4",
      "author": "The Babel Team",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/compat-data@7.16.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-compat-data",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d68fe3a3b0fe902f598c75f9bfe107add8e5dcf87132b2d23931ac39d1c9f8a2fc1c26842ba7a1ad52f6452ea81c3669f8bef12e2acbacf990b449e0efaf49fd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/compat-data"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-validator-option",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-option@7.16.7",
      "author": "The Babel Team",
      "description": "Validate plugin/preset options",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-validator-option@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-validator-option",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4d1b5e9ceb91515a3da084063c2e46f4380ae3be3771dc6fb4ec34c1e40da595da4b5e920818b930d8d917cbdb6b71135118d9a536d59fb56f71fd9e030168cd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-validator-option"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.7",
      "author": "The Babel Team",
      "description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6a7bff0ce6e5ef06a21849c2db83bdcea2f4a52b88f619638a1aa20ee1470bc77bfdb8ebff844b18f5ae73cad839f7ff40fcdb10f4a4cc6f30186f5a0ee84746"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-bugfix-v8-spread-parameters-in-optional-chaining",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7",
      "author": "The Babel Team",
      "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "762f2f50745d7fee1a27b96d5e16836cfa2ccdd921e7d010b49339b282ecb87a5025d15064e038b868f4576bbf099f1b27fbbc50b0cbe72aba14efdb0979ca1f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-async-generator-functions",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-async-generator-functions@7.16.7",
      "author": "The Babel Team",
      "description": "Turn async generator functions into ES2015 generators",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-async-generator-functions@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-async-generator-functions",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4d35c14f7039735d5ea91cda0ba6de3baae5153dcca3d0b67bc781e38b53af9d8449748ad8221cd9f3a9d729e9030400f07841321a3e59784c1d69407b7c64a7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-async-generator-functions"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-class-static-block",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-class-static-block@7.16.7",
      "author": "The Babel Team",
      "description": "Allow parsing of class static blocks",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-class-static-block@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-class-static-block",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-class-static-block",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "760a8926b719a06ff80a4328a7384f2631b1b087bd03c4659102e72ff561871f0003d66e691c064a5b1c4a1e3685acdced64abc9afc82bb9937a81740cff6d13"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-class-static-block"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-dynamic-import",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-dynamic-import@7.16.7",
      "author": "The Babel Team",
      "description": "Transform import() expressions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-dynamic-import@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-dynamic-import",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "23c496f47a37ffc0d149d983747de039177252e6279359b870cc5401dbb9a32e27dce7cdf1f943107f9deb4886edd51f8b42a46304afa1a947cf3751ce95874e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-dynamic-import"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-export-namespace-from",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-export-namespace-from@7.16.7",
      "author": "The Babel Team",
      "description": "Compile export namespace to ES2015",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-export-namespace-from@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-export-namespace-from",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-export-namespace-from",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "67176da835cb44604beb8a1c65cb3ba2fb7bd4bde3842d51192c91f7deacbeb0a2dcf62a1cd91bdd2c0f242b3c448cc3f3ab3e58fa6dd92ef7f841c218ef8d50"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-export-namespace-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-json-strings",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-json-strings@7.16.7",
      "author": "The Babel Team",
      "description": "Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-json-strings@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-json-strings",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-json-strings",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "94d677104820b0663bf096af81b1ec2bdbb93f7a50696ee4e1ac658052d890c77b501b2235a8422134a12e3350b1c84fca3b4ee9d003acbdb8ef9ec876106bb1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-json-strings"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-logical-assignment-operators",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-logical-assignment-operators@7.16.7",
      "author": "The Babel Team",
      "description": "Transforms logical assignment operators into short-circuited assignments",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-logical-assignment-operators@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-logical-assignment-operators",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-logical-assignment-operators",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2b75f3c99246402af4d3e12d62dac38e6c17ee8ecf2cae94f5b8b59c2c24422a1115552fe9d268c5b423b5656d3fe6c23f2f366ce341286f0d3f2438fa2eb28e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-logical-assignment-operators"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-numeric-separator",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-numeric-separator@7.16.7",
      "author": "The Babel Team",
      "description": "Remove numeric separators from Decimal, Binary, Hex and Octal literals",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-numeric-separator@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-numeric-separator",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-numeric-separator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bd080f3249ce2208ae56a6e8913a325db918fce9a68c0cebff49614886c6fca9a7cd73c6c16fc076174aa62f8ee17fd59168968e790a3818aa26b4da0bdf152b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-numeric-separator"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-object-rest-spread",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-object-rest-spread@7.16.7",
      "author": "The Babel Team",
      "description": "Compile object rest and spread to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-object-rest-spread@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-object-rest-spread",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-object-rest-spread",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dced18e3e770f781c0f3aa9283d2077f23e4b6047bab782935501e88a41dfbc8c1285694e4d412d586ad828e3063e50536e2e3bf17129b372c1eaae1813c8150"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-object-rest-spread"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-optional-catch-binding",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-optional-catch-binding@7.16.7",
      "author": "The Babel Team",
      "description": "Compile optional catch bindings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-optional-catch-binding@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-optional-catch-binding",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-catch-binding",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "78c387fcbe0ebd6499004d559076ebd6f7242c6d5651c1c62522eaa90c25d86694a86e908dd76face69350c3588afefb1f920a3cc67d53d3fb11a1f0bc04a17c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-optional-catch-binding"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-private-methods",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-private-methods@7.16.7",
      "author": "The Babel Team",
      "description": "This plugin transforms private class methods",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-private-methods@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-private-methods",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-methods",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "eedc15de9ce1ad1c52c07788bc513a7283e0be8f9ec4d0ce88650c837f68d8b88ba3563ee1a2a97e470b19c835507a27ce8ac2b7b48d5e7a0cc829e720e03c4b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-private-methods"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-private-property-in-object",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-private-property-in-object@7.16.7",
      "author": "The Babel Team",
      "description": "This plugin transforms checks for a private property in an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-private-property-in-object@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-private-property-in-object",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-private-property-in-object",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "acc4248dc3856e6fae7deddb4d92f239fb0e50ec72bcb5d92424c046126bfbc50c4a8666a937b52b506090572b5b7eeb01c856839ef223af4e471896bd420db9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-private-property-in-object"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-proposal-unicode-property-regex",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-unicode-property-regex@7.16.7",
      "author": "The Babel Team",
      "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-proposal-unicode-property-regex@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-proposal-unicode-property-regex",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-proposal-unicode-property-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4112b4608ff8d152e13551888d13400109041f0b3472cc12745163a45cadf78dd8989214d5d6bdb96eb722ee8d155e82c53656e5e4c30abc1952cb415a0a7f46"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-proposal-unicode-property-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-async-generators",
      "group": "@babel",
      "version": "7.8.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-async-generators@7.8.4",
      "description": "Allow parsing of async generator functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-async-generators@7.8.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b727266719067d96b184c45b5e53d7b95169756957a62af65b800c85226044ace4fde0e52173a16f62c75a82e90c5ed3107ca5579ccd872917e8a0201c999337"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-async-generators"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-class-properties",
      "group": "@babel",
      "version": "7.12.13",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-class-properties@7.12.13",
      "description": "Allow parsing of class properties",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-class-properties@7.12.13",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-class-properties",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-properties",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7e6e227632a56b461a85436014d2c2074ab249db283e264fde2404deb932d26054b4c676df20c9f5225d83a7574d20e7ba5395aa21771e0afd9db5ef5d341960"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-class-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-class-static-block",
      "group": "@babel",
      "version": "7.14.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-class-static-block@7.14.5",
      "author": "The Babel Team",
      "description": "Allow parsing of class static blocks",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-class-static-block@7.14.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-class-static-block",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-syntax-class-static-block",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6fe6323e6afa95dc8d9cceaca9878c584f9b809709a4eeb24b8403ef29b1807df81813cd0ccfd31c187c8ae9f2bca219ced8b02c7e02259d11c5393d7a68298f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-class-static-block"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-dynamic-import",
      "group": "@babel",
      "version": "7.8.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-dynamic-import@7.8.3",
      "description": "Allow parsing of import()",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-dynamic-import@7.8.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e607466c5a27f8fb33633aacf374b71399a98bbff2ffc33d782f743114d97ddb903985bbea283a48e48f35ee35206e4ba0fdc51819f6374463543490892f7891"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-dynamic-import"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-export-namespace-from",
      "group": "@babel",
      "version": "7.8.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-export-namespace-from@7.8.3",
      "description": "Allow parsing of export namespace from",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-export-namespace-from@7.8.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3177f995a5e8e9cd486c46de8039b318fc06353b07666132e901b39eee528765025afb9ecb06f679ef82084e3342266cb7153d04ca103bd8bacd41526342a3d1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-export-namespace-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-json-strings",
      "group": "@babel",
      "version": "7.8.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-json-strings@7.8.3",
      "description": "Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-json-strings@7.8.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "958ea4746a561ef8e87b6be4e16ac06a912e051ebd10cc5997e46819186b14635854af2638f016f157db4ff660ac56d794336289ac509c0b6054267a8efdf410"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-json-strings"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-logical-assignment-operators",
      "group": "@babel",
      "version": "7.10.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-logical-assignment-operators@7.10.4",
      "description": "Allow parsing of the logical assignment operators",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-logical-assignment-operators@7.10.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-logical-assignment-operators",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "77cc1a4a19691438a743932dbc653dc4300ecca1f8efe145a277b2d9b68522832bf79da128e2e9d4747b56cce866f3ac57fe3e451b33358ec3d7b6dad2d7b48a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-logical-assignment-operators"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-numeric-separator",
      "group": "@babel",
      "version": "7.10.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-numeric-separator@7.10.4",
      "description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-numeric-separator@7.10.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-numeric-separator",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f47e9875f91c2bfb8e9d8fcaeff680db1a73680824427dfbcb35943112bb39a3cea8ea464b5fa7d07e61c53f40530f44b128cf5bc495c8c270611b56b375f7ba"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-numeric-separator"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-object-rest-spread",
      "group": "@babel",
      "version": "7.8.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-object-rest-spread@7.8.3",
      "description": "Allow parsing of object rest/spread",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-object-rest-spread@7.8.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5e8a8c8a31996fdcb7cb65ec90df8fd70506895c16679266a03470c79fb71a612994dc95336b360e0f082c5426f2b58ce3ca2b1b2e58a48e4197c535cbbc9d94"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-object-rest-spread"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-optional-catch-binding",
      "group": "@babel",
      "version": "7.8.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-optional-catch-binding@7.8.3",
      "description": "Allow parsing of optional catch bindings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-optional-catch-binding@7.8.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e953c3d0f7359694eac3468aa1e45332207e916840a13db83c0fa4b16481ac5b65e52211569665c0ddcd34f4237a103613ff75155dd18cb5a855382559c495dd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-optional-catch-binding"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-private-property-in-object",
      "group": "@babel",
      "version": "7.14.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-private-property-in-object@7.14.5",
      "author": "The Babel Team",
      "description": "Allow parsing of '#foo in obj' brand checks",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-private-property-in-object@7.14.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-private-property-in-object",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-syntax-private-property-in-object",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d30567a7d77127bd995090d5dbb65f6d28fa8872e8cad6199a1deb15cc4d9efb0917792d9332c364fcbf980d7b1c6b1a413dff0d0b16617d5fd50196902a1552"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-private-property-in-object"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-top-level-await",
      "group": "@babel",
      "version": "7.14.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-top-level-await@7.14.5",
      "author": "The Babel Team",
      "description": "Allow parsing of top-level await in modules",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-top-level-await@7.14.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-top-level-await",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-syntax-top-level-await",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "871fbeba92efe54d6b8187f07b5c41414851994e35344be952fae9f2392b48276f1929cce7fa9d44cb72949e8f1b938590168791b4c02939dddff63211244717"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-top-level-await"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-arrow-functions",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-arrow-functions@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 arrow functions to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-arrow-functions@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-arrow-functions",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-arrow-functions",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f5f7e414531bbf34efbfeedd4e9ffaeb1bd9016012b8f0f94e5f4b2b767dbe13a600da3a8fde2b8a4fb960c06de02c0754c58b5a932cae221cdb3b1add65b7c5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-arrow-functions"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-async-to-generator",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-async-to-generator@7.16.7",
      "author": "The Babel Team",
      "description": "Turn async functions into ES2015 generators",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-async-to-generator@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-async-to-generator",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a4511f8e72b80df5c27c0940e48f7c058743243f0d96d333c75f60b7a0c099f13eda55d17cf5286b4ff94948d3e3e4c31355bfadcc54ff5960379e6fa408e376"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-async-to-generator"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-block-scoped-functions",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-block-scoped-functions@7.16.7",
      "author": "The Babel Team",
      "description": "Babel plugin to ensure function declarations at the block level are block scoped",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-block-scoped-functions@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-block-scoped-functions",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoped-functions",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "254bb3973985e3467d717cb2b5c6d911929c920ad0cc285b409c3fe4fb841d87aacc2b2f79b0f1d0ad235a720855c9a60ce01572d0a09d8b34a4c72b623db326"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-block-scoped-functions"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-block-scoping",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-block-scoping@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 block scoping (const and let) to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-block-scoping@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-block-scoping",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "39b65ebf69f1540600e1b872bac10b768f616f71fe039e9bc47dc564c6c42266458840d85475d0489d6140a1650e796df06f5b06b099e59a5445952b5781b9a9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-block-scoping"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-classes",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-classes@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 classes to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-classes@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-classes",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-classes",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "598ee8837f1214019845eeb806b8ca7fc3ab13aba5107b6be63118699330a31f4a79b82a3e2ebb66acfc2b9dc42a4d5f1442609bdeabdf6ae4299dea0369c259"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-classes"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-computed-properties",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-computed-properties@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 computed properties to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-computed-properties@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-computed-properties",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-computed-properties",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "80def61bd6dc99e9d520b8fffecbf5ccb35a3f261c3b3521a36948241321fe26a427dca00a8fe1105f5ca466fad5208c103c5b6f2068550c6bb7e6d62aee4a1b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-computed-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-destructuring",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-destructuring@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 destructuring to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-destructuring@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-destructuring",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-destructuring",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "56a0308531c19eee710550c2bebbea25bb4b51afbea996960b4160af69aaa24065ba5640446c88bd90e8a9b3e53da288990f5d280702cdbbfeba5fffbaabbbd0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-destructuring"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-dotall-regex",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-dotall-regex@7.16.7",
      "author": "The Babel Team",
      "description": "Compile regular expressions using the `s` (`dotAll`) flag to ES5.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-dotall-regex@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-dotall-regex",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-dotall-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2f2b6d69aa364a3645e8f7f8be4d5d54abfc632a4ca689806f2816fa65397183f74b97164df0898c6f3157a08577318595f58af352232fdbe2893be96fa1bb81"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-dotall-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-duplicate-keys",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-duplicate-keys@7.16.7",
      "author": "The Babel Team",
      "description": "Compile objects with duplicate keys to valid strict ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-duplicate-keys@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-duplicate-keys",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-duplicate-keys",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d370efa5b45fbd6217c8ad3fe90891d4a31359e4fa39c43bb5b863ad7c854b4da48ee5ff9aee41be78794834961f1c9ac22b7683969684ac08f3a104ec65274f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-duplicate-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-exponentiation-operator",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-exponentiation-operator@7.16.7",
      "author": "The Babel Team",
      "description": "Compile exponentiation operator to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-exponentiation-operator@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-exponentiation-operator",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-exponentiation-operator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f1460b4a5c8b8118b142f9581f72767a45c51c314b42eb5dcbb15f140326dc23d9eaaf701c2c27532897a5009ede05559d09477399ecba2115ce2b5e44d4d710"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-exponentiation-operator"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-for-of",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-for-of@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 for...of to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-for-of@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-for-of",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-for-of",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fd0666f56f763eda70eec8c8f4dc7599b72c5b3df7fa5f24b8c2109c3c204011b9b377c07d0be446343b36a5e1b4d70a3a73e47480a6507c826965b4e870acaa"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-for-of"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-function-name",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-function-name@7.16.7",
      "author": "The Babel Team",
      "description": "Apply ES2015 function.name semantics to all functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-function-name@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-function-name",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-function-name",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "494fc2ebc615c13471a968f9920b1b28835a9066a0d0a4e0abd7f6899117752b6801b3b32c7101458cc89a603ac85a3c61984955f96f5e620750eec65879b1c4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-function-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-literals",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-literals@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 unicode string and number literals to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-literals@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-literals",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-literals",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ead1fc453a53588d2cdac57abaaddefc2f703e8e0f4eaa99a6ce2e17493343dff13cb150b62a729ef993d60fdd39f109fb4110b0786443fcf244877c2766fccd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-literals"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-member-expression-literals",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-member-expression-literals@7.16.7",
      "author": "The Babel Team",
      "description": "Ensure that reserved words are quoted in property accesses",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-member-expression-literals@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-member-expression-literals",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-member-expression-literals",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "981aee44c6e4b4a4306f1689a1fdf62d3f4a2f2d9fde01fedbb6b95d2b97a3a87b477bea96d9743e067cd02f1930ac3df017fc6eab7a044562decbce8763f333"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-member-expression-literals"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-modules-amd",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-amd@7.16.7",
      "author": "The Babel Team",
      "description": "This plugin transforms ES2015 modules to AMD",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-modules-amd@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-modules-amd",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-amd",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "29a684b6004bec5298c2327fb5e1fade802613794fdf837792c873f269b854c030ed4dcfc63570c149b110592c6e0b0d51a3b7c0877d4760154184841916b6fa"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-modules-amd"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-modules-commonjs",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-commonjs@7.16.7",
      "author": "The Babel Team",
      "description": "This plugin transforms ES2015 modules to CommonJS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-modules-commonjs@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-modules-commonjs",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-commonjs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "87644fda413b1ded5958ac8095a9cc66b01b76ff80730d6903c750661134db9589644db3d31cc50030229d703d7f17796e7ec99ccf9274e19c9dd1b1d4046cf7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-modules-commonjs"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-modules-systemjs",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-systemjs@7.16.7",
      "author": "The Babel Team",
      "description": "This plugin transforms ES2015 modules to SystemJS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-modules-systemjs@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-modules-systemjs",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-systemjs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0ee2b913793e4109a73aa051f5492eb01cb2e56656191c5fcd5e76f6cf673eb6b5184ee8966c5fa8ed851e86c439848f2233c14ebe29eba603723427b7c7019b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-modules-systemjs"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-modules-umd",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-umd@7.16.7",
      "author": "The Babel Team",
      "description": "This plugin transforms ES2015 modules to UMD",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-modules-umd@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-modules-umd",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-modules-umd",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "10c87bba896c0bc3b8c61b9d17617ac1e75b4879b51c76740ba689ecaebbcdc0cd89d33355cc56746afe86d5bd9f6d64966f9b3a7f91c78081b009ed65ddeb11"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-modules-umd"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-named-capturing-groups-regex",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-named-capturing-groups-regex@7.16.7",
      "author": "The Babel Team",
      "description": "Compile regular expressions using named groups to ES5.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-named-capturing-groups-regex@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-named-capturing-groups-regex",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-named-capturing-groups-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "905cb7e55c26c084300a3c2b010865dfe73f92bdbdda2e0a74b3caa7994f1f4dcbb5ce75aa71652000e8c8fc5cffa35acf7a24dd67582a0f8a2ba007f83e2eb6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-named-capturing-groups-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-new-target",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-new-target@7.16.7",
      "author": "The Babel Team",
      "description": "Transforms new.target meta property",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-new-target@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-new-target",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-new-target",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c622c3cd634c7caa063a973ab7753e7ad084db24679f748cd3d057a963c864e0692f682f56b05650a9ec271d0afc00e2e45e580b97fc00f15f5abcf6e537651a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-new-target"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-object-super",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-object-super@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 object super to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-object-super@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-object-super",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-object-super",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d782757de890556686bd1c63d968f232e5d2da3b0192007731d48de47b82d86e6746ca5ae512bd08e72cf363f0cb906e19c8dbf9f61a523f7899870e8fbac2bf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-object-super"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-parameters",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-parameters@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 default and rest parameters to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-parameters@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-parameters",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-parameters",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "013dccb9f43bcd9121536870380d756b10671315b42ecceee112ffb40954241b8da116a4fb07a1416f21e8a71739c823638d9f1ed0f1b30b8c84c8c512ebff6b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-parameters"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-property-literals",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-property-literals@7.16.7",
      "author": "The Babel Team",
      "description": "Ensure that reserved words are quoted in object property keys",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-property-literals@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-property-literals",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-property-literals",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cf8146afd34c19da0897546a6af0aa186f99b988df67f8640887ae1fa0e8eed5e64a6d25b35d67615489a8511439225b0da6f9c02ea5444ff0e988d572be87ab"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-property-literals"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-regenerator",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-regenerator@7.16.7",
      "author": "The Babel Team",
      "description": "Explode async and generator functions into a state machine.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-regenerator@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-regenerator",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-regenerator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "985ee33a01980a44896a027a5c2ba349083eeb10b533beffd372b6a01995256a0518d52d9d524ee161ca264ddd9cf0bc1c2723e310503f51209bc0d68773dbdd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-regenerator"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-reserved-words",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-reserved-words@7.16.7",
      "author": "The Babel Team",
      "description": "Ensure that no reserved words are used.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-reserved-words@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-reserved-words",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-reserved-words",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "290cf30e767d8564018f08b9969639bfdb219a6e88546d14f69075f33bccbb68b81fdd31a53e209aac0f62c9fcace6e269d61ed8cd209a0b2238817903fdabb6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-reserved-words"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-shorthand-properties",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-shorthand-properties@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 shorthand properties to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-shorthand-properties@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-shorthand-properties",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-shorthand-properties",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "85a876f85127a11a004dd21bd3920e5dffb81b35d84eaef94d58489f53dec2285ba72acd594b7625bb9d2903844d6c3a4292def80214a49e4c54b61341b79e52"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-shorthand-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-spread",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-spread@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 spread to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-spread@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-spread",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-spread",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fa98c9a6002781be772f489a039814ff530b5c921f5dc61ea4b8170777ac5517f87ea9a3f1fd9cc4cdff14a687b199acd3c84540990571c116b88a66e36f535e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-spread"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-sticky-regex",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-sticky-regex@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-sticky-regex@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-sticky-regex",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-sticky-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3496b405dffced05793596734ee646e413c98cb61a75e499f5f3baa0e5282f8890c7ef4412ec3f78433dd92aec4f5f587368e0075bb586c8ea0ed1f4d9cdc3af"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-sticky-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-template-literals",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-template-literals@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 template literals to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-template-literals@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-template-literals",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-template-literals",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5706e40c351e7a79488e67cd7835ff574696ad01f642257226dc32995412cc8b450d3a717f2261dc455a4224b4ac837f0aa6cb1abd157069aec324dd66d748b0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-template-literals"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-typeof-symbol",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-typeof-symbol@7.16.7",
      "author": "The Babel Team",
      "description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-typeof-symbol@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-typeof-symbol",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a76ace8b108a449ce983d241e208e71b88235a459af3d6686149e5f6c9c9d5c5887131ff86fc59a9f3be5a31ba4fc0d106972d1289798f0d4ee6b03c8240a891"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-typeof-symbol"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-unicode-escapes",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-unicode-escapes@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 Unicode escapes to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-unicode-escapes@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-unicode-escapes",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-escapes",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4c05792066a1233df267dfc77efdf94d5db1126fa46810da6500a7d92fe11bdfc26740e4b7126ff5e29f3dcef2602bce611e091b1d61f02fa37123af81a688fd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-unicode-escapes"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-transform-unicode-regex",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-unicode-regex@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ES2015 Unicode regex to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-transform-unicode-regex@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-transform-unicode-regex",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-plugin-transform-unicode-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a02e6d6182b0e7a1ceef929954b43e47f365dc7ae8f647fc886d215e86873fbb630320a9bea06248d7babc6ad99e2d59e8c820994382e80ed53fb0159b0db6e5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-transform-unicode-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "preset-modules",
      "group": "@babel",
      "version": "0.1.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/preset-modules@0.1.5",
      "description": "A Babel preset that targets modern browsers by fixing engine bugs.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/preset-modules@0.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/preset-modules.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/preset-modules#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/preset-modules/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "039eed87a6111bba11ddcabfcadfd8f3832f1a01347891b617524b84abb21be8c5c4482b77f1c03096ad885b663a266eaf3fb40e4aef6e17822da5797f625f8c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/preset-modules"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-polyfill-corejs2",
      "version": "0.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-polyfill-corejs2@0.3.0",
      "description": "A Babel plugin to inject imports to core-js@2 polyfills",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-polyfill-corejs2@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel-polyfills.git#packages/babel-plugin-polyfill-corejs2",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel-polyfills#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel-polyfills/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c0c0e8049eae1b8bb83cd161ef64f2eaddc481f03dd69b82b80c0a21acdb425722f8435bfd453d037c46e65bad8d42225c2227d426392f5e6bf4b8a6889cab48"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-polyfill-corejs2"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-polyfill-corejs3",
      "version": "0.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-polyfill-corejs3@0.4.0",
      "description": "A Babel plugin to inject imports to core-js@3 polyfills",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-polyfill-corejs3@0.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel-polyfills.git#packages/babel-plugin-polyfill-corejs3",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel-polyfills#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel-polyfills/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "63116b798c147e095829d2d41af205da7244b06c23f91856497fe28dedc3daf40f397bb230b32d83f70218c0e9380ecd77e33094d76718e0db7761305193e5b3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-polyfill-corejs3"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-polyfill-regenerator",
      "version": "0.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-polyfill-regenerator@0.3.0",
      "description": "A Babel plugin to inject imports to regenerator-runtime",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-polyfill-regenerator@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel-polyfills.git#packages/babel-plugin-polyfill-regenerator",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel-polyfills#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel-polyfills/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "76100f4c32c6a0c5b9ffce30920c222d1c0c9e2a368b57d47b9dc4bafb4a32fd299f6a774bc382a15d710337c93e5d0a397ec807cf6cda26fce6f6d889e6b78e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-polyfill-regenerator"
        }
      ]
    },
    {
      "type": "library",
      "name": "core-js-compat",
      "version": "3.20.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|core-js-compat@3.20.1",
      "description": "core-js compat",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/core-js-compat@3.20.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/zloirock/core-js.git#packages/core-js-compat",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/zloirock/core-js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zloirock/core-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "01584a64da6a315dc9cfc854d181175c4d3aaa8c6d406b00a94d2ed677949e0cf922eb032515ff649eadde2ee64bb43137210e35b0a8d781a9ae406bc4f95364"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/core-js-compat"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "semver",
          "version": "7.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|core-js-compat@3.20.1|semver@7.0.0",
          "description": "The semantic version parser used by npm.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/semver@7.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/npm/node-semver.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/npm/node-semver#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/npm/node-semver/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "f8607acd503d2d687ace8bd840b00b1f0bf9adbd8f1c69498b795f8aa207c51d2ebb00a079f70e25ce7dbfd7efd70f066d2b70c6ebaaa808c8f4d30038e82ad4"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/core-js-compat/node_modules/semver"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-diff",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-diff@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-diff",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ba373d4e8c9464387d29caaf403924fe091b7facd269e120f40881c6db6d5d6e7d1ff01ca84629d5c89702d269fa35d6bdae6701ffde3ed4ac816c04e66aa9e1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-diff"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-diff/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-diff/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-diff/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-diff/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-diff/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-diff/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "pretty-format",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2",
      "author": "James Kyle",
      "description": "Stringify any JavaScript value.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pretty-format@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/pretty-format",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a74c0db49f682eebe03900c4219f7342365f7caecab7247a4a2d239d750b203c2b94d17c0ae8abdc064fd211efd2398ab8d37f79d3a76cc8e7cdde2e4dc9968b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pretty-format"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "5.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2|ansi-styles@5.2.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@5.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "0b1c29b7649f4f34ed5dc7ce97318479ef0ef9cf8c994806acd8817179ee5b1b852477ba6b91f3eeac21c1ee4e81a498234209be42ea597d40486f9c24e90488"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/pretty-format/node_modules/ansi-styles"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "experimental-utils",
      "group": "@typescript-eslint",
      "version": "5.8.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/experimental-utils@5.8.1",
      "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40typescript-eslint/experimental-utils@5.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/typescript-eslint/typescript-eslint.git#packages/experimental-utils",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7dba1d5678c80d4e09a5e5d6443b06e487c88d807112fb3c1013bc5b5f9855db6b73607da697e87f9b198551033ad8137c51e761024323cfaa76a2d83b871ec3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@typescript-eslint/experimental-utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "scope-manager",
      "group": "@typescript-eslint",
      "version": "5.8.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/scope-manager@5.8.1",
      "description": "TypeScript scope analyser for ESLint",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40typescript-eslint/scope-manager@5.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/typescript-eslint/typescript-eslint.git#packages/scope-manager",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0c6c4990dc98aee147dcd2197373f0af3c0e40083bbef82c1ec1c220b38bbd4a6ea609300d974dabf7175370631782cdac2b15834ab113259ab32b3902227ce5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@typescript-eslint/scope-manager"
        }
      ]
    },
    {
      "type": "library",
      "name": "functional-red-black-tree",
      "version": "1.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|functional-red-black-tree@1.0.1",
      "author": "Mikola Lysenko",
      "description": "A fully persistent balanced binary search tree",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/functional-red-black-tree@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/mikolalysenko/functional-red-black-tree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikolalysenko/functional-red-black-tree#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikolalysenko/functional-red-black-tree/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/functional-red-black-tree"
        }
      ]
    },
    {
      "type": "library",
      "name": "ignore",
      "version": "5.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ignore@5.2.0",
      "author": "kael",
      "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ignore@5.2.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kaelzhang/node-ignore#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kaelzhang/node-ignore/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0a6c606068843c22e17cb9e93e9d4ca119a27f01083a08dc1d7c4e063bfb998f7a73e79649cb0e3fd735d766722dd5878b41711e323ee2e561298a7f81c75199"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ignore"
        }
      ]
    },
    {
      "type": "library",
      "name": "regexpp",
      "version": "3.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|regexpp@3.2.0",
      "author": "Toru Nagashima",
      "description": "Regular expression parser for ECMAScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regexpp@3.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mysticatea/regexpp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mysticatea/regexpp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mysticatea/regexpp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a6ad9b5a8f66543e379dbb6cdb01afd7b5cb88d2f26be1a4959f246832d5d99d3c8030ac1a99ca9fd04531ea6f5ae1c26f256f63b279a39f8156fa106e69492e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regexpp"
        }
      ]
    },
    {
      "type": "library",
      "name": "tsutils",
      "version": "3.21.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|tsutils@3.21.0",
      "author": "Klaus Meinhardt",
      "description": "utilities for working with typescript's AST",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tsutils@3.21.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ajafff/tsutils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ajafff/tsutils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ajafff/tsutils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "98728ade25172fedd417ac4be64d0f12129150128f042bfff919043a98d15b1c71dbb28a4419a603ad00f6980e52f322f062a144c3c49a30513f3b365bb3b538"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tsutils"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "tslib",
          "version": "1.14.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|tsutils@3.21.0|tslib@1.14.1",
          "author": "Microsoft Corp.",
          "description": "Runtime library for TypeScript helper functions",
          "licenses": [
            {
              "license": {
                "id": "0BSD",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/tslib@1.14.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Microsoft/tslib.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://www.typescriptlang.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Microsoft/TypeScript/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "5e78b7e4d2b38e032bc1ebf2b074c202bb4b0e93efc9ef3357fd04e04c989f8dcfeffeeabd0c0f87d0469077b06ccba5567b5b8a099c4fbadd5f704da3dc1126"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/tsutils/node_modules/tslib"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "types",
      "group": "@typescript-eslint",
      "version": "5.8.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/types@5.8.1",
      "description": "Types for the TypeScript-ESTree AST spec",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40typescript-eslint/types@5.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/typescript-eslint/typescript-eslint.git#packages/types",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2ff1655820a09e328e2de7dda24f74fe9a889e4a262e701c17d500ccdafe0d2a8c0b721f7f3ba61d3413ac835784fd60569f73947898623be8cd56433e578b70"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@typescript-eslint/types"
        }
      ]
    },
    {
      "type": "library",
      "name": "typescript-estree",
      "group": "@typescript-eslint",
      "version": "5.8.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/typescript-estree@5.8.1",
      "description": "A parser that converts TypeScript source code into an ESTree compatible form",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40typescript-eslint/typescript-estree@5.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/typescript-eslint/typescript-eslint.git#packages/typescript-estree",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dba950f25f2d4db1bbae2ef111c0854fd8a3539164facc7f291472cb30afecc43ead9665aa20cfb4c2962c2f0fee8f9db429dbcb873e3a5c6e5f5b69f167da7d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@typescript-eslint/typescript-estree"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "semver",
          "version": "7.3.5",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/typescript-estree@5.8.1|semver@7.3.5",
          "description": "The semantic version parser used by npm.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/semver@7.3.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/npm/node-semver.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/npm/node-semver#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/npm/node-semver/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "3e878625887c1cae014cefdaf537fa646def7a8fc0ed956c62b480e89f27cbd9dbdc1d55ae992e37ecfd384e707c4e69e87e0b721619b1e8224206c90fde1915"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@typescript-eslint/typescript-estree/node_modules/semver"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve",
      "version": "1.20.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|resolve@1.20.0",
      "author": "James Halliday",
      "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/resolve@1.20.0",
      "externalReferences": [
        {
          "url": "git://github.com/browserify/resolve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserify/resolve#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserify/resolve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c043413ede324b3838c9b1505b64d3d73310b9c3caf791d287f9ead82153655386baddbea50bd2b20b5d6b8776e98ad872bd3aef08db9b3386f1bc833c15fadc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-runtime",
      "version": "6.26.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-runtime@6.26.0",
      "author": "Sebastian McKenzie",
      "description": "babel selfContained runtime",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-runtime@6.26.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "965c7058668e82b55d7bfe04ff2337bc8b5647fe"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-runtime"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "regenerator-runtime",
          "version": "0.11.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-runtime@6.26.0|regenerator-runtime@0.11.1",
          "author": "Ben Newman",
          "description": "Runtime for Regenerator-compiled generator and async functions.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/regenerator-runtime@0.11.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/facebook/regenerator.git#master",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/facebook/regenerator/tree/master#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/facebook/regenerator/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "320b86f79a228f47c2dd05775117f8576483606261267246aaf20881d10278e0c24fdf304960c027de124ae5696105284dc19420be8be32341ee3d431451d206"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-runtime/node_modules/regenerator-runtime"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "core-js",
      "version": "2.6.12",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|core-js@2.6.12",
      "description": "Standard library",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/core-js@2.6.12",
      "externalReferences": [
        {
          "url": "git+https://github.com/zloirock/core-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zloirock/core-js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zloirock/core-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "29bdb00b47efb167d0ae093c1d4e655ba53f2dcb3cfbd69a61ccb864573a0c3968e2767b9fbd1d120139aed474a06eae7ca0d49ebc1f58bd665d1e658c36adad"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/core-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerator-runtime",
      "version": "0.10.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|regenerator-runtime@0.10.5",
      "author": "Ben Newman",
      "description": "Runtime for Regenerator-compiled generator and async functions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regenerator-runtime@0.10.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/regenerator.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/facebook/regenerator/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/regenerator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "336c3efc1220adcedda2c9fab67b5a7955a33658"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regenerator-runtime"
        }
      ]
    },
    {
      "type": "library",
      "name": "prettier-linter-helpers",
      "version": "1.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|prettier-linter-helpers@1.0.0",
      "description": "Utilities to help expose prettier output in linting tools",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prettier-linter-helpers@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/prettier/prettier-linter-helpers.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/prettier/prettier-linter-helpers#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/prettier/prettier-linter-helpers/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "19b2b670ff67ada492505f4dd97c14c2a7f394016530d61897e4a113f57e1fc6bdb8d97fa14a81d70d842f9e098743a5c9149df117d6609ddca154b84d138fdb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prettier-linter-helpers"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslintrc",
      "group": "@eslint",
      "version": "1.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5",
      "author": "Nicholas C. Zakas",
      "description": "The legacy ESLintRC config file format for ESLint",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40eslint/eslintrc@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/eslintrc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/eslint/eslintrc#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eslint/eslintrc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "04bc6c9e62b72b23ee9f3e709820a9ab2d187a5128c711a61fbdc8b3e67be2839332d13172392bddd0d1eaabb0ae387562ca40f031fd8275f5a34ebd2a24bd01"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@eslint/eslintrc"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "globals",
          "version": "13.12.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5|globals@13.12.0",
          "author": "Sindre Sorhus",
          "description": "Global identifiers from different JavaScript environments",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/globals@13.12.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/globals.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/globals#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/globals/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "b92f17ea548a37626e995a17adb533fae1b80581be7a26b0aa6dea15c4fb6a699f6d41de081a093251dc79cfd2de4ad293bdff004fdfd2ccd816680003791866"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@eslint/eslintrc/node_modules/globals"
            }
          ]
        },
        {
          "type": "library",
          "name": "ignore",
          "version": "4.0.6",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5|ignore@4.0.6",
          "author": "kael",
          "description": "Ignore is a manager and filter for .gitignore rules.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ignore@4.0.6",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/kaelzhang/node-ignore#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/kaelzhang/node-ignore/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "7321432aba9cfd875c5859e2261cc8e36f80cd2fa0370994cce485711090630c92b81041cbf2a3bb158b67f147107e8ca2ad4d8b330e056c9372ff0ee0e64832"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@eslint/eslintrc/node_modules/ignore"
            }
          ]
        },
        {
          "type": "library",
          "name": "type-fest",
          "version": "0.20.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5|type-fest@0.20.2",
          "author": "Sindre Sorhus",
          "description": "A collection of essential TypeScript types",
          "licenses": [
            {
              "expression": "(MIT OR CC0-1.0)",
              "acknowledgement": "declared"
            }
          ],
          "purl": "pkg:npm/type-fest@0.20.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/type-fest.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/type-fest#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/type-fest/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "35ef9e138af4fe25a7a40c43f39db3dc0f8dd01b7944dfff36327045dd95147126af2c317f9bec66587847a962c65e81fb0cfff1dfa669348090dd452242372d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@eslint/eslintrc/node_modules/type-fest"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "config-array",
      "group": "@humanwhocodes",
      "version": "0.9.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@humanwhocodes/config-array@0.9.2",
      "author": "Nicholas C. Zakas",
      "description": "Glob-based configuration matching.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40humanwhocodes/config-array@0.9.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/humanwhocodes/config-array.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/humanwhocodes/config-array#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/humanwhocodes/config-array/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5173ae14219cc1c8967243a999f283abf1b28654dff6937f0731bfff1f29f334ce144706b80ebc00d5e17854b4006bf2dea819a8b05490cb3b86acea08a395c0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@humanwhocodes/config-array"
        }
      ]
    },
    {
      "type": "library",
      "name": "ajv",
      "version": "6.12.6",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ajv@6.12.6",
      "author": "Evgeny Poberezkin",
      "description": "Another JSON Schema Validator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ajv@6.12.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/ajv-validator/ajv.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ajv-validator/ajv",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ajv-validator/ajv/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8f77d52e0bd3a39dbb6a7c98c893864d825b1bebe79d062f1349b99a691cd532be9f1029a6408b3082f4699e1d6e55423681928619be933138654ca4068320e2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ajv"
        }
      ]
    },
    {
      "type": "library",
      "name": "cross-spawn",
      "version": "7.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|cross-spawn@7.0.3",
      "author": "André Cruz",
      "description": "Cross platform child_process#spawn and child_process#spawnSync",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cross-spawn@7.0.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/moxystudio/node-cross-spawn",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/moxystudio/node-cross-spawn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8910cf24a50f544343edd1cf3bcae46ce9cfa720f281c0c5b568e9796342832f163f6ad77315cbf13b2445e425e8eac1d86efe509ada82cd6ad7916e75cec6eb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cross-spawn"
        }
      ]
    },
    {
      "type": "library",
      "name": "doctrine",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|doctrine@3.0.0",
      "description": "JSDoc parser",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/doctrine@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/doctrine.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/eslint/doctrine",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eslint/doctrine/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c92f90e62de105fec6064778286f1aede04d3563462d3684c306165228c860cef3ae56033340455c78e33d6956675460ed469d7597880e68bd8c5dc79aa890db"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/doctrine"
        }
      ]
    },
    {
      "type": "library",
      "name": "enquirer",
      "version": "2.3.6",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|enquirer@2.3.6",
      "author": "Jon Schlinkert",
      "description": "Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/enquirer@2.3.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/enquirer/enquirer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/enquirer/enquirer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/enquirer/enquirer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ca33673ebdf5e7f1634b8cc8b14c5882e6143cfd9ed4d2b877b13b64e2e2c9809c6c50624ccc880fedb0be6db0ebea59fe874c03b71192386c3db96dc013ab2e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/enquirer"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-utils",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint-utils@3.0.0",
      "author": "Toru Nagashima",
      "description": "Utilities for ESLint plugins.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-utils@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mysticatea/eslint-utils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mysticatea/eslint-utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mysticatea/eslint-utils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bae402e3720672dc3af29240d5181b412f3f34feeb721e82c1de23dd906d828e3ff05963e1e184ed96126513778aae69554bfa18f756e59d511657a8f38b8b0c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-utils"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "eslint-visitor-keys",
          "version": "2.1.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint-utils@3.0.0|eslint-visitor-keys@2.1.0",
          "author": "Toru Nagashima",
          "description": "Constants and utilities about visitor keys to traverse AST.",
          "licenses": [
            {
              "license": {
                "id": "Apache-2.0",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/eslint-visitor-keys@2.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/eslint/eslint-visitor-keys.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/eslint/eslint-visitor-keys#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/eslint/eslint-visitor-keys/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "d2b4a6441cd7803cc8b03ea619d2607afce07b3239df809eaf92ffbf2317d241f34ff8e2078de346177d61494c1982d0cb6ce9acd9a84fca9ab021ad63e41a2b"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint-utils/node_modules/eslint-visitor-keys"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-visitor-keys",
      "version": "3.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint-visitor-keys@3.1.0",
      "author": "Toru Nagashima",
      "description": "Constants and utilities about visitor keys to traverse AST.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-visitor-keys@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/eslint-visitor-keys.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/eslint/eslint-visitor-keys#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eslint/eslint-visitor-keys/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c96245a6ee03b63b162a4b7919e34106e64c94d71856ceaf4422e8095109ad38da481e8b0bdf20162a4d2bf7ab3361de83f13c9882be8571bfa4930b2be79164"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-visitor-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "espree",
      "version": "9.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|espree@9.2.0",
      "author": "Nicholas C. Zakas",
      "description": "An Esprima-compatible JavaScript parser built on Acorn",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/espree@9.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/espree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/eslint/espree",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/eslint/espree.git",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/espree/-/espree-9.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a0fdeeb519329e965617f176c7f1d927e006b6721c95a47bcf5a583f1cbb3583367d23ba2e02bf4649f2f1a9d148f2bf570100d5eaa6dacaaeba2d13ed930e06"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/espree"
        }
      ]
    },
    {
      "type": "library",
      "name": "esquery",
      "version": "1.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|esquery@1.4.0",
      "author": "Joel Feenstra",
      "description": "A query library for ECMAScript AST using a CSS selector like query language.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esquery@1.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/estools/esquery.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/estools/esquery/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/esquery/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7020e2b295ade6f1c7b70318d98ac043889b16400bf116c7e581819d905cf7432896fbdf92441c26ba3f699880414950dea82b612e83eaff067391b9090b1cf7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esquery"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "estraverse",
          "version": "5.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|esquery@1.4.0|estraverse@5.3.0",
          "description": "ECMAScript JS AST traversal functions",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/estraverse@5.3.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/estools/estraverse.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/estools/estraverse",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/estools/estraverse/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "30c74046e54443388d4de243f0380caa6870475d41450fdc04ffa92ed61d4939dfdcc20ef1f15e8883446d7dfa65d3657d4ffb03d7f7814c38f41de842cbf004"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/esquery/node_modules/estraverse"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "esutils",
      "version": "2.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|esutils@2.0.3",
      "description": "utility box for ECMAScript language tools",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esutils@2.0.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/estools/esutils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/estools/esutils",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/esutils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "915b1ca97938382a7af126747648042958baffc8a3df4d0a0564c9ab7d8ffdd61e5934b02b8d56c93c5a94dd5e46603967d514fcb5fd0fb1564a657d480631ea"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esutils"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-deep-equal",
      "version": "3.1.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|fast-deep-equal@3.1.3",
      "author": "Evgeny Poberezkin",
      "description": "Fast deep equal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-deep-equal@3.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/epoberezkin/fast-deep-equal.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/epoberezkin/fast-deep-equal#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epoberezkin/fast-deep-equal/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7f7a90f68432f63d808417bf1fd542f75c0b98a042094fe00ce9ca340606e61b303bb04b2a3d3d1dce4760dcfd70623efb19690c22200da8ad56cd3701347ce1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-deep-equal"
        }
      ]
    },
    {
      "type": "library",
      "name": "file-entry-cache",
      "version": "6.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|file-entry-cache@6.0.1",
      "author": "Roy Riojas",
      "description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/file-entry-cache@6.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/royriojas/file-entry-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/royriojas/file-entry-cache#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/royriojas/file-entry-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ec6a6cfd75b299b2e4d902d82b8373a4c3ab623321748c57b88bf2d9006c2c4ea58eea1d2af7645acfdca72249dc25485691f43a2d47be0d68bdb3332dd14106"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/file-entry-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "import-fresh",
      "version": "3.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|import-fresh@3.3.0",
      "author": "Sindre Sorhus",
      "description": "Import a module while bypassing the cache",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/import-fresh@3.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/import-fresh.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/import-fresh#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/import-fresh/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bde6188506be0f54012b39ef8541f16fc7dac65af0527c6c78301b029e39ec4d302cd8a8d9b3922a78d80e1323f98880abad71acc1a1424f625d593917381033"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/import-fresh"
        }
      ]
    },
    {
      "type": "library",
      "name": "imurmurhash",
      "version": "0.1.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|imurmurhash@0.1.4",
      "author": "Jens Taylor",
      "description": "An incremental implementation of MurmurHash3",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/imurmurhash@0.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jensyt/imurmurhash-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jensyt/imurmurhash-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jensyt/imurmurhash-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "9218b9b2b928a238b13dc4fb6b6d576f231453ea"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/imurmurhash"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-glob",
      "version": "4.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|is-glob@4.0.3",
      "author": "Jon Schlinkert",
      "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-glob@4.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/is-glob.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/is-glob",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/is-glob/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c5e9526b21c7dfa66013b6568658bba56df884d6cd97c3a3bf92959a4243e2105d0f7b61f137e4f6f61ab0b33e99758e6611648197f184b4a7af046be1e9524a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "js-yaml",
      "version": "4.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|js-yaml@4.1.0",
      "author": "Vladimir Zapparov",
      "description": "YAML 1.2 parser and serializer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js-yaml@4.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/nodeca/js-yaml.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodeca/js-yaml#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodeca/js-yaml/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c29c59b3d368c596891122462194f20c4698a65d0529203e141f5a262c9e98a84cc24c5083ade1e13d4a2605061e94ea3c33517269982ee82b46326506d5af44"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/js-yaml"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-stable-stringify-without-jsonify",
      "version": "1.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|json-stable-stringify-without-jsonify@1.0.1",
      "author": "James Halliday",
      "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json-stable-stringify-without-jsonify@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/samn/json-stable-stringify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/samn/json-stable-stringify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/samn/json-stable-stringify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "9db7b59496ad3f3cfef30a75142d2d930ad72651"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-stable-stringify-without-jsonify"
        }
      ]
    },
    {
      "type": "library",
      "name": "levn",
      "version": "0.4.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|levn@0.4.1",
      "author": "George Zahariev",
      "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/levn@0.4.1",
      "externalReferences": [
        {
          "url": "git://github.com/gkz/levn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gkz/levn",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gkz/levn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f9b4f6b87e04e4b184ee1fe7ddebdc4bfb109495c2a48a7aca6f0e589e5e57afbaec3b2a97f2da693eea24102ddabcdfa1aff94011818710e2c7574cb7691029"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/levn"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.merge",
      "version": "4.6.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|lodash.merge@4.6.2",
      "author": "John-David Dalton",
      "description": "The Lodash method `_.merge` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.merge@4.6.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d0aa63a97455beb6320ac5f5b3047f5d32b4bdae9542440ce8c368ecfa96efb0728c086801103c11facfd4de3e2a52a3f184b46540ad453fd852e872603ba321"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.merge"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimatch",
      "version": "3.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|minimatch@3.0.4",
      "author": "Isaac Z. Schlueter",
      "description": "a glob matcher in javascript",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minimatch@3.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/minimatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/minimatch#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/minimatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c891d5404872a8f2d44e0b7d07cdcf5eee96debc7832fbc7bd252f4e8a20a70a060ce510fb20eb4741d1a2dfb23827423bbbb8857de959fb7a91604172a87450"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minimatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "natural-compare",
      "version": "1.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|natural-compare@1.4.0",
      "author": "Lauri Rooden",
      "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/natural-compare@1.4.0",
      "externalReferences": [
        {
          "url": "git://github.com/litejs/natural-compare-lite.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/litejs/natural-compare-lite#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/litejs/natural-compare-lite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/natural-compare"
        }
      ]
    },
    {
      "type": "library",
      "name": "optionator",
      "version": "0.9.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|optionator@0.9.1",
      "author": "George Zahariev",
      "description": "option parsing and help generation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/optionator@0.9.1",
      "externalReferences": [
        {
          "url": "git://github.com/gkz/optionator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gkz/optionator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gkz/optionator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ef84656391429e1ab88d1c5550f283691c2b54d5ccaac1ac896e80270e172bc866b66d74c02d32a5904bc39208a7ce4d64cafdd7ea9dd51bef10dc20ee38d117"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/optionator"
        }
      ]
    },
    {
      "type": "library",
      "name": "progress",
      "version": "2.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|progress@2.0.3",
      "author": "TJ Holowaychuk",
      "description": "Flexible ascii progress bar",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/progress@2.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/visionmedia/node-progress.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/visionmedia/node-progress#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/visionmedia/node-progress/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ecf887b4b965e4b767288330d74d08fbcc495d1e605b6430598913ea226f6b46d78ad64a6bf5ccad26dd9a0debd979da89dcfd42e99dd153da32b66517d57db0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/progress"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-ansi",
      "version": "6.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|strip-ansi@6.0.1",
      "author": "Sindre Sorhus",
      "description": "Strip ANSI escape codes from a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/strip-ansi@6.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/strip-ansi.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/strip-ansi#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/strip-ansi/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "637f153d21dcaa416b0a916743dbee4979aabaebf9a1738aa46793e9a1abaf7a3719cf409556ba2417d448e0a76f1186645fbfd28a08ecaacfb944b3b54754e4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-ansi"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-json-comments",
      "version": "3.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|strip-json-comments@3.1.1",
      "author": "Sindre Sorhus",
      "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/strip-json-comments@3.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/strip-json-comments.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-json-comments#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-json-comments/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e9f3dcf91e22870a8fe8dfda22fd9fd60307f25395b56407a2a0b8c8aea8483555a1cba602c7c2aa39179ea89832198cc12fe61072e9ed57a196ddea97a9448a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-json-comments"
        }
      ]
    },
    {
      "type": "library",
      "name": "text-table",
      "version": "0.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|text-table@0.2.0",
      "author": "James Halliday",
      "description": "borderless text tables with alignment",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/text-table@0.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/substack/text-table.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/text-table",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/text-table/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/text-table"
        }
      ]
    },
    {
      "type": "library",
      "name": "v8-compile-cache",
      "version": "2.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|v8-compile-cache@2.3.0",
      "author": "Andres Suarez",
      "description": "Require hook for automatic V8 compile cache persistence",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/v8-compile-cache@2.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/zertosh/v8-compile-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zertosh/v8-compile-cache#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zertosh/v8-compile-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "97c9421262dc2d8661e276ee9cd66f40225ce69bfbf910b06bcabf2dd531f2eee5b16bcf0ca9a9a1d24024dc24021242fff745638f0ab881268ed778455883ac"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/v8-compile-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "accepts",
      "version": "1.3.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|accepts@1.3.7",
      "description": "Higher-level content negotiation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/accepts@1.3.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/accepts.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/accepts#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/accepts/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "225f3442cd968d89492013733642ba298aa554c4db64b5e01f1da84f4a54fdf8d11f2129f8f11f10f634477582c001953ad6aec61d613b136021fe5bbfb750a4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/accepts"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-flatten",
      "version": "1.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|array-flatten@1.1.1",
      "author": "Blake Embrey",
      "description": "Flatten an array of nested arrays into a single flat array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-flatten@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/blakeembrey/array-flatten.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/blakeembrey/array-flatten",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/blakeembrey/array-flatten/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "9a5f699051b1e7073328f2a008968b64ea2955d2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-flatten"
        }
      ]
    },
    {
      "type": "library",
      "name": "body-parser",
      "version": "1.19.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|body-parser@1.19.1",
      "description": "Node.js body parsing middleware",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/body-parser@1.19.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/expressjs/body-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/expressjs/body-parser#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/expressjs/body-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f258df422e5e064f0425f10232b82a34658f118e6358ffb5233933906745144c05419672699db552a75a1e4b6088c947d312c7a8816d13fbb639813974eb5588"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/body-parser"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|body-parser@1.19.1|debug@2.6.9",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@2.6.9",
          "externalReferences": [
            {
              "url": "git://github.com/visionmedia/debug.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/visionmedia/debug#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/visionmedia/debug/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "6c2ec496b7496899cf6c03fed44a2d62fa99b1bdde725e708ba05f8ba0494d470da30a7a72fb298348d7ce74532838e6fc4ec076014155e00f54c35c286b0730"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/body-parser/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|body-parser@1.19.1|ms@2.0.0",
          "description": "Tiny milisecond conversion utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ms@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/zeit/ms.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/zeit/ms#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/zeit/ms/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-1",
                  "content": "5608aeadfc00be6c2901df5f9861788de0d597c8"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/body-parser/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "content-disposition",
      "version": "0.5.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|content-disposition@0.5.4",
      "author": "Douglas Christopher Wilson",
      "description": "Create and parse Content-Disposition header",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/content-disposition@0.5.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/content-disposition.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/content-disposition#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/content-disposition/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "16f7994cdb86c34e1cc6502259bce2eb34c02ff9617a16966d3b6096e261e3f13de43a8cc139a16b7299375680580f1c148847ccc654bcb7af930e51aa4fad49"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/content-disposition"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "safe-buffer",
          "version": "5.2.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|content-disposition@0.5.4|safe-buffer@5.2.1",
          "author": "Feross Aboukhadijeh",
          "description": "Safer Node.js Buffer API",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/safe-buffer@5.2.1",
          "externalReferences": [
            {
              "url": "git://github.com/feross/safe-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/safe-buffer",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/safe-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "ae9dd2a34eca71d9a629b1af81a37141226bedb1954959394bd12ad45fa9a5b468ef4f9879a0f1930e4377c34f37e183e9b8e7626d95b8fb825e6a6e62f9825d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/content-disposition/node_modules/safe-buffer"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "content-type",
      "version": "1.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|content-type@1.0.4",
      "author": "Douglas Christopher Wilson",
      "description": "Create and parse HTTP Content-Type header",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/content-type@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/content-type.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/content-type#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/content-type/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8483f71043ecf2d07d013d4bf8d52ab70380a6ce269366686fcf4c5973078c75a0f668a517f8f8a2c9e740b5c108114193fb6f206fed51cf663942623c184f5c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/content-type"
        }
      ]
    },
    {
      "type": "library",
      "name": "cookie-signature",
      "version": "1.0.6",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|cookie-signature@1.0.6",
      "author": "TJ Holowaychuk",
      "description": "Sign and unsign cookies",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cookie-signature@1.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/visionmedia/node-cookie-signature.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/visionmedia/node-cookie-signature#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/visionmedia/node-cookie-signature/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "e303a882b342cc3ee8ca513a79999734dab3ae2c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cookie-signature"
        }
      ]
    },
    {
      "type": "library",
      "name": "cookie",
      "version": "0.4.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|cookie@0.4.1",
      "author": "Roman Shtylman",
      "description": "HTTP server cookie parsing and serialization",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cookie@0.4.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/cookie.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/cookie#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/cookie/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cookie/-/cookie-0.4.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "670ac5906271511dc42285ed3bec9513af446fb2a58b16da78059f05007dbd5b0d9ffa3e630ebd8015924832bcdb985035d37ec05f3310b7f7745365fe4c6450"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cookie"
        }
      ]
    },
    {
      "type": "library",
      "name": "depd",
      "version": "1.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|depd@1.1.2",
      "author": "Douglas Christopher Wilson",
      "description": "Deprecate all the things",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/depd@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/dougwilson/nodejs-depd.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dougwilson/nodejs-depd#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dougwilson/nodejs-depd/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "9bcd52e14c097763e749b274c4346ed2e560b5a9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/depd"
        }
      ]
    },
    {
      "type": "library",
      "name": "encodeurl",
      "version": "1.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|encodeurl@1.0.2",
      "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/encodeurl@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/pillarjs/encodeurl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/pillarjs/encodeurl#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pillarjs/encodeurl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/encodeurl"
        }
      ]
    },
    {
      "type": "library",
      "name": "escape-html",
      "version": "1.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|escape-html@1.0.3",
      "description": "Escape string for use in HTML",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escape-html@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/escape-html.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/escape-html#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/escape-html/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "0258eae4d3d0c0974de1c169188ef0051d1d1988"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escape-html"
        }
      ]
    },
    {
      "type": "library",
      "name": "etag",
      "version": "1.8.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|etag@1.8.1",
      "description": "Create simple HTTP ETags",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/etag@1.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/etag.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/etag#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/etag/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "41ae2eeb65efa62268aebfea83ac7d79299b0887"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/etag"
        }
      ]
    },
    {
      "type": "library",
      "name": "finalhandler",
      "version": "1.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|finalhandler@1.1.2",
      "author": "Douglas Christopher Wilson",
      "description": "Node.js final http responder",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/finalhandler@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/pillarjs/finalhandler.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/pillarjs/finalhandler#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pillarjs/finalhandler/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "68059c5b9eeec5536b419a855e3213a56dec2144261c61b7a926fd9946a1f4c80c0b835e5a134e94d8d7118ab71e3440bcbe9aad4be2646189b0183acf4cec58"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/finalhandler"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|finalhandler@1.1.2|debug@2.6.9",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@2.6.9",
          "externalReferences": [
            {
              "url": "git://github.com/visionmedia/debug.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/visionmedia/debug#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/visionmedia/debug/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "6c2ec496b7496899cf6c03fed44a2d62fa99b1bdde725e708ba05f8ba0494d470da30a7a72fb298348d7ce74532838e6fc4ec076014155e00f54c35c286b0730"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/finalhandler/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|finalhandler@1.1.2|ms@2.0.0",
          "description": "Tiny milisecond conversion utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ms@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/zeit/ms.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/zeit/ms#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/zeit/ms/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-1",
                  "content": "5608aeadfc00be6c2901df5f9861788de0d597c8"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/finalhandler/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "fresh",
      "version": "0.5.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|fresh@0.5.2",
      "author": "TJ Holowaychuk",
      "description": "HTTP response freshness testing",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fresh@0.5.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/fresh.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/fresh#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/fresh/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "3d8cadd90d976569fa835ab1f8e4b23a105605a7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fresh"
        }
      ]
    },
    {
      "type": "library",
      "name": "merge-descriptors",
      "version": "1.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|merge-descriptors@1.0.1",
      "author": "Jonathan Ong",
      "description": "Merge objects using descriptors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/merge-descriptors@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/merge-descriptors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/merge-descriptors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/merge-descriptors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/merge-descriptors"
        }
      ]
    },
    {
      "type": "library",
      "name": "methods",
      "version": "1.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|methods@1.1.2",
      "description": "HTTP methods that node supports",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/methods@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/methods.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/methods#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/methods/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "5529a4d67654134edcc5266656835b0f851afcee"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/methods"
        }
      ]
    },
    {
      "type": "library",
      "name": "on-finished",
      "version": "2.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|on-finished@2.3.0",
      "description": "Execute a callback when a request closes, finishes, or errors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/on-finished@2.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/on-finished.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/on-finished#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/on-finished/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "20f1336481b083cd75337992a16971aa2d906947"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/on-finished"
        }
      ]
    },
    {
      "type": "library",
      "name": "parseurl",
      "version": "1.3.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|parseurl@1.3.3",
      "description": "parse a url with memoization",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parseurl@1.3.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/pillarjs/parseurl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/pillarjs/parseurl#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pillarjs/parseurl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0a2c9e3b1153fc96723799b4cfd3df5f0e1208127a4b2833d43a65d30aa39610c418604fd469ec51510bd29eb78681b57dc8f77c7ca75e2f4d60ee2758e2fea9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parseurl"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-to-regexp",
      "version": "0.1.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|path-to-regexp@0.1.7",
      "description": "Express style path to RegExp utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-to-regexp@0.1.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/path-to-regexp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/path-to-regexp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/path-to-regexp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "df604178005f522f15eb4490e7247a1bfaa67f8c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-to-regexp"
        }
      ]
    },
    {
      "type": "library",
      "name": "proxy-addr",
      "version": "2.0.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|proxy-addr@2.0.7",
      "author": "Douglas Christopher Wilson",
      "description": "Determine address of proxied request",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/proxy-addr@2.0.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/proxy-addr.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/proxy-addr#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/proxy-addr/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "96542c30b4940d43d3e388ddad4fcedfbaa59e27e2b433fe670ae699972848ac8b2afb59c69c95d27dbf6c3fcde2d040019fe024475953b28cadaa0ad7e5d802"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/proxy-addr"
        }
      ]
    },
    {
      "type": "library",
      "name": "qs",
      "version": "6.9.6",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|qs@6.9.6",
      "description": "A querystring parser that supports nesting and arrays, with a depth limit",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/qs@6.9.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/qs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/qs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/qs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/qs/-/qs-6.9.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4c8464e1aa982cda0951b77e836944773e642d622e4cc45a8005f197bf10d118958c03ae80799e28d19d777730a3f92da5ff5a2fd7a909f16a58310acac5252d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/qs"
        }
      ]
    },
    {
      "type": "library",
      "name": "range-parser",
      "version": "1.2.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|range-parser@1.2.1",
      "author": "TJ Holowaychuk",
      "description": "Range header field string parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/range-parser@1.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/range-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/range-parser#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/range-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1eb82cc7ea2baa8ca09e68456ca68713a736f7a27e1d30105e8c4417a80dba944e9a6189468cb37c6ddc700bdea8206bc2bff6cb143905577f1939796a03b04a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/range-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "send",
      "version": "0.17.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|send@0.17.2",
      "author": "TJ Holowaychuk",
      "description": "Better streaming static file server with Range and conditional-GET support",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/send@0.17.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/pillarjs/send.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/pillarjs/send#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pillarjs/send/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/send/-/send-0.17.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "509601eb0152244dc6d349c48af479ae05a9f1cdb15ef27738f58f866bad794d082a3f2729b1b70eb8e23a62f0a671c6616015c00ebdce64e6fbe606d079b0c3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/send"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|send@0.17.2|debug@2.6.9",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@2.6.9",
          "externalReferences": [
            {
              "url": "git://github.com/visionmedia/debug.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/visionmedia/debug#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/visionmedia/debug/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "6c2ec496b7496899cf6c03fed44a2d62fa99b1bdde725e708ba05f8ba0494d470da30a7a72fb298348d7ce74532838e6fc4ec076014155e00f54c35c286b0730"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/send/node_modules/debug"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "ms",
              "version": "2.0.0",
              "bom-ref": "sitemap@7.1.0-tuxcare.1|send@0.17.2|debug@2.6.9|ms@2.0.0",
              "description": "Tiny milisecond conversion utility",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/ms@2.0.0",
              "externalReferences": [
                {
                  "url": "git+https://github.com/zeit/ms.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/zeit/ms#readme",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/zeit/ms/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
                  "type": "distribution",
                  "hashes": [
                    {
                      "alg": "SHA-1",
                      "content": "5608aeadfc00be6c2901df5f9861788de0d597c8"
                    }
                  ],
                  "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:development",
                  "value": "true"
                },
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/send/node_modules/debug/node_modules/ms"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.1.3",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|send@0.17.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\""
            },
            {
              "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "e85973b9b4cb646dc9d9afcd542025784863ceae68c601f268253dc985ef70bb2fa1568726afece715c8ebf5d73fab73ed1f7100eb479d23bfb57b45dd645394"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/send/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "serve-static",
      "version": "1.14.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|serve-static@1.14.2",
      "author": "Douglas Christopher Wilson",
      "description": "Serve static files",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/serve-static@1.14.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/expressjs/serve-static.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/expressjs/serve-static#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/expressjs/serve-static/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f9330d03d005c54106b82d33da67afa204a79fd31729be1f6bb9e079130969a1aff2f4f09c81242a2f901af3eddf71d29dff29452f9618cd046ccb4224b28c05"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/serve-static"
        }
      ]
    },
    {
      "type": "library",
      "name": "setprototypeof",
      "version": "1.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|setprototypeof@1.2.0",
      "author": "Wes Todd",
      "description": "A small polyfill for Object.setprototypeof",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/setprototypeof@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/wesleytodd/setprototypeof.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/wesleytodd/setprototypeof",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wesleytodd/setprototypeof/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1392c35fb5aba7ce4a8a5e5b859bf8ea3f2339e6e82aae4932660cde05467461fcc45a4f59750cb0dae53830ab928c4c11e362fd7648c2e46f6385cdc18309a7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/setprototypeof"
        }
      ]
    },
    {
      "type": "library",
      "name": "statuses",
      "version": "1.5.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|statuses@1.5.0",
      "description": "HTTP status utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/statuses@1.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/statuses.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/statuses#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/statuses/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "161c7dac177659fd9811f43771fa99381478628c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/statuses"
        }
      ]
    },
    {
      "type": "library",
      "name": "type-is",
      "version": "1.6.18",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|type-is@1.6.18",
      "description": "Infer the content-type of a request.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/type-is@1.6.18",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/type-is.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/type-is#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/type-is/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4e444aafdb144f1107f0c75fb8248fed58b3272cd134c8e3d89d9da3626bdcaca6e7df0955d124b2eccf4029e514f5b8932f50fa203e99af411a6d3a5d0072f2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/type-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "utils-merge",
      "version": "1.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|utils-merge@1.0.1",
      "author": "Jared Hanson",
      "description": "merge() utility function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        },
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/utils-merge@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/jaredhanson/utils-merge.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jaredhanson/utils-merge#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/jaredhanson/utils-merge/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "9f95710f50a267947b2ccc124741c1028427e713"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/utils-merge"
        }
      ]
    },
    {
      "type": "library",
      "name": "vary",
      "version": "1.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|vary@1.1.2",
      "author": "Douglas Christopher Wilson",
      "description": "Manipulate the HTTP Vary header",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vary@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/vary.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/vary#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/vary/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "2299f02c6ded30d4a5961b0b9f74524a18f634fc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vary"
        }
      ]
    },
    {
      "type": "library",
      "name": "core",
      "group": "@jest",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5",
      "description": "Delightful JavaScript Testing.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/core@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-core",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://jestjs.io/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/core/-/core-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ded9bf3debe68bc6c3b20be8ef79d7f29fd63e783a296942c92716d7414f1283751d4e29c08f37b49dd3b05be2d457f3b23c1494c3443e8c206ffacf6aefcb4d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/core"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/core/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/core/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/core/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/core/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/core/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/core/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "import-local",
      "version": "3.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|import-local@3.0.3",
      "author": "Sindre Sorhus",
      "description": "Let a globally installed package use a locally installed version of itself if available",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/import-local@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/import-local.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/import-local#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/import-local/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/import-local/-/import-local-3.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6c4f626946370971fc0b07da9ff69b0ca0317b52864fd9321ac04fa9fe8330aff3d1ad8ecc0b2bba4798360207e9c1f95ebe39da36f54d42fcad27c22e367db8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/import-local"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-cli",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5",
      "description": "Delightful JavaScript Testing.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-cli@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-cli",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://jestjs.io/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "86b932dc34a0134bbbb10c5a08bedb75e6c43c7c79433626ac6b948da3cb98f13c8f1e5a76dbc6b8e951b29bcca152d34c3387467643a112d826e03e54223b1e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-cli"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-cli/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-cli/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-cli/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-cli/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-cli/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-cli/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "colorette",
      "version": "2.0.16",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|colorette@2.0.16",
      "author": "Jorge Bucaran",
      "description": "🌈Easily set your terminal text color & styles.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/colorette@2.0.16",
      "externalReferences": [
        {
          "url": "git+https://github.com/jorgebucaran/colorette.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jorgebucaran/colorette#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jorgebucaran/colorette/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/colorette/-/colorette-2.0.16.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8547b0bfba0c8c2a7ec2406fe519b4bfcede261ab8c28879ad247ee3661240929e702aa022a36467a9409509acfc1c073c903934a311969c4f46fd27f07416ea"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/colorette"
        }
      ]
    },
    {
      "type": "library",
      "name": "commander",
      "version": "8.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|commander@8.3.0",
      "author": "TJ Holowaychuk",
      "description": "the complete solution for node.js command-line programs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/commander@8.3.0",
      "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\""
        },
        {
          "url": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3a44cbf6e99ff877b60d9914abc7fc27da1fef22fa449288db875521306635f6419ab8bdcd8650aca92e5e22a1c9f3d2bbcb5486754107588a5debef9e54785b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/commander"
        }
      ]
    },
    {
      "type": "library",
      "name": "execa",
      "version": "5.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|execa@5.1.1",
      "author": "Sindre Sorhus",
      "description": "Process execution for humans",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/execa@5.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/execa.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/execa#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/execa/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f2e4a9659a1c01944100f20420d263dcba3d1f21a2b6595ccdcdbb121e586288e3305327f321cc0cc6941c4d89a9fab4e43ff0b9cc08e091944725edd6f721ca"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/execa"
        }
      ]
    },
    {
      "type": "library",
      "name": "lilconfig",
      "version": "2.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|lilconfig@2.0.4",
      "author": "antonk52",
      "description": "A zero-dependency alternative to cosmiconfig",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lilconfig@2.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/antonk52/lilconfig.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/antonk52/lilconfig#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/antonk52/lilconfig/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6df4c837b944b22a280a87122124d65e489626446ab4bf7062d632fbc10add8e35aa1de6a703d4d327133a08dd63d12bc1709cf10cab429f366dd2f45e49bdc8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lilconfig"
        }
      ]
    },
    {
      "type": "library",
      "name": "listr2",
      "version": "3.13.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|listr2@3.13.5",
      "author": "Cenk Kilic",
      "description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/listr2@3.13.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/cenk1cenk2/listr2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cenk1cenk2/listr2#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cenk1cenk2/listr2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/listr2/-/listr2-3.13.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "de7f217854034a4f8d730067dc28311226d919a473c7ea42eb89f7623a4c0f5aa0b95e275aeb37025f8ea372a8a2a14a4d0109d6fecc9a76e7cb236ca60c7734"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/listr2"
        }
      ]
    },
    {
      "type": "library",
      "name": "micromatch",
      "version": "4.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|micromatch@4.0.4",
      "author": "Jon Schlinkert",
      "description": "Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/micromatch@4.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/micromatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/micromatch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/micromatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a519b3c3f5d47305c6a43f5a23dabfd173b02cdca08c44c9f32d1aa34c1daa9aebcc36b8627c4b733edf41166bf2fa21f15d7490684005b35c1d5939c07816c2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/micromatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "normalize-path",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|normalize-path@3.0.0",
      "author": "Jon Schlinkert",
      "description": "Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/normalize-path@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/normalize-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/normalize-path",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/normalize-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e9e66ce4bb375ad0a2b075a9f52d86532f1daa4a468b80554b3dc66aa884e9ecee6f4e75d844b3b57530501e82e8829b4246363e76ff983e166288c24707302c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/normalize-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-inspect",
      "version": "1.12.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|object-inspect@1.12.0",
      "author": "James Halliday",
      "description": "string representations of objects in node and the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object-inspect@1.12.0",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/object-inspect.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/object-inspect",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/object-inspect/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1e8db3f346d522f265a07f98cd19a965541ef3bfaa01298150a6435a0c7d72ef8a0eb5f66431ffded332fa05db6444d51acd8cf1877139b3a1ed702d8a6f58d2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-inspect"
        }
      ]
    },
    {
      "type": "library",
      "name": "string-argv",
      "version": "0.3.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|string-argv@0.3.1",
      "author": "Anthony McCormick",
      "description": "string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/string-argv@0.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/mccormicka/string-argv.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mccormicka/string-argv",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mccormicka/string-argv/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6b5b901b3ec8c95cbd63086a8d9219bb573c24ef1d3487b6d31066492eaabbd92ffbe937246cc2566a6b6cd3792a7f818330f913b618c20d42723b8931136cbe"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string-argv"
        }
      ]
    },
    {
      "type": "library",
      "name": "yaml",
      "version": "1.10.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|yaml@1.10.2",
      "author": "Eemeli Aro",
      "description": "JavaScript parser and stringifier for YAML",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yaml@1.10.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/eemeli/yaml.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://eemeli.org/yaml/v1/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eemeli/yaml/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "af7bd7c84ad109827bc20dbccaf058e554a8005f19be5716f7f07053312d52c8ef5ff0cab36e1d224bb08edba9af02491ec6f251b2c0a5ea584d1d41378b87ae"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yaml"
        }
      ]
    },
    {
      "type": "library",
      "name": "detect-indent",
      "version": "6.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|detect-indent@6.1.0",
      "author": "Sindre Sorhus",
      "description": "Detect the indentation of code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/detect-indent@6.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/detect-indent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/detect-indent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/detect-indent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/detect-indent/-/detect-indent-6.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ade6244d424065bf6052e67646f542361547760eb64479c9ed6265f1fb4c8b876267a35695c88ecd037cf295214842c4c1f94986de28403bf417404c970698b4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/detect-indent"
        }
      ]
    },
    {
      "type": "library",
      "name": "detect-newline",
      "version": "3.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|detect-newline@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Detect the dominant newline character of a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/detect-newline@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/detect-newline.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/detect-newline#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/detect-newline/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4cbcfec7fbc45e6fd8ecfef09f510914d2f1629503e1380ca2cc58e9f0152549c931bba91c13a7731c96506f4ea53687f44043eee148e4b7c482630e739e03b0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/detect-newline"
        }
      ]
    },
    {
      "type": "library",
      "name": "git-hooks-list",
      "version": "1.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|git-hooks-list@1.0.3",
      "author": "fisker Cheung",
      "description": "List of Git hooks",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/git-hooks-list@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/fisker/git-hooks-list.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fisker/git-hooks-list#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fisker/git-hooks-list/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/git-hooks-list/-/git-hooks-list-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "63bc0b59cacb517c24da7a1291ad7ae9bc860af84cb434698077730a7a35510bff9ff1de829fbe6b6c415892f59496ab9ca0f74966a58c3fb4cf5cedab1b8ac9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/git-hooks-list"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-plain-obj",
      "version": "2.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|is-plain-obj@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Check if a value is a plain object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-plain-obj@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-plain-obj.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-plain-obj#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-plain-obj/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6169dfc91c312fff92b2b5987cea54b73e5bdd80fe9f27e41ef8db71a9f393cce0c8ee00483ebbb95311b7c9396cce252cc0e75dfae24613a97a6c3e35f4f578"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-plain-obj"
        }
      ]
    },
    {
      "type": "library",
      "name": "sort-object-keys",
      "version": "1.1.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|sort-object-keys@1.1.3",
      "author": "Keith Cirkel",
      "description": "Sort an object's keys, including an optional key list",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sort-object-keys@1.1.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/keithamus/sort-object-keys.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/keithamus/sort-object-keys#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/keithamus/sort-object-keys/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sort-object-keys/-/sort-object-keys-1.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f39e69bcaf95914ecf68a60f73e2639e6b781337a3407ca1845df7ab7d6a1bcc7b99a0f391e1610004e174261acb5d422123bea803308ce04ff9f3d97b420fca"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sort-object-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "isnumber",
      "version": "1.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|isnumber@1.0.0",
      "author": "Bryce B. Baril",
      "description": "A simple test to see if a value is a non-infinite number.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isnumber@1.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/brycebaril/node-isnumber.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/brycebaril/node-isnumber#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/brycebaril/node-isnumber/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isnumber/-/isnumber-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "0e3f9759b581d99dd85086f0ec2a74909cfadd01"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isnumber"
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-chain",
      "version": "2.2.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|stream-chain@2.2.4",
      "author": "Eugene Lazutkin",
      "description": "Chain functions as transform streams.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-chain@2.2.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/uhop/stream-chain.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/uhop/stream-chain#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/uhop/stream-chain/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stream-chain/-/stream-chain-2.2.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f65b25dd8339dd5e4dfc8d42dae26d73729abf28b790d60df3756429bfdb316464ec3f629a217250f61ad0fa196cba21495397d66604f58b26c0e6d952cb61e9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-chain"
        }
      ]
    },
    {
      "type": "library",
      "name": "through2",
      "version": "2.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|through2@2.0.5",
      "author": "Rod Vagg",
      "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/through2@2.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/rvagg/through2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rvagg/through2#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rvagg/through2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fe6ad1a1df31aa903e20748bc86090dacf123c78820c47902527a9d63a8b61e1140a53851b642c87ee0553a1bd55eaa9667196fd2bbc2d019ce182a78b9ad849"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/through2"
        }
      ]
    },
    {
      "type": "library",
      "name": "xtend",
      "version": "4.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|xtend@4.0.2",
      "author": "Raynos",
      "description": "extend like a boss",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xtend@4.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/Raynos/xtend.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/xtend",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/xtend/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2ca614d620172575200179fd5118e2bbe3168725171ecbdfa7b99cb989bd75250a2b4fc28edad4c050310fcdbf98259bb4bb068c521a774c08b28778ceb4c011"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xtend"
        }
      ]
    },
    {
      "type": "library",
      "name": "highlight",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/highlight@7.16.7",
      "author": "The Babel Team",
      "description": "Syntax highlight JavaScript strings for output in terminals.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/highlight@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-highlight",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-highlight",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "68aa4f31f2ef18edd0f7b574aa1c3f5764963569707c9927bb002e9d4ef064b49facce314c1be0ec4e68a54562d6425304a8a1137f023e0e27062a97f373d663"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/highlight"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsesc",
      "version": "2.5.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jsesc@2.5.2",
      "author": "Mathias Bynens",
      "description": "Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsesc@2.5.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/jsesc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mths.be/jsesc",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/jsesc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "398bbb5c4ce39024370b93ecdd0219b107cda6aa09c99640f7dc1df5a59dd39342b42e6958e91284ada690be875d047afc2cb695b35d3e5641a6e4075c4eb780"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsesc"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserslist",
      "version": "4.19.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|browserslist@4.19.1",
      "author": "Andrey Sitnik",
      "description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserslist@4.19.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/browserslist/browserslist.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserslist/browserslist#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserslist/browserslist/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bb6b5b6c6e4f74a45352872d3b73410fc150e4774f8756573c7ce9d6bc1a6b98d373e455f7ff9195688020a9a344f405fb16c633d2a4963e5b65015adacff7f0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserslist"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-environment-visitor",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-environment-visitor@7.16.7",
      "author": "The Babel Team",
      "description": "Helper visitor to only visit nodes in the current 'this' context",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-environment-visitor@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-environment-visitor",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-environment-visitor",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "48b2dbd00027e8f9147807ca24208e97d7b5479de94251807dce32e17b8c4597ea78c60b13474cd4b321a9b180946418d257f0e7fa21a185807bd575ca26d16a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-environment-visitor"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-module-imports",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-module-imports@7.16.7",
      "author": "The Babel Team",
      "description": "Babel helper functions for inserting module loads",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-module-imports@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-module-imports",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-module-imports",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2d5b52e93aa324715cfa761e213468e952d7bdeef4c66abbc0f8564ea0c9bac2448069a4000096c0c89336bbdfa10a3a844845c00222c4d92f0748cf5c32fc5a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-module-imports"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-simple-access",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-simple-access@7.16.7",
      "author": "The Babel Team",
      "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-simple-access@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-simple-access",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-simple-access",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "648cc7572a1e2ccbd730dfefa24fdae0b591cbc1b6bf6d3998d3f45ceb9ff5744bc97e7fbbd0a756e954b438144da99ade54fe6dffd4aae72e663aa21ae4d2d6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-simple-access"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-split-export-declaration",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-split-export-declaration@7.16.7",
      "author": "The Babel Team",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-split-export-declaration@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-split-export-declaration",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-split-export-declaration",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c5b5a8cbf3c5a314966b3213a13f5289ffa325396b31c9dd22c68e2af4c0eaeed0128ee2964459a637b0d7cfd6ddcee79bc7d77540d7874d955d36d9d2918337"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-split-export-declaration"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-validator-identifier",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-identifier@7.16.7",
      "author": "The Babel Team",
      "description": "Validate identifier/keywords name",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-validator-identifier@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-validator-identifier",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "86c12715e99e896e03d3c039814019c4b0535e9677f4ff9af83183b07c35cb1ab243f8f31449f17f9b93106a7eddbcc06cd3b1535a5a4e0612e04094fc881f0f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-validator-identifier"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-function-name",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-function-name@7.16.7",
      "author": "The Babel Team",
      "description": "Helper function to change the property 'name' of every function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-function-name@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-function-name",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-function-name",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "41f0df127214cb20524771edaed1840ae67a0c0c82918169ec61e5ef9bc5b539e7ea98ca78ad13d4307994b905bc179af0c75a894001c77a2c6e02f2227a1e8c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-function-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-hoist-variables",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-hoist-variables@7.16.7",
      "author": "The Babel Team",
      "description": "Helper function to hoist variables",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-hoist-variables@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-hoist-variables",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-hoist-variables",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9b4e1dff43a9df81f9bfba5b670ea948a3fbc1e03a96c32f7e220031e22f918fd1e3142d05230512282ef504d9daa07ff65db6becc6d33c6be43c0b30f6e797e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-hoist-variables"
        }
      ]
    },
    {
      "type": "library",
      "name": "globals",
      "version": "11.12.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|globals@11.12.0",
      "author": "Sindre Sorhus",
      "description": "Global identifiers from different JavaScript environments",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/globals@11.12.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/globals.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/globals#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/globals/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "58e069fc410652222c252a7bc1cbffcba30efa557d5289dc5aac6e15f9bc781c3358d8327c177a1b3f8878a43d8c29b28681fdf60d793374fe41a5471638b354"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/globals"
        }
      ]
    },
    {
      "type": "library",
      "name": "to-fast-properties",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|to-fast-properties@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Force V8 to use fast properties for an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/to-fast-properties@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/to-fast-properties.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/to-fast-properties#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/to-fast-properties/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "dc5e698cbd079265bc73e0377681a4e4e83f616e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-fast-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "safe-buffer",
      "version": "5.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|safe-buffer@5.1.2",
      "author": "Feross Aboukhadijeh",
      "description": "Safer Node.js Buffer API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/safe-buffer@5.1.2",
      "externalReferences": [
        {
          "url": "git://github.com/feross/safe-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/safe-buffer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/safe-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "19dd94641243917958ec66c9c5fb04f3f9ef2a45045351b7f1cd6c88de903fa6bd3d3f4c98707c1a7a6c71298c252a05f0b388aedf2e77fc0fb688f2b381bafa"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/safe-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "ms",
      "version": "2.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ms@2.1.2",
      "description": "Tiny millisecond conversion utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ms@2.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/zeit/ms.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zeit/ms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zeit/ms/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b0690fc7e56332d980e8c5f6ee80381411442c50996784b85ea7863970afebcb53fa36f7be4fd1c9a2963f43d32b25ad98b48cd1bf9a7544c4bdbb353c4687db"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ms"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimist",
      "version": "1.2.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|minimist@1.2.5",
      "author": "James Halliday",
      "description": "parse argument options",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minimist@1.2.5",
      "externalReferences": [
        {
          "url": "git://github.com/substack/minimist.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/minimist",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/minimist/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "14cf6735462b4410042d9413df179943b7e630e060ea758d989293720b0979a2ecb4ffd43835691acaf93a15e185783a7feaad27cba267e3d4c640d67202172f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minimist"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-annotate-as-pure",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-annotate-as-pure@7.16.7",
      "author": "The Babel Team",
      "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-annotate-as-pure@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-annotate-as-pure",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b3ab76c3f20f4154c0113d478ada28c11197a285fc98282db8fe75f79c03fd024f57ac188e9ba308617b26e30e0d55f664024e7f5193e834fd307119bcb3854b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-annotate-as-pure"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-member-expression-to-functions",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-member-expression-to-functions@7.16.7",
      "author": "The Babel Team",
      "description": "Helper function to replace certain member expressions with function calls",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-member-expression-to-functions@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-member-expression-to-functions",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-member-expression-to-functions",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "56d27feb9b58894ffa01b3130f0ca85c63ca1e04ec7d16ab8af9be61b079b80cca532b8f8e065280015e1bcec50a281ceca347bb63de821d57213de55e3bf3dd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-member-expression-to-functions"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-optimise-call-expression",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-optimise-call-expression@7.16.7",
      "author": "The Babel Team",
      "description": "Helper function to optimise call expression",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-optimise-call-expression@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-optimise-call-expression",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-optimise-call-expression",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "12d801860eeb77f25c9e96455e9072d337b56117dd9bb067057e2e28c05dde2c5add1180134d3625907ae85272347ee0d05dfc534e695e60393fc70187bcfed7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-optimise-call-expression"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-replace-supers",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-replace-supers@7.16.7",
      "author": "The Babel Team",
      "description": "Helper function to replace supers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-replace-supers@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-replace-supers",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-replace-supers",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cbdbec5a295335a567561eb18897c0073b0da600cf29ebfd1e7020cfa19bd69e945307fd35ea5d96c57b5571827ed24cfa3a83e5fec9204b9b7292e3663e5d07"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-replace-supers"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-remap-async-to-generator",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-remap-async-to-generator@7.16.7",
      "author": "The Babel Team",
      "description": "Helper function to remap async functions to generators",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-remap-async-to-generator@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-remap-async-to-generator",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-remap-async-to-generator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0b7a35d7b1a73ff8ff376396a3ea1ea5e59b1442917cd69acbe175128e4c8f70354918f2c7ea9a1619b6de7962a6e6fb0a3bf66b37545220c7f9596977050546"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-remap-async-to-generator"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-create-regexp-features-plugin",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-create-regexp-features-plugin@7.16.7",
      "author": "The Babel Team",
      "description": "Compile ESNext Regular Expressions to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-create-regexp-features-plugin@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-create-regexp-features-plugin",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7e4e40eb299fa7e3b9fa9db20a45c0bb92b28fabf4c61d1105e35c024614303bef000a31bd22979fe25bdfbb7fc961624150c52b510ba544c3f3f68b8423eefa"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-create-regexp-features-plugin"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-builder-binary-assignment-operator-visitor",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-builder-binary-assignment-operator-visitor@7.16.7",
      "author": "The Babel Team",
      "description": "Helper function to build binary assignment operator visitors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-builder-binary-assignment-operator-visitor@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-builder-binary-assignment-operator-visitor",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0ba15d6d16b1623c15bbf81e296e19790d10df501fb6045c7529d9e7f8ec1fa0730896edbd7be1a5f91b9138584aebad640ee7097a4f47a003f73775769acc90"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-builder-binary-assignment-operator-visitor"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-dynamic-import-node",
      "version": "2.3.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-dynamic-import-node@2.3.3",
      "author": "Jordan Gensler",
      "description": "Babel plugin to transpile import() to a deferred require(), for node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-dynamic-import-node@2.3.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/airbnb/babel-plugin-dynamic-import-node.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/airbnb/babel-plugin-dynamic-import-node#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/airbnb/babel-plugin-dynamic-import-node/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8d9548facf5983722a03f91d8b48ba5030b26d423769204b9e096161b4928ca955ef217517fe4b5aff0c6a4426bd8a676c90d2e9f7012f62b31d2c4d08cb5649"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-dynamic-import-node"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerator-transform",
      "version": "0.14.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|regenerator-transform@0.14.5",
      "author": "Ben Newman",
      "description": "Explode async and generator functions into a state machine.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regenerator-transform@0.14.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/regenerator.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/facebook/regenerator/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/regenerator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.14.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "78e7fabe46b920ed79d497ecc3634ef56a465f9f16eb05a679f2b7235cc41abd25383d2ef2bc0f68da902f5691c546b12de28edc0acd87755883529b683f8517"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regenerator-transform"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-define-polyfill-provider",
      "group": "@babel",
      "version": "0.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-define-polyfill-provider@0.3.0",
      "description": "Babel helper to create your own polyfill provider",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-define-polyfill-provider@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel-polyfills.git#packages/babel-helper-define-polyfill-provider",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel-polyfills#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel-polyfills/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ee17d3f255258e5fed33787e8b34d7fe93b75b77ebcf6a24e8f93e833cacf2226a0df66b672da95e3453640bc6d9899f1ee9f55f8abcfd46512dab4c7ea7394e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-define-polyfill-provider"
        }
      ]
    },
    {
      "type": "library",
      "name": "diff-sequences",
      "version": "27.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|diff-sequences@27.4.0",
      "description": "Compare items in two sequences to find a longest common subsequence",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/diff-sequences@27.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/diff-sequences",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "62a890ce4aec987307e6eba1f0e750154f7f6690039f0ce697ccf43b91ef44d75afb9519b1a5ffc4df800317d1da15aad58ec76670333bd2799495ceb83cf65b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/diff-sequences"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-get-type",
      "version": "27.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-get-type@27.4.0",
      "description": "A utility function to get the type of a value",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-get-type@27.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-get-type",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b64f68fa57794d6ab8d4390ad782f8c28c78b360fd32d4e929a015cd77ebe4250a9b964ad84c5c685134aa5b365bbd7313fe91d93c71acaf70dabeacbc014305"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-get-type"
        }
      ]
    },
    {
      "type": "library",
      "name": "types",
      "group": "@jest",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/types@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-types",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/types/-/types-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8f7e72c343cc4cfa59b14a0e062b87cebd734d8a1a775715204d1a8c48dcac938dc71ae4a3f21118a917c77a2cd0db22e07bb7fb95660db55fab95a11bfa5602"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/types"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/types/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/types/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/types/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/types/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/types/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/types/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-regex",
      "version": "5.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ansi-regex@5.0.1",
      "author": "Sindre Sorhus",
      "description": "Regular expression for matching ANSI escape codes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-regex@5.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/ansi-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/ansi-regex#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/ansi-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "aae2505e54d25062f62c7f52517a3c570b18e2ca1a9e1828e8b3529bce04d4b05c13cb373b4c29762473c91f73fd9649325316bf7eea38e6fda5d26531410a15"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "react-is",
      "version": "17.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|react-is@17.0.2",
      "description": "Brand checking of React Elements.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/react-is@17.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/react.git#packages/react-is",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://reactjs.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/react/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c361accae90beb62099e569f7ff9d17a03d047de02fd75da9af3169921d1278cbb4ecff8a1c1919931ef3acf0f484ea90777563ab0ff9ee7ae539b1db81b10e3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/react-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-schema",
      "group": "@types",
      "version": "7.0.9",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/json-schema@7.0.9",
      "description": "TypeScript definitions for json-schema 4.0, 6.0 and",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/json-schema@7.0.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/json-schema",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a9c517b9e9ad12ef84e7065224737151778266101f5ca438d43f9db97f9560f75eef1c84559722fbfa172892f5ded9d1b3d951da9af87e8779f464fafd7d7fc9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/json-schema"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-scope",
      "version": "5.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|eslint-scope@5.1.1",
      "description": "ECMAScript scope analyzer for ESLint",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-scope@5.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/eslint-scope.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/eslint/eslint-scope",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eslint/eslint-scope/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d8dc706c5fe16742a97a960dd1c35ba3e14de97a0aec6687950860c7f848665e956b46c5e3945038ec212c8cbc9500dbb8289a7522c20671f608562aba2b796f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-scope"
        }
      ]
    },
    {
      "type": "library",
      "name": "visitor-keys",
      "group": "@typescript-eslint",
      "version": "5.8.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/visitor-keys@5.8.1",
      "description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40typescript-eslint/visitor-keys@5.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/typescript-eslint/typescript-eslint.git#packages/visitor-keys",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/typescript-eslint/typescript-eslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "496822588c2870ae8dada96b25aacf66559daf48599e3e465c72207dd9bc84d9322afa5e42e1722cfe988d221ef647f760121f53a3874992d8910fac999c2d36"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@typescript-eslint/visitor-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "lru-cache",
      "version": "6.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|lru-cache@6.0.0",
      "author": "Isaac Z. Schlueter",
      "description": "A cache object that deletes the least-recently-used items.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lru-cache@6.0.0",
      "externalReferences": [
        {
          "url": "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\""
        },
        {
          "url": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "268e9d274e029928eece7c09492de951e5a677f1f47df4e59175e0c198be7aad540a6a90c0287e78bb183980b063df758b615a878875044302c78a938466ec88"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lru-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "globby",
      "version": "11.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|globby@11.0.4",
      "author": "Sindre Sorhus",
      "description": "User-friendly glob matching",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/globby@11.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/globby.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/globby#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/globby/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f4ee0c546f62a19274f1f7db732558c8b3892e4e4943af3ca49e1e3062e97562c7abf5abd43f4196b88b4322f413e8db92e78f5595d8163e3b40cfefd3ddf01e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/globby"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-core-module",
      "version": "2.8.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|is-core-module@2.8.0",
      "author": "Jordan Harband",
      "description": "Is this specifier a node.js core module?",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-core-module@2.8.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/is-core-module.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-core-module",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-core-module/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bddd79a87b1aaab44beddb47e9036ecb49dd266443ad2f4700cd420224a27cd505bf8c756b408256c8f5f21275992871206e93da2d6c3bbf0c90fe7aaf49d847"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-core-module"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-parse",
      "version": "1.0.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|path-parse@1.0.7",
      "author": "Javier Blanco",
      "description": "Node.js path.parse() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-parse@1.0.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/jbgutierrez/path-parse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jbgutierrez/path-parse#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jbgutierrez/path-parse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2c32733d510410f47ecb8f33f7703411dd325dbf29001c865a8fe4e5861d620a58dbfd84b0eb24b09aeaee5387c6bcab54e9f57a31baa00a7c6a1bce2100fcb3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-parse"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-diff",
      "version": "1.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|fast-diff@1.2.0",
      "author": "Jason Chen",
      "description": "Fast Javascript text diff",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-diff@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jhchen/fast-diff.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jhchen/fast-diff#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jhchen/fast-diff/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c49ba84f9f8bf7d5e567cb7079d6917fa031d93810571be064e6283caa99b9f98989bd2d2f6b5e80f04e65bd6954d808865a83940d1e3b4737c01bd0726cf1e3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-schema",
      "group": "@humanwhocodes",
      "version": "1.2.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@humanwhocodes/object-schema@1.2.1",
      "author": "Nicholas C. Zakas",
      "description": "An object schema merger/validator",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40humanwhocodes/object-schema@1.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/humanwhocodes/object-schema.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/humanwhocodes/object-schema#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/humanwhocodes/object-schema/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "66740c9cb5787bb843954bf0f07f94f0048bd36492d869fafbd01cdf01862c87bbfa37b601e00ec4f63e8b320f2437c50dbede0e37afd14b3c30ed6215137c84"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@humanwhocodes/object-schema"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-json-stable-stringify",
      "version": "2.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|fast-json-stable-stringify@2.1.0",
      "author": "James Halliday",
      "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-json-stable-stringify@2.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/epoberezkin/fast-json-stable-stringify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "96177fc05f8b93df076684c2b6556b687b5f8795d88a32236a55dc93bb1a52db9a9d20f22ccc671e149710326a1f10fb9ac47c0f4b829aa964c23095f31bf01f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-json-stable-stringify"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-schema-traverse",
      "version": "0.4.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|json-schema-traverse@0.4.1",
      "author": "Evgeny Poberezkin",
      "description": "Traverse JSON Schema passing each schema object to callback",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json-schema-traverse@0.4.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/epoberezkin/json-schema-traverse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/epoberezkin/json-schema-traverse#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epoberezkin/json-schema-traverse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c5b6c21f9742614e53f0b704861ba1ec727cf075ee5b7aac237634cce64529f6441dca5688753f271ce4eb6f41aec69bfe63221d0b62f7030ffbce3944f7b756"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-schema-traverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "uri-js",
      "version": "4.4.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|uri-js@4.4.1",
      "author": "Gary Court",
      "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uri-js@4.4.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/garycourt/uri-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/garycourt/uri-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/garycourt/uri-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "eeb294cb2df7435c9cf7ca50d430262edc17d74f45ed321f5a55b561da3c5a5d628b549e1e279e8741c77cf78bd9f3172bacf4b3c79c2acf5fac2b8b26f9dd06"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uri-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-key",
      "version": "3.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|path-key@3.1.1",
      "author": "Sindre Sorhus",
      "description": "Get the PATH environment variable key cross-platform",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-key@3.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/path-key.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/path-key#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/path-key/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a2399e374a9dfb2d23b3312da18e3caf43deab97703049089423aee90e5fe3595f92cc17b8ab58ae18284e92e7c887079b6e1486ac7ee53aa6d889d2c0b844e9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-key"
        }
      ]
    },
    {
      "type": "library",
      "name": "shebang-command",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|shebang-command@2.0.0",
      "author": "Kevin Mårtensson",
      "description": "Get the command from a shebang",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/shebang-command@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/kevva/shebang-command.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kevva/shebang-command#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kevva/shebang-command/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "907c6bdb366962d766acdd6a0e3aeb5ff675ad1d641bc0f1fa09292b51b87979af5ecc26704d614d6056614ce5ada630d7fc99a7a62e0d8efb62dbdb3747660c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/shebang-command"
        }
      ]
    },
    {
      "type": "library",
      "name": "which",
      "version": "2.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|which@2.0.2",
      "author": "Isaac Z. Schlueter",
      "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/which@2.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/node-which.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/node-which#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/node-which/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "04b2374e5d535b73ef97bd25df2ab763ae22f9ac29c17aac181616924a8cb676d782b303fb28fbae15b492e103c7325a6171a3116e6881aa4a34c10a34c8e26c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/which"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-colors",
      "version": "4.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ansi-colors@4.1.1",
      "author": "Brian Woodward",
      "description": "Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-colors@4.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/doowb/ansi-colors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/doowb/ansi-colors",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/doowb/ansi-colors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2685f46a919b1da50904d97ac85fa9e89005619ebaebf86108628de6df501636c940a514fe0f0c35b1436ef7eb80a5ef23542966994f3a7c08a3df655ff00098"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-colors"
        }
      ]
    },
    {
      "type": "library",
      "name": "esrecurse",
      "version": "4.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|esrecurse@4.3.0",
      "description": "ECMAScript AST recursive visitor",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esrecurse@4.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/estools/esrecurse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/estools/esrecurse",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/esrecurse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2a67ca2f76fa1be457bcff0dd6faf74ead642ffa021609f63585c4b6a3fcfcbde929aa540381bc70555aa05dd2537db7083e17ca947f7df8a81e692d8bafd36a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esrecurse"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "estraverse",
          "version": "5.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|esrecurse@4.3.0|estraverse@5.3.0",
          "description": "ECMAScript JS AST traversal functions",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/estraverse@5.3.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/estools/estraverse.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/estools/estraverse",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/estools/estraverse/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "30c74046e54443388d4de243f0380caa6870475d41450fdc04ffa92ed61d4939dfdcc20ef1f15e8883446d7dfa65d3657d4ffb03d7f7814c38f41de842cbf004"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/esrecurse/node_modules/estraverse"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn-jsx",
      "version": "5.3.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|acorn-jsx@5.3.2",
      "description": "Modern, fast React.js JSX parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn-jsx@5.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/acornjs/acorn-jsx.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/acornjs/acorn-jsx",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/acornjs/acorn-jsx/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "aeaf6cf893617f4202863b435f196527b838d68664e52957b69d0b1f0c80e5c7a3c27eef2a62a9e293eb8ba60478fbf63d4eb9b00b1e81b5ed2229e60c50d781"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn-jsx"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn",
      "version": "8.7.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|acorn@8.7.0",
      "description": "ECMAScript parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn@8.7.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\""
        },
        {
          "url": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "57f2c6af500fcbe3d723029e6c45ab9193f0a1ea05fb0d6388e0549aec6e89421a387b686fc41cf414eb628ed5b88e5f47cb6ab32f9bb80d96168a11e6896abd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn"
        }
      ]
    },
    {
      "type": "library",
      "name": "flat-cache",
      "version": "3.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|flat-cache@3.0.4",
      "author": "Roy Riojas",
      "description": "A stupidly simple key/value storage using files to persist some data",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/flat-cache@3.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/royriojas/flat-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/royriojas/flat-cache#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/royriojas/flat-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "766f6ce4fc3b25cd06bcc61bb2137acdc84203d460425cf31195f7bf2951f48a857d2f177226e551738a7d6e928ae2747b5dde0d8668655e7076b7afecfdcdc2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/flat-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "parent-module",
      "version": "1.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|parent-module@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Get the path of the parent module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parent-module@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/parent-module.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/parent-module#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/parent-module/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "190d84591a5057cfe8f80c3c62ab5f6593df3515996246e2744f64e6ba65fe10b7bed1c705f1a6d887e2eaa595f9ca031a4ad42990311372e8b7991cb11961fa"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parent-module"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve-from",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|resolve-from@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Resolve the path of a module like `require.resolve()` but from a given path",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/resolve-from@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/resolve-from.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/resolve-from#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/resolve-from/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a5bfcc6265ecb40932b11171f2988d235b4614d408140def904dc6ab812e035745ea01e9ffebe066ab021896a9bf2f0ddd0fb8a3b170beab8f25c9d9ed1632e2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-extglob",
      "version": "2.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|is-extglob@2.1.1",
      "author": "Jon Schlinkert",
      "description": "Returns true if a string has an extglob.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-extglob@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-extglob.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-extglob",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-extglob/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "a88c02535791f02ed37c76a1b9ea9773c833f8c2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-extglob"
        }
      ]
    },
    {
      "type": "library",
      "name": "argparse",
      "version": "2.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|argparse@2.0.1",
      "description": "CLI arguments parser. Native port of python's argparse.",
      "licenses": [
        {
          "license": {
            "id": "Python-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/argparse@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/nodeca/argparse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodeca/argparse#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodeca/argparse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f3ef56a9e6db173a57f4e47e59ae8edbd6ac22881e44ccdc1ad00835da4c1c7c80835d1fd3969215505b704a867ff3d7c35123019faadbf6c4060dc3beeacadd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/argparse"
        }
      ]
    },
    {
      "type": "library",
      "name": "prelude-ls",
      "version": "1.2.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|prelude-ls@1.2.1",
      "author": "George Zahariev",
      "description": "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prelude-ls@1.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/gkz/prelude-ls.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://preludels.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gkz/prelude-ls/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "be47033eb459a354192db9f944b18fa60fd698843ae6aa165a170629ffdbe5ea659246ab5f49bdcfca6909ab789a53aa52c5a9c8db9880edd5472ad81d2cd7e6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prelude-ls"
        }
      ]
    },
    {
      "type": "library",
      "name": "type-check",
      "version": "0.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|type-check@0.4.0",
      "author": "George Zahariev",
      "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/type-check@0.4.0",
      "externalReferences": [
        {
          "url": "git://github.com/gkz/type-check.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gkz/type-check",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gkz/type-check/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5e5794a1cf6ec065ea8d6c176944d9026ccc705679f39f10036befc7552be7121c8b15c83fef0b9c50e0469954df4bacead7aa765b2415fbbe69ee0aefd3a87b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/type-check"
        }
      ]
    },
    {
      "type": "library",
      "name": "brace-expansion",
      "version": "1.1.11",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|brace-expansion@1.1.11",
      "author": "Julian Gruber",
      "description": "Brace expansion as known from sh/bash",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/brace-expansion@1.1.11",
      "externalReferences": [
        {
          "url": "git://github.com/juliangruber/brace-expansion.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/brace-expansion",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/brace-expansion/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "882b8f1c3160ac75fb1f6bc423fe71a73d3bcd21c1d344e9ba0aa1998b5598c3bae75f260ae44ca0e60595d101974835f3bb9fa3375a1e058a71815beb5a8688"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/brace-expansion"
        }
      ]
    },
    {
      "type": "library",
      "name": "deep-is",
      "version": "0.1.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|deep-is@0.1.4",
      "author": "Thorsten Lorenz",
      "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/deep-is@0.1.4",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/thlorenz/deep-is.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thlorenz/deep-is#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thlorenz/deep-is/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a083f392c993838fccae289a6063bea245c34fbced9ffc37129b6fffe81221d31d2ac268d2ee027d834524fcbee1228cb82a86c36c319c0f9444c837b7c6bf6d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deep-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-levenshtein",
      "version": "2.0.6",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|fast-levenshtein@2.0.6",
      "author": "Ramesh Nair",
      "description": "Efficient implementation of Levenshtein algorithm  with locale-specific collator support.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-levenshtein@2.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/hiddentao/fast-levenshtein.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hiddentao/fast-levenshtein#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hiddentao/fast-levenshtein/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "3d8a5c66883a16a30ca8643e851f19baa7797917"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-levenshtein"
        }
      ]
    },
    {
      "type": "library",
      "name": "word-wrap",
      "version": "1.2.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|word-wrap@1.2.3",
      "author": "Jon Schlinkert",
      "description": "Wrap words to a specified length.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/word-wrap@1.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/word-wrap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/word-wrap",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/word-wrap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1f3fe6acdc22b4d461fc7500b4cfd54ffe551feca00fa0d5ee660a640b473ab6ecf14ee5bcf4bac5fec424a305d2e5b52890a5d07ef4d60dd91aeb3e9ae139bd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/word-wrap"
        }
      ]
    },
    {
      "type": "library",
      "name": "mime-types",
      "version": "2.1.34",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|mime-types@2.1.34",
      "description": "The ultimate javascript content-type utility.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime-types@2.1.34",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/mime-types.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/mime-types#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/mime-types/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e9c3faf765b0188b3d5d774e3b8fbe37eeea8eabf4aeac7156f2775473e1fd273d99565c40ff991a190a893bd631046bdad6c79093ff627ed8d27a5bdd906ce0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mime-types"
        }
      ]
    },
    {
      "type": "library",
      "name": "negotiator",
      "version": "0.6.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|negotiator@0.6.2",
      "description": "HTTP content negotiation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/negotiator@0.6.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/negotiator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/negotiator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/negotiator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8595dcecad9ef8f81e23578305eff5d00adde1e91b7ebaea1bc129fbc2667f82480f66cd83b36f08f39937e91f179ef8a45408ee6ba6d8052a0e27682aa7133b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/negotiator"
        }
      ]
    },
    {
      "type": "library",
      "name": "bytes",
      "version": "3.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|bytes@3.1.1",
      "author": "TJ Holowaychuk",
      "description": "Utility to parse a string bytes to bytes and vice-versa",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bytes@3.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/visionmedia/bytes.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/visionmedia/bytes.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/visionmedia/bytes.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bytes/-/bytes-3.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7567b89d63bfaee10e63b1e4509e6016dd4308557dccf46826bf29574fc04907ab98e663b6af233233a9ac2d0a775d062cdfa5ef16943efc732455adc46bbc16"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bytes"
        }
      ]
    },
    {
      "type": "library",
      "name": "http-errors",
      "version": "1.8.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|http-errors@1.8.1",
      "author": "Jonathan Ong",
      "description": "Create HTTP error objects",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/http-errors@1.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/http-errors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/http-errors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/http-errors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2a993d4a6ecd988f911e19e3e8e2160c8d5de9f228140b45b7d44b693311960ffcc38f63b804adb2b060a740e9e0e7717556d121e2a1b4252fa22fd1b8084ee2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/http-errors"
        }
      ]
    },
    {
      "type": "library",
      "name": "iconv-lite",
      "version": "0.4.24",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|iconv-lite@0.4.24",
      "author": "Alexander Shtuchkin",
      "description": "Convert character encodings in pure javascript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/iconv-lite@0.4.24",
      "externalReferences": [
        {
          "url": "git://github.com/ashtuchkin/iconv-lite.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ashtuchkin/iconv-lite",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ashtuchkin/iconv-lite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bf73179d901cbe7cb091350466898801cb657bb4575de79d391df5c3097b565ca85cee108bd6abbd27a73505a77b54dc4708422f51f02c8db56c4a9da63f3fac"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/iconv-lite"
        }
      ]
    },
    {
      "type": "library",
      "name": "raw-body",
      "version": "2.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|raw-body@2.4.2",
      "author": "Jonathan Ong",
      "description": "Get and validate the raw body of a readable stream.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/raw-body@2.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/stream-utils/raw-body.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stream-utils/raw-body#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stream-utils/raw-body/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "44f30015424fd7d5887adffdf67821e88bfc7f301baae9b82e2ec00fa0ed19a5b6469301ff5d710e86a53e224c4dbbba2378646cc564013bd9aea6fd104a9e79"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/raw-body"
        }
      ]
    },
    {
      "type": "library",
      "name": "unpipe",
      "version": "1.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|unpipe@1.0.0",
      "author": "Douglas Christopher Wilson",
      "description": "Unpipe a stream from all destinations",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unpipe@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/stream-utils/unpipe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stream-utils/unpipe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stream-utils/unpipe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "b2bf4ee8514aae6165b4817829d21b2ef49904ec"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unpipe"
        }
      ]
    },
    {
      "type": "library",
      "name": "ee-first",
      "version": "1.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ee-first@1.1.1",
      "author": "Jonathan Ong",
      "description": "return the first event in a set of ee/event pairs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ee-first@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonathanong/ee-first.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonathanong/ee-first#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonathanong/ee-first/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "590c61156b0ae2f4f0255732a158b266bc56b21d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ee-first"
        }
      ]
    },
    {
      "type": "library",
      "name": "forwarded",
      "version": "0.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|forwarded@0.2.0",
      "description": "Parse HTTP X-Forwarded-For header",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/forwarded@0.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/forwarded.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/forwarded#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/forwarded/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6ee446d1fa41b511d24c238049eea10f6e7cb44b9b16844b6f864d03a3713151cdc3680e7301e8f70c9a6e5ccccce039cfdc40f4bd4a36393f36de8c4fd698a3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/forwarded"
        }
      ]
    },
    {
      "type": "library",
      "name": "ipaddr.js",
      "version": "1.9.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ipaddr.js@1.9.1",
      "author": "whitequark",
      "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ipaddr.js@1.9.1",
      "externalReferences": [
        {
          "url": "git://github.com/whitequark/ipaddr.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/whitequark/ipaddr.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/whitequark/ipaddr.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d0a23feb4ef1a31493a07ec68cdd457d26cba14d3e6ed4e2723b1049642587f859ca437c2a998c7fbb98c0f5b747e6a467a47fc35f199574870585e26143cede"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ipaddr.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "destroy",
      "version": "1.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|destroy@1.0.4",
      "author": "Jonathan Ong",
      "description": "destroy a stream if possible",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/destroy@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/stream-utils/destroy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stream-utils/destroy#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stream-utils/destroy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "978857442c44749e4206613e37946205826abd80"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/destroy"
        }
      ]
    },
    {
      "type": "library",
      "name": "mime",
      "version": "1.6.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|mime@1.6.0",
      "author": "Robert Kieffer",
      "description": "A comprehensive library for mime-type mapping",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime@1.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/broofa/node-mime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/broofa/node-mime#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/broofa/node-mime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c74567f2ca48fb0b89d4ee92ee09db69083c3f187834d1dbeca4883661162a23c4e1128ea65be28e7f8d92662699180febc99cef48f611b793151b2bb306907a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mime"
        }
      ]
    },
    {
      "type": "library",
      "name": "media-typer",
      "version": "0.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|media-typer@0.3.0",
      "author": "Douglas Christopher Wilson",
      "description": "Simple RFC 6838 media type parser and formatter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/media-typer@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/media-typer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/media-typer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/media-typer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "8710d7af0aa626f8fffa1ce00168545263255748"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/media-typer"
        }
      ]
    },
    {
      "type": "library",
      "name": "console",
      "group": "@jest",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/console@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-console",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/console/-/console-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c649c74e146c3c1fd3a351546e2ea909ee37cb9f2a142d37cdf6fa47b7c36ff15f0bb9364778b597e8b344125ff03238e8a858191685d78128f40dea6c1a22c6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/console"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/console/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/console/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/console/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/console/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/console/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/console/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "reporters",
      "group": "@jest",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5",
      "description": "Jest's reporters",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/reporters@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-reporters",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://jestjs.io/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "de8aec1b8be2f335ee06a128cb62db9c2d64baf920d4a41482a3719b1a5080839010f795d289ef66efaa0d09c4a17f2a4d012bb6a9ffc737276e9793b8e2d288"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/reporters"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/reporters/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|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\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "52381aa6e99695b3219018334fb624739617513e3a17488abbc4865ead1b7303f9773fe1d0f963e9e9c9aa3cf565bab697959aa989eb55bc16396332177178ee"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/reporters/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/reporters/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/reporters/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/reporters/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/reporters/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/reporters/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "test-result",
      "group": "@jest",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/test-result@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-test-result",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "92bf9b0abadaf637d38311d71dad94c28423c6f424dc09ba41ba40889e71ff9d0b5bc965398af120b92a634959456fe1bbc1577ac9ee75baa5dbadfe116f6234"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/test-result"
        }
      ]
    },
    {
      "type": "library",
      "name": "transform",
      "group": "@jest",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/transform@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-transform",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/transform/-/transform-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3ee31eb7652566d946cf073a2fe699991dc8ec2101a6a69d3b4de9538d25d91358d9f149d7dd5bf7f213078e0b34e855b6ccb2931d0e66f8f43c2cae2e6ec47b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/transform"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/transform/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|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\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "52381aa6e99695b3219018334fb624739617513e3a17488abbc4865ead1b7303f9773fe1d0f963e9e9c9aa3cf565bab697959aa989eb55bc16396332177178ee"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/transform/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/transform/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/transform/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/transform/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/transform/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/transform/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-escapes",
      "version": "4.3.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ansi-escapes@4.3.2",
      "author": "Sindre Sorhus",
      "description": "ANSI escape codes for manipulating the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-escapes@4.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/ansi-escapes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/ansi-escapes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/ansi-escapes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "80a5e3e402eb29640bb181bd8e54d1991ff12a5bb11d5f99f501303488027ccd7fbb03cc0aecd55678799b04ddf8eb8165cc1220c6eab2c356466d65139d5069"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-escapes"
        }
      ]
    },
    {
      "type": "library",
      "name": "emittery",
      "version": "0.8.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|emittery@0.8.1",
      "author": "Sindre Sorhus",
      "description": "Simple and modern async event emitter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/emittery@0.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/emittery.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/emittery#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/emittery/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b837ef52356b7c62498729b1fe4cfaa6b96d7a7c35bbb5ab0a0d686bde33618f31c55a4b2d4bb4e392c04f47610d97571b9f3f1293cbff9900d7cd1f43faae76"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/emittery"
        }
      ]
    },
    {
      "type": "library",
      "name": "exit",
      "version": "0.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|exit@0.1.2",
      "author": "\"Cowboy\" Ben Alman",
      "description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/cowboy/node-exit/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/exit@0.1.2",
      "externalReferences": [
        {
          "url": "git://github.com/cowboy/node-exit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cowboy/node-exit",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cowboy/node-exit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "0632638f8d877cc82107d30a0fff1a17cba1cd0c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/exit"
        }
      ]
    },
    {
      "type": "library",
      "name": "graceful-fs",
      "version": "4.2.8",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
      "description": "A drop-in replacement for fs, making various improvements.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/graceful-fs@4.2.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/node-graceful-fs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/node-graceful-fs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/node-graceful-fs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "aa422294f51870d849a5ddf79f41815d307530c3e9d784f112c12cd294ebb1256e700a6c6335b957e43c43186293a294ddebf2faa900028c13072ca62b46af76"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/graceful-fs"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-changed-files",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-changed-files@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-changed-files@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-changed-files",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ffdc7c3237a4bb3510a0f8c31db0625db34405aba1acf53672dee6f137c283af72c2dd72fcdfb26301a1de00a99ea512de495858353f952360bfe261a03da4d4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-changed-files"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-config",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-config@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-config",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-config/-/jest-config-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b7e493549b4fb7e7e9a90f06070f39d0db5241b9c33b0fd4cdd3dfcc3687438f3f032950956ecb1e3ddd1fe9ddc610b5531274437aa4abb207fa7335b24c13c0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-config"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-config/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-config/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-config/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-config/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-config/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-config/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-haste-map",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-haste-map@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-haste-map@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-haste-map",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a099b56f9aa184fb3bf0adb81031a27d64b47442d8c67a0188385ab53fc54e1801f72c6a526e45ea58b73eff90f9aa4c06698f3733819d9ed9c56301d4b7aad5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-haste-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-message-util",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-message-util@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-message-util",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "38c46a44d77d1340e404b66916d66400660e5e5e99a6832d4095930111092833856b433aa6d07b2faeeda7e72cccc064bd280a3a136d429d956dccf76592a8ff"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-message-util"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-message-util/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-message-util/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-message-util/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-message-util/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-message-util/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-message-util/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-regex-util",
      "version": "27.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-regex-util@27.4.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-regex-util@27.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-regex-util",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "59e0a9329367a8960c4283a39b59d3b6c81b4785c7024d6ed34a83a0d050a3290cdbcd3efd39a0039421e60882d5e732e9ae5de216d2b07ce906dbb9caf95b12"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-regex-util"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-resolve-dependencies",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-resolve-dependencies@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-resolve-dependencies@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-resolve-dependencies",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7a5115be4bd12b9d72d37ecdb21b449049ee90c056be53f364788bf38eceac896327cc88b2e8c3d865d13ea0d70b8ac454a6dc76ccbb5b4171a196f85a612cef"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-resolve-dependencies"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-resolve",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-resolve@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-resolve",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c54df3d41b8ecff85485550bfbdd7c2aa5202beb24a8eb94b008bb03e8b0a1495d2baffe3d6faeb4af25f1cc48593f405bb2008463578d2021d546268d42d967"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-resolve"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-resolve/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-resolve/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-resolve/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-resolve/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-resolve/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-resolve/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-runner",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-runner@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-runner",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fe2adaba77137e66355a44da45019159cc902f32b583df06606ffc42f20fbe21e03b516acf525878422c49f17ef6673f51303a4be2081c580acaf52bb6204866"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-runner"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runner/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runner/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runner/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runner/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runner/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runner/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-runtime",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-runtime@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-runtime",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "08862ac2e2505c742d3ddfe2760af1e33809ea209beae06342ad51480190af0d92f1789f0e6a0cd4eb7c35177cd28a009be64d747570b24b48306940d45d4501"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-runtime"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runtime/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runtime/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runtime/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runtime/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runtime/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-runtime/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-snapshot",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-snapshot@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-snapshot",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7828bf88cd58245ac95a24fd75ee3e469596581aac1e2631146f55f68fe7d165ece86a56e2552de0500702014f4cb3ea094573acc4264a64d94a0433c2a47b21"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-snapshot"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-snapshot/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "semver",
          "version": "7.3.5",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|semver@7.3.5",
          "description": "The semantic version parser used by npm.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/semver@7.3.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/npm/node-semver.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/npm/node-semver#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/npm/node-semver/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "3e878625887c1cae014cefdaf537fa646def7a8fc0ed956c62b480e89f27cbd9dbdc1d55ae992e37ecfd384e707c4e69e87e0b721619b1e8224206c90fde1915"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-snapshot/node_modules/semver"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-snapshot/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-snapshot/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-snapshot/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-snapshot/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-snapshot/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-util",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-util@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-util",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-util/-/jest-util-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "62ec71a5753a9e531a9fdab22eec4768c30ecd7025e5a1995824b36de9f90e12c77a6610c4273860afb82f766b0aeb53f063d0fae8bd9390fcad42680e2a0c9c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-util"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-util/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-util/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-util/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-util/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-util/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-util/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-validate",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-validate@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-validate",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "85662c4947a3f85b3c6613a6e6f856cf048b99568f031472f8cafecf933379a1e6f40c54a5776854c116e11f3acb980ea1b55f06c3052e4e116fe424884a71d4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-validate"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "camelcase",
          "version": "6.2.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|camelcase@6.2.1",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@6.2.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/camelcase.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/camelcase/-/camelcase-6.2.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "b55238ab98e3155e426af014f035dfcdafd325c66eb552a8ff9168b249aca9c9b432c2fdd66a07bf0886367a9a6b6a3a3c5ffbc93e6290345c55c97c463e8b08"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-validate/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-validate/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-validate/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-validate/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-validate/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-validate/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-validate/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-watcher",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2",
      "description": "Delightful JavaScript Testing.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-watcher@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-watcher",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://jestjs.io/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "349bcc572c817977c37b3856cd438239866b5269120a26ada63a66fa715489def839910793a68c2eb640ba4222143c1d6eaa7a99333a522d70e2873ef04a1b42"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-watcher"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-watcher/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-watcher/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-watcher/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-watcher/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-watcher/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-watcher/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "rimraf",
      "version": "3.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|rimraf@3.0.2",
      "author": "Isaac Z. Schlueter",
      "description": "A deep deletion module for node (like `rm -rf`)",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rimraf@3.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/rimraf.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/rimraf#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/rimraf/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "25990931990018514f3f662a5d95cf6cc94c060b31cc4f082ece253085ffda8d0bf54070f4efd8de8eb0170fe2f582daa5c5095b0a9b8b791dc483dd0bad9320"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rimraf"
        }
      ]
    },
    {
      "type": "library",
      "name": "slash",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|slash@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Convert Windows backslash paths to slash paths",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/slash@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/slash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/slash#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/slash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "83d43585a79bcb7e8e492b706f89ed08618668ab1a5528d0ebc7c1c6841cbad9797d2d6fb98d7c1f7c12b778c5c85b6b931f8acf45751bce40e0cc80743322d9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/slash"
        }
      ]
    },
    {
      "type": "library",
      "name": "pkg-dir",
      "version": "4.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|pkg-dir@4.2.0",
      "author": "Sindre Sorhus",
      "description": "Find the root directory of a Node.js project or npm package",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pkg-dir@4.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/pkg-dir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/pkg-dir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/pkg-dir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1d10f36da2a30be00e5955f1014ff1e7808e19e22ff5e6fee82903490a0d4ede17c96a0826fb8fb178b3c6efc5af6dc489e91bb59c2687521c206fe5fdad7419"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pkg-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve-cwd",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|resolve-cwd@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/resolve-cwd@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/resolve-cwd.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/resolve-cwd#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/resolve-cwd/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3ab65a5f631bfab242a47ffa0a94aab7dc4556937efb1d355e737689ef60e8fe7fdf17a52c0917595003a5dcf52070ff2857c45f213a574534d4e43750edab12"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve-cwd"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "resolve-from",
          "version": "5.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|resolve-cwd@3.0.0|resolve-from@5.0.0",
          "author": "Sindre Sorhus",
          "description": "Resolve the path of a module like `require.resolve()` but from a given path",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/resolve-from@5.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/resolve-from.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/resolve-from#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/resolve-from/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a9883d28fdb8743e6a91af49e3b774695932d0df9be1f4d4f3d2cdf620e78c1e706a4b220b8f6bbcc0743eb509406a13987e745cf8aa3af0230df6a28c6c5867"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/resolve-cwd/node_modules/resolve-from"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "prompts",
      "version": "2.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|prompts@2.4.2",
      "author": "Terkel Gjervig",
      "description": "Lightweight, beautiful and user-friendly prompts",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prompts@2.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/terkelg/prompts.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/terkelg/prompts#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/terkelg/prompts/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "37136ffe42e0b8203ba778c4f282f668406cac95a001a901a609a02ba9693d657e5ae3a663aaf6ff36c05673fe4fc6d0940d27cc75d2252256d07abbca5683d9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prompts"
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs",
      "version": "16.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|yargs@16.2.0",
      "description": "yargs the modern, pirate-themed, successor to optimist.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yargs@16.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/yargs/yargs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://yargs.js.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yargs/yargs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0f59afbed0c6d0be5fb7f8c65a42e91b5fa6d1e43139f681bd33442eb6968f6db049550c5b1654bd880961c2a1ea3186224245847e0864f4214784caa5cf2607"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yargs"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-stream",
      "version": "6.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|get-stream@6.0.1",
      "author": "Sindre Sorhus",
      "description": "Get a stream as a string, buffer, or array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-stream@6.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/get-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/get-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/get-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b6ce968beda3de3423aa2ef4c3902537c0c59e44b00be32a9b113374400b076a976585775ff6f50937e03cb18934c7805b174f7d4f053b59acdcd51f68708f62"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "human-signals",
      "version": "2.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|human-signals@2.1.0",
      "author": "ehmicky",
      "description": "Human-friendly process signals",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/human-signals@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ehmicky/human-signals.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://git.io/JeluP",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ehmicky/human-signals/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "07814567aabf4f68e1864b2091b116dc706f5887c35bce6c9e44206b0b74ed2ec9e505d393a064355fb4c80799acce50a4c01d625a1c1a89639f4b09fd642417"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/human-signals"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-stream",
      "version": "2.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|is-stream@2.0.1",
      "author": "Sindre Sorhus",
      "description": "Check if something is a Node.js stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-stream@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "845a222624e5eb79e7fa4b2d1c606d7b05922a740ba726f5e7928785e035977f6ebed3bd9d6228a75a77b9da8f71477fc5b17554b30ee27ece23aa7b45b9e00e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "merge-stream",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|merge-stream@2.0.0",
      "author": "Stephen Sugden",
      "description": "Create a stream that emits events from multiple other streams",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/merge-stream@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/grncdr/merge-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/grncdr/merge-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/grncdr/merge-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "69bbffa8e72e3df9375113df0f39995352ca9aec3c913fb49c81ef2ab2a016bc227e897f76859c740e19aac590f0436b14a91debb31fa68fcba2f6c852c6eddf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/merge-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-run-path",
      "version": "4.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|npm-run-path@4.0.1",
      "author": "Sindre Sorhus",
      "description": "Get your PATH prepended with locally installed binaries",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-run-path@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/npm-run-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/npm-run-path#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/npm-run-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4b8f16cd95bbefbce1348ae7ee0c4e94848d02a8bd642fee4059d175b7881e1661080e94aa990e4fc4f51bb06f7dd80fe04afc805e2c51b692d22ed0bc87c25b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-run-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "onetime",
      "version": "5.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|onetime@5.1.2",
      "author": "Sindre Sorhus",
      "description": "Ensure a function is only called once",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/onetime@5.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/onetime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/onetime#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/onetime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "91ba5a4921894d674063928f55e30e2974ab3edafc0bc0bbc287496dcb1de758d19e60fe199bbc63456853a0e6e59e2f5abd0883fd4d2ae59129fee3e5a6984a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/onetime"
        }
      ]
    },
    {
      "type": "library",
      "name": "signal-exit",
      "version": "3.0.6",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|signal-exit@3.0.6",
      "author": "Ben Coe",
      "description": "when you want to fire an event no matter how a process exits.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/signal-exit@3.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/tapjs/signal-exit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tapjs/signal-exit",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tapjs/signal-exit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b03978a8c1698a3706c36d94e70eb72a60f771925f06e16554d6d530a8deda47a828c2fb5f653359b7385eb9846c3c20d0d5c9737cafe3fa31edbf8959be7b91"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/signal-exit"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-final-newline",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|strip-final-newline@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Strip the final newline character from a string/buffer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/strip-final-newline@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/strip-final-newline.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-final-newline#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-final-newline/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "06ba6f7cd004ddd72fabb965df156e9b38ca8d9439b48d6c11420aaf752892cd17525e394addc595ab55a9e7fda6b9388d10f3856e96660fb76e4f77cbaa4b8c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-final-newline"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli-truncate",
      "version": "2.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|cli-truncate@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Truncate a string to a specific width in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cli-truncate@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/cli-truncate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/cli-truncate#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/cli-truncate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9fc7ce8b1c030fa6ff39b8a7cd3ae9d59285cdb82f299beecff4ef7a39cb9f56907c2eabe765c4c7ce459ae0bedc723e24cedca0145752f36a114d8f1d5ac7a6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cli-truncate"
        }
      ]
    },
    {
      "type": "library",
      "name": "log-update",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/log-update@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/log-update.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/log-update#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/log-update/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/log-update/-/log-update-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f5f9240debcc79f8e0d269b3585056f189053fdd4eae2cf3916ddd885ec2a46f92d8461dcb8f9355f1b0cf5cde17cc7b842c75a2f48f4ce13d36089bef8aaa52"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/log-update"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "slice-ansi",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|slice-ansi@4.0.0",
          "description": "Slice a string with ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/slice-ansi@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/slice-ansi.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/slice-ansi#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/slice-ansi/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a8c08c7e1634e347151d3e372bd045ca0a986d43c564a1ce83b2bbde6b5358945bf29c8fddfcdfe08c5de52cdd10943a311520fd606738bc60859b4a2aeac435"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/log-update/node_modules/slice-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "wrap-ansi",
          "version": "6.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|wrap-ansi@6.2.0",
          "author": "Sindre Sorhus",
          "description": "Wordwrap a string with ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/wrap-ansi@6.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/wrap-ansi.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/wrap-ansi#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/wrap-ansi/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "afa94f7011b1657948732984bbb227c43321756d0a0f1a4b82814b720b9ab3109a27f48e219c0835ab4af4a63fb5ff99ae5cb038a5345038f70135d405fc495c"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/log-update/node_modules/wrap-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/log-update/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/log-update/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/log-update/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "p-map",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|p-map@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Map over promises concurrently",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-map@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-map#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fdb8ceaa68044c1601e41a0478655e6bc766bc76f69bd18bcb513d5b8df27b27cfe9040264614d6be5d171e244b8307aceaafe80aa4802694b79b329ca4c3f31"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "rfdc",
      "version": "1.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|rfdc@1.3.0",
      "author": "David Mark Clements",
      "description": "Really Fast Deep Clone",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rfdc@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/davidmarkclements/rfdc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/davidmarkclements/rfdc#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/davidmarkclements/rfdc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "576868bddcc56ce8bbeff59a8da48c5e4d8e2e6fb134879074c32e07b89c8fb6e4eb38b617c1860318a07270c5a491db37235c83224388ffbc9cead8e5c646ac"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rfdc"
        }
      ]
    },
    {
      "type": "library",
      "name": "rxjs",
      "version": "7.5.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|rxjs@7.5.1",
      "author": "Ben Lesh",
      "description": "Reactive Extensions for modern JavaScript",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rxjs@7.5.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/reactivex/rxjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://rxjs.dev",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ReactiveX/RxJS/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "284c5511e656c4c667661519b6c25c170cfc22f3ef82ee06d99d90caa8d9433506af7d8a0d8b92c6b1183b8c37b4514d6df2e8cdcaca513bd33e2f84f72c0991"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rxjs"
        }
      ]
    },
    {
      "type": "library",
      "name": "through",
      "version": "2.3.8",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|through@2.3.8",
      "author": "Dominic Tarr",
      "description": "simplified stream construction",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/through@2.3.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/dominictarr/through.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dominictarr/through",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/through/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/through"
        }
      ]
    },
    {
      "type": "library",
      "name": "wrap-ansi",
      "version": "7.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0",
      "author": "Sindre Sorhus",
      "description": "Wordwrap a string with ANSI escape codes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/wrap-ansi@7.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/wrap-ansi.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/wrap-ansi#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/wrap-ansi/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6151888f691a98b493c70e8db198e80717d2c2c9f4c9c75eb26738a7e436d5ce733ee675a65f8d7f155dc4fb5d1ef98d54e43a5d2606e0052dcadfc58bb0f5e9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/wrap-ansi"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/wrap-ansi/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/wrap-ansi/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/wrap-ansi/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "braces",
      "version": "3.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|braces@3.0.2",
      "author": "Jon Schlinkert",
      "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/braces@3.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/braces.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/braces",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/braces/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6fcba6f8bd51cccdd60d2cef866ea0233d727d36c1b7a61395c10a02fb26a82659170e3acfadba9558fd8f5c843d6df71f91fe94142964c3f593c97eefc1dad0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/braces"
        }
      ]
    },
    {
      "type": "library",
      "name": "picomatch",
      "version": "2.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|picomatch@2.3.0",
      "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@2.3.0",
      "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\""
        },
        {
          "url": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "958d50fcf889182db33afff3dfdd563930fe674d9b0a0b057efc685d77fa87b92ff68f969ac9b362aac0c18eb7b0d80ec44e3111dab45b25275df29e06b4af63"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/picomatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "glob",
      "group": "@types",
      "version": "7.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/glob@7.2.0",
      "description": "TypeScript definitions for Glob",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/glob@7.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/glob",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/glob",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "654c5bcca97421f2482d34bab7b8a9e5f41033f2774c962e6c39b79cc6e0b9b34d612eb6797794a682d40bcffb7c93621581d3ac63d09fb86ca435332075f750"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-union",
      "version": "2.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|array-union@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Create an array of unique values, in order, from the input arrays",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-union@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/array-union.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/array-union#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/array-union/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1c6cb1a0e4d853208ceacb547ba1098277781287b0008ef331d7ea3be9068e79599810f3fdc479a5ff2bfdc4785aaeb4b0bfe9d0891c8d41043f04b7185ac8cb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-union"
        }
      ]
    },
    {
      "type": "library",
      "name": "dir-glob",
      "version": "3.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|dir-glob@3.0.1",
      "author": "Kevin Mårtensson",
      "description": "Convert directories to glob compatible strings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dir-glob@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/kevva/dir-glob.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kevva/dir-glob#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kevva/dir-glob/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5a4ad6a7d191e0a5df28663338b993b86562d545857f0b37efb9fd71ce79fed6fa0eeab217aa5c43901b88712c85a0e963dbfaa1a4abd9708389d1a633077320"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dir-glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-glob",
      "version": "3.2.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|fast-glob@3.2.7",
      "author": "Denis Malinochkin",
      "description": "It's a very fast and efficient glob library for Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-glob@3.2.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/mrmlnc/fast-glob.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mrmlnc/fast-glob#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mrmlnc/fast-glob/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ad818c4708a9ea550cbd80f705349c3304f51ed02cd9def548cbfae95af1b3421e9066448e1334a5c31f8d03e792706ddb3782c10304ba988dd3664fe03893d5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "glob",
      "version": "7.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|glob@7.2.0",
      "author": "Isaac Z. Schlueter",
      "description": "a little globber",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/glob@7.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/node-glob.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/node-glob#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/node-glob/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9662dfea0b72acfabcb538d29ab3bde3005e41b151dc76cb1dbbb20faf70bb2424226a76856a8c181e3b397eb914190f7df3bae3520ff6359ad73e22bea1b6e9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "merge2",
      "version": "1.4.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|merge2@1.4.1",
      "description": "Merge multiple streams into one stream in sequence or parallel.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/merge2@1.4.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/teambition/merge2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/teambition/merge2",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/teambition/merge2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f2aed51203095b827cb5c7d53f2f20d3d35c43065d6f0144aa17bf5999282338e7ff74c60f0b4e098b571b10373bcb4fce97330820e0bfe3f63f9cb4d1924e3a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/merge2"
        }
      ]
    },
    {
      "type": "library",
      "name": "readable-stream",
      "version": "2.3.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|readable-stream@2.3.7",
      "description": "Streams3, a user-land copy of the stream library from Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/readable-stream@2.3.7",
      "externalReferences": [
        {
          "url": "git://github.com/nodejs/readable-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodejs/readable-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodejs/readable-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "11b868f0ae2321b1c0c67bb18bba38d8ead9805fd94cd72c663ea744ac949a484b16af021c8b69fdfcba85066e6663ff9f7c99f550546e9e33cff997f219983f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/readable-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "chalk",
      "version": "2.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|chalk@2.4.2",
      "description": "Terminal string styling done right",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chalk@2.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/chalk.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/chalk#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/chalk/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "32d8be7fd96924d730178b5657cfcead34ed1758198be7fc16a97201da2eada95c156150585dbe3600874a18e409bf881412eaf5bb99c04d71724414e29792b9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chalk"
        }
      ]
    },
    {
      "type": "library",
      "name": "js-tokens",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|js-tokens@4.0.0",
      "author": "Simon Lydell",
      "description": "A regex that tokenizes JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js-tokens@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lydell/js-tokens.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lydell/js-tokens#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lydell/js-tokens/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "45d2547e5704ddc5332a232a420b02bb4e853eef5474824ed1b7986cf84737893a6a9809b627dca02b53f5b7313a9601b690f690233a49bce0e026aeb16fcf29"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/js-tokens"
        }
      ]
    },
    {
      "type": "library",
      "name": "caniuse-lite",
      "version": "1.0.30001294",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|caniuse-lite@1.0.30001294",
      "author": "Ben Briggs",
      "description": "A smaller version of caniuse-db, with only the essentials!",
      "licenses": [
        {
          "license": {
            "id": "CC-BY-4.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/caniuse-lite@1.0.30001294",
      "externalReferences": [
        {
          "url": "git+https://github.com/browserslist/caniuse-lite.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserslist/caniuse-lite#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserslist/caniuse-lite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001294.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2e2325aecd6748a67caa4361a547f9283d00975282044df3693ece2cec0491a8173040e28fdf1288ea2f9fdc3154642992593dbd50bfa544aa8189a498a392f2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/caniuse-lite"
        }
      ]
    },
    {
      "type": "library",
      "name": "electron-to-chromium",
      "version": "1.4.30",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|electron-to-chromium@1.4.30",
      "author": "Kilian Valkhof",
      "description": "Provides a list of electron-to-chromium version mappings",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/electron-to-chromium@1.4.30",
      "externalReferences": [
        {
          "url": "git+https://github.com/kilian/electron-to-chromium.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kilian/electron-to-chromium#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kilian/electron-to-chromium/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.30.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "eb4f73f6c20cc431e0f93711fd5077317c07faec2dad8c9e03059cfe8ae19ebf748b1b3a595192aedf390832c651d3672ea080ee58afe36e95db411e723bdf95"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/electron-to-chromium"
        }
      ]
    },
    {
      "type": "library",
      "name": "escalade",
      "version": "3.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|escalade@3.1.1",
      "author": "Luke Edwards",
      "description": "A tiny (183B to 210B) and fast utility to ascend parent directories",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escalade@3.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/lukeed/escalade.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lukeed/escalade#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lukeed/escalade/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9347abda05242dff0ed332898808669139c9953bc8346bfbca00cd3db788b17fd3263189647ba1f41d94c5bb1a1249a5128f4c7e1ad2ce68489614652361979f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escalade"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-releases",
      "version": "2.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|node-releases@2.0.1",
      "author": "Sergey Rubanov",
      "description": "Node.js releases data",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-releases@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/chicoxyzzy/node-releases.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chicoxyzzy/node-releases#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chicoxyzzy/node-releases/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0aacb337acfb43a68c785fe4b5c3154f38401c21297fc48e6abc29ce97fca4d058da4e7fa0cdf850795d530a7c54a23bbb172dd87c5245d26305a65e112cdcc4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-releases"
        }
      ]
    },
    {
      "type": "library",
      "name": "picocolors",
      "version": "1.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|picocolors@1.0.0",
      "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.0.0",
      "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\""
        },
        {
          "url": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d5fca0ae84cb947bbaeb38b6e95a130eff324609b415c71e72cb2da3e321b19d03fc3196dac9bc13c0235bb354e5555346de46c5b799e6a06e26bf87c8b6248d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/picocolors"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-get-function-arity",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-get-function-arity@7.16.7",
      "author": "The Babel Team",
      "description": "Helper function to get function arity",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-get-function-arity@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-get-function-arity",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-get-function-arity",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7e573e44b48e057ccdcd585c2eeeae8de1d4ac3ead00d00e539a23ad1c7f6acfad6f37fcfacb540a3efe21f451a006c466a8ff6a15c432c8e13a181e66cae74f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-get-function-arity"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-wrap-function",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-wrap-function@7.16.7",
      "author": "The Babel Team",
      "description": "Helper to wrap functions inside a function call.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-wrap-function@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-wrap-function",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-wrap-function",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "edaf6c001795c1cba79f3b5967b593812c3a8d560bcccd70b9ad19e072179bd4b7fc70bde962904e41601846a3e56d3a4871e284f27a2dee87cd2e5c18e40c37"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-wrap-function"
        }
      ]
    },
    {
      "type": "library",
      "name": "regexpu-core",
      "version": "4.8.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|regexpu-core@4.8.0",
      "author": "Mathias Bynens",
      "description": "regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regexpu-core@4.8.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/regexpu-core.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mths.be/regexpu",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/regexpu-core/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.8.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d45e9b62ca188b3ea2b3ea33ef4356babd95961f4a5adb30b91bb324e7de614adf3d7da8f27ef802751568e1836d4a9518ef5f347bb8f3fa6324ee2c355c2c3a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regexpu-core"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-explode-assignable-expression",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-explode-assignable-expression@7.16.7",
      "author": "The Babel Team",
      "description": "Helper function to explode an assignable expression",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-explode-assignable-expression@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-helper-explode-assignable-expression",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-helper-explode-assignable-expression",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2b251e9e158c0bc56bc739063f4262ce3a38fd9c7ed67359860a1cb3e80bcf267207c48789d868abd28affc02da386a7870b22bdf9012dfb64cbb82fcdb64cb5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-explode-assignable-expression"
        }
      ]
    },
    {
      "type": "library",
      "name": "object.assign",
      "version": "4.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|object.assign@4.1.2",
      "author": "Jordan Harband",
      "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object.assign@4.1.2",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/object.assign.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/object.assign#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/object.assign/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8b14f62f94c75ec029ca250f60a996fb6107a575dee488b733e7f87be6891401daa396a61515ba27438ee9cfcb53c05ee3bbad0b1d862fcf61c4607a5d298ab9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object.assign"
        }
      ]
    },
    {
      "type": "library",
      "name": "runtime",
      "group": "@babel",
      "version": "7.16.7",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/runtime@7.16.7",
      "author": "The Babel Team",
      "description": "babel's modular runtime helpers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/runtime@7.16.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-runtime",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://babel.dev/docs/en/next/babel-runtime",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f44f45268c2a02ccadc8e63a2c6fb52aeb9e72444bf9a416fa62af5d15e7b851b2440c9ea493e6128f6f80c7d7500e8ef6edc878476ff4c024a6915c690c2881"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/runtime"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "regenerator-runtime",
          "version": "0.13.9",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/runtime@7.16.7|regenerator-runtime@0.13.9",
          "author": "Ben Newman",
          "description": "Runtime for Regenerator-compiled generator and async functions.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/regenerator-runtime@0.13.9",
          "externalReferences": [
            {
              "url": "git+https://github.com/facebook/regenerator.git#master",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/facebook/regenerator/tree/master#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/facebook/regenerator/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a77553f9c38483116c45103d5f896423513e936fc2b672ad53881cc7268252b7a294bfefa88e82759df0c55531dd439483e82750e41071123b066488eb9e8c60"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@babel/runtime/node_modules/regenerator-runtime"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.debounce",
      "version": "4.0.8",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|lodash.debounce@4.0.8",
      "author": "John-David Dalton",
      "description": "The lodash method `_.debounce` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.debounce@4.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.debounce"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-coverage",
      "group": "@types",
      "version": "2.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/istanbul-lib-coverage@2.0.4",
      "description": "TypeScript definitions for istanbul-lib-coverage",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/istanbul-lib-coverage@2.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/istanbul-lib-coverage",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-lib-coverage",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cff413d573782b8298bac952db793adb20c80cbc0b164cf13ae329943b4e6f3d3ecbb56a24268eda8f923f01c2bcb15987bc5acefbe8a2bdad03f84fcfd79eee"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/istanbul-lib-coverage"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-reports",
      "group": "@types",
      "version": "3.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/istanbul-reports@3.0.1",
      "description": "TypeScript definitions for istanbul-reports",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/istanbul-reports@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/istanbul-reports",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/istanbul-reports",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "737980644b8ad25bc1a7cb66b8bef85d12a7d7ecb675cc0e5291fbc785ab17a824d462208a5b8346031842dc36385701bc025696de80494ded4aac69d14bb403"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/istanbul-reports"
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs",
      "group": "@types",
      "version": "16.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/yargs@16.0.4",
      "description": "TypeScript definitions for yargs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/yargs@16.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/yargs",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4fc61cf70b7fe4b6c9c8268b8873d17896b4900a5c22027b067ef7e468c8b547e1d3c675a49beef1066a6fdb3e98cbca57a59441157b2b6478e986e33174d327"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/yargs"
        }
      ]
    },
    {
      "type": "library",
      "name": "estraverse",
      "version": "4.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|estraverse@4.3.0",
      "description": "ECMAScript JS AST traversal functions",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/estraverse@4.3.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/estools/estraverse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/estools/estraverse",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/estraverse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dfd9e729f7d6cfcc4dd4153fd9cefd9fd9c1f470f3a349e2614ab1eb1caa527ca8027432c96a4e4dd6447a209c87c041bb9d79b78c29f599a055f5619fd101a7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/estraverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "yallist",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|yallist@4.0.0",
      "author": "Isaac Z. Schlueter",
      "description": "Yet Another Linked List",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yallist@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/yallist.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/yallist#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/yallist/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "df074689d672ab93c1d3ce172c44b94e9392440df08d7025216321ba6da445cbffe354a7d9e990d1dc9c416e2e6572de8f02af83a12cbdb76554bf8560472dec"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yallist"
        }
      ]
    },
    {
      "type": "library",
      "name": "has",
      "version": "1.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|has@1.0.3",
      "author": "Thiago de Arruda",
      "description": "Object.prototype.hasOwnProperty.call shortcut",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        },
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/has@1.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/tarruda/has.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tarruda/has",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tarruda/has/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7f676f3b4554e8e7a3ed1916246ade8636f33008c5a79fd528fa79b53a56215e091c764ad7f0716c546d7ffb220364964ded3d71a0e656d618cd61086c14b8cf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has"
        }
      ]
    },
    {
      "type": "library",
      "name": "punycode",
      "version": "2.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|punycode@2.1.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.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/bestiejs/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/bestiejs/punycode.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5d1b118dd7fe8f99a5fb2ffa18a1cf65bac5ffca766206b424fb5da93218d977b9a2124f0fdb1a0c924b3efa7df8d481a6b56f7af7576726e78f672ff0e11dd0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/punycode"
        }
      ]
    },
    {
      "type": "library",
      "name": "shebang-regex",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|shebang-regex@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Regular expression for matching a shebang line",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/shebang-regex@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/shebang-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/shebang-regex#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/shebang-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "efef9d161b5cc77df9dee05aabc0c347836ec417ad0730bb6503a19934089c711de9b4ab5dd884cb30af1b4ed9e3851874b4a1594c97b7933fca1cfc7a471bd4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/shebang-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "isexe",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|isexe@2.0.0",
      "author": "Isaac Z. Schlueter",
      "description": "Minimal module to check if a file is executable.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isexe@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/isexe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/isexe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/isexe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isexe"
        }
      ]
    },
    {
      "type": "library",
      "name": "flatted",
      "version": "3.2.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|flatted@3.2.4",
      "author": "Andrea Giammarchi",
      "description": "A super light and fast circular JSON parser.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/flatted@3.2.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/WebReflection/flatted.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/WebReflection/flatted#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/WebReflection/flatted/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f3fb0e6b0a3cb49e103815fc6254013312fcf912d97f13103a27fda342942933538cc6049563c4d2bfe6e55345c5345dd0d4b0f2a4b2f1d6a3af05f84582351f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/flatted"
        }
      ]
    },
    {
      "type": "library",
      "name": "callsites",
      "version": "3.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|callsites@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Get callsites from the V8 stack trace API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/callsites@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/callsites.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/callsites#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/callsites/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3fc06302c5ef652f95203508d7584709012fef8613ebb6148b924914d588a8bdb7e6c0668d7e3eab1f4cbaf96ce62bf234435cb71e3ac502d0dda4ee13bb2c69"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/callsites"
        }
      ]
    },
    {
      "type": "library",
      "name": "balanced-match",
      "version": "1.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|balanced-match@1.0.2",
      "author": "Julian Gruber",
      "description": "Match balanced character pairs, like \"{\" and \"}\"",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/balanced-match@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/juliangruber/balanced-match.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/balanced-match",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/balanced-match/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "de849e50ed13315ebb84dd4099b5ec2b8c9aa94eed8e21e56f144364ea47d0a5bdf82797e1b440697d009f1b74b71d8cae94695b041a3f02252121098585393f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/balanced-match"
        }
      ]
    },
    {
      "type": "library",
      "name": "concat-map",
      "version": "0.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|concat-map@0.0.1",
      "author": "James Halliday",
      "description": "concatenative mapdashery",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/concat-map@0.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/substack/node-concat-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-concat-map#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-concat-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "d8a96bd77fd68df7793a73036a3ba0d5405d477b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/concat-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "mime-db",
      "version": "1.51.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|mime-db@1.51.0",
      "description": "Media Type Database",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime-db@1.51.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/mime-db.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/mime-db#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/mime-db/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e72f00e7a8e0ed7550c7699bbf596ee3d351e1da24467859613b4bf8a19f69adbbbaae294935e4c10905265e29911332345cff12d6034a48a2107c7717b50dea"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mime-db"
        }
      ]
    },
    {
      "type": "library",
      "name": "inherits",
      "version": "2.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|inherits@2.0.4",
      "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/inherits@2.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/inherits.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/inherits#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/inherits/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inherits"
        }
      ]
    },
    {
      "type": "library",
      "name": "toidentifier",
      "version": "1.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|toidentifier@1.0.1",
      "author": "Douglas Christopher Wilson",
      "description": "Convert a string of words to a JavaScript identifier",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/toidentifier@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/toidentifier.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/toidentifier#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/toidentifier/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a39b123ca12483f0c840d987e37574fee7ab2eba7355e764521f2d18dbda797a5fa6ec2329e9e54a8c7fd8efc14e5654b447be246eece58844cfad3c3e500744"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/toidentifier"
        }
      ]
    },
    {
      "type": "library",
      "name": "safer-buffer",
      "version": "2.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|safer-buffer@2.1.2",
      "author": "Nikita Skovoroda",
      "description": "Modern Buffer API polyfill without footguns",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/safer-buffer@2.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ChALkeR/safer-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ChALkeR/safer-buffer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ChALkeR/safer-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "619a372bcd920fb462ca2d04d4440fa232f3ee4a5ea6749023d2323db1c78355d75debdbe5d248eeda72376003c467106c71bbbdcc911e4d1c6f0a9c42b894b6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/safer-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "v8-coverage",
      "group": "@bcoe",
      "version": "0.2.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@bcoe/v8-coverage@0.2.3",
      "author": "Charles Samborski",
      "description": "Helper functions for V8 coverage files.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40bcoe/v8-coverage@0.2.3",
      "externalReferences": [
        {
          "url": "git://github.com/demurgos/v8-coverage.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://demurgos.github.io/v8-coverage",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/demurgos/v8-coverage/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d21610f120780dbe73bd90786b174c1c6c046908e467316342237d2d562f2050769d25075bdb58a715ab88fad60c0488c626976b1f3744470bc6e49d9c63d9b7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@bcoe/v8-coverage"
        }
      ]
    },
    {
      "type": "library",
      "name": "collect-v8-coverage",
      "version": "1.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|collect-v8-coverage@1.0.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/collect-v8-coverage@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/SimenB/collect-v8-coverage.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SimenB/collect-v8-coverage#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SimenB/collect-v8-coverage/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8813ed9637c235c4ca340b68d0a12d0df677ab38c9bea137693199b1b863481968aeaa572656965ad3cedf90fe6489a80b72967a35fae28fb23c6c615924f37e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/collect-v8-coverage"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-coverage",
      "version": "3.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-coverage@3.2.0",
      "author": "Krishnan Anantheswaran",
      "description": "Data library for istanbul coverage objects",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-lib-coverage@3.2.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git#packages/istanbul-lib-coverage",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://istanbul.js.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "78e789e411c298762f40aef1b7d1a4747bb3b82192d58ea0f46be7c77626df77f3fc7a4b458c624b4c0736bfa6fcc042f01eb8ed7b7ad3cbc20c4be197d73a33"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-lib-coverage"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-instrument",
      "version": "4.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-instrument@4.0.3",
      "author": "Krishnan Anantheswaran",
      "description": "Core istanbul API for JS code coverage",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-lib-instrument@4.0.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git#packages/istanbul-lib-instrument",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://istanbul.js.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "05781097d91fe164c23c20a99851a8264cfffae86f9bb87b3c529463187ba9aad0777111df7bc71bffea684f1e376e65d3b62a64fa475d4f48d3d97f443e5a19"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-lib-instrument"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-report",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-report@3.0.0",
      "author": "Krishnan Anantheswaran",
      "description": "Base reporting library for istanbul",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-lib-report@3.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git#packages/istanbul-lib-report",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://istanbul.js.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c1c762fae00acdf8864f669b3e9299d21494d6b1908d44272efb58e4ca50ed00936a10f754e0e172ee3071f63562d9066830f9caec9d38b20d5ec7dbbacf513b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-lib-report"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-report@3.0.0|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul-lib-report/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-report@3.0.0|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul-lib-report/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-source-maps",
      "version": "4.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-source-maps@4.0.1",
      "author": "Krishnan Anantheswaran",
      "description": "Source maps support for istanbul",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-lib-source-maps@4.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git#packages/istanbul-lib-source-maps",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://istanbul.js.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9f7b3c13091d1482421b704f28162fb248171a8cbcf00473bde8248ad93ad0dc5177096d2ce4da1fb09488c457bf0628ae5d10ef5da212371607e7cafccad657"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-lib-source-maps"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-source-maps@4.0.1|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\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "52381aa6e99695b3219018334fb624739617513e3a17488abbc4865ead1b7303f9773fe1d0f963e9e9c9aa3cf565bab697959aa989eb55bc16396332177178ee"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul-lib-source-maps/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-reports",
      "version": "3.1.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|istanbul-reports@3.1.3",
      "author": "Krishnan Anantheswaran",
      "description": "istanbul reports",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-reports@3.1.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git#packages/istanbul-reports",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://istanbul.js.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c7d2ed0d5b5f9bfb7518588b97735f7c2ee1cfe235ada82f817d4ffcb83536521a8227d90ca524bae680c47feaa708f622e11f0fc1b606cfd42a9fac67fa4a92"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-reports"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-worker",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-worker@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-worker",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7f6b3c904772d7972ff6beeae0a933197be563425372609b3076417d2403c16efb444af8e480d6c1dd2592c0c57951c7da3279a6a6fdd13efb5ec72b8de1b3ce"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-worker"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "supports-color",
          "version": "8.1.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5|supports-color@8.1.1",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@8.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "3295043763a876d533c6f29097bd9c505ed14391221ec1af4ac546d226bd73945b5862f6088e02ec4a4f4bc513048a659e5cd988db95e7ac3e16e371cb7b72d9"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-worker/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-worker/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "string-length",
      "version": "4.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|string-length@4.0.2",
      "author": "Sindre Sorhus",
      "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/string-length@4.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/string-length.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/string-length#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/string-length/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fa5eab34de5f607361659cb8d515ec629b428c0d88826ab8106ee4640605408d44d554d76abafa64f5c183a7aaed8e9e2b8144858e80265cae1486ffbff4b455"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string-length"
        }
      ]
    },
    {
      "type": "library",
      "name": "terminal-link",
      "version": "2.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|terminal-link@2.1.1",
      "author": "Sindre Sorhus",
      "description": "Create clickable links in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/terminal-link@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/terminal-link.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/terminal-link#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/terminal-link/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ba7d059a245440daf93c9ab2f643fb738d05e4139fa469584ebc689c30a111907ba7367144da7f6edfb29a2cbdfe7a705f26bd287f7d9c9fc65c522252460615"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/terminal-link"
        }
      ]
    },
    {
      "type": "library",
      "name": "v8-to-istanbul",
      "version": "8.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|v8-to-istanbul@8.1.0",
      "author": "Ben Coe",
      "description": "convert from v8 coverage format to istanbul's format",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/v8-to-istanbul@8.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/istanbuljs/v8-to-istanbul.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/v8-to-istanbul#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/v8-to-istanbul/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fcf4617ddf1a4cda7d1a0afad873f35e0d976ac3451b2e4f06dd11a74e1dbbbffc18d35283114be9605392030a48bf5b1631fef242841b77f7ec59b1893a9450"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/v8-to-istanbul"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-istanbul",
      "version": "6.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-istanbul@6.1.1",
      "author": "Thai Pangsakulyanont @dtinth",
      "description": "A babel plugin that adds istanbul instrumentation to ES6 code",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-istanbul@6.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/istanbuljs/babel-plugin-istanbul.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/babel-plugin-istanbul#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "635210a24f7cdb5702f689c2c79a2d8057d19bb2e6f88fb0c313b1ef7f0cfd62cf67d438da6e081b95b414d5fc58b2f6818319a37264b97207d833a958cfaac0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-istanbul"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "istanbul-lib-instrument",
          "version": "5.1.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-istanbul@6.1.1|istanbul-lib-instrument@5.1.0",
          "author": "Krishnan Anantheswaran",
          "description": "Core istanbul API for JS code coverage",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/istanbul-lib-instrument@5.1.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git#packages/istanbul-lib-instrument",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
            },
            {
              "url": "https://istanbul.js.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/istanbuljs/istanbuljs/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "733c14cf9db9ae43850c9c5f28aea661f22cf7304a20bcab650c63cf700186341785b845b126e8d475bf04572c0e77c9609580ead851479fd3518daab395bdf5"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "pirates",
      "version": "4.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|pirates@4.0.4",
      "author": "Ari Porad",
      "description": "Properly hijack require",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pirates@4.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/danez/pirates.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/danez/pirates#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/danez/pirates/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pirates/-/pirates-4.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "648ad53c7f80e760f0f384742f7fd54bd3a9d383ee436484a092fa6e4b219a24e273f1e57725bd4dfee81f99a125904aecd983c76eef48cad81173d7725a432b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pirates"
        }
      ]
    },
    {
      "type": "library",
      "name": "write-file-atomic",
      "version": "3.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|write-file-atomic@3.0.3",
      "author": "Rebecca Turner",
      "description": "Write files in an atomic fashion w/configurable ownership",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/write-file-atomic@3.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/npm/write-file-atomic.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/write-file-atomic",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/write-file-atomic/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "02f1dcc99e499d27eade2a12ca3ac1907f725b89bb03293cffd332fc30fda2729ebbff787f0acca1c7a63b64002450259e70cdf990d2f998c0479b9ad7f3d5fd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/write-file-atomic"
        }
      ]
    },
    {
      "type": "library",
      "name": "type-fest",
      "version": "0.21.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|type-fest@0.21.3",
      "author": "Sindre Sorhus",
      "description": "A collection of essential TypeScript types",
      "licenses": [
        {
          "expression": "(MIT OR CC0-1.0)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/type-fest@0.21.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/type-fest.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/type-fest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/type-fest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b74af306af3b9b77d571db870d41612a6cb25fef5ea3a5908d9bdfe7511afccd10efe4f7ef8269d5a522c9497418ac69f0cfce113547483be69323e0bd7f97db"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/type-fest"
        }
      ]
    },
    {
      "type": "library",
      "name": "throat",
      "version": "6.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|throat@6.0.1",
      "author": "ForbesLindesay",
      "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/throat@6.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ForbesLindesay/throat.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ForbesLindesay/throat#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ForbesLindesay/throat/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f219a218824c0e5c2383b765278c8a18b2bc12c62a2a03d66c6ddbe308c975d28dc1cecdec3a67d3c0dfe2ccebfec65d31578eb2dadd612b2acd7e8161b701fb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/throat"
        }
      ]
    },
    {
      "type": "library",
      "name": "test-sequencer",
      "group": "@jest",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/test-sequencer@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/test-sequencer@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-test-sequencer",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9f9c28227ff5bfe153fbd8678b29873c0440f6ea585267e2e4fc3d7b05705c20e52b8179fc691e7acf6ff2f76319d00827630f1cb1e87626a32e96596a75b311"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/test-sequencer"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-jest",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5",
      "description": "Jest plugin to use babel for transformation.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-jest@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/babel-jest",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "deeb944e35db82d383992bff0d73bd9d97c3e762320b63984c5697191ccbd24a72933ae86aab82ac3e7e95935a7d3bd996736a647b79a5bd0cd3ca950599ec9c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-jest"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-jest/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-jest/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-jest/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-jest/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-jest/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-jest/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ci-info",
      "version": "3.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ci-info@3.3.0",
      "author": "Thomas Watson Steen",
      "description": "Get details about the current Continuous Integration environment",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ci-info@3.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/watson/ci-info.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/watson/ci-info",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/watson/ci-info/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ae24ffdef239629547ebfaa89a50e7268c3a4c179ed8f04a484a71dcedf61063d86d618846c2251919acdd29bbe30604d49328f119ced381dbd76fafd49e480b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ci-info"
        }
      ]
    },
    {
      "type": "library",
      "name": "deepmerge",
      "version": "4.2.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|deepmerge@4.2.2",
      "description": "A library for deep (recursive) merging of Javascript objects",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/deepmerge@4.2.2",
      "externalReferences": [
        {
          "url": "git://github.com/TehShrike/deepmerge.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TehShrike/deepmerge",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TehShrike/deepmerge/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "149dd4808e20225f8f1d99b9de49ecb9216913e9c448cafb338bfd41c801ed2eb72a3ffa5aa322150269041633d4fb7eeba6d9a4fdd0ecbc9ed0ea3d30f28476"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deepmerge"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-circus",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-circus@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-circus",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7933566bdc2cbc1c0fca484c31286179a7dbc326a471d1d9684621e6246b4343c52719033ff7b753f16fcc6b8a5aed96a70500dc2de13e57e9bb3bce75356a9f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-circus"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-circus/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-circus/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-circus/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-circus/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-circus/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-circus/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-environment-jsdom",
      "version": "27.4.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-environment-jsdom@27.4.4",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-environment-jsdom@27.4.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-environment-jsdom",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.4.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7184779dd35f1c1a90805bd2d512fb74da92bc3fff2b9ea3fead6cdb280d1dc7d3080a75db37c8ae898ed70dc23a65ebc52f2158087bf82999986088a2a19c18"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-environment-jsdom"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-environment-node",
      "version": "27.4.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-environment-node@27.4.4",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-environment-node@27.4.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-environment-node",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.4.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0febf795b2761a3413411db74cad24637bc556649e79ad39822227238d471ce6899c0c0e9e65074d98146992fe571501e37a48ce86bb3ccc16b42565214a15a0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-environment-node"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-jasmine2",
      "version": "27.4.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-jasmine2@27.4.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-jasmine2",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a149efc212438f62e13a2501d64767263931f02e4fc2051941bf6eac5efb9842c7f43191e1ed86aa95902813985d6b39fae4cdf41183a91cf701e8395adb3b6b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-jasmine2"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-jasmine2/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-jasmine2/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-jasmine2/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-jasmine2/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-jasmine2/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-jasmine2/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "graceful-fs",
      "group": "@types",
      "version": "4.1.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/graceful-fs@4.1.5",
      "description": "TypeScript definitions for graceful-fs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/graceful-fs@4.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/graceful-fs",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6a72a42e6659fb19b8a7c25605fe2112590ce1747e119780d8cf4102491395d99cc8363899b748267460843247dcebf9a2863bfd402810db6674c4a468077b0b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/graceful-fs"
        }
      ]
    },
    {
      "type": "library",
      "name": "anymatch",
      "version": "3.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|anymatch@3.1.2",
      "author": "Elan Shanker",
      "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/anymatch@3.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/anymatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/anymatch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/anymatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3f8dde3df38022ea6482e1d4c9cadce2a27d933f198ae3948a36844f05fb4c7b7463f18d2bbbf469af2b63cd7ac568d9eeb25d0395dd31ca5515328cabe46f5a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/anymatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "fb-watchman",
      "version": "2.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|fb-watchman@2.0.1",
      "author": "Wez Furlong",
      "description": "Bindings for the Watchman file watching service",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fb-watchman@2.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/facebook/watchman.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://facebook.github.io/watchman/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/watchman/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0e43c9290798ea42b09ae32b7ad061afb1ba56876bedb1700d84d72247c6d608ef3696b1053415dcf6d783a6d1d5cd543f88cf397d231d46db1c034bf6f46356"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fb-watchman"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-serializer",
      "version": "27.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-serializer@27.4.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-serializer@27.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-serializer",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "443869727e5fd496135f6a6f240183727b0d4e7b15f5b8d83d4f31715fb13f03979d43ce4307f8644ba253a1bd1f5533b47f8e6a9320bbf724115c0ef3b3f09d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-serializer"
        }
      ]
    },
    {
      "type": "library",
      "name": "walker",
      "version": "1.0.8",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|walker@1.0.8",
      "author": "Naitik Shah",
      "description": "A simple directory tree walker.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/walker@1.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/daaku/nodejs-walker.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/daaku/nodejs-walker",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/daaku/nodejs-walker/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b6cffc13c9796fb918d2f9562dec0e9035cc98f74b7155781a63902f2c6e4acc0826cc1e78566d02c305ee4d4db33cfe4d8050ae56119b33a7af7f7ccb525e99"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/walker"
        }
      ]
    },
    {
      "type": "library",
      "name": "stack-utils",
      "group": "@types",
      "version": "2.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/stack-utils@2.0.1",
      "description": "TypeScript definitions for stack-utils",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/stack-utils@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/stack-utils",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stack-utils",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1e5db5f7f053e5f2c06b3e8d0e44ae8736accb8f5dc104bf0d276ee0c76080507ccdc5efeef7e5048df1a7b1449a499d0e40542366cf50d78cb6da7692761dc7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/stack-utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "stack-utils",
      "version": "2.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|stack-utils@2.0.5",
      "author": "James Talmage",
      "description": "Captures and cleans stack traces",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stack-utils@2.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/tapjs/stack-utils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tapjs/stack-utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tapjs/stack-utils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c6b41c99884eb27ff5917f95adaabeee3e281368ffe8116c719d1eb66620f35c6e33c1aad34db63f16fcf88aa03855086b11ecd0a6926fb4f5f8e7a088dacd14"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stack-utils"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "escape-string-regexp",
          "version": "2.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|stack-utils@2.0.5|escape-string-regexp@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Escape RegExp special characters",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/escape-string-regexp@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/escape-string-regexp.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/escape-string-regexp#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/escape-string-regexp/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "529cdc2c25e895459c36ee47b5530761d5c98c0ae3b05f42d1a367aae658638b96fd5bb49a2cb96285af6d5df8e476ae56f700527a51ba130c72a4dc18e636fb"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/stack-utils/node_modules/escape-string-regexp"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-pnp-resolver",
      "version": "1.2.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-pnp-resolver@1.2.2",
      "description": "plug'n'play resolver for Webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-pnp-resolver@1.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/arcanis/jest-pnp-resolver.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/arcanis/jest-pnp-resolver",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/arcanis/jest-pnp-resolver/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a25578d5b292326f01767b8cb1ec13e23aa567cfb74c20110178d9193f637284a7adf527442aa732817d5c47a85a36f339ba6a17d751847423d176fd41d17aff"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-pnp-resolver"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve.exports",
      "version": "1.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|resolve.exports@1.1.0",
      "author": "Luke Edwards",
      "description": "A tiny (737b), correct, general-purpose, and configurable \"exports\" resolver without file-system reliance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/resolve.exports@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lukeed/resolve.exports.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lukeed/resolve.exports#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lukeed/resolve.exports/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "27597e671c69e172b72d40d9f66eb42d1245fe601ee33e9ae31c9a6cf1e4ee9bcae6ddf9740095df68888c90c57966457d994edbdc3a499ebb927474b47cc9b5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve.exports"
        }
      ]
    },
    {
      "type": "library",
      "name": "environment",
      "group": "@jest",
      "version": "27.4.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/environment@27.4.4",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/environment@27.4.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-environment",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/environment/-/environment-27.4.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "abe9e2331edc260b7fb7f6fa7732ce8785bc11fffc572286ee1c4048adfd8da9228c9cdb1411a9a6dc77457cf5dc5155ece8ac850f654dbbfe750e4adc485f0d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/environment"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-docblock",
      "version": "27.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-docblock@27.4.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-docblock@27.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-docblock",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ed305acd474228657bb2f67e821ec2f1eb009f0789a06f92bdc17a0a3aa3e25d7bcc0daad5c330c7624e6d28a8b9b937d7b1fe72370780ffbb7d3b3ad296ae96"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-docblock"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-leak-detector",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-leak-detector@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-leak-detector@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-leak-detector",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9a5d0abc5619965ccf0495837a2de60f3521ca9fcce2e6ca79b5fef9f3dab9da5ef0eb31504fa6f8fe9c8952dba10b2bcce0960e3136d3f7977b0f50331fd51b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-leak-detector"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-support",
      "version": "0.5.21",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|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\""
        },
        {
          "url": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b811d4dcbddccec232617297f3c7ddac6a2fc5d482a13183459e92617b524712d95331e0e4fffae87b7aba85251eef4466877e8a75e12a8dea420c17513ff2d7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-map-support"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|source-map-support@0.5.21|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\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "52381aa6e99695b3219018334fb624739617513e3a17488abbc4865ead1b7303f9773fe1d0f963e9e9c9aa3cf565bab697959aa989eb55bc16396332177178ee"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/source-map-support/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "globals",
      "group": "@jest",
      "version": "27.4.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/globals@27.4.4",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/globals@27.4.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-globals",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/globals/-/globals-27.4.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6eaa6a4215b7d013ab79733c6c0f2df096ce433b2afd69cf4e7065f88b77531003f49f32c4401a044ca51f1d5db416a902bfd4064f0689d5dbce6aa779ef2d61"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/globals"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map",
      "group": "@jest",
      "version": "27.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/source-map@27.4.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/source-map@27.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-source-map",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "36d8f1f63ccfdba06f85b9bddf3fc029c3d18fff70ae423cf3f80aeb48255c3c75abe21e234adfecbc3673cf4287aa1fa270743a7fe2443ade42e43ab5ef6981"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/source-map"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/source-map@27.4.0|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\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "52381aa6e99695b3219018334fb624739617513e3a17488abbc4865ead1b7303f9773fe1d0f963e9e9c9aa3cf565bab697959aa989eb55bc16396332177178ee"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/source-map/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "cjs-module-lexer",
      "version": "1.2.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|cjs-module-lexer@1.2.2",
      "author": "Guy Bedford",
      "description": "Lexes CommonJS modules, returning their named exports metadata",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cjs-module-lexer@1.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/guybedford/cjs-module-lexer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/guybedford/cjs-module-lexer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/guybedford/cjs-module-lexer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "70e53dbac670f3f7572172adc1af29334393250b8993130deb0df472c35151eac77de43947a53792453f16d25e21fdccdb4d8e1df63653c71c227046effc6880"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cjs-module-lexer"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-mock",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-mock@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-mock@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-mock",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3c30cfbb2868ba4936d09ad029ea1f2b5da1aad4a46bb9961f4410bb148d82b7623ecae76182d2eb06f3bbf1c3971651ce38b9ca52d150b7ae23fbe66590eb60"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-mock"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-bom",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|strip-bom@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Strip UTF-8 byte order mark (BOM) from a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/strip-bom@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/strip-bom.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-bom#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-bom/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "df1bab16fe6d1208a2df7662f09b69e79c042082d1f5e877e05016d343d97fe2674ac4e657f8a87b04a0425f7b247be08e8446c0f4a1b169be21daf1077e5dd3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-bom"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel__traverse",
      "group": "@types",
      "version": "7.14.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/babel__traverse@7.14.2",
      "description": "TypeScript definitions for @babel/traverse",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/babel__traverse@7.14.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/babel__traverse",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__traverse",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2b6c1a5dd5c18b6df4d9751d707711d6309e5342cbe130fd1d1b3f824d0dd97beb86df86fc17c96b840e6c14197e131dc620a957708e97935fab8b8a4de4e724"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/babel__traverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "prettier",
      "group": "@types",
      "version": "2.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/prettier@2.4.2",
      "description": "TypeScript definitions for prettier",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/prettier@2.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/prettier",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prettier",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7a4a23e2a390629ec2be35fc64306037ceb0dcca9084b13585ccc425b1088e0144ba60f2fa76bfe002406cb5df804585341da929a74ce6b3c5b6e4863162bbc4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/prettier"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-preset-current-node-syntax",
      "version": "1.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-preset-current-node-syntax@1.0.1",
      "author": "Nicolò Ribaudo",
      "description": "A Babel preset that enables parsing of proposals supported by the current Node.js version.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-current-node-syntax@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nicolo-ribaudo/babel-preset-current-node-syntax/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "33b2d0d1bc5aae4c50a0dfafcf96893ec2c19fbee7f10813166a3c58ad3fe386ae2b6c65097ad8714c47171814eea5b9633c3f0a398b44adae27368277b2efa9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-preset-current-node-syntax"
        }
      ]
    },
    {
      "type": "library",
      "name": "expect",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|expect@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/expect@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/expect",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/expect/-/expect-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0630172030ba64e5be58114d83de89db60f6ecdab9a219fea0672e3f6aed3ad723bb136857d31ca50eb43dc41685d14e481210751ef67bee077676d94c5493ca"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/expect"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "5.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|expect@27.4.2|ansi-styles@5.2.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@5.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "0b1c29b7649f4f34ed5dc7ce97318479ef0ef9cf8c994806acd8817179ee5b1b852477ba6b91f3eeac21c1ee4e81a498234209be42ea597d40486f9c24e90488"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expect/node_modules/ansi-styles"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-matcher-utils",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2",
      "description": "A set of utility functions for expect and related packages",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-matcher-utils@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-matcher-utils",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8f23f6f1eaf7451b4cbfe7e6602fcf286f30bc099f19c48da6ba154d6d98d0ffce63bfe15943a6b0f7f13758ce84cfb4bb6c54f7ce2edb211a8068afcfd38119"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-matcher-utils"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-matcher-utils/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-matcher-utils/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-matcher-utils/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-matcher-utils/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-matcher-utils/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-matcher-utils/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "leven",
      "version": "3.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|leven@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/leven@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/leven.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/leven#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/leven/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "aac75af87f234da51a37fc79bf35b6af373ef11c384c043fe0a8c1e3a2302b9547f8895579e7a37bf128651a625ef22a8c580af3841f7ea3f3b462375412c6d4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/leven"
        }
      ]
    },
    {
      "type": "library",
      "name": "find-up",
      "version": "4.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|find-up@4.1.0",
      "author": "Sindre Sorhus",
      "description": "Find a file or directory by walking up parent directories",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/find-up@4.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/find-up.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/find-up#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/find-up/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3e93b001d43f6255d0daf8fc6b787c222a43b98462df071e550406616c4d20d71cab8d009f0ec196c11708c6edd59b7e38b03a16af6cb88a48583d0eb2721297"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/find-up"
        }
      ]
    },
    {
      "type": "library",
      "name": "kleur",
      "version": "3.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|kleur@3.0.3",
      "author": "Luke Edwards",
      "description": "The fastest Node.js library for formatting terminal text with ANSI colors~!",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/kleur@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lukeed/kleur.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lukeed/kleur#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lukeed/kleur/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "793233955392511f89c5d0c57a911870132d67d42a75e7feae7cd675166e31b3b2c2ee6d3b6c3637baea8e800d67993dbf2c212fa06bd55463508813431e04f3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/kleur"
        }
      ]
    },
    {
      "type": "library",
      "name": "sisteransi",
      "version": "1.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|sisteransi@1.0.5",
      "author": "Terkel Gjervig",
      "description": "ANSI escape codes for some terminal swag",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sisteransi@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/terkelg/sisteransi.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/terkelg/sisteransi#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/terkelg/sisteransi/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6cb186951d50c417329e7d9de589835f83068e566fcb631104344d1cb27c548ea5ebef45522c9314d27422f78e48fd1b7178150cf45c7c6a80d298daa94a5f56"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sisteransi"
        }
      ]
    },
    {
      "type": "library",
      "name": "cliui",
      "version": "7.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|cliui@7.0.4",
      "author": "Ben Coe",
      "description": "easily create complex multi-column command-line-interfaces",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cliui@7.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/yargs/cliui.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yargs/cliui#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yargs/cliui/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "39c444ebc70eb15317a7562fa2797f7f39103b28cb4aeffc6e13c37d0b747b4fc46f6f374ca3f6d05b3632aa0fb2bf52c00e7de6b44203e40ccd873d9c13fe25"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cliui"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-caller-file",
      "version": "2.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|get-caller-file@2.0.5",
      "author": "Stefan Penner",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-caller-file@2.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/stefanpenner/get-caller-file.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stefanpenner/get-caller-file#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stefanpenner/get-caller-file/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0f214fdc133fdd81d340e0942ffc343991d1d25a4a786af1a2d70759ca8d11d9e5b6a1705d57e110143de1e228df801f429a34ac6922e1cc8889fb58d3a87616"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-caller-file"
        }
      ]
    },
    {
      "type": "library",
      "name": "require-directory",
      "version": "2.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|require-directory@2.1.1",
      "author": "Troy Goode",
      "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/require-directory@2.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/troygoode/node-require-directory.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/troygoode/node-require-directory/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/troygoode/node-require-directory/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/require-directory"
        }
      ]
    },
    {
      "type": "library",
      "name": "string-width",
      "version": "4.2.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|string-width@4.2.3",
      "author": "Sindre Sorhus",
      "description": "Get the visual width of a string - the number of columns required to display it",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/string-width@4.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/string-width.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/string-width#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/string-width/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c0ac90450a63274b08a7ad84ad265d1ac8cc256b1aa79a1136284786ee86ec954effd8c807a5327af2feb57b8eaab9e0f23fdcc4a4d6c96530bd24eb8a2673fe"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string-width"
        }
      ]
    },
    {
      "type": "library",
      "name": "y18n",
      "version": "5.0.8",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|y18n@5.0.8",
      "author": "Ben Coe",
      "description": "the bare-bones internationalization library used by yargs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/y18n@5.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/yargs/y18n.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yargs/y18n",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yargs/y18n/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d297c5cde81e0d62472480264cb44fd83c078dd179b3b8e8f6dbb3b5d43102120d09dbd2fb79c620da8f774d00a61a8947fd0b8403544baffeed209bf7c60e7c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/y18n"
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs-parser",
      "version": "20.2.9",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|yargs-parser@20.2.9",
      "author": "Ben Coe",
      "description": "the mighty option parser used by yargs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yargs-parser@20.2.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/yargs/yargs-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yargs/yargs-parser#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yargs/yargs-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cb5d67184953215f824f766ff6ded52a5f90de14d0a13f5ad50cdece1865e91a76d6027f2154d6ed9df2f4459786e5010b64a19dff835f46a7b5e72903048ff3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yargs-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "mimic-fn",
      "version": "2.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|mimic-fn@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Make a function mimic another one",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mimic-fn@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/mimic-fn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/mimic-fn#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/mimic-fn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3aa6ce939a0441e019f165d6c9d96ef47263cfd59574422f6a63027179aea946234e49c7fecaac5af850def830285451d47a63bcd04a437ee76c9818cc6a8672"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mimic-fn"
        }
      ]
    },
    {
      "type": "library",
      "name": "slice-ansi",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0",
      "description": "Slice a string with ANSI escape codes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/slice-ansi@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/slice-ansi.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/slice-ansi#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/slice-ansi/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a52cafedb4930bb8a0f437206f0f40b913546f993957aa03b9d8d9a0c052af5deaa4b046eed07ece00a40118eaef121481dcf93f541ef2efab486768b8e388c9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/slice-ansi"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/slice-ansi/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/slice-ansi/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/slice-ansi/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "cli-cursor",
      "version": "3.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|cli-cursor@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Toggle the CLI cursor",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cli-cursor@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/cli-cursor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/cli-cursor#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/cli-cursor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "23fcc7030b0a7fd16a1a85cce16591002a1bf7e48dba465377de03585e7b138b68a2e46e95b0b171487a44a5043909584c7267ce43ccc92bcf35a6922cd7cb67"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cli-cursor"
        }
      ]
    },
    {
      "type": "library",
      "name": "aggregate-error",
      "version": "3.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|aggregate-error@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Create an error from multiple errors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/aggregate-error@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/aggregate-error.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/aggregate-error#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/aggregate-error/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e08ed3774d6ab96fd1a6871f35ac85745564d6a4aea21d04ec9adb449d7a9c7d351e128543cf0836af5277e9ddef6cea4724a5afd0660c0f3194427abc932b60"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/aggregate-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "tslib",
      "version": "2.3.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|tslib@2.3.1",
      "author": "Microsoft Corp.",
      "description": "Runtime library for TypeScript helper functions",
      "licenses": [
        {
          "license": {
            "id": "0BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tslib@2.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/Microsoft/tslib.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://www.typescriptlang.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Microsoft/TypeScript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "efb11bc8f3e9333f8544546e00595632d9a051619ef54386d99db936a0b08888d184e7f988a1aecd27b93f6c3595aabe164472e29f8f0ae5642521a4cd310a57"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tslib"
        }
      ]
    },
    {
      "type": "library",
      "name": "fill-range",
      "version": "7.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|fill-range@7.0.1",
      "author": "Jon Schlinkert",
      "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fill-range@7.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/fill-range.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/fill-range",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/fill-range/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a8ea3d17e74c5260b62dc6f805b56f9ca2714cf8c29be451a5ee200ee1abce42fb984565fdd8d84aed8e750d8f6b7d36378a2a91283d8abea368b589d94495a5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fill-range"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimatch",
      "group": "@types",
      "version": "3.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/minimatch@3.0.5",
      "description": "TypeScript definitions for Minimatch",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/minimatch@3.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/minimatch",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/minimatch",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2a5cfde3d874d86cf6b9908c1b00d44834b56019537430e06d61e2fbcd65dbdb5000b52dbf3e2b0188b9ba85611392da828aba0dea805256eb1ef5bf9970e075"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/minimatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-type",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|path-type@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if a path is a file, directory, or symlink",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-type@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/path-type.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/path-type#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/path-type/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "80329bf1a64c0de0ffb595acf4febeab427d33091d97ac4c57c4e39c63f7a89549d3a6dd32091b0652d4f0875f3ac22c173d815b5acd553dd7b8d125f333c0bf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-type"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs.stat",
      "group": "@nodelib",
      "version": "2.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@nodelib/fs.stat@2.0.5",
      "description": "Get the status of a file with some features",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40nodelib/fs.stat@2.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/nodelib/nodelib.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodelib/nodelib/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodelib/nodelib/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "46484f3e9db3aea0c0400ff68cd867ced70f025bfae17761229edaef8e78039a2f23b06e93182decc5fbb9dc00bb7ce0d437293d4d2bcf7555d5279aaaf638f8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@nodelib/fs.stat"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs.walk",
      "group": "@nodelib",
      "version": "1.2.8",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@nodelib/fs.walk@1.2.8",
      "description": "A library for efficiently walking a directory recursively",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40nodelib/fs.walk@1.2.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/nodelib/nodelib.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodelib/nodelib/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodelib/nodelib/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a0607e53196059c810920c28f067041b07a6a1316ddc520ef5a6da6c199a1b05c8a01299f864f2d293f5f396de1a0ecb96287f3521d25765c0b35967ce7a1c4a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@nodelib/fs.walk"
        }
      ]
    },
    {
      "type": "library",
      "name": "glob-parent",
      "version": "5.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|glob-parent@5.1.2",
      "author": "Gulp Team",
      "description": "Extract the non-magic parent path from a glob string.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/glob-parent@5.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/gulpjs/glob-parent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gulpjs/glob-parent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gulpjs/glob-parent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "00e22049009ea62258c0fdc04671b1fb95674eed870587736c63f8e5e2f0d6faf7cc1def64b7b279dd6c0bd8676dc39cf7f4ab33233944f42b906cf8692f59a3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob-parent"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs.realpath",
      "version": "1.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|fs.realpath@1.0.0",
      "author": "Isaac Z. Schlueter",
      "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fs.realpath@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/fs.realpath.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/fs.realpath#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/fs.realpath/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "1504ad2523158caa40db4a2787cb01411994ea4f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fs.realpath"
        }
      ]
    },
    {
      "type": "library",
      "name": "inflight",
      "version": "1.0.6",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|inflight@1.0.6",
      "author": "Isaac Z. Schlueter",
      "description": "Add callbacks to requests in flight to avoid async duplication",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/inflight@1.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/inflight.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/inflight",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/inflight/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "49bd6331d7d02d0c09bc910a1075ba8165b56df9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inflight"
        }
      ]
    },
    {
      "type": "library",
      "name": "once",
      "version": "1.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|once@1.4.0",
      "author": "Isaac Z. Schlueter",
      "description": "Run a function exactly one time",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/once@1.4.0",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/once.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/once#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/once/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "583b1aa775961d4b113ac17d9c50baef9dd76bd1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/once"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-is-absolute",
      "version": "1.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|path-is-absolute@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Node.js 0.12 path.isAbsolute() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-is-absolute@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/path-is-absolute.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/path-is-absolute#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/path-is-absolute/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-is-absolute"
        }
      ]
    },
    {
      "type": "library",
      "name": "core-util-is",
      "version": "1.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|core-util-is@1.0.3",
      "author": "Isaac Z. Schlueter",
      "description": "The `util.is*` functions introduced in Node v0.12.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/core-util-is@1.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/core-util-is.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/core-util-is#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/core-util-is/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "65006f8b50dca49e060ea6a78ee719d878f7c043b9a590d2f3d0566e472bbddc64b09a2bc140c365a997f65745929f5ac369660432e090e6c40380d6349f4561"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/core-util-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "isarray",
      "version": "1.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|isarray@1.0.0",
      "author": "Julian Gruber",
      "description": "Array#isArray for older browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isarray@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/juliangruber/isarray.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/isarray",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/isarray/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "bb935d48582cba168c06834957a54a3e07124f11"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "process-nextick-args",
      "version": "2.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|process-nextick-args@2.0.1",
      "description": "process.nextTick but always with args",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/process-nextick-args@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/calvinmetcalf/process-nextick-args",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/calvinmetcalf/process-nextick-args/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "de8b943a9421b60adb39ad7b27bfaec4e4e92136166863fbfc0868477f80fbfd5ef6c92bcde9468bf757cc4632bdbc6e6c417a5a7db2a6c7132a22891459f56a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/process-nextick-args"
        }
      ]
    },
    {
      "type": "library",
      "name": "string_decoder",
      "version": "1.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|string_decoder@1.1.1",
      "description": "The string_decoder module from Node core",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/string_decoder@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/nodejs/string_decoder.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodejs/string_decoder",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodejs/string_decoder/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9ff4a19ef0e2e851db6d57ef8aba3e5a88e2173bfeb3c30f30705ccd578f7d4a4324bc282d3d21b759786300426e2f29240bde104767907c8fc933ff9b345fc2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string_decoder"
        }
      ]
    },
    {
      "type": "library",
      "name": "util-deprecate",
      "version": "1.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|util-deprecate@1.0.2",
      "author": "Nathan Rajlich",
      "description": "The Node.js `util.deprecate()` function with browser support",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/util-deprecate@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/TooTallNate/util-deprecate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TooTallNate/util-deprecate",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/util-deprecate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "450d4dc9fa70de732762fbd2d4a28981419a0ccf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/util-deprecate"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-styles",
      "version": "3.2.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ansi-styles@3.2.1",
      "author": "Sindre Sorhus",
      "description": "ANSI escape codes for styling strings in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-styles@3.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/ansi-styles.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/ansi-styles#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/ansi-styles/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "553d1923a91945d4e1f18c89c3748c6d89bfbbe36a7ec03112958ed0f7fdb2af3f7bde16c713a93cac7d151d459720ad3950cd390fbc9ed96a17189173eaf9a8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-styles"
        }
      ]
    },
    {
      "type": "library",
      "name": "escape-string-regexp",
      "version": "1.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|escape-string-regexp@1.0.5",
      "author": "Sindre Sorhus",
      "description": "Escape RegExp special characters",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escape-string-regexp@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/escape-string-regexp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/escape-string-regexp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/escape-string-regexp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escape-string-regexp"
        }
      ]
    },
    {
      "type": "library",
      "name": "supports-color",
      "version": "5.5.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|supports-color@5.5.0",
      "author": "Sindre Sorhus",
      "description": "Detect whether a terminal supports color",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/supports-color@5.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/supports-color.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/supports-color#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/supports-color/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "423563c1d5c8b78d3c308880a825f8a142ac814d84a801b3b363e9926e1a4186e39be644584716e127c5353af8b8c35999ad1ecb87f99602eb901d1a5f440ca3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/supports-color"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerate-unicode-properties",
      "version": "9.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|regenerate-unicode-properties@9.0.0",
      "author": "Mathias Bynens",
      "description": "Regenerate sets for Unicode properties and values.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regenerate-unicode-properties@9.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/regenerate-unicode-properties.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mathiasbynens/regenerate-unicode-properties",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/regenerate-unicode-properties/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dc4d7651e3523df8eb8308e447cd66e49ec0c3f4f9e53bbb9d4c995506022843acfb6764c4463e0e93ed6733b862bbae88f6fb36460b55cc890b8fb309b939a4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regenerate-unicode-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerate",
      "version": "1.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|regenerate@1.4.2",
      "author": "Mathias Bynens",
      "description": "Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regenerate@1.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/regenerate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mths.be/regenerate",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/regenerate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ceb71e47f5e119853f77fa29af610a3bb6911d47a2048f2a8ed7c7a800d3c1977a4b37f2d7a95aea4a83d0c214b39cf9871e8068a6be3e2c693eb476f3df88d0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regenerate"
        }
      ]
    },
    {
      "type": "library",
      "name": "regjsgen",
      "version": "0.5.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|regjsgen@0.5.2",
      "author": "Benjamin Tan",
      "description": "Generate regular expressions from regjsparser’s AST.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regjsgen@0.5.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/bnjmnt4n/regjsgen.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bnjmnt4n/regjsgen",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bnjmnt4n/regjsgen/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "385153dcc7eb1fdd31216f0e392c94ae4e901c3e44f49393786a1d8897814b727a230960cc930d13fd5b664956cf9a1383ef5d08cc847ad725bc255738fa0ddc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regjsgen"
        }
      ]
    },
    {
      "type": "library",
      "name": "regjsparser",
      "version": "0.7.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|regjsparser@0.7.0",
      "author": "'Julian Viereck'",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regjsparser@0.7.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/jviereck/regjsparser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jviereck/regjsparser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jviereck/regjsparser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.7.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "038a5c68e46a98d3035705235a84f3ba1c0c1a93fe3729297ea02c1202351521ff1330bb96b3794cc77e90df180a8bd7fa3329bbc79aa978173c26b483c15035"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regjsparser"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "jsesc",
          "version": "0.5.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|regjsparser@0.7.0|jsesc@0.5.0",
          "author": "Mathias Bynens",
          "description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared",
                "url": "http://mths.be/mit"
              }
            }
          ],
          "purl": "pkg:npm/jsesc@0.5.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/mathiasbynens/jsesc.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://mths.be/jsesc",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mathiasbynens/jsesc/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-1",
                  "content": "e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/regjsparser/node_modules/jsesc"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "unicode-match-property-ecmascript",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|unicode-match-property-ecmascript@2.0.0",
      "author": "Mathias Bynens",
      "description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unicode-match-property-ecmascript@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/unicode-match-property-ecmascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mathiasbynens/unicode-match-property-ecmascript",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/unicode-match-property-ecmascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e646990ab6e9e6699bcf9ba50640e46d8d12b0f3a32aa552df95692fdba530f7d29742745ec9bef44be986ff42a08645c2b7bb689a1af78018eac78c28654de5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unicode-match-property-ecmascript"
        }
      ]
    },
    {
      "type": "library",
      "name": "unicode-match-property-value-ecmascript",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|unicode-match-property-value-ecmascript@2.0.0",
      "author": "Mathias Bynens",
      "description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unicode-match-property-value-ecmascript@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/unicode-match-property-value-ecmascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ed886473461efade0f358cce18a79d0e15db60805ed57110610c4e3f285c5cd309d1608006aaa3e9c93275dea95916531d5e06b823ca74101488c73ad2db0a57"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unicode-match-property-value-ecmascript"
        }
      ]
    },
    {
      "type": "library",
      "name": "call-bind",
      "version": "1.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|call-bind@1.0.2",
      "author": "Jordan Harband",
      "description": "Robustly `.call.bind()` a function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/call-bind@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/call-bind.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/call-bind#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/call-bind/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ecef856c28a1ac1e5619b1587ac72dc264ca69eeab3a22339b3d6272b79627ed1a03b2c97eeaa112ca364fd9dca5c16dccc42dcd77f64061ae7962464d8b2aac"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/call-bind"
        }
      ]
    },
    {
      "type": "library",
      "name": "define-properties",
      "version": "1.1.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|define-properties@1.1.3",
      "author": "Jordan Harband",
      "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/define-properties@1.1.3",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/define-properties.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/define-properties#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/define-properties/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dcca9f60a8f694bcdd3127fc648644fd5f99bb2f81803e9fd7ae1ef0adb0edd827a4a02b0437ab198a4ce3a21861c8e791d3cd3233e4f40e95141f3edd22a55d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/define-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-symbols",
      "version": "1.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|has-symbols@1.0.2",
      "author": "Jordan Harband",
      "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-symbols@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/has-symbols.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/has-symbols#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/has-symbols/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7215daefdacbfd40b62a55f5ee3a37bd11b3d1acda584c79b46a99839a4edcd532109541d7b74caee425cc208e7d4bc496084a726e75f78f81091be2d91bff1b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-symbols"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-keys",
      "version": "1.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|object-keys@1.1.1",
      "author": "Jordan Harband",
      "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object-keys@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/object-keys.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/object-keys#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/object-keys/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "36e00449439432b9485ce7c72b30fa6e93eeded62ddf1be335d44843e15e4f494d6f82bc591ef409a0f186e360b92d971be1a39323303b3b0de5992d2267e12c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-report",
      "group": "@types",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/istanbul-lib-report@3.0.0",
      "description": "TypeScript definitions for istanbul-lib-report",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/istanbul-lib-report@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/istanbul-lib-report",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a651a05c03df54a16861f6bd369603024b1e1be83a26bdbde11a9ea9ca838b149b537e0c6552518bf3feed8f060e9ce41302da19964ea4a20499e55936d2acae"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/istanbul-lib-report"
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs-parser",
      "group": "@types",
      "version": "20.2.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/yargs-parser@20.2.1",
      "description": "TypeScript definitions for yargs-parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/yargs-parser@20.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/yargs-parser",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "eed1489a080d78d05532c9f4bcbae99f51f5b8fad405d9c044f4e96688ad637ed9add2511337fb235ead32b94ade17a7df8f60af535887c0a66506bb0931ba03"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/yargs-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "function-bind",
      "version": "1.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|function-bind@1.1.1",
      "author": "Raynos",
      "description": "Implementation of Function.prototype.bind",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/function-bind@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/Raynos/function-bind.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/function-bind",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/function-bind/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c88a2f033317e3db05f18979f1f482589e6cbd22ee6a26cfc5740914b98139b4ee0abd0c7f52a23e8a4633d3621638980426df69ad8587a6eb790e803554c8d0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/function-bind"
        }
      ]
    },
    {
      "type": "library",
      "name": "schema",
      "group": "@istanbuljs",
      "version": "0.1.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@istanbuljs/schema@0.1.3",
      "author": "Corey Farrell",
      "description": "Schemas describing various structures used by nyc and istanbuljs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40istanbuljs/schema@0.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/istanbuljs/schema.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/schema#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/schema/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "657458e2336f56049543c0cbdcb4dc6a4680b57c13554c44f3586c96cc83d80b685d6ff05686f5d0790e2755ffa4095c23b0fed98a192a0e5da3c1bfc3a45880"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@istanbuljs/schema"
        }
      ]
    },
    {
      "type": "library",
      "name": "make-dir",
      "version": "3.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|make-dir@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Make a directory and its parents if needed - Think `mkdir -p`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/make-dir@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/make-dir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/make-dir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/make-dir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "83715e3f6d0b3708402dbffa0b3e837781769e0cded23cfbb5bceb0f6c0057ea3d15e3477b8acbfb22b699dd09fdf8927f5b1ad400e15ea8b9fa857038cfde1b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/make-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "html-escaper",
      "version": "2.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|html-escaper@2.0.2",
      "author": "Andrea Giammarchi",
      "description": "fast and safe way to escape and unescape &<>'\" chars",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/html-escaper@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/WebReflection/html-escaper.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/WebReflection/html-escaper",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/WebReflection/html-escaper/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1f688cb5dd08e0cb7979889aa517480e3a7e5f37a55d0d2d144e094bb605c057af5d73263a9f66c8dad4bc28340fac2cf22aa444f05f28781bc228354a694b7e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/html-escaper"
        }
      ]
    },
    {
      "type": "library",
      "name": "char-regex",
      "version": "1.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|char-regex@1.0.2",
      "author": "Richie Bendall",
      "description": "A regex to match any full character, considering weird character ranges.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/char-regex@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/Richienb/char-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Richienb/char-regex#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Richienb/char-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "916597cedbd9e5205057e79180a15e87cab9b0bb99636fbc5942339715954e0fa81b0635e2aca5c7529b2b31ddf0fe99624020d31c880d4f4930787224c6758f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/char-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "supports-hyperlinks",
      "version": "2.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|supports-hyperlinks@2.2.0",
      "author": "James Talmage",
      "description": "Detect if your terminal emulator supports hyperlinks",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/supports-hyperlinks@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/supports-hyperlinks.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/supports-hyperlinks#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/supports-hyperlinks/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "eac5c4cd5e7e2398fc066abdfef52984644cfd124d4fd48251124b8f07ce839d61791b60b86583cdc6819600332a141ad0454da4f10acd0b81c19f12f1668279"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/supports-hyperlinks"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|supports-hyperlinks@2.2.0|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/supports-hyperlinks/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|supports-hyperlinks@2.2.0|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/supports-hyperlinks/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "load-nyc-config",
      "group": "@istanbuljs",
      "version": "1.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0",
      "description": "Utility function to load nyc configuration",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40istanbuljs/load-nyc-config@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/istanbuljs/load-nyc-config.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/load-nyc-config#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/load-nyc-config/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5637874a5233a6ffcdc83dcdd18b877d738f0c88b1700d6ad9957df30b0ca9c6253e6bf69f761bda560ff5730496768555783903b60b4de2eee95f38b900e399"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@istanbuljs/load-nyc-config"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "js-yaml",
          "version": "3.14.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0|js-yaml@3.14.1",
          "author": "Vladimir Zapparov",
          "description": "YAML 1.2 parser and serializer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/js-yaml@3.14.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/nodeca/js-yaml.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/nodeca/js-yaml",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/nodeca/js-yaml/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a24307ece5d727b62b37d3a4dff497ae7bb8897f723a4fb6e67a97e22992da7a6ebd36039a8fd0119a2ac199186880e4de356f04e4ce20480485a2ceca7052f6"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml"
            }
          ]
        },
        {
          "type": "library",
          "name": "resolve-from",
          "version": "5.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0|resolve-from@5.0.0",
          "author": "Sindre Sorhus",
          "description": "Resolve the path of a module like `require.resolve()` but from a given path",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/resolve-from@5.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/resolve-from.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/resolve-from#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/resolve-from/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a9883d28fdb8743e6a91af49e3b774695932d0df9be1f4d4f3d2cdf620e78c1e706a4b220b8f6bbcc0743eb509406a13987e745cf8aa3af0230df6a28c6c5867"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from"
            }
          ]
        },
        {
          "type": "library",
          "name": "argparse",
          "version": "1.0.10",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0|argparse@1.0.10",
          "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/argparse@1.0.10",
          "externalReferences": [
            {
              "url": "git+https://github.com/nodeca/argparse.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/nodeca/argparse#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/nodeca/argparse/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a39468cbab4d1b848bfc53a408037a4738e26a4652db944b605adc32db49a9b75df015ab9c0f9f1b3e7b88de4f6f4ea9bc11af979810d01e3c74996c957be84e"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "test-exclude",
      "version": "6.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|test-exclude@6.0.0",
      "author": "Ben Coe",
      "description": "test for inclusion or exclusion of paths using globs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/test-exclude@6.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/istanbuljs/test-exclude.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://istanbul.js.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/test-exclude/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7001963c8c8e1d4eb396683cf23c26ed54725e730dee257af0e1806d80e4fcc87fc42fe9cd53e542d63a9e0a081ffe7fb5c8ae8467ef11253c1ab1eb7310f9eb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/test-exclude"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-typedarray",
      "version": "1.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|is-typedarray@1.0.0",
      "author": "Hugh Kennedy",
      "description": "Detect whether or not an object is a Typed Array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-typedarray@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/hughsk/is-typedarray.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hughsk/is-typedarray",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hughsk/is-typedarray/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "e479c80858df0c1b11ddda6940f96011fcda4a9a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-typedarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "typedarray-to-buffer",
      "version": "3.1.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|typedarray-to-buffer@3.1.5",
      "author": "Feross Aboukhadijeh",
      "description": "Convert a typed array to a Buffer without a copy",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/typedarray-to-buffer@3.1.5",
      "externalReferences": [
        {
          "url": "git://github.com/feross/typedarray-to-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://feross.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/typedarray-to-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cddbbc5cc3440dea4a291f9760e5c054fb56ba2d25cb436da2152c730f9499a1e20164fc86b575aebfff1fa57ed03bc9dce435f52f7bf4cd2568b7d7f2b9bcd9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/typedarray-to-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel__core",
      "group": "@types",
      "version": "7.1.17",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/babel__core@7.1.17",
      "description": "TypeScript definitions for @babel/core",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/babel__core@7.1.17",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/babel__core",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__core",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.17.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "eb3ce47b34bd40420bf32081bd75b13d324f36e31e102255c523a1c4d63f8dfabd2f13931e2bda613aabdfb9fd2e49d65914c8933a87d948a54b9405bdf6bdd0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/babel__core"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-preset-jest",
      "version": "27.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-preset-jest@27.4.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-jest@27.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/babel-preset-jest",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "34ae23198a6706f371706a3bfd9a5926be758c2193fb76f0c295480d8da835f4f124995d46d078540718760a759680c4e74383b93bbec818e9300b30bf9b65a6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-preset-jest"
        }
      ]
    },
    {
      "type": "library",
      "name": "co",
      "version": "4.6.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|co@4.6.0",
      "description": "generator async control flow goodness",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/co@4.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/tj/co.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tj/co#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tj/co/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/co"
        }
      ]
    },
    {
      "type": "library",
      "name": "dedent",
      "version": "0.7.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|dedent@0.7.0",
      "author": "Desmond Brand",
      "description": "An ES6 string tag that strips indentation from multi-line strings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dedent@0.7.0",
      "externalReferences": [
        {
          "url": "git://github.com/dmnd/dedent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dmnd/dedent",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dmnd/dedent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "2495ddbaf6eb874abb0e1be9df22d2e5a544326c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dedent"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-generator-fn",
      "version": "2.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|is-generator-fn@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Check if something is a generator function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-generator-fn@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-generator-fn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-generator-fn#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-generator-fn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "713201e323d82ff1abc3411a4b3012ce0e9b072f60a82a1fbd637ca244e1018231289642fae7654409866ccd172de9e21094acf2e1201cf1ae1d27b55ec38b49"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-generator-fn"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-each",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2",
      "author": "Matt Phillips",
      "description": "Parameterised tests for Jest",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-each@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-each",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jest-each/-/jest-each-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e7757630dc96dbc093aee077957687364e8f922205bb374e0bd811dc2ea3f1813f0027eb3e7cfeb25074b35ec0814d53b713732ee1f2bcd94b27ef10630f6706"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-each"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "4.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|chalk@4.1.2",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@4.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a0a9db845c91217a54b9ecfc881326c846b89db8f820e432ba173fc32f6463bfd654f73020ef5503aebc3eef1190eefed06efa48b44e7b2c3d0a9434eb58b898"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-each/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "4.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|ansi-styles@4.3.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@4.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cdb07dac22404f5adb8e25436f686a2851cd60bc60b64f0d511c59dc86700f717a36dc5b5d94029e74a2d4b931f880e885d3e5169db6db05402c885e64941212"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-each/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "7.2.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|supports-color@7.2.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@7.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/supports-color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/supports-color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/supports-color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "aa9080bd197db2db8e1ef78ab27ec79dc251befe74d6a21a70acd094effe2f0c5cf7ed2adb02f2bf80dfbedf34fc33e7da9a8e06c25d0e2a205c647df8ebf047"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-each/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-convert",
          "version": "2.0.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|color-convert@2.0.1",
          "author": "Heather Arthur",
          "description": "Plain color conversion functions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-convert@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color-convert.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color-convert#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color-convert/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "4511023ec8fb8aeff16f9a0a61cb051d2a6914d9ec8ffe763954d129be333f9a275f0545df3566993a0d70e7c60be0910e97cafd4e7ce1f320dfc64709a12529"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-each/node_modules/color-convert"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "4.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|has-flag@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/has-flag.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/has-flag/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1329094ff4352a34d672da698080207d23b4b4a56e6548e180caf5ee4a93ba6325e807efdc421295e53ba99533a170c54c01d30c2e0d3a81bf67153712f94c3d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-each/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-name",
          "version": "1.1.4",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|color-name@1.1.4",
          "author": "DY",
          "description": "A list of color names and its values",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-name@1.1.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/colorjs/color-name.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/colorjs/color-name",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/colorjs/color-name/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "74ecbedc0b96ddadb035b64722e319a537208c6b8b53fb812ffb9b71917d3976c3a3c7dfe0ef32569e417f479f4bcb84a18a39ab8171edd63d3a04065e002c40"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-each/node_modules/color-name"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "fake-timers",
      "group": "@jest",
      "version": "27.4.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@jest/fake-timers@27.4.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/fake-timers@27.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/jest-fake-timers",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7ff5e9ce7e58424e5a76da8182fc3557a6c5f0dc77858d0e2114690af59c7cf9741008dda963dd847dedff75e989666ab632041c3c8c28ff5a8e9bdad65e199a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/fake-timers"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsdom",
      "version": "16.7.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|jsdom@16.7.0",
      "description": "A JavaScript implementation of many web standards",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsdom@16.7.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\""
        },
        {
          "url": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bbd4a67361b55124ad33eb3fc75aeee52c6b97a98f6026c1c86d54fe1526a9a56c9b8b5b3724bb0a270e491cae190619853bb487ce2a919650fc8f9dce2cd257"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsdom"
        }
      ]
    },
    {
      "type": "library",
      "name": "bser",
      "version": "2.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|bser@2.1.1",
      "author": "Wez Furlong",
      "description": "JavaScript implementation of the BSER Binary Serialization",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bser@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/watchman.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://facebook.github.io/watchman/docs/bser.html",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/watchman/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "810c53344fc601f208ae61cb504de8272a7914ee874417e18e7c38ff032603add91832675819a063f972401a670d490698085b49edfdb71d9dfe24ce01f825c1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bser"
        }
      ]
    },
    {
      "type": "library",
      "name": "makeerror",
      "version": "1.0.12",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|makeerror@1.0.12",
      "author": "Naitik Shah",
      "description": "A library to make errors.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/makeerror@1.0.12",
      "externalReferences": [
        {
          "url": "git+https://github.com/daaku/nodejs-makeerror.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/daaku/nodejs-makeerror#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/daaku/nodejs-makeerror/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "266a82bd4866b78de669d9691731b8050cc6d99de6eadbd00cd29d0a56673b755b22e749626c6c4f414d24c7a2076f894d295341349b53c41d7ac566c097262e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/makeerror"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-from",
      "version": "1.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|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\""
        },
        {
          "url": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "13e5d0091c126da6a20a1b6fea4e83c2073e6f1f81b3abee2891c7979928c7f05a29b8625f3a903b02b870edb6c84946a763829a3c15853dc79b18323c69c97d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-bigint",
      "group": "@babel",
      "version": "7.8.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-bigint@7.8.3",
      "description": "Allow parsing of BigInt literals",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-bigint@7.8.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c274e71651be631426def0f1a46139ecf8f4b2b454e2c1c4fe60e4b75aafd9824949e50079cda66b858b52750f78a8f2adf9ed5707bf37a7425e953eccbdcda6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-bigint"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-import-meta",
      "group": "@babel",
      "version": "7.10.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-import-meta@7.10.4",
      "description": "Allow parsing of import.meta",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-import-meta@7.10.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#packages/babel-plugin-syntax-import-meta",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/babel/babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "62a7e6f970f1d3e3eb8775527844023d4f35c82f89599da90cf1524b865da5f661a7832414c6830b552ab1ea2f10ac125299c82fbfaf2be0a5a7b6df874883ee"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-import-meta"
        }
      ]
    },
    {
      "type": "library",
      "name": "locate-path",
      "version": "5.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|locate-path@5.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the first path that exists on disk of multiple paths",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/locate-path@5.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/locate-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/locate-path#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/locate-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b7b870f6923e5afbb03495f0939cd51e9ca122ace0daa4e592524e7f4995c4649b7b7169d9589e65c76e3588da2c3a32ea9f6e1a94041961bced6a4c2a536af2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/locate-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-exists",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|path-exists@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if a path exists",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-exists@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/path-exists.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/path-exists#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/path-exists/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6a4f50cb943b8d86f65b071ecb9169be0d8aa0073f64884b48b392066466ca03ec1b091556dd1f65ad2aaed333fa6ead2530077d943c167981e0c1b82d6cbbff"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-exists"
        }
      ]
    },
    {
      "type": "library",
      "name": "emoji-regex",
      "version": "8.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|emoji-regex@8.0.0",
      "author": "Mathias Bynens",
      "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/emoji-regex@8.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/emoji-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mths.be/emoji-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/emoji-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3128d8cdc58d380d1ec001e9cf4331a5816fc20eb28f2d4d1b7c6d7a8ab3eb8e150a8fd13e09ebd7f186b7e89cde2253cd0f04bb74dd335e126b09d5526184e8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/emoji-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-fullwidth-code-point",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|is-fullwidth-code-point@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if the character represented by a given Unicode code point is fullwidth",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-fullwidth-code-point@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cf29a6e7ebbeb02b125b20fda8d69e8d5dc316f84229c94a762cd868952e1c0f3744b8dbee74ae1a775d0871afd2193e298ec130096c59e2b851e83a115e9742"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-fullwidth-code-point"
        }
      ]
    },
    {
      "type": "library",
      "name": "astral-regex",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|astral-regex@2.0.0",
      "author": "Kevin Mårtensson",
      "description": "Regular expression for matching astral symbols",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/astral-regex@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/kevva/astral-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kevva/astral-regex#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kevva/astral-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "67bb4cc35cad4d7b798ea31c38ff8e42d794d55b8d2bd634daeb89b4a4354afebd8d740a2a0e5c89b2f0189a30f32cd93fe780735f0498b18f6a5d1ba77eabbd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/astral-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "restore-cursor",
      "version": "3.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|restore-cursor@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Gracefully restore the CLI cursor on exit",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/restore-cursor@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/restore-cursor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/restore-cursor#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/restore-cursor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "97eb1279fcc7a63e6a8a6845484e5af27b9f65800cdec05254c00fb589260bee041f66a7486684317483d22cd141bbbd9dfc90f72e49ad59a9ec4f2866b523bc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/restore-cursor"
        }
      ]
    },
    {
      "type": "library",
      "name": "clean-stack",
      "version": "2.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|clean-stack@2.2.0",
      "author": "Sindre Sorhus",
      "description": "Clean up error stack traces",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/clean-stack@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/clean-stack.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/clean-stack#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/clean-stack/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e1d882f4769313e29100c5a10e1ac63840a0599c687af31ce5396439b32a352b1553ad8f6335d9fd23138f3c8600517562eb20c46712593117061a7408fc10d4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/clean-stack"
        }
      ]
    },
    {
      "type": "library",
      "name": "indent-string",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|indent-string@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Indent each line in a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/indent-string@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/indent-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/indent-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/indent-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "11d0c366ee00d8ec882bb2ebff6cc6fb0e6399bba4d435419c4c11110bc1ceca412640846d16bc1b153596085871a1890a745689b8c35e5abbefd5f5ff2e71c2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/indent-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "to-regex-range",
      "version": "5.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|to-regex-range@5.0.1",
      "author": "Jon Schlinkert",
      "description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/to-regex-range@5.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/to-regex-range.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/to-regex-range",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/to-regex-range/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "eb93fb8b3e97e7212bd5cc1c82f4316db230ed493780ecb974876d678ac3bde2ea86b7493fe2e2fc7c7ab722b43446fed860b29de08c2621aaac00c248d93cb1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-regex-range"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs.scandir",
      "group": "@nodelib",
      "version": "2.1.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@nodelib/fs.scandir@2.1.5",
      "description": "List files and directories inside the specified directory",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40nodelib/fs.scandir@2.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/nodelib/nodelib.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodelib/nodelib/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodelib/nodelib/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "beadb806adf29b91c4426d8d282af7c970f08dceef4ec1138510e7929d832bda75baa2d1f831eeae6fcd393a34286ec760753b7a9a4a663dcccaa62e3017fada"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@nodelib/fs.scandir"
        }
      ]
    },
    {
      "type": "library",
      "name": "fastq",
      "version": "1.13.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|fastq@1.13.0",
      "author": "Matteo Collina",
      "description": "Fast, in memory work queue",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fastq@1.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mcollina/fastq.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mcollina/fastq#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mcollina/fastq/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6299295272bca1dd28d6199e49ced452cfde07fbc83d62588ca724d90288cc07fbd559b500043711bb99077836248cbea60f84443d2fa88efd2b26620767b637"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fastq"
        }
      ]
    },
    {
      "type": "library",
      "name": "wrappy",
      "version": "1.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|wrappy@1.0.2",
      "author": "Isaac Z. Schlueter",
      "description": "Callback wrapping utility",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/wrappy@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/wrappy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/wrappy",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/wrappy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/wrappy"
        }
      ]
    },
    {
      "type": "library",
      "name": "color-convert",
      "version": "1.9.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|color-convert@1.9.3",
      "author": "Heather Arthur",
      "description": "Plain color conversion functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/color-convert@1.9.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/Qix-/color-convert.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Qix-/color-convert#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Qix-/color-convert/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "41f014b5dfaf15d02d150702f020b262dd5f616c52a8088ad9c483eb30c1f0dddca6c10102f471a7dcce1a0e86fd21c7258013f3cfdacff22e0c600bb0d55b1a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/color-convert"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-flag",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|has-flag@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if argv has a specific flag",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-flag@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/has-flag.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/has-flag#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/has-flag/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "b5d454dc2199ae225699f3467e5a07f3b955bafd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-flag"
        }
      ]
    },
    {
      "type": "library",
      "name": "unicode-canonical-property-names-ecmascript",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|unicode-canonical-property-names-ecmascript@2.0.0",
      "author": "Mathias Bynens",
      "description": "The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unicode-canonical-property-names-ecmascript@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/unicode-canonical-property-names-ecmascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c98e4fa4395f548539fb2fc1482c402510484b565cd9d0c6dd48eafac47453e26351ebd6d8986870e17eb2844e60349a01eccecce2aecb28b1843ea60649d299"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unicode-canonical-property-names-ecmascript"
        }
      ]
    },
    {
      "type": "library",
      "name": "unicode-property-aliases-ecmascript",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|unicode-property-aliases-ecmascript@2.0.0",
      "author": "Mathias Bynens",
      "description": "Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unicode-property-aliases-ecmascript@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/unicode-property-aliases-ecmascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e597eecbdabf0c5af8b5f3bb64f7955dbd5a3e879049d78530ba58b8579b7a10c085bb9ebcbb39cb149998814dd6d3f917d5a5e08a49ad8a2383ce7fce0c991d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unicode-property-aliases-ecmascript"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-intrinsic",
      "version": "1.1.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|get-intrinsic@1.1.1",
      "author": "Jordan Harband",
      "description": "Get and robustly cache all JS language-level intrinsics at first require time",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-intrinsic@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/get-intrinsic.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/get-intrinsic#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/get-intrinsic/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "91666b9d5338d900a2100d888356c6f338e820c3a0c56c1808478d77063a4effdc392786a5ca17e295c77ca53134a56802b9eb12bd9ef6cae7031c4622b692f5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-intrinsic"
        }
      ]
    },
    {
      "type": "library",
      "name": "camelcase",
      "version": "5.3.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|camelcase@5.3.1",
      "author": "Sindre Sorhus",
      "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/camelcase@5.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/camelcase.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/camelcase#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/camelcase/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2f6f124c1d7bd27c164badd48ed944384ddd95d400a5a257664388d6e3057f37f7ad1b8f7a01da1deb3279ef98c50f96e92bd10d057a52b74e751891d79df026"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/camelcase"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-package-type",
      "version": "0.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|get-package-type@0.1.0",
      "author": "Corey Farrell",
      "description": "Determine the `package.json#type` which applies to a location",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-package-type@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/cfware/get-package-type.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cfware/get-package-type#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cfware/get-package-type/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a63cee2ad63ae0661f5a2ccd009d1fafd56ab6d6643622b6892e37d0bb481f38c112be9b5fc026db39b8b16e11a39c23596e5c02544bd6a00c4dc5db8cd00ed9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-package-type"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel__generator",
      "group": "@types",
      "version": "7.6.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/babel__generator@7.6.4",
      "description": "TypeScript definitions for @babel/generator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/babel__generator@7.6.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/babel__generator",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__generator",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b4591c881f63d8aef9e72ad300bc43e3831c3ab93e81fa48a6f0b7b311e345ac23e8f7e7431aec7b80a5ab9cbf46af86de6ac1bab31ac7f946f109f6b7d992b2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/babel__generator"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel__template",
      "group": "@types",
      "version": "7.4.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@types/babel__template@7.4.1",
      "description": "TypeScript definitions for @babel/template",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/babel__template@7.4.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/babel__template",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__template",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6b304529e997ea4320e48a3efeb7464f47641ab79ba14551d02766ddfcfd4095a96901894505e5ec2fba84e4c265c32597b285c8442981b608da51ddb12e14ee"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/babel__template"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-jest-hoist",
      "version": "27.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-jest-hoist@27.4.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-jest-hoist@27.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/jest.git#packages/babel-plugin-jest-hoist",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/facebook/jest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "25cbbba92e0e5f9913581738e47cfb04c9a05ee26a46785ab6aa54867cc60b73816293a67f6b6fea314dc19a7033bc14ecc52ebf6afd20f4bf66560eb9bbab57"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-jest-hoist"
        }
      ]
    },
    {
      "type": "library",
      "name": "fake-timers",
      "group": "@sinonjs",
      "version": "8.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@sinonjs/fake-timers@8.1.0",
      "author": "Christian Johansen",
      "description": "Fake JavaScript timers",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sinonjs/fake-timers@8.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sinonjs/fake-timers.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sinonjs/fake-timers",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sinonjs/fake-timers/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3803c9500b6078836187f4c0954203e104ece773639bbc7375d695944b3f497c20b620f5b56db6cc007f5b5c1da9fae99a292069643d170e96b3e86c8919b956"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sinonjs/fake-timers"
        }
      ]
    },
    {
      "type": "library",
      "name": "abab",
      "version": "2.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|abab@2.0.5",
      "author": "Jeff Carpenter",
      "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/abab@2.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/abab.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/abab#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/abab/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f482bd11a76c6c7a3a8cb588a71a51ea92f4b1acd35d5ebe490bf6e5907e17b063f6624d68e7389c245a6f077933f2709946bc89dcfa11c8ba78a7c9af23ece9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/abab"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn-globals",
      "version": "6.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|acorn-globals@6.0.0",
      "author": "ForbesLindesay",
      "description": "Detect global variables in JavaScript using acorn",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn-globals@6.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ForbesLindesay/acorn-globals.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ForbesLindesay/acorn-globals#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ForbesLindesay/acorn-globals/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "65097b2ce59a17978faaa717e212eebff6cb5d840d7cd5b0d9cd3fc97fd3b0f44a6a6cc77131909e50a31d3dd3b2690e51510f4b772b0b188f7ddcc4fd3ae586"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn-globals"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "acorn",
          "version": "7.4.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|acorn-globals@6.0.0|acorn@7.4.1",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@7.4.1",
          "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\""
            },
            {
              "url": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "9d0ca9d28d7f98d75b4ced4f3ba9079304ab9a0674313fe3082a4d8b06d48c6a11378765061a89b6842e0a710e2b3813570834656882a10cba4b131e6d0561f0"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/acorn-globals/node_modules/acorn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "cssom",
      "version": "0.4.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|cssom@0.4.4",
      "author": "Nikita Vasilyev",
      "description": "CSS Object Model implementation and CSS parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cssom@0.4.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/NV/CSSOM.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/NV/CSSOM#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/NV/CSSOM/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a77a6f53baf5332caa6d393e59b3492202631b65664c8681d74ac8f772f354fae60c92a4cca60cb71c7202f41747f352ea8b6ecef788efeec106add28c14b69b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cssom"
        }
      ]
    },
    {
      "type": "library",
      "name": "cssstyle",
      "version": "2.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|cssstyle@2.3.0",
      "description": "CSSStyleDeclaration Object Model implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cssstyle@2.3.0",
      "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",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0192faeda6e453322ebdc1ea93b734f5c7b3a4635cc54c54e08a22ff4e711e4e0341e4e45a61987ed204e9cb54e8012df869f89f59434ad3ad8fb14ac9c3fbd4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cssstyle"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "cssom",
          "version": "0.3.8",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|cssstyle@2.3.0|cssom@0.3.8",
          "author": "Nikita Vasilyev",
          "description": "CSS Object Model implementation and CSS parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cssom@0.3.8",
          "externalReferences": [
            {
              "url": "git+https://github.com/NV/CSSOM.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/NV/CSSOM#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/NV/CSSOM/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "6f4b461db7de81b84f269c698813d4dac0a48a002ab4cf4ed76d657ba6db3a583257e3721b20a655f27a416f5e463cfc0a935f5843980483081916242f0b0862"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cssstyle/node_modules/cssom"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "data-urls",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|data-urls@2.0.0",
      "author": "Domenic Denicola",
      "description": "Parses data: URLs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/data-urls@2.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\""
        },
        {
          "url": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5f97964d25cefc1266a5d20a091b8a5204828003743b096254adf23ca6f02165354ddc390516a3c65ccc89dbe1fa0c24a3d01f43dcc88f9da9cc5f75437600bd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/data-urls"
        }
      ]
    },
    {
      "type": "library",
      "name": "decimal.js",
      "version": "10.3.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|decimal.js@10.3.1",
      "author": "Michael Mclaughlin",
      "description": "An arbitrary-precision Decimal type for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/decimal.js@10.3.1",
      "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\""
        },
        {
          "url": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "574a5f85fafcb2ecf23c63b1de79aae1a1ea69b7a15199fa0a1f64c85a55efd4c60d3585987a94a9775a6d1ed01eac73ad8a25178fad566261506e0e51183975"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/decimal.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "domexception",
      "version": "2.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|domexception@2.0.1",
      "author": "Domenic Denicola",
      "description": "An implementation of the DOMException class from browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/domexception@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/domexception.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/domexception#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/domexception/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cb1276985cbfb226d5425bb9a878ce91ff49dcaeb38260b1809f78bb611dbc3395d3d1fedf62ed46cc04714b2651637bda954b3849d3491688555cd54204b476"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/domexception"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "webidl-conversions",
          "version": "5.0.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|domexception@2.0.1|webidl-conversions@5.0.0",
          "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@5.0.0",
          "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\""
            },
            {
              "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "56567028f0a460ac5081e49b1f91329e03a6469ed6c3b23dad02c44444ed7f9a1f77da467acc1688eb6882910ef39d23ce23d16abade1b19f9408893aa96f6c0"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/domexception/node_modules/webidl-conversions"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "escodegen",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0",
      "description": "ECMAScript code generator",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escodegen@2.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/estools/escodegen.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/estools/escodegen",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/escodegen/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9a61cacacfc2f01154188f8c01635c498a0e4582cc74fce3ae49ddd9573e6d4b233796d772bf0486b341f944ea7cbd72dc8f5ce1fc368a182d30f40b051890c7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escodegen"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "estraverse",
          "version": "5.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|estraverse@5.3.0",
          "description": "ECMAScript JS AST traversal functions",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/estraverse@5.3.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/estools/estraverse.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/estools/estraverse",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/estools/estraverse/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "30c74046e54443388d4de243f0380caa6870475d41450fdc04ffa92ed61d4939dfdcc20ef1f15e8883446d7dfa65d3657d4ffb03d7f7814c38f41de842cbf004"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/escodegen/node_modules/estraverse"
            }
          ]
        },
        {
          "type": "library",
          "name": "optionator",
          "version": "0.8.3",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|optionator@0.8.3",
          "author": "George Zahariev",
          "description": "option parsing and help generation",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/optionator@0.8.3",
          "externalReferences": [
            {
              "url": "git://github.com/gkz/optionator.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/gkz/optionator",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/gkz/optionator/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "f885bda4009d9375d69a64d71bc9b7ba919426cb795d11b3c4c4635f302e2755e720536f7e18e322e6240efcac9cf43bab3a95ccbb7bf010abba7b6a4615906c"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/escodegen/node_modules/optionator"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "scope": "optional",
          "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\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "52381aa6e99695b3219018334fb624739617513e3a17488abbc4865ead1b7303f9773fe1d0f963e9e9c9aa3cf565bab697959aa989eb55bc16396332177178ee"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/escodegen/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "levn",
          "version": "0.3.0",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|levn@0.3.0",
          "author": "George Zahariev",
          "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/levn@0.3.0",
          "externalReferences": [
            {
              "url": "git://github.com/gkz/levn.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/gkz/levn",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/gkz/levn/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-1",
                  "content": "3b09924edf9f083c0490fdd4c0bc4421e04764ee"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/escodegen/node_modules/levn"
            }
          ]
        },
        {
          "type": "library",
          "name": "prelude-ls",
          "version": "1.1.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|prelude-ls@1.1.2",
          "author": "George Zahariev",
          "description": "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared",
                "url": "https://raw.github.com/gkz/prelude-ls/master/LICENSE"
              }
            }
          ],
          "purl": "pkg:npm/prelude-ls@1.1.2",
          "externalReferences": [
            {
              "url": "git://github.com/gkz/prelude-ls.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://preludels.com",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/gkz/prelude-ls/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-1",
                  "content": "21932a549f5e52ffd9a827f570e04be62a97da54"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/escodegen/node_modules/prelude-ls"
            }
          ]
        },
        {
          "type": "library",
          "name": "type-check",
          "version": "0.3.2",
          "bom-ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|type-check@0.3.2",
          "author": "George Zahariev",
          "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/type-check@0.3.2",
          "externalReferences": [
            {
              "url": "git://github.com/gkz/type-check.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/gkz/type-check",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/gkz/type-check/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-1",
                  "content": "5884cab512cf1d355e3fb784f30804b2b520db72"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/escodegen/node_modules/type-check"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "form-data",
      "version": "3.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|form-data@3.0.1",
      "author": "Felix Geisendörfer",
      "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/form-data@3.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/form-data/form-data.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/form-data/form-data#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/form-data/form-data/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4479012ad2d6515c1ded2a9122f099304bc0328194a745d4fac7908997a38f408ecf7448de158fe2c0afde065658b8c94ddeeb1b072c17978a6468a2d2bfe16e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/form-data"
        }
      ]
    },
    {
      "type": "library",
      "name": "html-encoding-sniffer",
      "version": "2.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|html-encoding-sniffer@2.0.1",
      "author": "Domenic Denicola",
      "description": "Sniff the encoding from a HTML byte stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/html-encoding-sniffer@2.0.1",
      "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\""
        },
        {
          "url": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0f925b38c04847f4d5664b9b1d3f8ec93dbbd3942fa20516e08067ea71ddef9e8ec2279217d6836058f876fe871c454661b1da2c44dadd6820658596332cb765"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/html-encoding-sniffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "http-proxy-agent",
      "version": "4.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|http-proxy-agent@4.0.1",
      "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@4.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/TooTallNate/node-http-proxy-agent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TooTallNate/node-http-proxy-agent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/node-http-proxy-agent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "934cdd360a964c603a69e211569bdf5686f87cbe767537da7a1ca583463852f4b24af3aafd8f813b23eb82952b03b1f296abd4f2f2191ac46e5e6b29b245744e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/http-proxy-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "https-proxy-agent",
      "version": "5.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|https-proxy-agent@5.0.0",
      "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@5.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/TooTallNate/node-https-proxy-agent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TooTallNate/node-https-proxy-agent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "124626e4170a50689dbb1cd2b77129a64a3e3e2356344a5ae324a4f6f4c2eb00ec4095bdac749af94846349a11629edbcfa1edd5e69121ae90689a8ee6b0856c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/https-proxy-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-potential-custom-element-name",
      "version": "1.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|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\""
        },
        {
          "url": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6c261e440dab5626ca65dfacdbadb98069c617fb7b0d2a83b3874fec2acb0359bb8ca5b3ea9a6cd0ba582c937c43ae07b663ca27586b3779f33cd28510a39489"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-potential-custom-element-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "nwsapi",
      "version": "2.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|nwsapi@2.2.0",
      "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/nwsapi@2.2.0",
      "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\""
        },
        {
          "url": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "87601ab5dc181fe247899a6fee9b7f8125f55e84466fb2ffa9221ebaa03a1b062817dc35bcfd5cc38d933b4688da9372b2144ae7cf7784d4a5fb5fffbc72bb85"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nwsapi"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse5",
      "version": "6.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|parse5@6.0.1",
      "author": "Ivan Nikulin",
      "description": "HTML parser and serializer.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse5@6.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/inikulin/parse5.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inikulin/parse5",
          "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\""
        },
        {
          "url": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "39f9ff0931734464d3c70a4d12cf4f3fdde05d2847713ab6e799f345848a7bc024569658eded5fa664df3b2a08be33f91c6ed9d9933b552f4f3e14065b6a4ea7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse5"
        }
      ]
    },
    {
      "type": "library",
      "name": "saxes",
      "version": "5.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|saxes@5.0.1",
      "author": "Louis-Dominique Dubeau",
      "description": "An evented streaming XML parser in JavaScript",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/saxes@5.0.1",
      "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\""
        },
        {
          "url": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e4b061d5396cf1cf718068f0dd0accc044e64cc564d28160beb152bd6c7ada5951da1704227aca359d866420aebb2da5bd6add9798e16e97aa73985160a14e73"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/saxes"
        }
      ]
    },
    {
      "type": "library",
      "name": "symbol-tree",
      "version": "3.2.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|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\""
        },
        {
          "url": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f50364e4ac0317e06fcfe3f239b9264988c8e64b15518b635bb014db6af634a71f2c9717a7dea1903594dfe5e774eb146fe010f5085fcdf093d8ef823564f94f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/symbol-tree"
        }
      ]
    },
    {
      "type": "library",
      "name": "tough-cookie",
      "version": "4.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|tough-cookie@4.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@4.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\""
        },
        {
          "url": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b4776d12940232b73560bacc6aa5d7723e80c61622ff1822b7a999bb5f840d6527faa8547fcc0c428148cbd357baadb7cc0c2d701d2dfcc8c0086475f297116e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tough-cookie"
        }
      ]
    },
    {
      "type": "library",
      "name": "w3c-hr-time",
      "version": "1.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|w3c-hr-time@1.0.2",
      "author": "Timothy Gu",
      "description": "An implementation of the W3C High Resolution Time Level 2 specification.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/w3c-hr-time@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/w3c-hr-time.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/w3c-hr-time#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/w3c-hr-time/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cfc3f90ef0cd8ca0e81481caeeaf2bf2569c913ea5fa3a3f61edc73a57bb97d9c808ff657f50a2db97f2f6f1ddd093967b09081735c81228374dd293ec94397d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/w3c-hr-time"
        }
      ]
    },
    {
      "type": "library",
      "name": "w3c-xmlserializer",
      "version": "2.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|w3c-xmlserializer@2.0.0",
      "description": "A per-spec XML serializer implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/w3c-xmlserializer@2.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\""
        },
        {
          "url": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e2dcc3d2617c89288c88db37d0188b3b71297c62d9513d8c497fc6fa8ed9cb00f3962590dce3ed4d9d0f4c2dc1ddc6b55007f870930707ed817f9e84ae226e44"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/w3c-xmlserializer"
        }
      ]
    },
    {
      "type": "library",
      "name": "webidl-conversions",
      "version": "6.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|webidl-conversions@6.1.0",
      "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@6.1.0",
      "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\""
        },
        {
          "url": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a8122f14b1a20692e37f099801a1cf5ec9fe868e716671afc86bec6abcb018d73c57240950c1c9f0e04a186acf111d2890178c0da6a7e263419600513b1b88f3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webidl-conversions"
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-encoding",
      "version": "1.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|whatwg-encoding@1.0.5",
      "author": "Domenic Denicola",
      "description": "Decode strings according to the WHATWG Encoding Standard",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/whatwg-encoding@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/whatwg-encoding.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-encoding#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-encoding/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6f99629b9e0938f37d1edcef2bd1c55ef0666bfae77c57aab22734852a63b436d5c51ddd24a2dcf8a07857a1a08863af97b098fca361f2bc52a3d0ca42b9d413"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/whatwg-encoding"
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-mimetype",
      "version": "2.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|whatwg-mimetype@2.3.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@2.3.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\""
        },
        {
          "url": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "338c8cc2bea6027433efa4db266f75e3e80fa41fe70b0bd96c9536f1c503e9d474d38480c432ce39251a07524346a2ed68e57fbe2d080b9944006160ae31affe"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/whatwg-mimetype"
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-url",
      "version": "8.7.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|whatwg-url@8.7.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@8.7.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\""
        },
        {
          "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "800a23a9bfe6f50f1ae4857de84ddf1c933bd00cc2920b78b97617d8eec49aec8e9cbad5882425b0406617d51022edff69e008a76535eebb5ba5958d9ed42a76"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/whatwg-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "ws",
      "version": "7.5.6",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|ws@7.5.6",
      "author": "Einar Otto Stangvik",
      "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ws@7.5.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/websockets/ws.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/websockets/ws",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/websockets/ws/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ws/-/ws-7.5.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e862e00aaa36732d80dab8c2345971412e999631bf72865f65772595d23c141ff51b7082237e9977cc72d87ac55400a2f2d7e4e57ae02d0124f8fd139f3f5470"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ws"
        }
      ]
    },
    {
      "type": "library",
      "name": "xml-name-validator",
      "version": "3.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|xml-name-validator@3.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@3.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\""
        },
        {
          "url": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "039094a6dc43b2fc4a244537c8ee83b96052273fea8b3ab324a38c21f5091c44db070fec15a0f181de9fc66d5ec1468cd23678e3815ce6f0b944e62eae0ff83f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xml-name-validator"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-int64",
      "version": "0.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|node-int64@0.4.0",
      "author": "Robert Kieffer",
      "description": "Support for representing 64-bit integers in JavaScript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-int64@0.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/broofa/node-int64.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/broofa/node-int64#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/broofa/node-int64/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "87a9065cdb355d3182d8f94ce11188b825c68a3b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-int64"
        }
      ]
    },
    {
      "type": "library",
      "name": "tmpl",
      "version": "1.0.5",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|tmpl@1.0.5",
      "author": "Naitik Shah",
      "description": "JavaScript micro templates.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tmpl@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/daaku/nodejs-tmpl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/daaku/nodejs-tmpl",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/daaku/nodejs-tmpl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ddfd2e384010c08a86b965b6315cd883c7d5fd036773f229b89346f37eeb2ee73301a2d51ec9561d9423e081a2125e47b379246e1c0bf406fb1ebb26ba3f929b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tmpl"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-locate",
      "version": "4.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|p-locate@4.1.0",
      "author": "Sindre Sorhus",
      "description": "Get the first fulfilled promise that satisfies the provided testing function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-locate@4.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-locate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-locate#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-locate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "47bf5967fd30031286bb7a18325cfc8f2fe46e1b0dad2ed2299ecfc441c1809e7e1769ad156d9f2b670eb4187570762442c6f3155ec8f84a1129ee98b74a0aec"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-locate"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-number",
      "version": "7.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|is-number@7.0.0",
      "author": "Jon Schlinkert",
      "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-number@7.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-number.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-number",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-number/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e350a27e483a7bc4f2952a5db53a5e2d532abd20445734edb47bc4443ef8d7ea6767c00dbf4d34e0c44be3740a3c394af5c1af369e8d6566540656c65d8c719e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-number"
        }
      ]
    },
    {
      "type": "library",
      "name": "run-parallel",
      "version": "1.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|run-parallel@1.2.0",
      "author": "Feross Aboukhadijeh",
      "description": "Run an array of functions in parallel",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/run-parallel@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/feross/run-parallel.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/run-parallel",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/run-parallel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e65e15c9947ce8b67f943c594d1ea3a8bf00144d92d0814b30fdba01b8ec2d5003c4776107f734194b07fb2dfd51f0a2dddcf3f0e950b8f9a768938ca031d004"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/run-parallel"
        }
      ]
    },
    {
      "type": "library",
      "name": "reusify",
      "version": "1.0.4",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|reusify@1.0.4",
      "author": "Matteo Collina",
      "description": "Reuse objects and functions with style",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/reusify@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/mcollina/reusify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mcollina/reusify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mcollina/reusify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "53d9c7f3c6b77dcfde902175974fd43f5228b22b888f24e1ee106f5d530762055c7c6bedf3ded782e8f650e2c3788e411b69bbfeec3268b553e9f6ed0b04f2cf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/reusify"
        }
      ]
    },
    {
      "type": "library",
      "name": "color-name",
      "version": "1.1.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|color-name@1.1.3",
      "author": "DY",
      "description": "A list of color names and its values",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/color-name@1.1.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/dfcreative/color-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dfcreative/color-name",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dfcreative/color-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "a7d0558bd89c42f795dd42328f740831ca53bc25"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/color-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "esprima",
      "version": "4.0.1",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|esprima@4.0.1",
      "author": "Ariya Hidayat",
      "description": "ECMAScript parsing infrastructure for multipurpose analysis",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esprima@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jquery/esprima.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://esprima.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jquery/esprima/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "786b85170ed4a5d6be838a7e407be75b44724d7fd255e2410ccfe00ad30044ed1c2ee4f61dc10a9d33ef86357a6867aaac207fb1b368a742acce6d23b1a594e0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esprima"
        }
      ]
    },
    {
      "type": "library",
      "name": "commons",
      "group": "@sinonjs",
      "version": "1.8.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@sinonjs/commons@1.8.3",
      "description": "Simple functions shared among the sinon end user libraries",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sinonjs/commons@1.8.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/sinonjs/commons.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sinonjs/commons#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sinonjs/commons/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c6435c2c09ffc19697d7844f9708b370a89c0e4f46dc5f26da75372fb5249b9cc1813c224f4c2ca05007c7d26ae7a7c9035cffeee286b4246ed7ab0e5022c81d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sinonjs/commons"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn-walk",
      "version": "7.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|acorn-walk@7.2.0",
      "description": "ECMAScript (ESTree) AST walker",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn-walk@7.2.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\""
        },
        {
          "url": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "38f74217a1ac3083fe033f9a59f000384b76ffe8950ca13ba32ea5274f7c6a87b9f680262bbeaa57a1b0eb449b67c8c7b86db01f4e7c185e292c56d86a662b54"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn-walk"
        }
      ]
    },
    {
      "type": "library",
      "name": "asynckit",
      "version": "0.4.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|asynckit@0.4.0",
      "author": "Alex Indigo",
      "description": "Minimal async jobs utility library, with streams support",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/asynckit@0.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/alexindigo/asynckit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/alexindigo/asynckit#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/alexindigo/asynckit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/asynckit"
        }
      ]
    },
    {
      "type": "library",
      "name": "combined-stream",
      "version": "1.0.8",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|combined-stream@1.0.8",
      "author": "Felix Geisendörfer",
      "description": "A stream that emits multiple other streams one after another.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/combined-stream@1.0.8",
      "externalReferences": [
        {
          "url": "git://github.com/felixge/node-combined-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/felixge/node-combined-stream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/felixge/node-combined-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1503783117ee25e1dfedc05b04c2455e12920eafb690002b06599106f72f144e410751d9297b5214048385d973f73398c3187c943767be630e7bffb971da0476"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/combined-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "once",
      "group": "@tootallnate",
      "version": "1.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|@tootallnate/once@1.1.2",
      "author": "Nathan Rajlich",
      "description": "Creates a Promise that waits for a single event",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40tootallnate/once@1.1.2",
      "externalReferences": [
        {
          "url": "git://github.com/TooTallNate/once.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TooTallNate/once#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/once/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "45bcc9be5373991ab97373b4f548a97ae5e7a38b40d4513a8a43a3c592b4b6ec55bf7e35da5eb8979b755b9a63e3eac9abdbe9926fe4c22474eda6579ec28fc7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@tootallnate/once"
        }
      ]
    },
    {
      "type": "library",
      "name": "agent-base",
      "version": "6.0.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|agent-base@6.0.2",
      "author": "Nathan Rajlich",
      "description": "Turn a function into an `http.Agent` instance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/agent-base@6.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/TooTallNate/node-agent-base.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TooTallNate/node-agent-base#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/node-agent-base/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "45937035c945efe312ffc6c383bd1a9a0df6772799199c620ee42667128b025423af78c6c8bc7ee0a924e7c50eec3d90760148402a2fb92b991129dee911ba5d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/agent-base"
        }
      ]
    },
    {
      "type": "library",
      "name": "xmlchars",
      "version": "2.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|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\""
        },
        {
          "url": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2599c328af01d11083c3ce0535d0c022964af89b89c3eb3b2f3f2792c23b488b94dd45c926c954b61b22fae5815183b03c5c16ed6ecf44b45f50aa718ed8c50b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xmlchars"
        }
      ]
    },
    {
      "type": "library",
      "name": "psl",
      "version": "1.8.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|psl@1.8.0",
      "author": "Lupo Montero",
      "description": "Domain name parser based on the Public Suffix List",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/psl@1.8.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/lupomontero/psl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lupomontero/psl#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lupomontero/psl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "44874ecf2a1abcafa1035f0e186583a944ec08b86d03b21c67fe8d0ace1f14968704369bfa90c3983201c96151409ab609deebd4ea10c4118a39acedabe86321"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/psl"
        }
      ]
    },
    {
      "type": "library",
      "name": "universalify",
      "version": "0.1.2",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|universalify@0.1.2",
      "author": "Ryan Zimmerman",
      "description": "Make a callback- or promise-based function support both promises and callbacks.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/universalify@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/RyanZim/universalify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/RyanZim/universalify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/RyanZim/universalify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ac125e2390970259b2d6957eeb5ed607d27add4e9771acc71c5d9fd9d6c98b1e17ce9505d114b765b8f414620e080bdae4ffddfc604e61a002435c3ed1acd492"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/universalify"
        }
      ]
    },
    {
      "type": "library",
      "name": "browser-process-hrtime",
      "version": "1.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|browser-process-hrtime@1.0.0",
      "author": "kumavis",
      "description": "Shim for process.hrtime in the browser",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browser-process-hrtime@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/kumavis/browser-process-hrtime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kumavis/browser-process-hrtime#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kumavis/browser-process-hrtime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f68e5479c2371a192933a0eb5ebebd3db948b96c4f2a4f58d231c1461768719db2ed81020450ac1e6efd3ebdcec91d80be384391a6c525a0c931845acc782ca3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browser-process-hrtime"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash",
      "version": "4.17.21",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|lodash@4.17.21",
      "author": "John-David Dalton",
      "description": "Lodash modular utilities.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash@4.17.21",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bf690311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash"
        }
      ]
    },
    {
      "type": "library",
      "name": "tr46",
      "version": "2.1.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|tr46@2.1.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@2.1.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\""
        },
        {
          "url": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d79221ee985f71d3f9631aa207e883b4ba1a4f3e0d777e7e22202fd2443914d287cd781d5aa3e84c8a840c32665dc790b7825993a9553d3f259c394fa460e9a7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tr46"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-limit",
      "version": "2.3.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|p-limit@2.3.0",
      "author": "Sindre Sorhus",
      "description": "Run multiple promise-returning & async functions with limited concurrency",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-limit@2.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-limit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-limit#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-limit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ffff3c985592271f25c42cf07400014c92f6332581d76f9e218ecc0cbd92a8b98091e294f6ac51bd6b92c938e6dc5526a4110cb857dc90022a11a546503c5beb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-limit"
        }
      ]
    },
    {
      "type": "library",
      "name": "queue-microtask",
      "version": "1.2.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|queue-microtask@1.2.3",
      "author": "Feross Aboukhadijeh",
      "description": "fast, tiny `queueMicrotask` shim for modern engines",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/queue-microtask@1.2.3",
      "externalReferences": [
        {
          "url": "git://github.com/feross/queue-microtask.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/queue-microtask",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/queue-microtask/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "36e68d49ae9f94a4f925a498433268934e09cd32f5080e9a1a1bf9adf2d6dcf82a03e3360a1a59427002f21f22e19164052f17e51aa40c11c0eebe217a3dcaf4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/queue-microtask"
        }
      ]
    },
    {
      "type": "library",
      "name": "sprintf-js",
      "version": "1.0.3",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|sprintf-js@1.0.3",
      "author": "Alexandru Marasteanu",
      "description": "JavaScript sprintf implementation",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sprintf-js@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/alexei/sprintf.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/alexei/sprintf.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/alexei/sprintf.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "04e6926f662895354f3dd015203633b857297e2c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sprintf-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "type-detect",
      "version": "4.0.8",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|type-detect@4.0.8",
      "author": "Jake Luer",
      "description": "Improved typeof detection for node.js and the browser.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/type-detect@4.0.8",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/chaijs/type-detect.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chaijs/type-detect#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/type-detect/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d1faff9881f57653bec7b4e570ccbe6c80ea28fb30ffbd2d5727875bbf3b828423866a9a65ed74bb02ee8ee6caf6af4b83a162868d4a50a0d8cf467b93b839fe"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/type-detect"
        }
      ]
    },
    {
      "type": "library",
      "name": "delayed-stream",
      "version": "1.0.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|delayed-stream@1.0.0",
      "author": "Felix Geisendörfer",
      "description": "Buffers events from a stream until you are ready to handle them.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/delayed-stream@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/felixge/node-delayed-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/felixge/node-delayed-stream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/felixge/node-delayed-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "df3ae199acadfb7d440aaae0b29e2272b24ec619"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/delayed-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-try",
      "version": "2.2.0",
      "bom-ref": "sitemap@7.1.0-tuxcare.1|p-try@2.2.0",
      "author": "Sindre Sorhus",
      "description": "`Start a promise chain",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-try@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-try.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-try#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-try/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4789cf0154c053407d0f7e7f1a4dee25fffb5d86d0732a2148a76f03121148d821165e1eef5855a069c1350cfd716697c4ed88d742930bede331dbefa0ac3a75"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-try"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "sitemap@7.1.0-tuxcare.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-class-properties@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-nullish-coalescing-operator@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-optional-chaining@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-typescript@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/preset-env@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/preset-typescript@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@types/jest@27.4.0",
        "sitemap@7.1.0-tuxcare.1|@types/memorystream@0.3.0",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|@types/sax@1.2.4",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/eslint-plugin@5.8.1",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/parser@5.8.1",
        "sitemap@7.1.0-tuxcare.1|arg@5.0.1",
        "sitemap@7.1.0-tuxcare.1|babel-eslint@10.1.0",
        "sitemap@7.1.0-tuxcare.1|babel-polyfill@6.26.0",
        "sitemap@7.1.0-tuxcare.1|eslint-config-prettier@8.3.0",
        "sitemap@7.1.0-tuxcare.1|eslint-plugin-jest@25.3.3",
        "sitemap@7.1.0-tuxcare.1|eslint-plugin-prettier@4.0.0",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0",
        "sitemap@7.1.0-tuxcare.1|express@4.17.2",
        "sitemap@7.1.0-tuxcare.1|husky@7.0.4",
        "sitemap@7.1.0-tuxcare.1|jest@27.4.5",
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4",
        "sitemap@7.1.0-tuxcare.1|memorystream@0.3.1",
        "sitemap@7.1.0-tuxcare.1|prettier@2.5.1",
        "sitemap@7.1.0-tuxcare.1|sax@1.2.4",
        "sitemap@7.1.0-tuxcare.1|sort-package-json@1.53.1",
        "sitemap@7.1.0-tuxcare.1|source-map@0.7.3",
        "sitemap@7.1.0-tuxcare.1|stats-lite@2.2.0",
        "sitemap@7.1.0-tuxcare.1|stream-json@1.7.3",
        "sitemap@7.1.0-tuxcare.1|through2-map@3.0.0",
        "sitemap@7.1.0-tuxcare.1|typescript@4.5.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/code-frame@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/generator@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-compilation-targets@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-module-transforms@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helpers@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/parser@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/template@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
        "sitemap@7.1.0-tuxcare.1|convert-source-map@1.8.0",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|gensync@1.0.0-beta.2",
        "sitemap@7.1.0-tuxcare.1|json5@2.2.0",
        "sitemap@7.1.0-tuxcare.1|semver@6.3.0",
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7|source-map@0.5.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7|source-map@0.5.7"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-class-properties@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-create-class-features-plugin@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-nullish-coalescing-operator@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-nullish-coalescing-operator@7.8.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-optional-chaining@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-skip-transparent-expression-wrappers@7.16.0",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-optional-chaining@7.8.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-typescript@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-create-class-features-plugin@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-typescript@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/preset-env@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/compat-data@7.16.4",
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-compilation-targets@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-option@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-async-generator-functions@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-class-properties@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-class-static-block@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-dynamic-import@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-export-namespace-from@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-json-strings@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-logical-assignment-operators@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-nullish-coalescing-operator@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-numeric-separator@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-object-rest-spread@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-optional-catch-binding@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-optional-chaining@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-private-methods@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-private-property-in-object@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-unicode-property-regex@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-async-generators@7.8.4",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-class-properties@7.12.13",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-class-static-block@7.14.5",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-dynamic-import@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-export-namespace-from@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-json-strings@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-logical-assignment-operators@7.10.4",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-numeric-separator@7.10.4",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-object-rest-spread@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-optional-catch-binding@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-optional-chaining@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-private-property-in-object@7.14.5",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-top-level-await@7.14.5",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-arrow-functions@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-async-to-generator@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-block-scoped-functions@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-block-scoping@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-classes@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-computed-properties@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-destructuring@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-dotall-regex@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-duplicate-keys@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-exponentiation-operator@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-for-of@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-function-name@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-literals@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-member-expression-literals@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-amd@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-commonjs@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-systemjs@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-umd@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-named-capturing-groups-regex@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-new-target@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-object-super@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-parameters@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-property-literals@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-regenerator@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-reserved-words@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-shorthand-properties@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-spread@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-sticky-regex@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-template-literals@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-typeof-symbol@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-unicode-escapes@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-unicode-regex@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/preset-modules@0.1.5",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
        "sitemap@7.1.0-tuxcare.1|babel-plugin-polyfill-corejs2@0.3.0",
        "sitemap@7.1.0-tuxcare.1|babel-plugin-polyfill-corejs3@0.4.0",
        "sitemap@7.1.0-tuxcare.1|babel-plugin-polyfill-regenerator@0.3.0",
        "sitemap@7.1.0-tuxcare.1|core-js-compat@3.20.1",
        "sitemap@7.1.0-tuxcare.1|semver@6.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/preset-typescript@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-option@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-typescript@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/jest@27.4.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/memorystream@0.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/sax@1.2.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/eslint-plugin@5.8.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/experimental-utils@5.8.1",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/parser@5.8.1",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/scope-manager@5.8.1",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0",
        "sitemap@7.1.0-tuxcare.1|functional-red-black-tree@1.0.1",
        "sitemap@7.1.0-tuxcare.1|ignore@5.2.0",
        "sitemap@7.1.0-tuxcare.1|regexpp@3.2.0",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/eslint-plugin@5.8.1|semver@7.3.5",
        "sitemap@7.1.0-tuxcare.1|tsutils@3.21.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/eslint-plugin@5.8.1|semver@7.3.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|lru-cache@6.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/parser@5.8.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/scope-manager@5.8.1",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/types@5.8.1",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/typescript-estree@5.8.1",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|arg@5.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-eslint@10.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/code-frame@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/parser@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
        "sitemap@7.1.0-tuxcare.1|babel-eslint@10.1.0|eslint-visitor-keys@1.3.0",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0",
        "sitemap@7.1.0-tuxcare.1|resolve@1.20.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-eslint@10.1.0|eslint-visitor-keys@1.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-polyfill@6.26.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|babel-runtime@6.26.0",
        "sitemap@7.1.0-tuxcare.1|core-js@2.6.12",
        "sitemap@7.1.0-tuxcare.1|regenerator-runtime@0.10.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint-config-prettier@8.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint-plugin-jest@25.3.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/eslint-plugin@5.8.1",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/experimental-utils@5.8.1",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint-plugin-prettier@4.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0",
        "sitemap@7.1.0-tuxcare.1|prettier-linter-helpers@1.0.0",
        "sitemap@7.1.0-tuxcare.1|prettier@2.5.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5",
        "sitemap@7.1.0-tuxcare.1|@humanwhocodes/config-array@0.9.2",
        "sitemap@7.1.0-tuxcare.1|ajv@6.12.6",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|cross-spawn@7.0.3",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|doctrine@3.0.0",
        "sitemap@7.1.0-tuxcare.1|enquirer@2.3.6",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|escape-string-regexp@4.0.0",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|eslint-scope@7.1.0",
        "sitemap@7.1.0-tuxcare.1|eslint-utils@3.0.0",
        "sitemap@7.1.0-tuxcare.1|eslint-visitor-keys@3.1.0",
        "sitemap@7.1.0-tuxcare.1|espree@9.2.0",
        "sitemap@7.1.0-tuxcare.1|esquery@1.4.0",
        "sitemap@7.1.0-tuxcare.1|esutils@2.0.3",
        "sitemap@7.1.0-tuxcare.1|fast-deep-equal@3.1.3",
        "sitemap@7.1.0-tuxcare.1|file-entry-cache@6.0.1",
        "sitemap@7.1.0-tuxcare.1|functional-red-black-tree@1.0.1",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|glob-parent@6.0.2",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|globals@13.12.0",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|ignore@4.0.6",
        "sitemap@7.1.0-tuxcare.1|import-fresh@3.3.0",
        "sitemap@7.1.0-tuxcare.1|imurmurhash@0.1.4",
        "sitemap@7.1.0-tuxcare.1|is-glob@4.0.3",
        "sitemap@7.1.0-tuxcare.1|js-yaml@4.1.0",
        "sitemap@7.1.0-tuxcare.1|json-stable-stringify-without-jsonify@1.0.1",
        "sitemap@7.1.0-tuxcare.1|levn@0.4.1",
        "sitemap@7.1.0-tuxcare.1|lodash.merge@4.6.2",
        "sitemap@7.1.0-tuxcare.1|minimatch@3.0.4",
        "sitemap@7.1.0-tuxcare.1|natural-compare@1.4.0",
        "sitemap@7.1.0-tuxcare.1|optionator@0.9.1",
        "sitemap@7.1.0-tuxcare.1|progress@2.0.3",
        "sitemap@7.1.0-tuxcare.1|regexpp@3.2.0",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|semver@7.3.5",
        "sitemap@7.1.0-tuxcare.1|strip-ansi@6.0.1",
        "sitemap@7.1.0-tuxcare.1|strip-json-comments@3.1.1",
        "sitemap@7.1.0-tuxcare.1|text-table@0.2.0",
        "sitemap@7.1.0-tuxcare.1|v8-compile-cache@2.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|escape-string-regexp@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|eslint-scope@7.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|esrecurse@4.3.0",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|estraverse@5.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|glob-parent@6.0.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|is-glob@4.0.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|globals@13.12.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|type-fest@0.20.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|ignore@4.0.6"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|semver@7.3.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|lru-cache@6.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|estraverse@5.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|type-fest@0.20.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint@8.5.0|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|express@4.17.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|accepts@1.3.7",
        "sitemap@7.1.0-tuxcare.1|array-flatten@1.1.1",
        "sitemap@7.1.0-tuxcare.1|body-parser@1.19.1",
        "sitemap@7.1.0-tuxcare.1|content-disposition@0.5.4",
        "sitemap@7.1.0-tuxcare.1|content-type@1.0.4",
        "sitemap@7.1.0-tuxcare.1|cookie-signature@1.0.6",
        "sitemap@7.1.0-tuxcare.1|cookie@0.4.1",
        "sitemap@7.1.0-tuxcare.1|express@4.17.2|debug@2.6.9",
        "sitemap@7.1.0-tuxcare.1|depd@1.1.2",
        "sitemap@7.1.0-tuxcare.1|encodeurl@1.0.2",
        "sitemap@7.1.0-tuxcare.1|escape-html@1.0.3",
        "sitemap@7.1.0-tuxcare.1|etag@1.8.1",
        "sitemap@7.1.0-tuxcare.1|finalhandler@1.1.2",
        "sitemap@7.1.0-tuxcare.1|fresh@0.5.2",
        "sitemap@7.1.0-tuxcare.1|merge-descriptors@1.0.1",
        "sitemap@7.1.0-tuxcare.1|methods@1.1.2",
        "sitemap@7.1.0-tuxcare.1|on-finished@2.3.0",
        "sitemap@7.1.0-tuxcare.1|parseurl@1.3.3",
        "sitemap@7.1.0-tuxcare.1|path-to-regexp@0.1.7",
        "sitemap@7.1.0-tuxcare.1|proxy-addr@2.0.7",
        "sitemap@7.1.0-tuxcare.1|qs@6.9.6",
        "sitemap@7.1.0-tuxcare.1|range-parser@1.2.1",
        "sitemap@7.1.0-tuxcare.1|express@4.17.2|safe-buffer@5.2.1",
        "sitemap@7.1.0-tuxcare.1|send@0.17.2",
        "sitemap@7.1.0-tuxcare.1|serve-static@1.14.2",
        "sitemap@7.1.0-tuxcare.1|setprototypeof@1.2.0",
        "sitemap@7.1.0-tuxcare.1|statuses@1.5.0",
        "sitemap@7.1.0-tuxcare.1|type-is@1.6.18",
        "sitemap@7.1.0-tuxcare.1|utils-merge@1.0.1",
        "sitemap@7.1.0-tuxcare.1|vary@1.1.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|express@4.17.2|debug@2.6.9",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|express@4.17.2|ms@2.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|express@4.17.2|safe-buffer@5.2.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|express@4.17.2|ms@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|husky@7.0.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5",
        "sitemap@7.1.0-tuxcare.1|import-local@3.0.3",
        "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|cli-truncate@3.1.0",
        "sitemap@7.1.0-tuxcare.1|colorette@2.0.16",
        "sitemap@7.1.0-tuxcare.1|commander@8.3.0",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|execa@5.1.1",
        "sitemap@7.1.0-tuxcare.1|lilconfig@2.0.4",
        "sitemap@7.1.0-tuxcare.1|listr2@3.13.5",
        "sitemap@7.1.0-tuxcare.1|micromatch@4.0.4",
        "sitemap@7.1.0-tuxcare.1|normalize-path@3.0.0",
        "sitemap@7.1.0-tuxcare.1|object-inspect@1.12.0",
        "sitemap@7.1.0-tuxcare.1|string-argv@0.3.1",
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|supports-color@9.2.1",
        "sitemap@7.1.0-tuxcare.1|yaml@1.10.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|cli-truncate@3.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|slice-ansi@5.0.0",
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|string-width@5.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|supports-color@9.2.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|slice-ansi@5.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|ansi-styles@6.1.0",
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|is-fullwidth-code-point@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|string-width@5.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|emoji-regex@9.2.2",
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|is-fullwidth-code-point@4.0.0",
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|strip-ansi@7.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|ansi-styles@6.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|is-fullwidth-code-point@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|emoji-regex@9.2.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|strip-ansi@7.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|ansi-regex@6.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lint-staged@12.1.4|ansi-regex@6.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|memorystream@0.3.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|prettier@2.5.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|sax@1.2.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|sort-package-json@1.53.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|detect-indent@6.1.0",
        "sitemap@7.1.0-tuxcare.1|detect-newline@3.1.0",
        "sitemap@7.1.0-tuxcare.1|git-hooks-list@1.0.3",
        "sitemap@7.1.0-tuxcare.1|sort-package-json@1.53.1|globby@10.0.0",
        "sitemap@7.1.0-tuxcare.1|is-plain-obj@2.1.0",
        "sitemap@7.1.0-tuxcare.1|sort-object-keys@1.1.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|sort-package-json@1.53.1|globby@10.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/glob@7.2.0",
        "sitemap@7.1.0-tuxcare.1|array-union@2.1.0",
        "sitemap@7.1.0-tuxcare.1|dir-glob@3.0.1",
        "sitemap@7.1.0-tuxcare.1|fast-glob@3.2.7",
        "sitemap@7.1.0-tuxcare.1|glob@7.2.0",
        "sitemap@7.1.0-tuxcare.1|ignore@5.2.0",
        "sitemap@7.1.0-tuxcare.1|merge2@1.4.1",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|source-map@0.7.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|stats-lite@2.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|isnumber@1.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|stream-json@1.7.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|stream-chain@2.2.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|through2-map@3.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|through2@2.0.5",
        "sitemap@7.1.0-tuxcare.1|xtend@4.0.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|typescript@4.5.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/code-frame@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/highlight@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/generator@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
        "sitemap@7.1.0-tuxcare.1|jsesc@2.5.2",
        "sitemap@7.1.0-tuxcare.1|@babel/generator@7.16.7|source-map@0.5.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/generator@7.16.7|source-map@0.5.7"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-compilation-targets@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/compat-data@7.16.4",
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-option@7.16.7",
        "sitemap@7.1.0-tuxcare.1|browserslist@4.19.1",
        "sitemap@7.1.0-tuxcare.1|semver@6.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-module-transforms@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/helper-environment-visitor@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-module-imports@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-simple-access@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-split-export-declaration@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-identifier@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/template@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helpers@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/template@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/parser@7.16.7"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/template@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/code-frame@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/parser@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/code-frame@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/generator@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-environment-visitor@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-function-name@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-hoist-variables@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-split-export-declaration@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/parser@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|globals@11.12.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-identifier@7.16.7",
        "sitemap@7.1.0-tuxcare.1|to-fast-properties@2.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|convert-source-map@1.8.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|ms@2.1.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|gensync@1.0.0-beta.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|json5@2.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|minimist@1.2.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|semver@6.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-create-class-features-plugin@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-annotate-as-pure@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-environment-visitor@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-function-name@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-member-expression-to-functions@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-optimise-call-expression@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-replace-supers@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-split-export-declaration@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-skip-transparent-expression-wrappers@7.16.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-optional-chaining@7.8.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-typescript@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/compat-data@7.16.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-option@7.16.7"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-skip-transparent-expression-wrappers@7.16.0",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-optional-chaining@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-async-generator-functions@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-remap-async-to-generator@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-async-generators@7.8.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-class-static-block@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-create-class-features-plugin@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-class-static-block@7.14.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-dynamic-import@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-dynamic-import@7.8.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-export-namespace-from@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-export-namespace-from@7.8.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-json-strings@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-json-strings@7.8.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-logical-assignment-operators@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-logical-assignment-operators@7.10.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-numeric-separator@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-numeric-separator@7.10.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-object-rest-spread@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/compat-data@7.16.4",
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-compilation-targets@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-object-rest-spread@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-parameters@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-optional-catch-binding@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-optional-catch-binding@7.8.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-private-methods@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-create-class-features-plugin@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-private-property-in-object@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-annotate-as-pure@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-create-class-features-plugin@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-private-property-in-object@7.14.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-unicode-property-regex@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-create-regexp-features-plugin@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-async-generators@7.8.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-class-properties@7.12.13",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-class-static-block@7.14.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-dynamic-import@7.8.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-export-namespace-from@7.8.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-json-strings@7.8.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-logical-assignment-operators@7.10.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-numeric-separator@7.10.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-object-rest-spread@7.8.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-optional-catch-binding@7.8.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-private-property-in-object@7.14.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-top-level-await@7.14.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-arrow-functions@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-async-to-generator@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-module-imports@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-remap-async-to-generator@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-block-scoped-functions@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-block-scoping@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-classes@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-annotate-as-pure@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-environment-visitor@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-function-name@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-optimise-call-expression@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-replace-supers@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-split-export-declaration@7.16.7",
        "sitemap@7.1.0-tuxcare.1|globals@11.12.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-computed-properties@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-destructuring@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-dotall-regex@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-create-regexp-features-plugin@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-duplicate-keys@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-exponentiation-operator@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-builder-binary-assignment-operator-visitor@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-for-of@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-function-name@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-compilation-targets@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-function-name@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-literals@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-member-expression-literals@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-amd@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-module-transforms@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|babel-plugin-dynamic-import-node@2.3.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-commonjs@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-module-transforms@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-simple-access@7.16.7",
        "sitemap@7.1.0-tuxcare.1|babel-plugin-dynamic-import-node@2.3.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-systemjs@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-hoist-variables@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-module-transforms@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-identifier@7.16.7",
        "sitemap@7.1.0-tuxcare.1|babel-plugin-dynamic-import-node@2.3.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-modules-umd@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-module-transforms@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-named-capturing-groups-regex@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-create-regexp-features-plugin@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-new-target@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-object-super@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-replace-supers@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-parameters@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-property-literals@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-regenerator@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|regenerator-transform@0.14.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-reserved-words@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-shorthand-properties@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-spread@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-skip-transparent-expression-wrappers@7.16.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-sticky-regex@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-template-literals@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-typeof-symbol@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-unicode-escapes@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-unicode-regex@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-create-regexp-features-plugin@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/preset-modules@0.1.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-proposal-unicode-property-regex@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-transform-dotall-regex@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
        "sitemap@7.1.0-tuxcare.1|esutils@2.0.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-polyfill-corejs2@0.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/compat-data@7.16.4",
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-define-polyfill-provider@0.3.0",
        "sitemap@7.1.0-tuxcare.1|semver@6.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-polyfill-corejs3@0.4.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-define-polyfill-provider@0.3.0",
        "sitemap@7.1.0-tuxcare.1|core-js-compat@3.20.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-polyfill-regenerator@0.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-define-polyfill-provider@0.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|core-js-compat@3.20.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|browserslist@4.19.1",
        "sitemap@7.1.0-tuxcare.1|core-js-compat@3.20.1|semver@7.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|core-js-compat@3.20.1|semver@7.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|diff-sequences@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-get-type@27.4.0",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|ansi-regex@5.0.1",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2|ansi-styles@5.2.0",
        "sitemap@7.1.0-tuxcare.1|react-is@17.0.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2|ansi-styles@5.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/experimental-utils@5.8.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/json-schema@7.0.9",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/scope-manager@5.8.1",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/types@5.8.1",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/typescript-estree@5.8.1",
        "sitemap@7.1.0-tuxcare.1|eslint-scope@5.1.1",
        "sitemap@7.1.0-tuxcare.1|eslint-utils@3.0.0",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/scope-manager@5.8.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/types@5.8.1",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/visitor-keys@5.8.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|functional-red-black-tree@1.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ignore@5.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|regexpp@3.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|tsutils@3.21.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|tsutils@3.21.0|tslib@1.14.1",
        "sitemap@7.1.0-tuxcare.1|typescript@4.5.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|tsutils@3.21.0|tslib@1.14.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/types@5.8.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/typescript-estree@5.8.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/types@5.8.1",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/visitor-keys@5.8.1",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|globby@11.0.4",
        "sitemap@7.1.0-tuxcare.1|is-glob@4.0.3",
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/typescript-estree@5.8.1|semver@7.3.5",
        "sitemap@7.1.0-tuxcare.1|tsutils@3.21.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/typescript-estree@5.8.1|semver@7.3.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|lru-cache@6.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|resolve@1.20.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|is-core-module@2.8.0",
        "sitemap@7.1.0-tuxcare.1|path-parse@1.0.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-runtime@6.26.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|core-js@2.6.12",
        "sitemap@7.1.0-tuxcare.1|babel-runtime@6.26.0|regenerator-runtime@0.11.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-runtime@6.26.0|regenerator-runtime@0.11.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|core-js@2.6.12"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|regenerator-runtime@0.10.5"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|prettier-linter-helpers@1.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|fast-diff@1.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|ajv@6.12.6",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|espree@9.2.0",
        "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5|globals@13.12.0",
        "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5|ignore@4.0.6",
        "sitemap@7.1.0-tuxcare.1|import-fresh@3.3.0",
        "sitemap@7.1.0-tuxcare.1|js-yaml@4.1.0",
        "sitemap@7.1.0-tuxcare.1|minimatch@3.0.4",
        "sitemap@7.1.0-tuxcare.1|strip-json-comments@3.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5|globals@13.12.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5|type-fest@0.20.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5|ignore@4.0.6"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@eslint/eslintrc@1.0.5|type-fest@0.20.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@humanwhocodes/config-array@0.9.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@humanwhocodes/object-schema@1.2.1",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|minimatch@3.0.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ajv@6.12.6",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|fast-deep-equal@3.1.3",
        "sitemap@7.1.0-tuxcare.1|fast-json-stable-stringify@2.1.0",
        "sitemap@7.1.0-tuxcare.1|json-schema-traverse@0.4.1",
        "sitemap@7.1.0-tuxcare.1|uri-js@4.4.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|cross-spawn@7.0.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|path-key@3.1.1",
        "sitemap@7.1.0-tuxcare.1|shebang-command@2.0.0",
        "sitemap@7.1.0-tuxcare.1|which@2.0.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|doctrine@3.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|esutils@2.0.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|enquirer@2.3.6",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|ansi-colors@4.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint-utils@3.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|eslint-utils@3.0.0|eslint-visitor-keys@2.1.0",
        "sitemap@7.1.0-tuxcare.1|eslint@8.5.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint-utils@3.0.0|eslint-visitor-keys@2.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint-visitor-keys@3.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|espree@9.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|acorn-jsx@5.3.2",
        "sitemap@7.1.0-tuxcare.1|acorn@8.7.0",
        "sitemap@7.1.0-tuxcare.1|eslint-visitor-keys@3.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|esquery@1.4.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|esquery@1.4.0|estraverse@5.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|esquery@1.4.0|estraverse@5.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|esutils@2.0.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|fast-deep-equal@3.1.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|file-entry-cache@6.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|flat-cache@3.0.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|import-fresh@3.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|parent-module@1.0.1",
        "sitemap@7.1.0-tuxcare.1|resolve-from@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|imurmurhash@0.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|is-glob@4.0.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|is-extglob@2.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|js-yaml@4.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|argparse@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|json-stable-stringify-without-jsonify@1.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|levn@0.4.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|prelude-ls@1.2.1",
        "sitemap@7.1.0-tuxcare.1|type-check@0.4.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lodash.merge@4.6.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|minimatch@3.0.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|brace-expansion@1.1.11"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|natural-compare@1.4.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|optionator@0.9.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|deep-is@0.1.4",
        "sitemap@7.1.0-tuxcare.1|fast-levenshtein@2.0.6",
        "sitemap@7.1.0-tuxcare.1|levn@0.4.1",
        "sitemap@7.1.0-tuxcare.1|prelude-ls@1.2.1",
        "sitemap@7.1.0-tuxcare.1|type-check@0.4.0",
        "sitemap@7.1.0-tuxcare.1|word-wrap@1.2.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|progress@2.0.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|strip-ansi@6.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|ansi-regex@5.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|strip-json-comments@3.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|text-table@0.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|v8-compile-cache@2.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|accepts@1.3.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|mime-types@2.1.34",
        "sitemap@7.1.0-tuxcare.1|negotiator@0.6.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|array-flatten@1.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|body-parser@1.19.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|bytes@3.1.1",
        "sitemap@7.1.0-tuxcare.1|content-type@1.0.4",
        "sitemap@7.1.0-tuxcare.1|body-parser@1.19.1|debug@2.6.9",
        "sitemap@7.1.0-tuxcare.1|depd@1.1.2",
        "sitemap@7.1.0-tuxcare.1|http-errors@1.8.1",
        "sitemap@7.1.0-tuxcare.1|iconv-lite@0.4.24",
        "sitemap@7.1.0-tuxcare.1|on-finished@2.3.0",
        "sitemap@7.1.0-tuxcare.1|qs@6.9.6",
        "sitemap@7.1.0-tuxcare.1|raw-body@2.4.2",
        "sitemap@7.1.0-tuxcare.1|type-is@1.6.18"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|body-parser@1.19.1|debug@2.6.9",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|body-parser@1.19.1|ms@2.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|body-parser@1.19.1|ms@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|content-disposition@0.5.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|content-disposition@0.5.4|safe-buffer@5.2.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|content-disposition@0.5.4|safe-buffer@5.2.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|content-type@1.0.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|cookie-signature@1.0.6"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|cookie@0.4.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|depd@1.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|encodeurl@1.0.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|escape-html@1.0.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|etag@1.8.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|finalhandler@1.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|finalhandler@1.1.2|debug@2.6.9",
        "sitemap@7.1.0-tuxcare.1|encodeurl@1.0.2",
        "sitemap@7.1.0-tuxcare.1|escape-html@1.0.3",
        "sitemap@7.1.0-tuxcare.1|on-finished@2.3.0",
        "sitemap@7.1.0-tuxcare.1|parseurl@1.3.3",
        "sitemap@7.1.0-tuxcare.1|statuses@1.5.0",
        "sitemap@7.1.0-tuxcare.1|unpipe@1.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|finalhandler@1.1.2|debug@2.6.9",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|finalhandler@1.1.2|ms@2.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|finalhandler@1.1.2|ms@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|fresh@0.5.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|merge-descriptors@1.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|methods@1.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|on-finished@2.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|ee-first@1.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|parseurl@1.3.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|path-to-regexp@0.1.7"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|proxy-addr@2.0.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|forwarded@0.2.0",
        "sitemap@7.1.0-tuxcare.1|ipaddr.js@1.9.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|qs@6.9.6"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|range-parser@1.2.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|send@0.17.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|send@0.17.2|debug@2.6.9",
        "sitemap@7.1.0-tuxcare.1|depd@1.1.2",
        "sitemap@7.1.0-tuxcare.1|destroy@1.0.4",
        "sitemap@7.1.0-tuxcare.1|encodeurl@1.0.2",
        "sitemap@7.1.0-tuxcare.1|escape-html@1.0.3",
        "sitemap@7.1.0-tuxcare.1|etag@1.8.1",
        "sitemap@7.1.0-tuxcare.1|fresh@0.5.2",
        "sitemap@7.1.0-tuxcare.1|http-errors@1.8.1",
        "sitemap@7.1.0-tuxcare.1|mime@1.6.0",
        "sitemap@7.1.0-tuxcare.1|send@0.17.2|ms@2.1.3",
        "sitemap@7.1.0-tuxcare.1|on-finished@2.3.0",
        "sitemap@7.1.0-tuxcare.1|range-parser@1.2.1",
        "sitemap@7.1.0-tuxcare.1|statuses@1.5.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|send@0.17.2|debug@2.6.9",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|send@0.17.2|debug@2.6.9|ms@2.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|send@0.17.2|debug@2.6.9|ms@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|send@0.17.2|ms@2.1.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|serve-static@1.14.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|encodeurl@1.0.2",
        "sitemap@7.1.0-tuxcare.1|escape-html@1.0.3",
        "sitemap@7.1.0-tuxcare.1|parseurl@1.3.3",
        "sitemap@7.1.0-tuxcare.1|send@0.17.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|setprototypeof@1.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|statuses@1.5.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|type-is@1.6.18",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|media-typer@0.3.0",
        "sitemap@7.1.0-tuxcare.1|mime-types@2.1.34"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|utils-merge@1.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|vary@1.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5",
        "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|ansi-escapes@4.3.2",
        "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|emittery@0.8.1",
        "sitemap@7.1.0-tuxcare.1|exit@0.1.2",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|jest-changed-files@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-haste-map@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-regex-util@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-resolve-dependencies@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2",
        "sitemap@7.1.0-tuxcare.1|micromatch@4.0.4",
        "sitemap@7.1.0-tuxcare.1|rimraf@3.0.2",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0",
        "sitemap@7.1.0-tuxcare.1|strip-ansi@6.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|import-local@3.0.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|pkg-dir@4.2.0",
        "sitemap@7.1.0-tuxcare.1|resolve-cwd@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/core@27.4.5",
        "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|exit@0.1.2",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|import-local@3.0.3",
        "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2",
        "sitemap@7.1.0-tuxcare.1|prompts@2.4.2",
        "sitemap@7.1.0-tuxcare.1|yargs@16.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-cli@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|colorette@2.0.16"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|commander@8.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|execa@5.1.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|cross-spawn@7.0.3",
        "sitemap@7.1.0-tuxcare.1|get-stream@6.0.1",
        "sitemap@7.1.0-tuxcare.1|human-signals@2.1.0",
        "sitemap@7.1.0-tuxcare.1|is-stream@2.0.1",
        "sitemap@7.1.0-tuxcare.1|merge-stream@2.0.0",
        "sitemap@7.1.0-tuxcare.1|npm-run-path@4.0.1",
        "sitemap@7.1.0-tuxcare.1|onetime@5.1.2",
        "sitemap@7.1.0-tuxcare.1|signal-exit@3.0.6",
        "sitemap@7.1.0-tuxcare.1|strip-final-newline@2.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lilconfig@2.0.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|listr2@3.13.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|cli-truncate@2.1.0",
        "sitemap@7.1.0-tuxcare.1|colorette@2.0.16",
        "sitemap@7.1.0-tuxcare.1|enquirer@2.3.6",
        "sitemap@7.1.0-tuxcare.1|log-update@4.0.0",
        "sitemap@7.1.0-tuxcare.1|p-map@4.0.0",
        "sitemap@7.1.0-tuxcare.1|rfdc@1.3.0",
        "sitemap@7.1.0-tuxcare.1|rxjs@7.5.1",
        "sitemap@7.1.0-tuxcare.1|through@2.3.8",
        "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|micromatch@4.0.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|braces@3.0.2",
        "sitemap@7.1.0-tuxcare.1|picomatch@2.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|normalize-path@3.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|object-inspect@1.12.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|string-argv@0.3.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|yaml@1.10.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|detect-indent@6.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|detect-newline@3.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|git-hooks-list@1.0.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|is-plain-obj@2.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|sort-object-keys@1.1.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|isnumber@1.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|stream-chain@2.2.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|through2@2.0.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|readable-stream@2.3.7",
        "sitemap@7.1.0-tuxcare.1|xtend@4.0.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|xtend@4.0.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/highlight@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-identifier@7.16.7",
        "sitemap@7.1.0-tuxcare.1|chalk@2.4.2",
        "sitemap@7.1.0-tuxcare.1|js-tokens@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jsesc@2.5.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|browserslist@4.19.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|caniuse-lite@1.0.30001294",
        "sitemap@7.1.0-tuxcare.1|electron-to-chromium@1.4.30",
        "sitemap@7.1.0-tuxcare.1|escalade@3.1.1",
        "sitemap@7.1.0-tuxcare.1|node-releases@2.0.1",
        "sitemap@7.1.0-tuxcare.1|picocolors@1.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-environment-visitor@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-module-imports@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-simple-access@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-split-export-declaration@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-validator-identifier@7.16.7"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-function-name@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/helper-get-function-arity@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/template@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-hoist-variables@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|globals@11.12.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|to-fast-properties@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|safe-buffer@5.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ms@2.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|minimist@1.2.5"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-annotate-as-pure@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-member-expression-to-functions@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-optimise-call-expression@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-replace-supers@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/helper-environment-visitor@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-member-expression-to-functions@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-optimise-call-expression@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-remap-async-to-generator@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/helper-annotate-as-pure@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-wrap-function@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-create-regexp-features-plugin@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-annotate-as-pure@7.16.7",
        "sitemap@7.1.0-tuxcare.1|regexpu-core@4.8.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-builder-binary-assignment-operator-visitor@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/helper-explode-assignable-expression@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-dynamic-import-node@2.3.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|object.assign@4.1.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|regenerator-transform@0.14.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/runtime@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-define-polyfill-provider@0.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-compilation-targets@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-module-imports@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|lodash.debounce@4.0.8",
        "sitemap@7.1.0-tuxcare.1|resolve@1.20.0",
        "sitemap@7.1.0-tuxcare.1|semver@6.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|diff-sequences@27.4.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-get-type@27.4.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/istanbul-lib-coverage@2.0.4",
        "sitemap@7.1.0-tuxcare.1|@types/istanbul-reports@3.0.1",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|@types/yargs@16.0.4",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|chalk@4.1.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ansi-regex@5.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|react-is@17.0.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/json-schema@7.0.9"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|eslint-scope@5.1.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|esrecurse@4.3.0",
        "sitemap@7.1.0-tuxcare.1|estraverse@4.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@typescript-eslint/visitor-keys@5.8.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@typescript-eslint/types@5.8.1",
        "sitemap@7.1.0-tuxcare.1|eslint-visitor-keys@3.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lru-cache@6.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|yallist@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|globby@11.0.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|array-union@2.1.0",
        "sitemap@7.1.0-tuxcare.1|dir-glob@3.0.1",
        "sitemap@7.1.0-tuxcare.1|fast-glob@3.2.7",
        "sitemap@7.1.0-tuxcare.1|ignore@5.2.0",
        "sitemap@7.1.0-tuxcare.1|merge2@1.4.1",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|is-core-module@2.8.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|has@1.0.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|path-parse@1.0.7"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|fast-diff@1.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@humanwhocodes/object-schema@1.2.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|fast-json-stable-stringify@2.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|json-schema-traverse@0.4.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|uri-js@4.4.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|punycode@2.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|path-key@3.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|shebang-command@2.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|shebang-regex@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|which@2.0.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|isexe@2.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ansi-colors@4.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|esrecurse@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|esrecurse@4.3.0|estraverse@5.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|esrecurse@4.3.0|estraverse@5.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|acorn-jsx@5.3.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|acorn@8.7.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|acorn@8.7.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|flat-cache@3.0.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|flatted@3.2.4",
        "sitemap@7.1.0-tuxcare.1|rimraf@3.0.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|parent-module@1.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|callsites@3.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|resolve-from@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|is-extglob@2.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|argparse@2.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|prelude-ls@1.2.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|type-check@0.4.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|prelude-ls@1.2.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|brace-expansion@1.1.11",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|balanced-match@1.0.2",
        "sitemap@7.1.0-tuxcare.1|concat-map@0.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|deep-is@0.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|fast-levenshtein@2.0.6"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|word-wrap@1.2.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|mime-types@2.1.34",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|mime-db@1.51.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|negotiator@0.6.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|bytes@3.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|http-errors@1.8.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|depd@1.1.2",
        "sitemap@7.1.0-tuxcare.1|inherits@2.0.4",
        "sitemap@7.1.0-tuxcare.1|setprototypeof@1.2.0",
        "sitemap@7.1.0-tuxcare.1|statuses@1.5.0",
        "sitemap@7.1.0-tuxcare.1|toidentifier@1.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|iconv-lite@0.4.24",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|safer-buffer@2.1.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|raw-body@2.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|bytes@3.1.1",
        "sitemap@7.1.0-tuxcare.1|http-errors@1.8.1",
        "sitemap@7.1.0-tuxcare.1|iconv-lite@0.4.24",
        "sitemap@7.1.0-tuxcare.1|unpipe@1.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|unpipe@1.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ee-first@1.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|forwarded@0.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ipaddr.js@1.9.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|destroy@1.0.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|mime@1.6.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|media-typer@0.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@bcoe/v8-coverage@0.2.3",
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|collect-v8-coverage@1.0.1",
        "sitemap@7.1.0-tuxcare.1|exit@0.1.2",
        "sitemap@7.1.0-tuxcare.1|glob@7.2.0",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-coverage@3.2.0",
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-instrument@4.0.3",
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-report@3.0.0",
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-source-maps@4.0.1",
        "sitemap@7.1.0-tuxcare.1|istanbul-reports@3.1.3",
        "sitemap@7.1.0-tuxcare.1|jest-haste-map@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0",
        "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|source-map@0.6.1",
        "sitemap@7.1.0-tuxcare.1|string-length@4.0.2",
        "sitemap@7.1.0-tuxcare.1|terminal-link@2.1.1",
        "sitemap@7.1.0-tuxcare.1|v8-to-istanbul@8.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|source-map@0.6.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/reporters@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/istanbul-lib-coverage@2.0.4",
        "sitemap@7.1.0-tuxcare.1|collect-v8-coverage@1.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|babel-plugin-istanbul@6.1.1",
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|convert-source-map@1.8.0",
        "sitemap@7.1.0-tuxcare.1|fast-json-stable-stringify@2.1.0",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|jest-haste-map@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-regex-util@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|micromatch@4.0.4",
        "sitemap@7.1.0-tuxcare.1|pirates@4.0.4",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0",
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|source-map@0.6.1",
        "sitemap@7.1.0-tuxcare.1|write-file-atomic@3.0.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|source-map@0.6.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ansi-escapes@4.3.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|type-fest@0.21.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|emittery@0.8.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|exit@0.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-changed-files@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|execa@5.1.1",
        "sitemap@7.1.0-tuxcare.1|throat@6.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@jest/test-sequencer@27.4.5",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|ci-info@3.3.0",
        "sitemap@7.1.0-tuxcare.1|deepmerge@4.2.2",
        "sitemap@7.1.0-tuxcare.1|glob@7.2.0",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-environment-jsdom@27.4.4",
        "sitemap@7.1.0-tuxcare.1|jest-environment-node@27.4.4",
        "sitemap@7.1.0-tuxcare.1|jest-get-type@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-regex-util@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2",
        "sitemap@7.1.0-tuxcare.1|micromatch@4.0.4",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-config@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-haste-map@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/graceful-fs@4.1.5",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|anymatch@3.1.2",
        "sitemap@7.1.0-tuxcare.1|fb-watchman@2.0.1",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|jest-regex-util@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-serializer@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5",
        "sitemap@7.1.0-tuxcare.1|micromatch@4.0.4",
        "sitemap@7.1.0-tuxcare.1|walker@1.0.8"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/code-frame@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/stack-utils@2.0.1",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|micromatch@4.0.4",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0",
        "sitemap@7.1.0-tuxcare.1|stack-utils@2.0.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-regex-util@27.4.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-resolve-dependencies@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-regex-util@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|jest-haste-map@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-pnp-resolver@1.2.2",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2",
        "sitemap@7.1.0-tuxcare.1|resolve.exports@1.1.0",
        "sitemap@7.1.0-tuxcare.1|resolve@1.20.0",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/environment@27.4.4",
        "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|emittery@0.8.1",
        "sitemap@7.1.0-tuxcare.1|exit@0.1.2",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|jest-docblock@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-environment-jsdom@27.4.4",
        "sitemap@7.1.0-tuxcare.1|jest-environment-node@27.4.4",
        "sitemap@7.1.0-tuxcare.1|jest-haste-map@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-leak-detector@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5",
        "sitemap@7.1.0-tuxcare.1|source-map-support@0.5.21",
        "sitemap@7.1.0-tuxcare.1|throat@6.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runner@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/console@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/environment@27.4.4",
        "sitemap@7.1.0-tuxcare.1|@jest/globals@27.4.4",
        "sitemap@7.1.0-tuxcare.1|@jest/source-map@27.4.0",
        "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/yargs@16.0.4",
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|cjs-module-lexer@1.2.2",
        "sitemap@7.1.0-tuxcare.1|collect-v8-coverage@1.0.1",
        "sitemap@7.1.0-tuxcare.1|execa@5.1.1",
        "sitemap@7.1.0-tuxcare.1|exit@0.1.2",
        "sitemap@7.1.0-tuxcare.1|glob@7.2.0",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|jest-haste-map@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-mock@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-regex-util@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0",
        "sitemap@7.1.0-tuxcare.1|strip-bom@4.0.0",
        "sitemap@7.1.0-tuxcare.1|yargs@16.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/generator@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/parser@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-typescript@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/babel__traverse@7.14.2",
        "sitemap@7.1.0-tuxcare.1|@types/prettier@2.4.2",
        "sitemap@7.1.0-tuxcare.1|babel-preset-current-node-syntax@1.0.1",
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|expect@27.4.2",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-get-type@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-haste-map@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|natural-compare@1.4.0",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|semver@7.3.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|semver@7.3.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|lru-cache@6.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|ci-info@3.3.0",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|picomatch@2.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|camelcase@6.2.1",
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|jest-get-type@27.4.0",
        "sitemap@7.1.0-tuxcare.1|leven@3.1.0",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|camelcase@6.2.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-validate@27.4.2|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|ansi-escapes@4.3.2",
        "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|string-length@4.0.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-watcher@27.4.2|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|rimraf@3.0.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|glob@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|slash@3.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|pkg-dir@4.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|find-up@4.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|resolve-cwd@3.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|resolve-cwd@3.0.0|resolve-from@5.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|resolve-cwd@3.0.0|resolve-from@5.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|prompts@2.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|kleur@3.0.3",
        "sitemap@7.1.0-tuxcare.1|sisteransi@1.0.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|yargs@16.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|cliui@7.0.4",
        "sitemap@7.1.0-tuxcare.1|escalade@3.1.1",
        "sitemap@7.1.0-tuxcare.1|get-caller-file@2.0.5",
        "sitemap@7.1.0-tuxcare.1|require-directory@2.1.1",
        "sitemap@7.1.0-tuxcare.1|string-width@4.2.3",
        "sitemap@7.1.0-tuxcare.1|y18n@5.0.8",
        "sitemap@7.1.0-tuxcare.1|yargs-parser@20.2.9"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|get-stream@6.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|human-signals@2.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|is-stream@2.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|merge-stream@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|npm-run-path@4.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|path-key@3.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|onetime@5.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|mimic-fn@2.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|signal-exit@3.0.6"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|strip-final-newline@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|cli-truncate@2.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0",
        "sitemap@7.1.0-tuxcare.1|string-width@4.2.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|ansi-escapes@4.3.2",
        "sitemap@7.1.0-tuxcare.1|cli-cursor@3.1.0",
        "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|slice-ansi@4.0.0",
        "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|wrap-ansi@6.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|slice-ansi@4.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|astral-regex@2.0.0",
        "sitemap@7.1.0-tuxcare.1|is-fullwidth-code-point@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|wrap-ansi@6.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|string-width@4.2.3",
        "sitemap@7.1.0-tuxcare.1|strip-ansi@6.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|log-update@4.0.0|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|p-map@4.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|aggregate-error@3.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|rfdc@1.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|rxjs@7.5.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|tslib@2.3.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|through@2.3.8"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|string-width@4.2.3",
        "sitemap@7.1.0-tuxcare.1|strip-ansi@6.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|braces@3.0.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|fill-range@7.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|picomatch@2.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/glob@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/minimatch@3.0.5",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|array-union@2.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|dir-glob@3.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|path-type@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|fast-glob@3.2.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@nodelib/fs.stat@2.0.5",
        "sitemap@7.1.0-tuxcare.1|@nodelib/fs.walk@1.2.8",
        "sitemap@7.1.0-tuxcare.1|glob-parent@5.1.2",
        "sitemap@7.1.0-tuxcare.1|merge2@1.4.1",
        "sitemap@7.1.0-tuxcare.1|micromatch@4.0.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|glob@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|fs.realpath@1.0.0",
        "sitemap@7.1.0-tuxcare.1|inflight@1.0.6",
        "sitemap@7.1.0-tuxcare.1|inherits@2.0.4",
        "sitemap@7.1.0-tuxcare.1|minimatch@3.0.4",
        "sitemap@7.1.0-tuxcare.1|once@1.4.0",
        "sitemap@7.1.0-tuxcare.1|path-is-absolute@1.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|merge2@1.4.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|readable-stream@2.3.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|core-util-is@1.0.3",
        "sitemap@7.1.0-tuxcare.1|inherits@2.0.4",
        "sitemap@7.1.0-tuxcare.1|isarray@1.0.0",
        "sitemap@7.1.0-tuxcare.1|process-nextick-args@2.0.1",
        "sitemap@7.1.0-tuxcare.1|safe-buffer@5.1.2",
        "sitemap@7.1.0-tuxcare.1|string_decoder@1.1.1",
        "sitemap@7.1.0-tuxcare.1|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|chalk@2.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|ansi-styles@3.2.1",
        "sitemap@7.1.0-tuxcare.1|escape-string-regexp@1.0.5",
        "sitemap@7.1.0-tuxcare.1|supports-color@5.5.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|js-tokens@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|caniuse-lite@1.0.30001294"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|electron-to-chromium@1.4.30"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|escalade@3.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|node-releases@2.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|picocolors@1.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-get-function-arity@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-wrap-function@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/helper-function-name@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/template@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|regexpu-core@4.8.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|regenerate-unicode-properties@9.0.0",
        "sitemap@7.1.0-tuxcare.1|regenerate@1.4.2",
        "sitemap@7.1.0-tuxcare.1|regjsgen@0.5.2",
        "sitemap@7.1.0-tuxcare.1|regjsparser@0.7.0",
        "sitemap@7.1.0-tuxcare.1|unicode-match-property-ecmascript@2.0.0",
        "sitemap@7.1.0-tuxcare.1|unicode-match-property-value-ecmascript@2.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/helper-explode-assignable-expression@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|object.assign@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|call-bind@1.0.2",
        "sitemap@7.1.0-tuxcare.1|define-properties@1.1.3",
        "sitemap@7.1.0-tuxcare.1|has-symbols@1.0.2",
        "sitemap@7.1.0-tuxcare.1|object-keys@1.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/runtime@7.16.7",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/runtime@7.16.7|regenerator-runtime@0.13.9"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/runtime@7.16.7|regenerator-runtime@0.13.9"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lodash.debounce@4.0.8"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/istanbul-lib-coverage@2.0.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/istanbul-reports@3.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/istanbul-lib-report@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/yargs@16.0.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/yargs-parser@20.2.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|estraverse@4.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|yallist@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|has@1.0.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|function-bind@1.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|punycode@2.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|shebang-regex@3.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|isexe@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|flatted@3.2.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|callsites@3.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|balanced-match@1.0.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|concat-map@0.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|mime-db@1.51.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|inherits@2.0.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|toidentifier@1.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|safer-buffer@2.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@bcoe/v8-coverage@0.2.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|collect-v8-coverage@1.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-coverage@3.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-instrument@4.0.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@istanbuljs/schema@0.1.3",
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-coverage@3.2.0",
        "sitemap@7.1.0-tuxcare.1|semver@6.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-report@3.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-coverage@3.2.0",
        "sitemap@7.1.0-tuxcare.1|make-dir@3.1.0",
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-report@3.0.0|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-report@3.0.0|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-report@3.0.0|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-report@3.0.0|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-source-maps@4.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3",
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-coverage@3.2.0",
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-source-maps@4.0.1|source-map@0.6.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|istanbul-lib-source-maps@4.0.1|source-map@0.6.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|istanbul-reports@3.1.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|html-escaper@2.0.2",
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-report@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|merge-stream@2.0.0",
        "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5|supports-color@8.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5|supports-color@8.1.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-worker@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|string-length@4.0.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|char-regex@1.0.2",
        "sitemap@7.1.0-tuxcare.1|strip-ansi@6.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|terminal-link@2.1.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|ansi-escapes@4.3.2",
        "sitemap@7.1.0-tuxcare.1|supports-hyperlinks@2.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|v8-to-istanbul@8.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/istanbul-lib-coverage@2.0.4",
        "sitemap@7.1.0-tuxcare.1|convert-source-map@1.8.0",
        "sitemap@7.1.0-tuxcare.1|source-map@0.7.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-istanbul@6.1.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0",
        "sitemap@7.1.0-tuxcare.1|@istanbuljs/schema@0.1.3",
        "sitemap@7.1.0-tuxcare.1|babel-plugin-istanbul@6.1.1|istanbul-lib-instrument@5.1.0",
        "sitemap@7.1.0-tuxcare.1|test-exclude@6.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-istanbul@6.1.1|istanbul-lib-instrument@5.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/parser@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@istanbuljs/schema@0.1.3",
        "sitemap@7.1.0-tuxcare.1|istanbul-lib-coverage@3.2.0",
        "sitemap@7.1.0-tuxcare.1|semver@6.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|pirates@4.0.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|write-file-atomic@3.0.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|imurmurhash@0.1.4",
        "sitemap@7.1.0-tuxcare.1|is-typedarray@1.0.0",
        "sitemap@7.1.0-tuxcare.1|signal-exit@3.0.6",
        "sitemap@7.1.0-tuxcare.1|typedarray-to-buffer@3.1.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|type-fest@0.21.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|throat@6.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/test-sequencer@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|jest-haste-map@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@jest/transform@27.4.5",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/babel__core@7.1.17",
        "sitemap@7.1.0-tuxcare.1|babel-plugin-istanbul@6.1.1",
        "sitemap@7.1.0-tuxcare.1|babel-preset-jest@27.4.0",
        "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-jest@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ci-info@3.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|deepmerge@4.2.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/environment@27.4.4",
        "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|co@4.6.0",
        "sitemap@7.1.0-tuxcare.1|dedent@0.7.0",
        "sitemap@7.1.0-tuxcare.1|expect@27.4.2",
        "sitemap@7.1.0-tuxcare.1|is-generator-fn@2.1.0",
        "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2",
        "sitemap@7.1.0-tuxcare.1|slash@3.0.0",
        "sitemap@7.1.0-tuxcare.1|stack-utils@2.0.5",
        "sitemap@7.1.0-tuxcare.1|throat@6.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-circus@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-environment-jsdom@27.4.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/environment@27.4.4",
        "sitemap@7.1.0-tuxcare.1|@jest/fake-timers@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|jest-mock@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jsdom@16.7.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-environment-node@27.4.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/environment@27.4.4",
        "sitemap@7.1.0-tuxcare.1|@jest/fake-timers@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|jest-mock@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/traverse@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@jest/environment@27.4.4",
        "sitemap@7.1.0-tuxcare.1|@jest/source-map@27.4.0",
        "sitemap@7.1.0-tuxcare.1|@jest/test-result@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|co@4.6.0",
        "sitemap@7.1.0-tuxcare.1|expect@27.4.2",
        "sitemap@7.1.0-tuxcare.1|is-generator-fn@2.1.0",
        "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-runtime@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-snapshot@27.4.5",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2",
        "sitemap@7.1.0-tuxcare.1|throat@6.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-jasmine2@27.4.5|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/graceful-fs@4.1.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|anymatch@3.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|normalize-path@3.0.0",
        "sitemap@7.1.0-tuxcare.1|picomatch@2.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|fb-watchman@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|bser@2.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-serializer@27.4.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|walker@1.0.8",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|makeerror@1.0.12"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/stack-utils@2.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|stack-utils@2.0.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|stack-utils@2.0.5|escape-string-regexp@2.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|stack-utils@2.0.5|escape-string-regexp@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-pnp-resolver@1.2.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-resolve@27.4.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|resolve.exports@1.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/environment@27.4.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/fake-timers@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|jest-mock@27.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-docblock@27.4.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|detect-newline@3.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-leak-detector@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-get-type@27.4.0",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|source-map-support@0.5.21",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|buffer-from@1.1.2",
        "sitemap@7.1.0-tuxcare.1|source-map-support@0.5.21|source-map@0.6.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|source-map-support@0.5.21|source-map@0.6.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/globals@27.4.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/environment@27.4.4",
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|expect@27.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/source-map@27.4.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|callsites@3.1.0",
        "sitemap@7.1.0-tuxcare.1|graceful-fs@4.2.8",
        "sitemap@7.1.0-tuxcare.1|@jest/source-map@27.4.0|source-map@0.6.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/source-map@27.4.0|source-map@0.6.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|cjs-module-lexer@1.2.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-mock@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|strip-bom@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/babel__traverse@7.14.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/prettier@2.4.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-preset-current-node-syntax@1.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-async-generators@7.8.4",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-bigint@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-class-properties@7.12.13",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-import-meta@7.10.4",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-json-strings@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-logical-assignment-operators@7.10.4",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-nullish-coalescing-operator@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-numeric-separator@7.10.4",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-object-rest-spread@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-optional-catch-binding@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-optional-chaining@7.8.3",
        "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-top-level-await@7.14.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|expect@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|expect@27.4.2|ansi-styles@5.2.0",
        "sitemap@7.1.0-tuxcare.1|jest-get-type@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-regex-util@27.4.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|expect@27.4.2|ansi-styles@5.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|jest-diff@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-get-type@27.4.0",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-matcher-utils@27.4.2|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|leven@3.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|find-up@4.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|locate-path@5.0.0",
        "sitemap@7.1.0-tuxcare.1|path-exists@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|kleur@3.0.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|sisteransi@1.0.5"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|cliui@7.0.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|string-width@4.2.3",
        "sitemap@7.1.0-tuxcare.1|strip-ansi@6.0.1",
        "sitemap@7.1.0-tuxcare.1|wrap-ansi@7.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|get-caller-file@2.0.5"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|require-directory@2.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|string-width@4.2.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|emoji-regex@8.0.0",
        "sitemap@7.1.0-tuxcare.1|is-fullwidth-code-point@3.0.0",
        "sitemap@7.1.0-tuxcare.1|strip-ansi@6.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|y18n@5.0.8"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|yargs-parser@20.2.9"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|mimic-fn@2.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|astral-regex@2.0.0",
        "sitemap@7.1.0-tuxcare.1|is-fullwidth-code-point@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|slice-ansi@3.0.0|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|cli-cursor@3.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|restore-cursor@3.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|aggregate-error@3.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|clean-stack@2.2.0",
        "sitemap@7.1.0-tuxcare.1|indent-string@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|tslib@2.3.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|fill-range@7.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|to-regex-range@5.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/minimatch@3.0.5"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|path-type@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@nodelib/fs.stat@2.0.5"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@nodelib/fs.walk@1.2.8",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@nodelib/fs.scandir@2.1.5",
        "sitemap@7.1.0-tuxcare.1|fastq@1.13.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|glob-parent@5.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|is-glob@4.0.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|fs.realpath@1.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|inflight@1.0.6",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|once@1.4.0",
        "sitemap@7.1.0-tuxcare.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|once@1.4.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|path-is-absolute@1.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|core-util-is@1.0.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|isarray@1.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|process-nextick-args@2.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|string_decoder@1.1.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|util-deprecate@1.0.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ansi-styles@3.2.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|color-convert@1.9.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|escape-string-regexp@1.0.5"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|supports-color@5.5.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|has-flag@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|regenerate-unicode-properties@9.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|regenerate@1.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|regenerate@1.4.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|regjsgen@0.5.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|regjsparser@0.7.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|regjsparser@0.7.0|jsesc@0.5.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|regjsparser@0.7.0|jsesc@0.5.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|unicode-match-property-ecmascript@2.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|unicode-canonical-property-names-ecmascript@2.0.0",
        "sitemap@7.1.0-tuxcare.1|unicode-property-aliases-ecmascript@2.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|unicode-match-property-value-ecmascript@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|call-bind@1.0.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|function-bind@1.1.1",
        "sitemap@7.1.0-tuxcare.1|get-intrinsic@1.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|define-properties@1.1.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|object-keys@1.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|has-symbols@1.0.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|object-keys@1.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/istanbul-lib-report@3.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@types/istanbul-lib-coverage@2.0.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/yargs-parser@20.2.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|function-bind@1.1.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@istanbuljs/schema@0.1.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|make-dir@3.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|semver@6.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|html-escaper@2.0.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|char-regex@1.0.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|supports-hyperlinks@2.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|supports-hyperlinks@2.2.0|has-flag@4.0.0",
        "sitemap@7.1.0-tuxcare.1|supports-hyperlinks@2.2.0|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|supports-hyperlinks@2.2.0|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|supports-hyperlinks@2.2.0|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|supports-hyperlinks@2.2.0|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|camelcase@5.3.1",
        "sitemap@7.1.0-tuxcare.1|find-up@4.1.0",
        "sitemap@7.1.0-tuxcare.1|get-package-type@0.1.0",
        "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0|js-yaml@3.14.1",
        "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0|resolve-from@5.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0|js-yaml@3.14.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0|argparse@1.0.10",
        "sitemap@7.1.0-tuxcare.1|esprima@4.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0|resolve-from@5.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@istanbuljs/load-nyc-config@1.1.0|argparse@1.0.10",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|sprintf-js@1.0.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|test-exclude@6.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@istanbuljs/schema@0.1.3",
        "sitemap@7.1.0-tuxcare.1|glob@7.2.0",
        "sitemap@7.1.0-tuxcare.1|minimatch@3.0.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|is-typedarray@1.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|typedarray-to-buffer@3.1.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|is-typedarray@1.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/babel__core@7.1.17",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/parser@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@types/babel__generator@7.6.4",
        "sitemap@7.1.0-tuxcare.1|@types/babel__template@7.4.1",
        "sitemap@7.1.0-tuxcare.1|@types/babel__traverse@7.14.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-preset-jest@27.4.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|babel-plugin-jest-hoist@27.4.0",
        "sitemap@7.1.0-tuxcare.1|babel-preset-current-node-syntax@1.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|co@4.6.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|dedent@0.7.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|is-generator-fn@2.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|chalk@4.1.2",
        "sitemap@7.1.0-tuxcare.1|jest-get-type@27.4.0",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|pretty-format@27.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|chalk@4.1.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|ansi-styles@4.3.0",
        "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|supports-color@7.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|ansi-styles@4.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|color-convert@2.0.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|supports-color@7.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|has-flag@4.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|color-convert@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|color-name@1.1.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|has-flag@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jest-each@27.4.2|color-name@1.1.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@jest/fake-timers@27.4.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@jest/types@27.4.2",
        "sitemap@7.1.0-tuxcare.1|@sinonjs/fake-timers@8.1.0",
        "sitemap@7.1.0-tuxcare.1|@types/node@17.0.5",
        "sitemap@7.1.0-tuxcare.1|jest-message-util@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-mock@27.4.2",
        "sitemap@7.1.0-tuxcare.1|jest-util@27.4.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|jsdom@16.7.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|abab@2.0.5",
        "sitemap@7.1.0-tuxcare.1|acorn-globals@6.0.0",
        "sitemap@7.1.0-tuxcare.1|acorn@8.7.0",
        "sitemap@7.1.0-tuxcare.1|cssom@0.4.4",
        "sitemap@7.1.0-tuxcare.1|cssstyle@2.3.0",
        "sitemap@7.1.0-tuxcare.1|data-urls@2.0.0",
        "sitemap@7.1.0-tuxcare.1|decimal.js@10.3.1",
        "sitemap@7.1.0-tuxcare.1|domexception@2.0.1",
        "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0",
        "sitemap@7.1.0-tuxcare.1|form-data@3.0.1",
        "sitemap@7.1.0-tuxcare.1|html-encoding-sniffer@2.0.1",
        "sitemap@7.1.0-tuxcare.1|http-proxy-agent@4.0.1",
        "sitemap@7.1.0-tuxcare.1|https-proxy-agent@5.0.0",
        "sitemap@7.1.0-tuxcare.1|is-potential-custom-element-name@1.0.1",
        "sitemap@7.1.0-tuxcare.1|nwsapi@2.2.0",
        "sitemap@7.1.0-tuxcare.1|parse5@6.0.1",
        "sitemap@7.1.0-tuxcare.1|saxes@5.0.1",
        "sitemap@7.1.0-tuxcare.1|symbol-tree@3.2.4",
        "sitemap@7.1.0-tuxcare.1|tough-cookie@4.0.0",
        "sitemap@7.1.0-tuxcare.1|w3c-hr-time@1.0.2",
        "sitemap@7.1.0-tuxcare.1|w3c-xmlserializer@2.0.0",
        "sitemap@7.1.0-tuxcare.1|webidl-conversions@6.1.0",
        "sitemap@7.1.0-tuxcare.1|whatwg-encoding@1.0.5",
        "sitemap@7.1.0-tuxcare.1|whatwg-mimetype@2.3.0",
        "sitemap@7.1.0-tuxcare.1|whatwg-url@8.7.0",
        "sitemap@7.1.0-tuxcare.1|ws@7.5.6",
        "sitemap@7.1.0-tuxcare.1|xml-name-validator@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|bser@2.1.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|node-int64@0.4.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|makeerror@1.0.12",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|tmpl@1.0.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|buffer-from@1.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-bigint@7.8.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@babel/plugin-syntax-import-meta@7.10.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/core@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/helper-plugin-utils@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|locate-path@5.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|p-locate@4.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|path-exists@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|emoji-regex@8.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|is-fullwidth-code-point@3.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|astral-regex@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|restore-cursor@3.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|onetime@5.1.2",
        "sitemap@7.1.0-tuxcare.1|signal-exit@3.0.6"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|clean-stack@2.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|indent-string@4.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|to-regex-range@5.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|is-number@7.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@nodelib/fs.scandir@2.1.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@nodelib/fs.stat@2.0.5",
        "sitemap@7.1.0-tuxcare.1|run-parallel@1.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|fastq@1.13.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|reusify@1.0.4"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|wrappy@1.0.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|color-convert@1.9.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|color-name@1.1.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|has-flag@3.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|unicode-canonical-property-names-ecmascript@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|unicode-property-aliases-ecmascript@2.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|get-intrinsic@1.1.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|function-bind@1.1.1",
        "sitemap@7.1.0-tuxcare.1|has-symbols@1.0.2",
        "sitemap@7.1.0-tuxcare.1|has@1.0.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|camelcase@5.3.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|get-package-type@0.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/babel__generator@7.6.4",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@types/babel__template@7.4.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/parser@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|babel-plugin-jest-hoist@27.4.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@babel/template@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@babel/types@7.16.7",
        "sitemap@7.1.0-tuxcare.1|@types/babel__core@7.1.17",
        "sitemap@7.1.0-tuxcare.1|@types/babel__traverse@7.14.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@sinonjs/fake-timers@8.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@sinonjs/commons@1.8.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|abab@2.0.5"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|acorn-globals@6.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|acorn-walk@7.2.0",
        "sitemap@7.1.0-tuxcare.1|acorn-globals@6.0.0|acorn@7.4.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|acorn-globals@6.0.0|acorn@7.4.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|cssom@0.4.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|cssstyle@2.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|cssstyle@2.3.0|cssom@0.3.8"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|cssstyle@2.3.0|cssom@0.3.8"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|data-urls@2.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|abab@2.0.5",
        "sitemap@7.1.0-tuxcare.1|whatwg-mimetype@2.3.0",
        "sitemap@7.1.0-tuxcare.1|whatwg-url@8.7.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|decimal.js@10.3.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|domexception@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|domexception@2.0.1|webidl-conversions@5.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|domexception@2.0.1|webidl-conversions@5.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|esprima@4.0.1",
        "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|estraverse@5.3.0",
        "sitemap@7.1.0-tuxcare.1|esutils@2.0.3",
        "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|optionator@0.8.3",
        "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|source-map@0.6.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|estraverse@5.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|optionator@0.8.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|deep-is@0.1.4",
        "sitemap@7.1.0-tuxcare.1|fast-levenshtein@2.0.6",
        "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|levn@0.3.0",
        "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|prelude-ls@1.1.2",
        "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|type-check@0.3.2",
        "sitemap@7.1.0-tuxcare.1|word-wrap@1.2.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|source-map@0.6.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|levn@0.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|prelude-ls@1.1.2",
        "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|type-check@0.3.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|prelude-ls@1.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|type-check@0.3.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|escodegen@2.0.0|prelude-ls@1.1.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|form-data@3.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|asynckit@0.4.0",
        "sitemap@7.1.0-tuxcare.1|combined-stream@1.0.8",
        "sitemap@7.1.0-tuxcare.1|mime-types@2.1.34"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|html-encoding-sniffer@2.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|whatwg-encoding@1.0.5"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|http-proxy-agent@4.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|@tootallnate/once@1.1.2",
        "sitemap@7.1.0-tuxcare.1|agent-base@6.0.2",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|https-proxy-agent@5.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|agent-base@6.0.2",
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|is-potential-custom-element-name@1.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|nwsapi@2.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|parse5@6.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|saxes@5.0.1",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|xmlchars@2.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|symbol-tree@3.2.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|tough-cookie@4.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|psl@1.8.0",
        "sitemap@7.1.0-tuxcare.1|punycode@2.1.1",
        "sitemap@7.1.0-tuxcare.1|universalify@0.1.2"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|w3c-hr-time@1.0.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|browser-process-hrtime@1.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|w3c-xmlserializer@2.0.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|xml-name-validator@3.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|webidl-conversions@6.1.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|whatwg-encoding@1.0.5",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|iconv-lite@0.4.24"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|whatwg-mimetype@2.3.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|whatwg-url@8.7.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|lodash@4.17.21",
        "sitemap@7.1.0-tuxcare.1|tr46@2.1.0",
        "sitemap@7.1.0-tuxcare.1|webidl-conversions@6.1.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|ws@7.5.6"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|xml-name-validator@3.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|node-int64@0.4.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|tmpl@1.0.5"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|p-locate@4.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|p-limit@2.3.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|is-number@7.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|run-parallel@1.2.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|queue-microtask@1.2.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|reusify@1.0.4"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|color-name@1.1.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|esprima@4.0.1"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@sinonjs/commons@1.8.3",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|type-detect@4.0.8"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|acorn-walk@7.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|asynckit@0.4.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|combined-stream@1.0.8",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|delayed-stream@1.0.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|@tootallnate/once@1.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|agent-base@6.0.2",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|debug@4.3.3"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|xmlchars@2.2.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|psl@1.8.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|universalify@0.1.2"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|browser-process-hrtime@1.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|lodash@4.17.21"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|tr46@2.1.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|punycode@2.1.1"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|p-limit@2.3.0",
      "dependsOn": [
        "sitemap@7.1.0-tuxcare.1|p-try@2.2.0"
      ]
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|queue-microtask@1.2.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|sprintf-js@1.0.3"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|type-detect@4.0.8"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|delayed-stream@1.0.0"
    },
    {
      "ref": "sitemap@7.1.0-tuxcare.1|p-try@2.2.0"
    }
  ]
}