{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "version": 1,
  "serialNumber": "urn:uuid:f98c9dfa-18a0-41cb-ba29-68d24f22d33e",
  "metadata": {
    "timestamp": "2026-04-03T17:01:26.956Z",
    "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": "sentry-browser",
      "version": "5.7.1-tuxcare.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3",
      "purl": "pkg:npm/sentry-browser@5.7.1-tuxcare.3",
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": ""
        }
      ]
    }
  },
  "components": [
    {
      "type": "library",
      "name": "storage",
      "group": "@google-cloud",
      "version": "2.5.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/storage@2.5.0",
      "author": "Google Inc.",
      "description": "Cloud Storage Client Library for Node.js",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40google-cloud/storage@2.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/googleapis/nodejs-storage.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/googleapis/nodejs-storage#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/googleapis/nodejs-storage/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@google-cloud/storage/-/storage-2.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@google-cloud/storage"
        }
      ]
    },
    {
      "type": "library",
      "name": "core",
      "group": "@sentry",
      "version": "5.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/core@5.7.1",
      "author": "Sentry",
      "description": "Base implementation for all Sentry JavaScript SDKs",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sentry/core@5.7.1",
      "externalReferences": [
        {
          "url": "git://github.com/getsentry/sentry-javascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/tree/master/packages/core",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sentry/core"
        }
      ]
    },
    {
      "type": "library",
      "name": "hub",
      "group": "@sentry",
      "version": "5.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/hub@5.7.1",
      "author": "Sentry",
      "description": "Sentry hub which handles global state managment.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sentry/hub@5.7.1",
      "externalReferences": [
        {
          "url": "git://github.com/getsentry/sentry-javascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/tree/master/packages/hub",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sentry/hub"
        }
      ]
    },
    {
      "type": "library",
      "name": "integrations",
      "group": "@sentry",
      "version": "5.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/integrations@5.7.1",
      "author": "Sentry",
      "description": "Pluggable integrations that can be used to enchance JS SDKs",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sentry/integrations@5.7.1",
      "externalReferences": [
        {
          "url": "git://github.com/getsentry/sentry-javascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sentry/integrations"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimal",
      "group": "@sentry",
      "version": "5.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/minimal@5.7.1",
      "author": "Sentry",
      "description": "Sentry minimal library that can be used in other packages",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sentry/minimal@5.7.1",
      "externalReferences": [
        {
          "url": "git://github.com/getsentry/sentry-javascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sentry/minimal"
        }
      ]
    },
    {
      "type": "library",
      "name": "node",
      "group": "@sentry",
      "version": "5.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/node@5.7.1",
      "author": "Sentry",
      "description": "Offical Sentry SDK for Node.js",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sentry/node@5.7.1",
      "externalReferences": [
        {
          "url": "git://github.com/getsentry/sentry-javascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/tree/master/packages/node",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sentry/node"
        }
      ]
    },
    {
      "type": "library",
      "name": "types",
      "group": "@sentry",
      "version": "5.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/types@5.7.1",
      "author": "Sentry",
      "description": "Types for all Sentry JavaScript SDKs",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sentry/types@5.7.1",
      "externalReferences": [
        {
          "url": "git://github.com/getsentry/sentry-javascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/tree/master/packages/types",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sentry/types"
        }
      ]
    },
    {
      "type": "library",
      "name": "typescript",
      "group": "@sentry",
      "version": "5.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/typescript@5.7.1",
      "author": "Sentry",
      "description": "Typescript configuration used at Sentry",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sentry/typescript@5.7.1",
      "externalReferences": [
        {
          "url": "git://github.com/getsentry/raven-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/getsentry/raven-js/tree/master/packages/typescript",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/getsentry/raven-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sentry/typescript"
        }
      ]
    },
    {
      "type": "library",
      "name": "utils",
      "group": "@sentry",
      "version": "5.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/utils@5.7.1",
      "author": "Sentry",
      "description": "Utilities for all Sentry JavaScript SDKs",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sentry/utils@5.7.1",
      "externalReferences": [
        {
          "url": "git://github.com/getsentry/sentry-javascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/tree/master/packages/utils",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/getsentry/sentry-javascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sentry/utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "typedoc-plugin-monorepo",
      "group": "@strictsoftware",
      "version": "0.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@strictsoftware/typedoc-plugin-monorepo@0.2.1",
      "author": "Hendrik Liebau",
      "description": "Optimize Typedoc documentation output for libraries that are organized in a monorepo.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40strictsoftware/typedoc-plugin-monorepo@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/unstubbable/typedoc-plugin-monorepo.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/unstubbable/typedoc-plugin-monorepo#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/unstubbable/typedoc-plugin-monorepo/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@strictsoftware/typedoc-plugin-monorepo/-/typedoc-plugin-monorepo-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@strictsoftware/typedoc-plugin-monorepo"
        }
      ]
    },
    {
      "type": "library",
      "name": "chai",
      "group": "@types",
      "version": "4.1.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/chai@4.1.7",
      "description": "TypeScript definitions for chai",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/chai@4.1.7",
      "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/chai/-/chai-4.1.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/chai"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest",
      "group": "@types",
      "version": "24.0.11",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/jest@24.0.11",
      "description": "TypeScript definitions for Jest",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/jest@24.0.11",
      "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#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/jest/-/jest-24.0.11.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/jest"
        }
      ]
    },
    {
      "type": "library",
      "name": "mocha",
      "group": "@types",
      "version": "5.2.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/mocha@5.2.6",
      "description": "TypeScript definitions for mocha",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/mocha@5.2.6",
      "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/mocha/-/mocha-5.2.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/mocha"
        }
      ]
    },
    {
      "type": "library",
      "name": "node",
      "group": "@types",
      "version": "11.13.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7",
      "description": "TypeScript definitions for Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/node@11.13.7",
      "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#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/node/-/node-11.13.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/node"
        }
      ]
    },
    {
      "type": "library",
      "name": "raven",
      "group": "@types",
      "version": "2.5.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/raven@2.5.3",
      "description": "TypeScript definitions for raven",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/raven@2.5.3",
      "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/raven/-/raven-2.5.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/raven"
        }
      ]
    },
    {
      "type": "library",
      "name": "sinon",
      "group": "@types",
      "version": "7.0.11",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/sinon@7.0.11",
      "description": "TypeScript definitions for Sinon",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/sinon@7.0.11",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/sinon",
          "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/sinon/-/sinon-7.0.11.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/sinon"
        }
      ]
    },
    {
      "type": "library",
      "name": "chai",
      "version": "4.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|chai@4.2.0",
      "author": "Jake Luer",
      "description": "BDD/TDD assertion library for node.js and the browser. Test framework agnostic.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chai@4.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/chaijs/chai.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://chaijs.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/chai/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chai"
        }
      ]
    },
    {
      "type": "library",
      "name": "codecov",
      "version": "3.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|codecov@3.3.0",
      "author": "Codecov",
      "description": "Uploading report to Codecov: https://codecov.io",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/codecov@3.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/codecov/codecov-node.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/codecov/codecov-node",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/codecov/codecov-node/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/codecov/-/codecov-3.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/codecov"
        }
      ]
    },
    {
      "type": "library",
      "name": "danger-plugin-tslint",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|danger-plugin-tslint@2.0.0",
      "author": "Macklin Underdown",
      "description": "Danger plugin for TSLint",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/danger-plugin-tslint@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/macklinu/danger-plugin-tslint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/macklinu/danger-plugin-tslint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/macklinu/danger-plugin-tslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/danger-plugin-tslint/-/danger-plugin-tslint-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/danger-plugin-tslint"
        }
      ]
    },
    {
      "type": "library",
      "name": "danger",
      "version": "7.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|danger@7.1.3",
      "author": "Orta Therox",
      "description": "Unit tests for Team Culture",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/danger@7.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/danger/danger-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/danger/danger-js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/danger/danger-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/danger/-/danger-7.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/danger"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
      "description": "Delightful JavaScript Testing.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest"
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-browserstack-launcher",
      "version": "1.5.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-browserstack-launcher@1.5.1",
      "author": "Vojta Jina",
      "description": "A Karma plugin. Launch any browser on BrowserStack!",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/karma-browserstack-launcher@1.5.1",
      "externalReferences": [
        {
          "url": "git://github.com/karma-runner/karma-browserstack-launcher.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/karma-runner/karma-browserstack-launcher#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/karma-runner/karma-browserstack-launcher/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-browserstack-launcher/-/karma-browserstack-launcher-1.5.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-browserstack-launcher"
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-firefox-launcher",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-firefox-launcher@1.1.0",
      "author": "Vojta Jina",
      "description": "A Karma plugin. Launcher for Firefox.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/karma-firefox-launcher@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/karma-runner/karma-firefox-launcher.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/karma-runner/karma-firefox-launcher#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/karma-runner/karma-firefox-launcher/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-firefox-launcher"
        }
      ]
    },
    {
      "type": "library",
      "name": "lerna",
      "version": "3.13.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4",
      "author": "Sebastian McKenzie",
      "description": "A tool for managing JavaScript projects with multiple packages.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lerna@3.13.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/lerna",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lerna/-/lerna-3.13.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lerna"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "import-local",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|import-local@1.0.0",
          "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@1.0.0",
          "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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lerna/node_modules/import-local"
            }
          ]
        },
        {
          "type": "library",
          "name": "pkg-dir",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|pkg-dir@2.0.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@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lerna/node_modules/pkg-dir"
            }
          ]
        },
        {
          "type": "library",
          "name": "find-up",
          "version": "2.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|find-up@2.1.0",
          "author": "Sindre Sorhus",
          "description": "Find a file by walking up parent directories",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/find-up@2.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-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lerna/node_modules/find-up"
            }
          ]
        },
        {
          "type": "library",
          "name": "locate-path",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|locate-path@2.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@2.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lerna/node_modules/locate-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-locate",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|p-locate@2.0.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@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lerna/node_modules/p-locate"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-limit",
          "version": "1.3.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|p-limit@1.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@1.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-1.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lerna/node_modules/p-limit"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-try",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|p-try@1.0.0",
          "author": "Sindre Sorhus",
          "description": "`Promise#try()` ponyfill - Starts a promise chain",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/p-try@1.0.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/lerna/node_modules/p-try"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "mocha",
      "version": "6.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4",
      "author": "TJ Holowaychuk",
      "description": "simple, flexible, fun test framework",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mocha@6.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/mochajs/mocha.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mochajs.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mochajs/mocha/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mocha/-/mocha-6.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mocha"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.2.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|debug@3.2.6",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.2.6",
          "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-3.2.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mocha/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "diff",
          "version": "3.5.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|diff@3.5.0",
          "description": "A javascript text diff implementation.",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/diff@3.5.0",
          "externalReferences": [
            {
              "url": "git://github.com/kpdecker/jsdiff.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/kpdecker/jsdiff#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/kpdecker/jsdiff/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mocha/node_modules/diff"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "6.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|supports-color@6.0.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@6.0.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-6.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mocha/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "yargs",
          "version": "13.2.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|yargs@13.2.2",
          "description": "yargs the modern, pirate-themed, successor to optimist.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs@13.2.2",
          "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-13.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mocha/node_modules/yargs"
            }
          ]
        },
        {
          "type": "library",
          "name": "get-caller-file",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mocha/node_modules/get-caller-file"
            }
          ]
        },
        {
          "type": "library",
          "name": "require-main-filename",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|require-main-filename@2.0.0",
          "author": "Ben Coe",
          "description": "shim for require.main.filename() that works in as many environments as possible",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/require-main-filename@2.0.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/yargs/require-main-filename.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/yargs/require-main-filename#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/yargs/require-main-filename/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mocha/node_modules/require-main-filename"
            }
          ]
        },
        {
          "type": "library",
          "name": "string-width",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|string-width@3.1.0",
          "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@3.1.0",
          "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-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mocha/node_modules/string-width"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|strip-ansi@5.1.0",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@5.1.0",
          "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-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mocha/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|ansi-regex@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mocha/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "nan",
      "version": "2.12.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|nan@2.12.1",
      "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 11 compatibility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nan@2.12.1",
      "externalReferences": [
        {
          "url": "git://github.com/nodejs/nan.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodejs/nan#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodejs/nan/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nan/-/nan-2.12.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:extraneous",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nan"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-run-all",
      "version": "4.1.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
      "author": "Toru Nagashima",
      "description": "A CLI tool to run multiple npm-scripts in parallel or sequential.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-run-all@4.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/mysticatea/npm-run-all.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mysticatea/npm-run-all",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mysticatea/npm-run-all/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npm-run-all/-/npm-run-all-4.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-run-all"
        }
      ]
    },
    {
      "type": "library",
      "name": "prettier-check",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
      "author": "pomber",
      "description": "Check that all files match prettier code style.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prettier-check@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/hexacta/prettier-check.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hexacta/prettier-check#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hexacta/prettier-check/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/prettier-check/-/prettier-check-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prettier-check"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "execa",
          "version": "0.6.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|execa@0.6.3",
          "author": "Sindre Sorhus",
          "description": "A better `child_process`",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/execa@0.6.3",
          "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-0.6.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/prettier-check/node_modules/execa"
            }
          ]
        },
        {
          "type": "library",
          "name": "cross-spawn",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|cross-spawn@5.1.0",
          "author": "IndigoUnited",
          "description": "Cross platform child_process#spawn and child_process#spawnSync",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cross-spawn@5.1.0",
          "externalReferences": [
            {
              "url": "git://github.com/IndigoUnited/node-cross-spawn.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/IndigoUnited/node-cross-spawn#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/prettier-check/node_modules/cross-spawn"
            }
          ]
        },
        {
          "type": "library",
          "name": "get-stream",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|get-stream@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Get a stream as a string, buffer, or array",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-stream@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/prettier-check/node_modules/get-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "lru-cache",
          "version": "4.1.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|lru-cache@4.1.5",
          "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@4.1.5",
          "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-4.1.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/prettier-check/node_modules/lru-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "yallist",
          "version": "2.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|yallist@2.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "Yet Another Linked List",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yallist@2.1.2",
          "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-2.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/prettier-check/node_modules/yallist"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "prettier",
      "version": "1.17.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0",
      "author": "James Long",
      "description": "Prettier is an opinionated code formatter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prettier@1.17.0",
      "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-1.17.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prettier"
        }
      ]
    },
    {
      "type": "library",
      "name": "replace-in-file",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0",
      "author": "Adam Reis",
      "description": "A simple utility to quickly replace text in one or more files.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/replace-in-file@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/adamreisnz/replace-in-file.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/adamreisnz/replace-in-file#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/adamreisnz/replace-in-file/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/replace-in-file/-/replace-in-file-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/replace-in-file"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "yargs",
          "version": "13.2.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|yargs@13.2.2",
          "description": "yargs the modern, pirate-themed, successor to optimist.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs@13.2.2",
          "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-13.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/replace-in-file/node_modules/yargs"
            }
          ]
        },
        {
          "type": "library",
          "name": "get-caller-file",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/replace-in-file/node_modules/get-caller-file"
            }
          ]
        },
        {
          "type": "library",
          "name": "require-main-filename",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|require-main-filename@2.0.0",
          "author": "Ben Coe",
          "description": "shim for require.main.filename() that works in as many environments as possible",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/require-main-filename@2.0.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/yargs/require-main-filename.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/yargs/require-main-filename#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/yargs/require-main-filename/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/replace-in-file/node_modules/require-main-filename"
            }
          ]
        },
        {
          "type": "library",
          "name": "string-width",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|string-width@3.1.0",
          "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@3.1.0",
          "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-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/replace-in-file/node_modules/string-width"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|strip-ansi@5.1.0",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@5.1.0",
          "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-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/replace-in-file/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|ansi-regex@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/replace-in-file/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "rimraf",
      "version": "2.6.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
      "author": "Isaac Z. Schlueter",
      "description": "A deep deletion module for node (like `rm -rf`)",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rimraf@2.6.3",
      "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-2.6.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rimraf"
        }
      ]
    },
    {
      "type": "library",
      "name": "sentry-browser",
      "version": "5.7.1-tuxcare.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sentry-browser@5.7.1-tuxcare.4",
      "description": "Patched @sentry/browser with security fixes for GHSA-593m-55hh-j8gv",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sentry-browser@5.7.1-tuxcare.4",
      "externalReferences": [
        {
          "url": "https://nexus.repo.tuxcare.com/repository/els_js/",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sentry-browser"
        }
      ]
    },
    {
      "type": "library",
      "name": "sinon",
      "version": "7.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sinon@7.3.2",
      "author": "Christian Johansen",
      "description": "JavaScript test spies, stubs and mocks.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sinon@7.3.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/sinonjs/sinon.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://sinonjs.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/sinonjs/sinon/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sinon/-/sinon-7.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sinon"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "diff",
          "version": "3.5.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sinon@7.3.2|diff@3.5.0",
          "description": "A javascript text diff implementation.",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/diff@3.5.0",
          "externalReferences": [
            {
              "url": "git://github.com/kpdecker/jsdiff.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/kpdecker/jsdiff#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/kpdecker/jsdiff/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/sinon/node_modules/diff"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ts-jest",
      "version": "24.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ts-jest@24.0.2",
      "author": "Kulshekhar Kabra",
      "description": "A preprocessor with source maps support to help use TypeScript with Jest",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ts-jest@24.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/kulshekhar/ts-jest.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://kulshekhar.github.io/ts-jest",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kulshekhar/ts-jest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ts-jest/-/ts-jest-24.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ts-jest"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "yargs-parser",
          "version": "10.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ts-jest@24.0.2|yargs-parser@10.1.0",
          "author": "Ben Coe",
          "description": "the mighty option parser used by yargs",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs-parser@10.1.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@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-10.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/ts-jest/node_modules/yargs-parser"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ts-jest@24.0.2|camelcase@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/ts-jest/node_modules/camelcase"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "tslint",
      "version": "5.16.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
      "description": "An extensible static analysis linter for the TypeScript language",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tslint@5.16.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/palantir/tslint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://palantir.github.io/tslint",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/palantir/tslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tslint/-/tslint-5.16.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tslint"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "builtin-modules",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0|builtin-modules@1.1.1",
          "author": "Sindre Sorhus",
          "description": "List of the Node.js builtin modules",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/builtin-modules@1.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/builtin-modules.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/builtin-modules#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/builtin-modules/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/tslint/node_modules/builtin-modules"
            }
          ]
        },
        {
          "type": "library",
          "name": "diff",
          "version": "3.5.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0|diff@3.5.0",
          "description": "A javascript text diff implementation.",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/diff@3.5.0",
          "externalReferences": [
            {
              "url": "git://github.com/kpdecker/jsdiff.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/kpdecker/jsdiff#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/kpdecker/jsdiff/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/tslint/node_modules/diff"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "typedoc",
      "version": "0.14.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|typedoc@0.14.2",
      "author": "Sebastian Lenz",
      "description": "Create api documentations for typescript projects.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        },
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared",
            "url": "https://github.com/TypeStrong/TypeDoc/blob/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/typedoc@0.14.2",
      "externalReferences": [
        {
          "url": "git://github.com/TypeStrong/TypeDoc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://typedoc.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TypeStrong/TypeDoc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/typedoc/-/typedoc-0.14.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/typedoc"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "marked",
          "version": "0.4.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|typedoc@0.14.2|marked@0.4.0",
          "author": "Christopher Jeffrey",
          "description": "A markdown parser built for speed",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/marked@0.4.0",
          "externalReferences": [
            {
              "url": "git://github.com/markedjs/marked.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://marked.js.org",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/markedjs/marked/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/marked/-/marked-0.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/typedoc/node_modules/marked"
            }
          ]
        },
        {
          "type": "library",
          "name": "typescript",
          "version": "3.2.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|typedoc@0.14.2|typescript@3.2.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@3.2.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-3.2.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/typedoc/node_modules/typescript"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "typescript-tslint-plugin",
      "version": "0.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|typescript-tslint-plugin@0.3.1",
      "author": "Microsoft",
      "description": "TypeScript tslint language service plugin",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/typescript-tslint-plugin@0.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/microsoft/typescript-tslint-plugin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/microsoft/typescript-tslint-plugin#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/microsoft/typescript-tslint-plugin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/typescript-tslint-plugin/-/typescript-tslint-plugin-0.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/typescript-tslint-plugin"
        }
      ]
    },
    {
      "type": "library",
      "name": "typescript",
      "version": "3.4.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5",
      "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@3.4.5",
      "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-3.4.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/typescript"
        }
      ]
    },
    {
      "type": "library",
      "name": "common",
      "group": "@google-cloud",
      "version": "0.32.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/common@0.32.1",
      "author": "Google Inc.",
      "description": "Common components for Cloud APIs Node.js Client Libraries",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40google-cloud/common@0.32.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/googleapis/nodejs-common.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/googleapis/nodejs-common#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/googleapis/nodejs-common/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@google-cloud/common/-/common-0.32.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@google-cloud/common"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "arrify",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/common@0.32.1|arrify@2.0.1",
          "author": "Sindre Sorhus",
          "description": "Convert a value to an array",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/arrify@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/arrify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/arrify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/arrify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@google-cloud/common/node_modules/arrify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "paginator",
      "group": "@google-cloud",
      "version": "0.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/paginator@0.2.0",
      "author": "Google Inc.",
      "description": "A result paging utility used by Google node.js modules",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40google-cloud/paginator@0.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/googleapis/nodejs-paginator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/googleapis/nodejs-paginator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/googleapis/nodejs-paginator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@google-cloud/paginator/-/paginator-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@google-cloud/paginator"
        }
      ]
    },
    {
      "type": "library",
      "name": "promisify",
      "group": "@google-cloud",
      "version": "0.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/promisify@0.4.0",
      "author": "Google Inc.",
      "description": "A simple utility for promisifying functions and classes.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40google-cloud/promisify@0.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/googleapis/nodejs-promisify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/googleapis/nodejs-promisify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/googleapis/nodejs-promisify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@google-cloud/promisify/-/promisify-0.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@google-cloud/promisify"
        }
      ]
    },
    {
      "type": "library",
      "name": "arrify",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|arrify@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Convert a value to an array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/arrify@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/arrify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/arrify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/arrify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/arrify"
        }
      ]
    },
    {
      "type": "library",
      "name": "async",
      "version": "2.6.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|async@2.6.1",
      "author": "Caolan McMahon",
      "description": "Higher-order functions and common patterns for asynchronous code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/async@2.6.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/caolan/async.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://caolan.github.io/async/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/caolan/async/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/async/-/async-2.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/async"
        }
      ]
    },
    {
      "type": "library",
      "name": "compressible",
      "version": "2.0.15",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|compressible@2.0.15",
      "description": "Compressible Content-Type / mime checking",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/compressible@2.0.15",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/compressible.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/compressible#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/compressible/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/compressible/-/compressible-2.0.15.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/compressible"
        }
      ]
    },
    {
      "type": "library",
      "name": "concat-stream",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|concat-stream@2.0.0",
      "author": "Max Ogden",
      "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/concat-stream@2.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/maxogden/concat-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/maxogden/concat-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/maxogden/concat-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/concat-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "date-and-time",
      "version": "0.6.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|date-and-time@0.6.3",
      "author": "KNOWLEDGECODE",
      "description": "A Minimalist DateTime utility for Node.js and the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/date-and-time@0.6.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/knowledgecode/date-and-time.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/knowledgecode/date-and-time",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/knowledgecode/date-and-time/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/date-and-time/-/date-and-time-0.6.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/date-and-time"
        }
      ]
    },
    {
      "type": "library",
      "name": "duplexify",
      "version": "3.6.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1",
      "author": "Mathias Buus",
      "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/duplexify@3.6.1",
      "externalReferences": [
        {
          "url": "git://github.com/mafintosh/duplexify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/duplexify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/duplexify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/duplexify/-/duplexify-3.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/duplexify"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/duplexify/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/duplexify/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/duplexify/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "extend",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|extend@3.0.2",
      "author": "Stefan Thomas",
      "description": "Port of jQuery.extend for node.js and the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/extend@3.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/justmoon/node-extend.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/justmoon/node-extend#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/justmoon/node-extend/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extend"
        }
      ]
    },
    {
      "type": "library",
      "name": "gcs-resumable-upload",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gcs-resumable-upload@1.1.0",
      "author": "Stephen Sawchuk",
      "description": "Upload a file to Google Cloud Storage with built-in resumable behavior",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gcs-resumable-upload@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/googleapis/gcs-resumable-upload.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/googleapis/gcs-resumable-upload#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/googleapis/gcs-resumable-upload/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gcs-resumable-upload/-/gcs-resumable-upload-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gcs-resumable-upload"
        }
      ]
    },
    {
      "type": "library",
      "name": "hash-stream-validation",
      "version": "0.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1",
      "author": "Stephen Sawchuk",
      "description": "Hash a stream of data, then validate",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hash-stream-validation@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/stephenplusplus/hash-stream-validation.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stephenplusplus/hash-stream-validation#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stephenplusplus/hash-stream-validation/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hash-stream-validation/-/hash-stream-validation-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hash-stream-validation"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "through2",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/hash-stream-validation/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/hash-stream-validation/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/hash-stream-validation/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/hash-stream-validation/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "mime-types",
      "version": "2.1.21",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mime-types@2.1.21",
      "description": "The ultimate javascript content-type utility.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime-types@2.1.21",
      "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.21.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mime-types"
        }
      ]
    },
    {
      "type": "library",
      "name": "mime",
      "version": "2.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mime@2.4.0",
      "author": "Robert Kieffer",
      "description": "A comprehensive library for mime-type mapping",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime@2.4.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-2.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mime"
        }
      ]
    },
    {
      "type": "library",
      "name": "onetime",
      "version": "5.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|onetime@5.1.0",
      "author": "Sindre Sorhus",
      "description": "Ensure a function is only called once",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/onetime@5.1.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/onetime"
        }
      ]
    },
    {
      "type": "library",
      "name": "pumpify",
      "version": "1.5.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pumpify@1.5.1",
      "author": "Mathias Buus",
      "description": "Combine an array of streams into a single duplex stream using pump and duplexify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pumpify@1.5.1",
      "externalReferences": [
        {
          "url": "git://github.com/mafintosh/pumpify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/pumpify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/pumpify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pumpify"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pump",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pumpify@1.5.1|pump@2.0.1",
          "author": "Mathias Buus Madsen",
          "description": "pipe streams together and close all of them if one of them closes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pump@2.0.1",
          "externalReferences": [
            {
              "url": "git://github.com/mafintosh/pump.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mafintosh/pump#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mafintosh/pump/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/pumpify/node_modules/pump"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "snakeize",
      "version": "0.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snakeize@0.1.0",
      "author": "James Halliday",
      "description": "recursively transform key strings from camel-case to underscore-style",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/snakeize@0.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/nathan7/snakeize.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nathan7/snakeize",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nathan7/snakeize/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/snakeize/-/snakeize-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/snakeize"
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-events",
      "version": "1.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stream-events@1.0.5",
      "author": "Stephen Sawchuk",
      "description": "Get an event when you're being sent data or asked for it.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-events@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/stephenplusplus/stream-events.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stephenplusplus/stream-events",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stephenplusplus/stream-events/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-events"
        }
      ]
    },
    {
      "type": "library",
      "name": "teeny-request",
      "version": "3.11.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|teeny-request@3.11.3",
      "author": "fhinkel",
      "description": "Like request, but smaller.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/teeny-request@3.11.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/fhinkel/teeny-request.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fhinkel/teeny-request#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fhinkel/teeny-request/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/teeny-request/-/teeny-request-3.11.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/teeny-request"
        }
      ]
    },
    {
      "type": "library",
      "name": "through2",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|through2@3.0.0",
      "author": "Rod Vagg",
      "description": "A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/through2@3.0.0",
      "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-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/through2"
        }
      ]
    },
    {
      "type": "library",
      "name": "xdg-basedir",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|xdg-basedir@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Get XDG Base Directory paths",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xdg-basedir@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/xdg-basedir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/xdg-basedir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/xdg-basedir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xdg-basedir"
        }
      ]
    },
    {
      "type": "library",
      "name": "tslib",
      "version": "1.9.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
      "author": "Microsoft Corp.",
      "description": "Runtime library for TypeScript helper functions",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tslib@1.9.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/Microsoft/tslib.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://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.9.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tslib"
        }
      ]
    },
    {
      "type": "library",
      "name": "rollup-plugin-commonjs",
      "version": "9.3.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-commonjs@9.3.4",
      "author": "Rich Harris",
      "description": "Convert CommonJS modules to ES2015",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rollup-plugin-commonjs@9.3.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/rollup/rollup-plugin-commonjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rollup/rollup-plugin-commonjs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rollup/rollup-plugin-commonjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rollup-plugin-commonjs/-/rollup-plugin-commonjs-9.3.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rollup-plugin-commonjs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "magic-string",
          "version": "0.25.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-commonjs@9.3.4|magic-string@0.25.2",
          "author": "Rich Harris",
          "description": "Modify strings, generate sourcemaps",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/magic-string@0.25.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/rich-harris/magic-string.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/rich-harris/magic-string#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/rich-harris/magic-string/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/rollup-plugin-commonjs/node_modules/magic-string"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "rollup-plugin-node-resolve",
      "version": "4.2.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-node-resolve@4.2.3",
      "author": "Rich Harris",
      "description": "Bundle third-party dependencies in node_modules",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rollup-plugin-node-resolve@4.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/rollup/rollup-plugin-node-resolve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rollup/rollup-plugin-node-resolve#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rollup/rollup-plugin-node-resolve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rollup-plugin-node-resolve"
        }
      ]
    },
    {
      "type": "library",
      "name": "rollup-plugin-terser",
      "version": "4.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-terser@4.0.4",
      "author": "Bogdan Chadkin",
      "description": "Rollup plugin to minify generated es bundle",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rollup-plugin-terser@4.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/TrySound/rollup-plugin-terser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TrySound/rollup-plugin-terser#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TrySound/rollup-plugin-terser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rollup-plugin-terser/-/rollup-plugin-terser-4.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rollup-plugin-terser"
        }
      ]
    },
    {
      "type": "library",
      "name": "rollup-plugin-typescript2",
      "version": "0.21.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-typescript2@0.21.0",
      "author": "@ezolenko",
      "description": "Seamless integration between Rollup and TypeScript. Now with errors.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rollup-plugin-typescript2@0.21.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ezolenko/rollup-plugin-typescript2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ezolenko/rollup-plugin-typescript2",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ezolenko/rollup-plugin-typescript2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.21.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rollup-plugin-typescript2"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "rollup-pluginutils",
          "version": "2.4.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-typescript2@0.21.0|rollup-pluginutils@2.4.1",
          "author": "Rich Harris",
          "description": "Functionality commonly needed by Rollup plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/rollup-pluginutils@2.4.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/rollup/rollup-pluginutils.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/rollup/rollup-pluginutils#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/rollup/rollup-pluginutils/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.4.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/rollup-plugin-typescript2/node_modules/rollup-pluginutils"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "rollup",
      "version": "1.10.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1",
      "author": "Rich Harris",
      "description": "Next-generation ES module bundler",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rollup@1.10.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/rollup/rollup.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rollup/rollup",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rollup/rollup/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rollup/-/rollup-1.10.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rollup"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "acorn",
          "version": "6.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1|acorn@6.1.1",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@6.1.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-6.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/rollup/node_modules/acorn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "cookie",
      "group": "@types",
      "version": "0.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/cookie@0.3.3",
      "description": "TypeScript definitions for cookie",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/cookie@0.3.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/cookie",
          "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/cookie/-/cookie-0.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/cookie"
        }
      ]
    },
    {
      "type": "library",
      "name": "lru-cache",
      "group": "@types",
      "version": "5.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/lru-cache@5.1.0",
      "description": "TypeScript definitions for lru-cache",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/lru-cache@5.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git#types/lru-cache",
          "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/lru-cache/-/lru-cache-5.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/lru-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "cookie",
      "version": "0.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cookie@0.3.1",
      "author": "Roman Shtylman",
      "description": "HTTP server cookie parsing and serialization",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cookie@0.3.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.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cookie"
        }
      ]
    },
    {
      "type": "library",
      "name": "express",
      "version": "4.16.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|express@4.16.4",
      "author": "TJ Holowaychuk",
      "description": "Fast, unopinionated, minimalist web framework",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/express@4.16.4",
      "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.16.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/express"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|express@4.16.4|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/express/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|express@4.16.4|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/express/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "https-proxy-agent",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@3.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@3.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-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "packages/node/node_modules/https-proxy-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "lru_map",
      "version": "0.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lru_map@0.3.3",
      "author": "Rasmus Andersson",
      "description": "Finite key-value map using the Least Recently Used (LRU) algorithm where the most recently used objects are keept in the map while less recently used items are evicted to make room for new ones.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lru_map@0.3.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/rsms/js-lru.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rsms/js-lru#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rsms/js-lru/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lru_map/-/lru_map-0.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lru_map"
        }
      ]
    },
    {
      "type": "library",
      "name": "tslint-config-prettier",
      "version": "1.18.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tslint-config-prettier@1.18.0",
      "author": "Alex Jover Morales",
      "description": "Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tslint-config-prettier@1.18.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/prettier/tslint-config-prettier.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/prettier/tslint-config-prettier#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/prettier/tslint-config-prettier/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tslint-config-prettier"
        }
      ]
    },
    {
      "type": "library",
      "name": "tslint-consistent-codestyle",
      "version": "1.15.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tslint-consistent-codestyle@1.15.1",
      "description": "Additional rules to enforce constistent code style with tslint",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tslint-consistent-codestyle@1.15.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ajafff/tslint-consistent-codestyle.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ajafff/tslint-consistent-codestyle#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ajafff/tslint-consistent-codestyle/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tslint-consistent-codestyle/-/tslint-consistent-codestyle-1.15.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tslint-consistent-codestyle"
        }
      ]
    },
    {
      "type": "library",
      "name": "highlight.js",
      "version": "9.15.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|highlight.js@9.15.6",
      "author": "Ivan Sagalaev",
      "description": "Syntax highlighting with language autodetection.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/highlight.js@9.15.6",
      "externalReferences": [
        {
          "url": "git://github.com/highlightjs/highlight.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://highlightjs.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/highlightjs/highlight.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.15.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/highlight.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "marked",
      "version": "0.6.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|marked@0.6.1",
      "author": "Christopher Jeffrey",
      "description": "A markdown parser built for speed",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/marked@0.6.1",
      "externalReferences": [
        {
          "url": "git://github.com/markedjs/marked.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://marked.js.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/markedjs/marked/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/marked/-/marked-0.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/marked"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-diff",
      "group": "@types",
      "version": "20.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/jest-diff@20.0.1",
      "description": "TypeScript definitions for jest-diff",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/jest-diff@20.0.1",
      "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/jest-diff/-/jest-diff-20.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/jest-diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "assertion-error",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|assertion-error@1.1.0",
      "author": "Jake Luer",
      "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/assertion-error@1.1.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/chaijs/assertion-error.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chaijs/assertion-error#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/assertion-error/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/assertion-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "check-error",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|check-error@1.0.2",
      "author": "Jake Luer",
      "description": "Error comparison and information related utility for node and the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/check-error@1.0.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/chaijs/check-error.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chaijs/check-error#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/check-error/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/check-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "deep-eql",
      "version": "3.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|deep-eql@3.0.1",
      "author": "Jake Luer",
      "description": "Improved deep equality testing for Node.js and the browser.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/deep-eql@3.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/chaijs/deep-eql.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chaijs/deep-eql#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/deep-eql/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deep-eql"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-func-name",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-func-name@2.0.0",
      "author": "Jake Luer",
      "description": "Utility for getting a function's name for node and the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-func-name@2.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/chaijs/get-func-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chaijs/get-func-name#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/get-func-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-func-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "pathval",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pathval@1.1.0",
      "author": "Veselin Todorov",
      "description": "Object value retrieval given a string path",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pathval@1.1.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/chaijs/pathval.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chaijs/pathval",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/pathval/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pathval"
        }
      ]
    },
    {
      "type": "library",
      "name": "type-detect",
      "version": "4.0.8",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/type-detect"
        }
      ]
    },
    {
      "type": "library",
      "name": "argv",
      "version": "0.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|argv@0.0.2",
      "author": "Corey Hart",
      "description": "CLI Argument Parser",
      "purl": "pkg:npm/argv@0.0.2",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/argv/-/argv-0.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/argv"
        }
      ]
    },
    {
      "type": "library",
      "name": "ignore-walk",
      "version": "3.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ignore-walk@3.0.1",
      "author": "Isaac Z. Schlueter",
      "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ignore-walk@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/ignore-walk.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/ignore-walk#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/ignore-walk/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ignore-walk"
        }
      ]
    },
    {
      "type": "library",
      "name": "js-yaml",
      "version": "3.13.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|js-yaml@3.13.1",
      "author": "Vladimir Zapparov",
      "description": "YAML 1.2 parser and serializer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js-yaml@3.13.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.13.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/js-yaml"
        }
      ]
    },
    {
      "type": "library",
      "name": "urlgrey",
      "version": "0.4.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|urlgrey@0.4.4",
      "author": "Gregg Caines",
      "description": "urlgrey is a library for url querying and manipulation",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/urlgrey@0.4.4",
      "externalReferences": [
        {
          "url": "git://github.com/cainus/urlgrey.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cainus/urlgrey#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cainus/urlgrey/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/urlgrey/-/urlgrey-0.4.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/urlgrey"
        }
      ]
    },
    {
      "type": "library",
      "name": "common-tags",
      "version": "1.8.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|common-tags@1.8.0",
      "author": "Declan de Wet",
      "description": "a few common utility template tags for ES2015",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/common-tags@1.8.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/declandewet/common-tags.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/declandewet/common-tags",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/declandewet/common-tags/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/common-tags"
        }
      ]
    },
    {
      "type": "library",
      "name": "serve",
      "version": "5.2.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4",
      "author": "leo",
      "description": "Static file serving and directory listing",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/serve@5.2.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/zeit/serve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zeit/serve#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zeit/serve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/serve/-/serve-5.2.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/serve"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "bluebird",
          "version": "3.5.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|bluebird@3.5.0",
          "author": "Petka Antonov",
          "description": "Full featured Promises/A+ implementation with exceptionally good performance",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/bluebird@3.5.0",
          "externalReferences": [
            {
              "url": "git://github.com/petkaantonov/bluebird.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/petkaantonov/bluebird",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/petkaantonov/bluebird/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/bluebird"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|chalk@1.1.3",
          "description": "Terminal string styling done right. Much color.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@1.1.3",
          "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-1.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "dargs",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|dargs@5.1.0",
          "author": "Sindre Sorhus",
          "description": "Reverse minimist. Convert an object of options into an array of command-line arguments.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/dargs@5.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/dargs.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/dargs#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/dargs/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/dargs/-/dargs-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/dargs"
            }
          ]
        },
        {
          "type": "library",
          "name": "fs-extra",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|fs-extra@3.0.1",
          "author": "JP Richardson",
          "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/fs-extra@3.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jprichardson/node-fs-extra.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jprichardson/node-fs-extra",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jprichardson/node-fs-extra/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/fs-extra"
            }
          ]
        },
        {
          "type": "library",
          "name": "handlebars",
          "version": "4.0.10",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|handlebars@4.0.10",
          "author": "Yehuda Katz",
          "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/handlebars@4.0.10",
          "externalReferences": [
            {
              "url": "git+https://github.com/wycats/handlebars.js.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://www.handlebarsjs.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/wycats/handlebars.js/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.10.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/handlebars"
            }
          ]
        },
        {
          "type": "library",
          "name": "mime-types",
          "version": "2.1.15",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|mime-types@2.1.15",
          "description": "The ultimate javascript content-type utility.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mime-types@2.1.15",
          "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.15.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/mime-types"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-type",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|path-type@2.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@2.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/path-type"
            }
          ]
        },
        {
          "type": "library",
          "name": "send",
          "version": "0.15.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|send@0.15.3",
          "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.15.3",
          "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.15.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/send"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|ansi-styles@2.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@2.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-2.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.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-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|supports-color@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "jsonfile",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|jsonfile@3.0.1",
          "author": "JP Richardson",
          "description": "Easily read/write JSON files.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/jsonfile@3.0.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jprichardson/node-jsonfile#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jprichardson/node-jsonfile/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/jsonfile"
            }
          ]
        },
        {
          "type": "library",
          "name": "async",
          "version": "1.5.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|async@1.5.2",
          "author": "Caolan McMahon",
          "description": "Higher-order functions and common patterns for asynchronous code",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/async@1.5.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/caolan/async.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/caolan/async#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/caolan/async/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/async"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.4.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|source-map@0.4.4",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.4.4",
          "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.4.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "uglify-js",
          "version": "2.8.29",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|uglify-js@2.8.29",
          "author": "Mihai Bazon",
          "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/uglify-js@2.8.29",
          "externalReferences": [
            {
              "url": "git+https://github.com/mishoo/UglifyJS2.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://lisperator.net/uglifyjs",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mishoo/UglifyJS2/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/uglify-js"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "source-map",
              "version": "0.5.7",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|uglify-js@2.8.29|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",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/serve/node_modules/uglify-js/node_modules/source-map"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "mime-db",
          "version": "1.27.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|mime-db@1.27.0",
          "description": "Media Type Database",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mime-db@1.27.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.27.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/mime-db"
            }
          ]
        },
        {
          "type": "library",
          "name": "pify",
          "version": "2.3.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|pify@2.3.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@2.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/pify"
            }
          ]
        },
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|debug@2.6.7",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@2.6.7",
          "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.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "fresh",
          "version": "0.5.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|fresh@0.5.0",
          "author": "TJ Holowaychuk",
          "description": "HTTP response freshness testing",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/fresh@0.5.0",
          "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.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/fresh"
            }
          ]
        },
        {
          "type": "library",
          "name": "mime",
          "version": "1.3.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|mime@1.3.4",
          "author": "Robert Kieffer",
          "description": "A comprehensive library for mime-type mapping",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared",
                "url": "https://raw.github.com/broofa/node-mime/master/LICENSE"
              }
            }
          ],
          "purl": "pkg:npm/mime@1.3.4",
          "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.3.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/mime"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/ms"
            }
          ]
        },
        {
          "type": "library",
          "name": "statuses",
          "version": "1.3.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|statuses@1.3.1",
          "description": "HTTP status utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/statuses@1.3.1",
          "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.3.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/statuses"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/ansi-regex"
            }
          ]
        },
        {
          "type": "library",
          "name": "yargs",
          "version": "3.10.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|yargs@3.10.0",
          "author": "Alex Ford",
          "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs@3.10.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/bcoe/yargs.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/bcoe/yargs#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/bcoe/yargs/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/yargs"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "1.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|camelcase@1.2.1",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@1.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-1.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "cliui",
          "version": "2.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|cliui@2.1.0",
          "author": "Ben Coe",
          "description": "easily create complex multi-column command-line-interfaces",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cliui@2.1.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/bcoe/cliui.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/bcoe/cliui#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/bcoe/cliui/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/cliui"
            }
          ]
        },
        {
          "type": "library",
          "name": "wordwrap",
          "version": "0.0.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|wordwrap@0.0.2",
          "author": "James Halliday",
          "description": "Wrap those words. Show them at what columns to start and stop.",
          "licenses": [
            {
              "license": {
                "name": "MIT/X11",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/wordwrap@0.0.2",
          "externalReferences": [
            {
              "url": "git://github.com/substack/node-wordwrap.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/substack/node-wordwrap#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/substack/node-wordwrap/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/serve/node_modules/wordwrap"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "polyfill",
      "group": "@babel",
      "version": "7.2.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/polyfill@7.2.5",
      "author": "Sebastian McKenzie",
      "description": "Provides polyfills necessary for a full ES2015+ environment",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/polyfill@7.2.5",
      "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/-/polyfill-7.2.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/polyfill"
        }
      ]
    },
    {
      "type": "library",
      "name": "rest",
      "group": "@octokit",
      "version": "16.18.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@octokit/rest@16.18.0",
      "author": "Gregor Martynus",
      "description": "GitHub REST API client for Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40octokit/rest@16.18.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/octokit/rest.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/octokit/rest.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/octokit/rest.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@octokit/rest/-/rest-16.18.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@octokit/rest"
        }
      ]
    },
    {
      "type": "library",
      "name": "chalk",
      "version": "2.4.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chalk"
        }
      ]
    },
    {
      "type": "library",
      "name": "commander",
      "version": "2.19.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|commander@2.19.0",
      "author": "TJ Holowaychuk",
      "description": "the complete solution for node.js command-line programs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/commander@2.19.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-2.19.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/commander"
        }
      ]
    },
    {
      "type": "library",
      "name": "debug",
      "version": "4.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|debug@4.1.1",
      "author": "TJ Holowaychuk",
      "description": "small debugging utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debug@4.1.1",
      "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-4.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/debug"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-stdin",
      "version": "6.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-stdin@6.0.0",
      "author": "Sindre Sorhus",
      "description": "Get stdin as a string or buffer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-stdin@6.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/get-stdin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/get-stdin#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/get-stdin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-stdin"
        }
      ]
    },
    {
      "type": "library",
      "name": "http-proxy-agent",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|http-proxy-agent@2.1.0",
      "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@2.1.0",
      "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-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/http-proxy-agent"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|http-proxy-agent@2.1.0|debug@3.1.0",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.1.0",
          "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-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/http-proxy-agent/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|http-proxy-agent@2.1.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/http-proxy-agent/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "https-proxy-agent",
      "version": "2.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1",
      "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@2.2.1",
      "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-2.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/https-proxy-agent"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.2.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1|debug@3.2.6",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.2.6",
          "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-3.2.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/https-proxy-agent/node_modules/debug"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "hyperlinker",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|hyperlinker@1.0.0",
      "author": "James Talmage",
      "description": "Write hyperlinks in the terminal.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hyperlinker@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/hyperlinker.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/hyperlinker#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/hyperlinker/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hyperlinker/-/hyperlinker-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hyperlinker"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsome",
      "version": "2.5.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0",
      "author": "Khalid REHIOUI",
      "description": "Make your JSON look AWESOME!",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsome@2.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/Javascipt/Jsome.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Javascipt/Jsome#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Javascipt/Jsome/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsome/-/jsome-2.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsome"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "yargs",
          "version": "11.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|yargs@11.1.0",
          "description": "yargs the modern, pirate-themed, successor to optimist.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs@11.1.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/yargs/yargs.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://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-11.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/yargs"
            }
          ]
        },
        {
          "type": "library",
          "name": "find-up",
          "version": "2.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|find-up@2.1.0",
          "author": "Sindre Sorhus",
          "description": "Find a file by walking up parent directories",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/find-up@2.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-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/find-up"
            }
          ]
        },
        {
          "type": "library",
          "name": "os-locale",
          "version": "2.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|os-locale@2.1.0",
          "author": "Sindre Sorhus",
          "description": "Get the system locale",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/os-locale@2.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/os-locale.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/os-locale#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/os-locale/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/os-locale"
            }
          ]
        },
        {
          "type": "library",
          "name": "y18n",
          "version": "3.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|y18n@3.2.1",
          "author": "Ben Coe",
          "description": "the bare-bones internationalization library used by yargs",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/y18n@3.2.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@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-3.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/y18n"
            }
          ]
        },
        {
          "type": "library",
          "name": "yargs-parser",
          "version": "9.0.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|yargs-parser@9.0.2",
          "author": "Ben Coe",
          "description": "the mighty option parser used by yargs",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs-parser@9.0.2",
          "externalReferences": [
            {
              "url": "git+ssh://git@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-9.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/yargs-parser"
            }
          ]
        },
        {
          "type": "library",
          "name": "locate-path",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|locate-path@2.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@2.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/locate-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "execa",
          "version": "0.7.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|execa@0.7.0",
          "author": "Sindre Sorhus",
          "description": "A better `child_process`",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/execa@0.7.0",
          "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-0.7.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/execa"
            }
          ]
        },
        {
          "type": "library",
          "name": "lcid",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|lcid@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lcid@1.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/lcid.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/lcid#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/lcid/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/lcid"
            }
          ]
        },
        {
          "type": "library",
          "name": "mem",
          "version": "1.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|mem@1.1.0",
          "author": "Sindre Sorhus",
          "description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mem@1.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/mem.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/mem#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/mem/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/mem"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|camelcase@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-locate",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|p-locate@2.0.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@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/p-locate"
            }
          ]
        },
        {
          "type": "library",
          "name": "cross-spawn",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|cross-spawn@5.1.0",
          "author": "IndigoUnited",
          "description": "Cross platform child_process#spawn and child_process#spawnSync",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cross-spawn@5.1.0",
          "externalReferences": [
            {
              "url": "git://github.com/IndigoUnited/node-cross-spawn.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/IndigoUnited/node-cross-spawn#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/cross-spawn"
            }
          ]
        },
        {
          "type": "library",
          "name": "get-stream",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|get-stream@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Get a stream as a string, buffer, or array",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-stream@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/get-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "invert-kv",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|invert-kv@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/invert-kv@1.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/invert-kv.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/invert-kv#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/invert-kv/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/invert-kv"
            }
          ]
        },
        {
          "type": "library",
          "name": "mimic-fn",
          "version": "1.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|mimic-fn@1.2.0",
          "author": "Sindre Sorhus",
          "description": "Make a function mimic another one",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mimic-fn@1.2.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-1.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/mimic-fn"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-limit",
          "version": "1.3.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|p-limit@1.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@1.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-1.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/p-limit"
            }
          ]
        },
        {
          "type": "library",
          "name": "lru-cache",
          "version": "4.1.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|lru-cache@4.1.5",
          "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@4.1.5",
          "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-4.1.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/lru-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-try",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|p-try@1.0.0",
          "author": "Sindre Sorhus",
          "description": "`Promise#try()` ponyfill - Starts a promise chain",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/p-try@1.0.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/p-try"
            }
          ]
        },
        {
          "type": "library",
          "name": "yallist",
          "version": "2.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|yallist@2.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "Yet Another Linked List",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yallist@2.1.2",
          "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-2.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsome/node_modules/yallist"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "json5",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|json5@2.1.0",
      "author": "Aseem Kishore",
      "description": "JSON for humans.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json5@2.1.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.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json5"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsonpointer",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsonpointer@4.0.1",
      "author": "Jan Lehnardt",
      "description": "Simple JSON Addressing.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsonpointer@4.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/janl/node-jsonpointer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/janl/node-jsonpointer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/janl/node-jsonpointer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsonpointer"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsonwebtoken",
      "version": "8.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsonwebtoken@8.4.0",
      "author": "auth0",
      "description": "JSON Web Token implementation (symmetric and asymmetric)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsonwebtoken@8.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/auth0/node-jsonwebtoken.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/auth0/node-jsonwebtoken#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/auth0/node-jsonwebtoken/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsonwebtoken"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.find",
      "version": "4.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.find@4.6.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.find` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.find@4.6.0",
      "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.find/-/lodash.find-4.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.find"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.includes",
      "version": "4.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.includes@4.3.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.includes` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.includes@4.3.0",
      "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.includes/-/lodash.includes-4.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.includes"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isobject",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isobject@3.0.2",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s `_.isObject` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isobject@3.0.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.isobject/-/lodash.isobject-3.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isobject"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.keys",
      "version": "4.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.keys@4.2.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.keys` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.keys@4.2.0",
      "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.keys/-/lodash.keys-4.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.mapvalues",
      "version": "4.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.mapvalues@4.6.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.mapValues` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.mapvalues@4.6.0",
      "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.mapvalues/-/lodash.mapvalues-4.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.mapvalues"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.memoize",
      "version": "4.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.memoize@4.1.2",
      "author": "John-David Dalton",
      "description": "The lodash method `_.memoize` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.memoize@4.1.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.memoize/-/lodash.memoize-4.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.memoize"
        }
      ]
    },
    {
      "type": "library",
      "name": "memfs-or-file-map-to-github-branch",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|memfs-or-file-map-to-github-branch@1.1.2",
      "author": "orta",
      "description": "Handles making a GitHub branch with the commits from a memfs instance or a file map",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/memfs-or-file-map-to-github-branch@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/orta/memfs-or-file-map-to-github-branch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/orta/memfs-or-file-map-to-github-branch#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/orta/memfs-or-file-map-to-github-branch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/memfs-or-file-map-to-github-branch/-/memfs-or-file-map-to-github-branch-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/memfs-or-file-map-to-github-branch"
        }
      ]
    },
    {
      "type": "library",
      "name": "micromatch",
      "version": "3.1.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
      "author": "Jon Schlinkert",
      "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/micromatch@3.1.10",
      "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-3.1.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/micromatch"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "braces",
          "version": "2.3.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|braces@2.3.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@2.3.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-2.3.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micromatch/node_modules/braces"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "extend-shallow",
              "version": "2.0.1",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|braces@2.3.2|extend-shallow@2.0.1",
              "author": "Jon Schlinkert",
              "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/extend-shallow@2.0.1",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/extend-shallow",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/extend-shallow/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/micromatch/node_modules/braces/node_modules/extend-shallow"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "fill-range",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|fill-range@4.0.0",
          "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@4.0.0",
          "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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micromatch/node_modules/fill-range"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "extend-shallow",
              "version": "2.0.1",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|fill-range@4.0.0|extend-shallow@2.0.1",
              "author": "Jon Schlinkert",
              "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/extend-shallow@2.0.1",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/extend-shallow",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/extend-shallow/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/micromatch/node_modules/fill-range/node_modules/extend-shallow"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|is-extendable@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extendable@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extendable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micromatch/node_modules/is-extendable"
            }
          ]
        },
        {
          "type": "library",
          "name": "to-regex-range",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|to-regex-range@2.1.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@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micromatch/node_modules/to-regex-range"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "node-cleanup",
      "version": "2.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-cleanup@2.1.2",
      "description": "installs custom cleanup handlers that run on exiting node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-cleanup@2.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jtlapp/node-cleanup.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jtlapp/node-cleanup#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jtlapp/node-cleanup/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-cleanup/-/node-cleanup-2.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-cleanup"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-fetch",
      "version": "2.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-fetch@2.3.0",
      "author": "David Frank",
      "description": "A light-weight module that brings window.fetch to node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-fetch@2.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/bitinn/node-fetch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bitinn/node-fetch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bitinn/node-fetch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-fetch"
        }
      ]
    },
    {
      "type": "library",
      "name": "override-require",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|override-require@1.1.1",
      "author": "Gajus Kuizinas",
      "description": "Overrides Node.js module resolution logic.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/override-require@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/gajus/override-require.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gajus/override-require#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gajus/override-require/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/override-require/-/override-require-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/override-require"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-limit",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-limit@2.1.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.1.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.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-limit"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-diff",
      "version": "0.5.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse-diff@0.5.1",
      "author": "Sergey Todyshev",
      "description": "Unified diff parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-diff@0.5.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/sergeyt/parse-diff.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sergeyt/parse-diff#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sergeyt/parse-diff/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-diff/-/parse-diff-0.5.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-git-config",
      "version": "2.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse-git-config@2.0.3",
      "author": "Jon Schlinkert",
      "description": "Parse `.git/config` into a JavaScript object. sync or async.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-git-config@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/parse-git-config.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/parse-git-config",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/parse-git-config/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-git-config"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-github-url",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse-github-url@1.0.2",
      "author": "Jon Schlinkert",
      "description": "Parse a github URL into an object.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-github-url@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/parse-github-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/parse-github-url",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/parse-github-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-github-url/-/parse-github-url-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-github-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-link-header",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse-link-header@1.0.1",
      "author": "Thorsten Lorenz",
      "description": "Parses a link header and returns paging information for each contained link.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-link-header@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/thlorenz/parse-link-header.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thlorenz/parse-link-header",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thlorenz/parse-link-header/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-link-header/-/parse-link-header-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-link-header"
        }
      ]
    },
    {
      "type": "library",
      "name": "pinpoint",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pinpoint@1.1.0",
      "author": "Glen Huang",
      "description": "Display an arrow in a string of code to point to a location",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pinpoint@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/curvedmark/pinpoint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/curvedmark/pinpoint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/curvedmark/pinpoint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pinpoint/-/pinpoint-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pinpoint"
        }
      ]
    },
    {
      "type": "library",
      "name": "readline-sync",
      "version": "1.4.9",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|readline-sync@1.4.9",
      "author": "anseki",
      "description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/readline-sync@1.4.9",
      "externalReferences": [
        {
          "url": "git://github.com/anseki/readline-sync.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/anseki/readline-sync",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/anseki/readline-sync/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/readline-sync/-/readline-sync-1.4.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/readline-sync"
        }
      ]
    },
    {
      "type": "library",
      "name": "require-from-string",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|require-from-string@2.0.2",
      "author": "Vsevolod Strukchinsky",
      "description": "Require module from string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/require-from-string@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/floatdrop/require-from-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/floatdrop/require-from-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floatdrop/require-from-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/require-from-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "rfc6902",
      "version": "3.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rfc6902@3.0.1",
      "author": "Christopher Brown",
      "description": "Complete implementation of RFC6902 (patch and diff)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rfc6902@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/chbrown/rfc6902.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chbrown/rfc6902",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chbrown/rfc6902/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rfc6902/-/rfc6902-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rfc6902"
        }
      ]
    },
    {
      "type": "library",
      "name": "supports-hyperlinks",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|supports-hyperlinks@1.0.1",
      "author": "James Talmage",
      "description": "Detect if your terminal emulator supports hyperlinks",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/supports-hyperlinks@1.0.1",
      "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-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/supports-hyperlinks"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "has-flag",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|supports-hyperlinks@1.0.1|has-flag@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@2.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/supports-hyperlinks/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "import-local",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|import-local@2.0.0",
      "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@2.0.0",
      "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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/import-local"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-cli",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-cli@24.7.1",
      "description": "Delightful JavaScript Testing.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-cli@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-cli"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserstack-local",
      "version": "1.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserstack-local@1.4.0",
      "author": "BrowserStack",
      "description": "Nodejs bindings for BrowserStack Local",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserstack-local@1.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/browserstack/browserstack-local-nodejs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserstack/browserstack-local-nodejs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserstack/browserstack-local-nodejs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserstack-local/-/browserstack-local-1.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserstack-local"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "sinon",
          "version": "1.17.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserstack-local@1.4.0|sinon@1.17.7",
          "author": "Christian Johansen",
          "description": "JavaScript test spies, stubs and mocks.",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/sinon@1.17.7",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/cjohansen/Sinon.JS.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://sinonjs.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/cjohansen/Sinon.JS/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/sinon/-/sinon-1.17.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/browserstack-local/node_modules/sinon"
            }
          ]
        },
        {
          "type": "library",
          "name": "lolex",
          "version": "1.3.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserstack-local@1.4.0|lolex@1.3.2",
          "author": "Christian Johansen",
          "description": "Fake JavaScript timers",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lolex@1.3.2",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/sinonjs/lolex.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://github.com/sinonjs/lolex",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/sinonjs/lolex/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lolex/-/lolex-1.3.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/browserstack-local/node_modules/lolex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "browserstack",
      "version": "1.5.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserstack@1.5.2",
      "author": "Scott González",
      "description": "A client for working with the BrowserStack APIs.",
      "purl": "pkg:npm/browserstack@1.5.2",
      "externalReferences": [
        {
          "url": "git://github.com/scottgonzalez/node-browserstack.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/scottgonzalez/node-browserstack",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/scottgonzalez/node-browserstack/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserstack/-/browserstack-1.5.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserstack"
        }
      ]
    },
    {
      "type": "library",
      "name": "karma",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0",
      "author": "Vojta Jína",
      "description": "Spectacular Test Runner for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/karma@4.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/karma-runner/karma.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://karma-runner.github.io/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/karma-runner/karma/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma/-/karma-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "braces",
          "version": "2.3.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|braces@2.3.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@2.3.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-2.3.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/braces"
            }
          ]
        },
        {
          "type": "library",
          "name": "chokidar",
          "version": "2.0.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|chokidar@2.0.4",
          "author": "Paul Miller",
          "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chokidar@2.0.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/paulmillr/chokidar.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/paulmillr/chokidar",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/paulmillr/chokidar/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/chokidar"
            }
          ]
        },
        {
          "type": "library",
          "name": "extend-shallow",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|extend-shallow@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extend-shallow@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/extend-shallow"
            }
          ]
        },
        {
          "type": "library",
          "name": "fill-range",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|fill-range@4.0.0",
          "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@4.0.0",
          "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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/fill-range"
            }
          ]
        },
        {
          "type": "library",
          "name": "anymatch",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|anymatch@2.0.0",
          "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@2.0.0",
          "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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/anymatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "glob-parent",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|glob-parent@3.1.0",
          "author": "Elan Shanker",
          "description": "Strips glob magic from a string to provide the parent directory path",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob-parent@3.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/es128/glob-parent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/es128/glob-parent",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/es128/glob-parent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/glob-parent"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "is-glob",
              "version": "3.1.0",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|glob-parent@3.1.0|is-glob@3.1.0",
              "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@3.1.0",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/is-glob.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/is-glob",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/is-glob/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/karma/node_modules/glob-parent/node_modules/is-glob"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-binary-path",
          "version": "1.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|is-binary-path@1.0.1",
          "author": "Sindre Sorhus",
          "description": "Check if a filepath is a binary file",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-binary-path@1.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/is-binary-path.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/is-binary-path#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/is-binary-path/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/is-binary-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "normalize-path",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|normalize-path@2.1.1",
          "author": "Jon Schlinkert",
          "description": "Normalize file path slashes to be 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@2.1.1",
          "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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/normalize-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "readdirp",
          "version": "2.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|readdirp@2.2.1",
          "author": "Thorsten Lorenz",
          "description": "Recursive version of fs.readdir with streaming api.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/readdirp@2.2.1",
          "externalReferences": [
            {
              "url": "git://github.com/paulmillr/readdirp.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/paulmillr/readdirp",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/paulmillr/readdirp/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/readdirp"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|is-extendable@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extendable@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extendable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/is-extendable"
            }
          ]
        },
        {
          "type": "library",
          "name": "to-regex-range",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|to-regex-range@2.1.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@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/to-regex-range"
            }
          ]
        },
        {
          "type": "library",
          "name": "binary-extensions",
          "version": "1.12.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|binary-extensions@1.12.0",
          "author": "Sindre Sorhus",
          "description": "List of binary file extensions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/binary-extensions@1.12.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/binary-extensions.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/binary-extensions#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/binary-extensions/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.12.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/binary-extensions"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "q",
      "version": "1.5.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|q@1.5.1",
      "author": "Kris Kowal",
      "description": "A library for promises (CommonJS/Promises/A,B,D)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/q@1.5.1",
      "externalReferences": [
        {
          "url": "git://github.com/kriskowal/q.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kriskowal/q",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/kriskowal/q/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/q"
        }
      ]
    },
    {
      "type": "library",
      "name": "add",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/add@3.13.3",
      "author": "Daniel Stockman",
      "description": "Add a dependency to matched packages",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/add@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/add",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/add#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/add/-/add-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/add"
        }
      ]
    },
    {
      "type": "library",
      "name": "bootstrap",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/bootstrap@3.13.3",
      "author": "Daniel Stockman",
      "description": "Link local packages together and install remaining package dependencies",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/bootstrap@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/bootstrap",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/bootstrap#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/bootstrap/-/bootstrap-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/bootstrap"
        }
      ]
    },
    {
      "type": "library",
      "name": "changed",
      "group": "@lerna",
      "version": "3.13.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/changed@3.13.4",
      "author": "Daniel Stockman",
      "description": "List local packages that have changed since the last tagged release",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/changed@3.13.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/changed",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/changed#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/changed/-/changed-3.13.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/changed"
        }
      ]
    },
    {
      "type": "library",
      "name": "clean",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/clean@3.13.3",
      "author": "Daniel Stockman",
      "description": "Remove the node_modules directory from all packages",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/clean@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/clean",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/clean#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/clean/-/clean-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/clean"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/cli@3.13.0",
      "author": "Daniel Stockman",
      "description": "Lerna's CLI",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/cli@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/cli",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/cli#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/cli/-/cli-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/cli"
        }
      ]
    },
    {
      "type": "library",
      "name": "create",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/create@3.13.3",
      "author": "Daniel Stockman",
      "description": "Create a new lerna-managed package",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/create@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/create",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/create#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/create/-/create-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/create"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/create@3.13.3|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/create/node_modules/pify"
            }
          ]
        },
        {
          "type": "library",
          "name": "slash",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/create@3.13.3|slash@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Convert Windows backslash paths to slash paths",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/slash@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/create/node_modules/slash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "diff",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/diff@3.13.3",
      "author": "Daniel Stockman",
      "description": "Diff all packages or a single package since the last release",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/diff@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/diff",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/diff#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/diff/-/diff-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "exec",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/exec@3.13.3",
      "author": "Daniel Stockman",
      "description": "Execute an arbitrary command in each package",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/exec@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/exec",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/exec#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/exec/-/exec-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/exec"
        }
      ]
    },
    {
      "type": "library",
      "name": "import",
      "group": "@lerna",
      "version": "3.13.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/import@3.13.4",
      "author": "Daniel Stockman",
      "description": "Import a package into the monorepo with commit history",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/import@3.13.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/import",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/import#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/import/-/import-3.13.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/import"
        }
      ]
    },
    {
      "type": "library",
      "name": "init",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/init@3.13.3",
      "author": "Daniel Stockman",
      "description": "Create a new Lerna repo or upgrade an existing repo to the current version of Lerna",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/init@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/init",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/init#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/init/-/init-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/init"
        }
      ]
    },
    {
      "type": "library",
      "name": "link",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/link@3.13.3",
      "author": "Daniel Stockman",
      "description": "Symlink together all packages that are dependencies of each other",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/link@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/link",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/link#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/link/-/link-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/link"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "slash",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/link@3.13.3|slash@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Convert Windows backslash paths to slash paths",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/slash@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/link/node_modules/slash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "list",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/list@3.13.3",
      "author": "Daniel Stockman",
      "description": "List local packages",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/list@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/list",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/list#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/list/-/list-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/list"
        }
      ]
    },
    {
      "type": "library",
      "name": "publish",
      "group": "@lerna",
      "version": "3.13.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/publish@3.13.4",
      "author": "Daniel Stockman",
      "description": "Publish packages in the current project",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/publish@3.13.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/publish",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/publish#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/publish/-/publish-3.13.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/publish"
        }
      ]
    },
    {
      "type": "library",
      "name": "run",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/run@3.13.3",
      "author": "Daniel Stockman",
      "description": "Run an npm script in each package that contains that script",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/run@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/run",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/run#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/run/-/run-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/run"
        }
      ]
    },
    {
      "type": "library",
      "name": "version",
      "group": "@lerna",
      "version": "3.13.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/version@3.13.4",
      "author": "Daniel Stockman",
      "description": "Bump version of packages changed since the last release",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/version@3.13.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#commands/version",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/commands/version#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/version/-/version-3.13.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/version"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "slash",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/version@3.13.4|slash@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Convert Windows backslash paths to slash paths",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/slash@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/version/node_modules/slash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "npmlog",
      "version": "4.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
      "author": "Isaac Z. Schlueter",
      "description": "logger for npm",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npmlog@4.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/npmlog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/npmlog#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/npmlog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npmlog"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-colors",
      "version": "3.2.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ansi-colors@3.2.3",
      "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@3.2.3",
      "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-3.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-colors"
        }
      ]
    },
    {
      "type": "library",
      "name": "browser-stdout",
      "version": "1.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browser-stdout@1.3.1",
      "author": "kumavis",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browser-stdout@1.3.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/kumavis/browser-stdout.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kumavis/browser-stdout#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kumavis/browser-stdout/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browser-stdout"
        }
      ]
    },
    {
      "type": "library",
      "name": "escape-string-regexp",
      "version": "1.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escape-string-regexp"
        }
      ]
    },
    {
      "type": "library",
      "name": "find-up",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|find-up@3.0.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@3.0.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-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/find-up"
        }
      ]
    },
    {
      "type": "library",
      "name": "glob",
      "version": "7.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
      "author": "Isaac Z. Schlueter",
      "description": "a little globber",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/glob@7.1.3",
      "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.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "growl",
      "version": "1.10.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|growl@1.10.5",
      "author": "TJ Holowaychuk",
      "description": "Growl unobtrusive notifications",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/growl@1.10.5",
      "externalReferences": [
        {
          "url": "git://github.com/tj/node-growl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tj/node-growl#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tj/node-growl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/growl"
        }
      ]
    },
    {
      "type": "library",
      "name": "he",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|he@1.2.0",
      "author": "Mathias Bynens",
      "description": "A robust HTML entities encoder/decoder with full Unicode support.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/he@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/he.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mths.be/he",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/he/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/he"
        }
      ]
    },
    {
      "type": "library",
      "name": "log-symbols",
      "version": "2.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|log-symbols@2.2.0",
      "author": "Sindre Sorhus",
      "description": "Colored symbols for various log levels. Example: ✔︎ Success",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/log-symbols@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/log-symbols.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/log-symbols#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/log-symbols/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/log-symbols"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimatch",
      "version": "3.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minimatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "mkdirp",
      "version": "0.5.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
      "author": "James Halliday",
      "description": "Recursively mkdir, like `mkdir -p`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mkdirp@0.5.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/substack/node-mkdirp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-mkdirp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-mkdirp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mkdirp"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "minimist",
          "version": "0.0.8",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1|minimist@0.0.8",
          "author": "James Halliday",
          "description": "parse argument options",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/minimist@0.0.8",
          "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-0.0.8.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mkdirp/node_modules/minimist"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ms",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1",
      "description": "Tiny millisecond conversion utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ms@2.1.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ms"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-environment-flags",
      "version": "1.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-environment-flags@1.0.5",
      "author": "Christopher Hiller",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-environment-flags@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/boneskull/node-environment-flags.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/boneskull/node-environment-flags#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/boneskull/node-environment-flags/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-environment-flags/-/node-environment-flags-1.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-environment-flags"
        }
      ]
    },
    {
      "type": "library",
      "name": "object.assign",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object.assign@4.1.0",
      "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.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object.assign"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-json-comments",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|strip-json-comments@2.0.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@2.0.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-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-json-comments"
        }
      ]
    },
    {
      "type": "library",
      "name": "which",
      "version": "1.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|which@1.3.1",
      "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@1.3.1",
      "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-1.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/which"
        }
      ]
    },
    {
      "type": "library",
      "name": "wide-align",
      "version": "1.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|wide-align@1.1.3",
      "author": "Rebecca Turner",
      "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/wide-align@1.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/iarna/wide-align.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/wide-align#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/wide-align/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/wide-align"
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs-parser",
      "version": "13.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|yargs-parser@13.0.0",
      "author": "Ben Coe",
      "description": "the mighty option parser used by yargs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yargs-parser@13.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@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-13.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yargs-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs-unparser",
      "version": "1.5.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|yargs-unparser@1.5.0",
      "author": "André Cruz",
      "description": "Converts back a yargs argv object to its original array form",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yargs-unparser@1.5.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/yargs/yargs-unparser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yargs/yargs-unparser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yargs/yargs-unparser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-1.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yargs-unparser"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-styles",
      "version": "3.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-styles"
        }
      ]
    },
    {
      "type": "library",
      "name": "cross-spawn",
      "version": "6.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cross-spawn@6.0.5",
      "author": "André Cruz",
      "description": "Cross platform child_process#spawn and child_process#spawnSync",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cross-spawn@6.0.5",
      "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-6.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cross-spawn"
        }
      ]
    },
    {
      "type": "library",
      "name": "memorystream",
      "version": "0.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/memorystream"
        }
      ]
    },
    {
      "type": "library",
      "name": "pidtree",
      "version": "0.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pidtree@0.3.0",
      "author": "Simone Primarosa",
      "description": "Cross platform children list of a PID",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pidtree@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/simonepri/pidtree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/simonepri/pidtree#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/simonepri/pidtree/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pidtree/-/pidtree-0.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pidtree"
        }
      ]
    },
    {
      "type": "library",
      "name": "read-pkg",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Read a package.json file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read-pkg@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/read-pkg.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/read-pkg#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/read-pkg/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read-pkg"
        }
      ]
    },
    {
      "type": "library",
      "name": "shell-quote",
      "version": "1.6.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|shell-quote@1.6.1",
      "author": "James Halliday",
      "description": "quote and parse shell commands",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/shell-quote@1.6.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/substack/node-shell-quote.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-shell-quote#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-shell-quote/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/shell-quote"
        }
      ]
    },
    {
      "type": "library",
      "name": "string.prototype.padend",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|string.prototype.padend@3.0.0",
      "author": "Jordan Harband",
      "description": "ES7 spec-compliant String.prototype.padEnd shim.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/string.prototype.padend@3.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/es-shims/String.prototype.padEnd.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/es-shims/String.prototype.padEnd#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/es-shims/String.prototype.padEnd/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string.prototype.padend"
        }
      ]
    },
    {
      "type": "library",
      "name": "md5",
      "group": "@types",
      "version": "2.1.33",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/md5@2.1.33",
      "description": "TypeScript definitions for md5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/md5@2.1.33",
      "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/md5/-/md5-2.1.33.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/md5"
        }
      ]
    },
    {
      "type": "library",
      "name": "chokidar",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|chokidar@3.0.2",
      "author": "Paul Miller",
      "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chokidar@3.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/paulmillr/chokidar.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/paulmillr/chokidar",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/paulmillr/chokidar/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/chokidar/-/chokidar-3.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chokidar"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsdom",
      "version": "15.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsdom@15.0.0",
      "description": "A JavaScript implementation of many web standards",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsdom@15.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/jsdom.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/jsdom#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/jsdom/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsdom/-/jsdom-15.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsdom"
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-chai",
      "version": "0.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-chai@0.1.0",
      "author": "Greg Thornton",
      "description": "Chai for Karma",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/karma-chai@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/xdissent/karma-chai.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://xdissent.github.io/karma-chai",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xdissent/karma-chai/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-chai/-/karma-chai-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-chai"
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-chrome-launcher",
      "version": "2.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-chrome-launcher@2.2.0",
      "author": "Vojta Jina",
      "description": "A Karma plugin. Launcher for Chrome and Chrome Canary.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/karma-chrome-launcher@2.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/karma-runner/karma-chrome-launcher.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/karma-runner/karma-chrome-launcher#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/karma-runner/karma-chrome-launcher/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-chrome-launcher"
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-mocha-reporter",
      "version": "2.2.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-mocha-reporter@2.2.5",
      "author": "Litixsoft GmbH",
      "description": "Karma reporter with mocha style logging.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        },
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/litixsoft/karma-mocha-reporter/blob/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/karma-mocha-reporter@2.2.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/litixsoft/karma-mocha-reporter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://www.litixsoft.de/index.php?lang=en#modules",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/litixsoft/karma-mocha-reporter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-mocha-reporter/-/karma-mocha-reporter-2.2.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-mocha-reporter"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-mocha-reporter@2.2.5|strip-ansi@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@4.0.0",
          "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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-mocha-reporter/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-mocha-reporter@2.2.5|ansi-regex@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-mocha-reporter/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-mocha",
      "version": "1.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-mocha@1.3.0",
      "author": "Vojta Jina",
      "description": "A Karma plugin. Adapter for Mocha testing framework.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/karma-mocha@1.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/karma-runner/karma-mocha.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/karma-runner/karma-mocha#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/karma-runner/karma-mocha/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-mocha/-/karma-mocha-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-mocha"
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-rollup-preprocessor",
      "version": "7.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0",
      "author": "Julian Lloyd",
      "description": "Karma preprocessor to bundle ES2015 modules using Rollup",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/karma-rollup-preprocessor@7.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/jlmakes/karma-rollup-preprocessor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jlmakes/karma-rollup-preprocessor",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jlmakes/karma-rollup-preprocessor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-rollup-preprocessor/-/karma-rollup-preprocessor-7.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-rollup-preprocessor"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chokidar",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|chokidar@2.1.1",
          "author": "Paul Miller",
          "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chokidar@2.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/paulmillr/chokidar.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/paulmillr/chokidar",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/paulmillr/chokidar/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/chokidar"
            }
          ]
        },
        {
          "type": "library",
          "name": "anymatch",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|anymatch@2.0.0",
          "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@2.0.0",
          "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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/anymatch"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "normalize-path",
              "version": "2.1.1",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|anymatch@2.0.0|normalize-path@2.1.1",
              "author": "Jon Schlinkert",
              "description": "Normalize file path slashes to be 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@2.1.1",
              "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-2.1.1.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/karma-rollup-preprocessor/node_modules/anymatch/node_modules/normalize-path"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "braces",
          "version": "2.3.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|braces@2.3.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@2.3.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-2.3.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/braces"
            }
          ]
        },
        {
          "type": "library",
          "name": "glob-parent",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|glob-parent@3.1.0",
          "author": "Elan Shanker",
          "description": "Strips glob magic from a string to provide the parent directory path",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob-parent@3.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/es128/glob-parent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/es128/glob-parent",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/es128/glob-parent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/glob-parent"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "is-glob",
              "version": "3.1.0",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|glob-parent@3.1.0|is-glob@3.1.0",
              "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@3.1.0",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/is-glob.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/is-glob",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/is-glob/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/karma-rollup-preprocessor/node_modules/glob-parent/node_modules/is-glob"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-binary-path",
          "version": "1.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|is-binary-path@1.0.1",
          "author": "Sindre Sorhus",
          "description": "Check if a filepath is a binary file",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-binary-path@1.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/is-binary-path.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/is-binary-path#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/is-binary-path/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/is-binary-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "readdirp",
          "version": "2.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|readdirp@2.2.1",
          "author": "Thorsten Lorenz",
          "description": "Recursive version of fs.readdir with streaming api.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/readdirp@2.2.1",
          "externalReferences": [
            {
              "url": "git://github.com/paulmillr/readdirp.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/paulmillr/readdirp",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/paulmillr/readdirp/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/readdirp"
            }
          ]
        },
        {
          "type": "library",
          "name": "extend-shallow",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|extend-shallow@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extend-shallow@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/extend-shallow"
            }
          ]
        },
        {
          "type": "library",
          "name": "fill-range",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|fill-range@4.0.0",
          "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@4.0.0",
          "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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/fill-range"
            }
          ]
        },
        {
          "type": "library",
          "name": "binary-extensions",
          "version": "1.12.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|binary-extensions@1.12.0",
          "author": "Sindre Sorhus",
          "description": "List of binary file extensions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/binary-extensions@1.12.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/binary-extensions.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/binary-extensions#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/binary-extensions/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.12.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/binary-extensions"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|is-extendable@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extendable@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extendable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/is-extendable"
            }
          ]
        },
        {
          "type": "library",
          "name": "to-regex-range",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|to-regex-range@2.1.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@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/to-regex-range"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-rollup-preprocessor/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-sinon",
      "version": "1.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-sinon@1.0.5",
      "author": "Janusz Jablonski",
      "description": "Sinon for Karma",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://raw.github.com/yanoosh/karma-sinon/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/karma-sinon@1.0.5",
      "externalReferences": [
        {
          "url": "git://github.com/yanoosh/karma-sinon.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yanoosh/karma-sinon#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yanoosh/karma-sinon/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-sinon/-/karma-sinon-1.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-sinon"
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-typescript-es6-transform",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-typescript-es6-transform@4.0.0",
      "author": "monounity",
      "description": "Plugin for transforming ES2015 javascript code to to ES5 syntax.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/karma-typescript-es6-transform@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/monounity/karma-typescript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/monounity/karma-typescript#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/monounity/karma-typescript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-typescript-es6-transform/-/karma-typescript-es6-transform-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-typescript-es6-transform"
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-typescript",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-typescript@4.0.0",
      "author": "monounity",
      "description": "Simplifying running unit tests with coverage for Typescript projects.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/karma-typescript@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/monounity/karma-typescript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/monounity/karma-typescript#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/monounity/karma-typescript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-typescript/-/karma-typescript-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-typescript"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.7.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-typescript@4.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-typescript/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "rollup-plugin-license",
      "version": "0.8.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-license@0.8.1",
      "author": "Mickael Jeanroy",
      "description": "Rollup plugin to add license banner to the final bundle and output third party licenses",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rollup-plugin-license@0.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/mjeanroy/rollup-plugin-license.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mjeanroy/rollup-plugin-license",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mjeanroy/rollup-plugin-license/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rollup-plugin-license/-/rollup-plugin-license-0.8.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rollup-plugin-license"
        }
      ]
    },
    {
      "type": "library",
      "name": "webpack",
      "version": "4.30.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|webpack@4.30.0",
      "author": "Tobias Koppers @sokra",
      "description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webpack@4.30.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/webpack.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack/webpack",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/webpack/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/webpack/-/webpack-4.30.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webpack"
        }
      ]
    },
    {
      "type": "library",
      "name": "commons",
      "group": "@sinonjs",
      "version": "1.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sinonjs/commons@1.4.0",
      "description": "Simple functions shared among the sinon end user libraries",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sinonjs/commons@1.4.0",
      "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.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sinonjs/commons"
        }
      ]
    },
    {
      "type": "library",
      "name": "formatio",
      "group": "@sinonjs",
      "version": "3.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sinonjs/formatio@3.2.1",
      "author": "Christian Johansen",
      "description": "Human-readable object formatting",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sinonjs/formatio@3.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sinonjs/formatio.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://sinonjs.github.io/formatio/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sinonjs/formatio/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-3.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sinonjs/formatio"
        }
      ]
    },
    {
      "type": "library",
      "name": "samsam",
      "group": "@sinonjs",
      "version": "3.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sinonjs/samsam@3.3.1",
      "author": "Christian Johansen",
      "description": "Value identification and comparison functions",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sinonjs/samsam@3.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sinonjs/samsam.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://sinonjs.github.io/samsam/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sinonjs/samsam/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-3.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sinonjs/samsam"
        }
      ]
    },
    {
      "type": "library",
      "name": "lolex",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lolex@4.0.1",
      "author": "Christian Johansen",
      "description": "Fake JavaScript timers",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lolex@4.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/sinonjs/lolex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/sinonjs/lolex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/sinonjs/lolex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lolex/-/lolex-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lolex"
        }
      ]
    },
    {
      "type": "library",
      "name": "nise",
      "version": "1.4.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10",
      "description": "Fake XHR and server",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nise@1.4.10",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/sinonjs/nise.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sinonjs/nise#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sinonjs/nise/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nise/-/nise-1.4.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nise"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lolex",
          "version": "2.7.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10|lolex@2.7.5",
          "author": "Christian Johansen",
          "description": "Fake JavaScript timers",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lolex@2.7.5",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/sinonjs/lolex.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://github.com/sinonjs/lolex",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/sinonjs/lolex/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lolex/-/lolex-2.7.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nise/node_modules/lolex"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-to-regexp",
          "version": "1.7.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10|path-to-regexp@1.7.0",
          "description": "Express style path to RegExp utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/path-to-regexp@1.7.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/pillarjs/path-to-regexp.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/pillarjs/path-to-regexp#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/pillarjs/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-1.7.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nise/node_modules/path-to-regexp"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "0.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10|isarray@0.0.1",
          "author": "Julian Gruber",
          "description": "Array#isArray for older browsers",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/isarray@0.0.1",
          "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-0.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nise/node_modules/isarray"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "supports-color",
      "version": "5.5.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/supports-color"
        }
      ]
    },
    {
      "type": "library",
      "name": "bs-logger",
      "version": "0.2.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|bs-logger@0.2.6",
      "author": "Huafu Gandon",
      "description": "Bare simple logger for NodeJS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bs-logger@0.2.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/huafu/bs-logger.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/huafu/bs-logger#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/huafu/bs-logger/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bs-logger"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-from",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|buffer-from@1.1.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer-from@1.1.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-json-stable-stringify",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fast-json-stable-stringify@2.0.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.0.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.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-json-stable-stringify"
        }
      ]
    },
    {
      "type": "library",
      "name": "make-error",
      "version": "1.3.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|make-error@1.3.5",
      "author": "Julien Fontanet",
      "description": "Make your own error types!",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/make-error@1.3.5",
      "externalReferences": [
        {
          "url": "git://github.com/JsCommunity/make-error.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/JsCommunity/make-error",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/JsCommunity/make-error/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/make-error/-/make-error-1.3.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/make-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve",
      "version": "1.10.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|resolve@1.10.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.10.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.10.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve"
        }
      ]
    },
    {
      "type": "library",
      "name": "semver",
      "version": "5.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
      "description": "The semantic version parser used by npm.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/semver@5.7.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-5.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/semver"
        }
      ]
    },
    {
      "type": "library",
      "name": "code-frame",
      "group": "@babel",
      "version": "7.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/code-frame@7.0.0",
      "author": "Sebastian McKenzie",
      "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.0.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/code-frame/-/code-frame-7.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/code-frame"
        }
      ]
    },
    {
      "type": "library",
      "name": "tsutils",
      "version": "2.29.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tsutils@2.29.0",
      "author": "Klaus Meinhardt",
      "description": "utilities for working with typescript's AST",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tsutils@2.29.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-2.29.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tsutils"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-extra",
      "group": "@types",
      "version": "5.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/fs-extra@5.0.5",
      "description": "TypeScript definitions for fs-extra",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/fs-extra@5.0.5",
      "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/fs-extra/-/fs-extra-5.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/fs-extra"
        }
      ]
    },
    {
      "type": "library",
      "name": "handlebars",
      "group": "@types",
      "version": "4.0.40",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/handlebars@4.0.40",
      "description": "TypeScript definitions for Handlebars",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/handlebars@4.0.40",
      "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/handlebars/-/handlebars-4.0.40.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/handlebars"
        }
      ]
    },
    {
      "type": "library",
      "name": "highlight.js",
      "group": "@types",
      "version": "9.12.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/highlight.js@9.12.3",
      "description": "TypeScript definitions for highlight.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/highlight.js@9.12.3",
      "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/highlight.js/-/highlight.js-9.12.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/highlight.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash",
      "group": "@types",
      "version": "4.14.121",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/lodash@4.14.121",
      "description": "TypeScript definitions for Lo-Dash",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/lodash@4.14.121",
      "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/lodash/-/lodash-4.14.121.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/lodash"
        }
      ]
    },
    {
      "type": "library",
      "name": "marked",
      "group": "@types",
      "version": "0.4.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/marked@0.4.2",
      "description": "TypeScript definitions for Marked",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/marked@0.4.2",
      "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/marked/-/marked-0.4.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/marked"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimatch",
      "group": "@types",
      "version": "3.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/minimatch@3.0.3",
      "description": "TypeScript definitions for Minimatch",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/minimatch@3.0.3",
      "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/minimatch/-/minimatch-3.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/minimatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "shelljs",
      "group": "@types",
      "version": "0.8.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/shelljs@0.8.3",
      "description": "TypeScript definitions for ShellJS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/shelljs@0.8.3",
      "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/shelljs/-/shelljs-0.8.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/shelljs"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-extra",
      "version": "7.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
      "author": "JP Richardson",
      "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fs-extra@7.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jprichardson/node-fs-extra.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jprichardson/node-fs-extra",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jprichardson/node-fs-extra/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fs-extra"
        }
      ]
    },
    {
      "type": "library",
      "name": "handlebars",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|handlebars@4.1.0",
      "author": "Yehuda Katz",
      "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/handlebars@4.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/wycats/handlebars.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://www.handlebarsjs.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wycats/handlebars.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/handlebars"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash",
      "version": "4.17.11",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
      "author": "John-David Dalton",
      "description": "Lodash modular utilities.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash@4.17.11",
      "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.11.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash"
        }
      ]
    },
    {
      "type": "library",
      "name": "progress",
      "version": "2.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/progress"
        }
      ]
    },
    {
      "type": "library",
      "name": "shelljs",
      "version": "0.8.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|shelljs@0.8.3",
      "description": "Portable Unix shell commands for Node.js",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/shelljs@0.8.3",
      "externalReferences": [
        {
          "url": "git://github.com/shelljs/shelljs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/shelljs/shelljs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shelljs/shelljs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/shelljs"
        }
      ]
    },
    {
      "type": "library",
      "name": "typedoc-default-themes",
      "version": "0.5.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|typedoc-default-themes@0.5.0",
      "author": "Sebastian Lenz",
      "description": "Default themes for TypeDoc.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/typedoc-default-themes@0.5.0",
      "externalReferences": [
        {
          "url": "git://github.com/sebastian-lenz/typedoc-default-themes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://typedoc.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sebastian-lenz/TypeDoc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/typedoc-default-themes/-/typedoc-default-themes-0.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/typedoc-default-themes"
        }
      ]
    },
    {
      "type": "library",
      "name": "mock-require",
      "version": "3.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mock-require@3.0.3",
      "author": "Bob Lauer",
      "description": "Simple, intuitive mocking of Node.js modules.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mock-require@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/boblauer/mock-require.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/boblauer/mock-require",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/boblauer/mock-require/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mock-require/-/mock-require-3.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mock-require"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "normalize-path",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mock-require@3.0.3|normalize-path@2.1.1",
          "author": "Jon Schlinkert",
          "description": "Normalize file path slashes to be 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@2.1.1",
          "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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mock-require/node_modules/normalize-path"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "vscode-languageserver",
      "version": "5.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|vscode-languageserver@5.2.1",
      "author": "Microsoft Corporation",
      "description": "Language server implementation for node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vscode-languageserver@5.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/Microsoft/vscode-languageserver-node.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Microsoft/vscode-languageserver-node#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Microsoft/vscode-languageserver-node/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vscode-languageserver/-/vscode-languageserver-5.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vscode-languageserver"
        }
      ]
    },
    {
      "type": "library",
      "name": "projectify",
      "group": "@google-cloud",
      "version": "0.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/projectify@0.3.3",
      "author": "Google Inc.",
      "description": "A simple utility for replacing the projectid token in objects.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40google-cloud/projectify@0.3.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/googleapis/nodejs-projectify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/googleapis/nodejs-projectify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/googleapis/nodejs-projectify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@google-cloud/projectify/-/projectify-0.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@google-cloud/projectify"
        }
      ]
    },
    {
      "type": "library",
      "name": "request",
      "group": "@types",
      "version": "2.48.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/request@2.48.1",
      "description": "TypeScript definitions for request",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/request@2.48.1",
      "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/request/-/request-2.48.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/request"
        }
      ]
    },
    {
      "type": "library",
      "name": "ent",
      "version": "2.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ent@2.2.0",
      "author": "James Halliday",
      "description": "Encode and decode HTML entities",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ent@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/substack/node-ent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-ent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-ent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ent"
        }
      ]
    },
    {
      "type": "library",
      "name": "google-auth-library",
      "version": "3.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|google-auth-library@3.1.2",
      "author": "Google Inc.",
      "description": "Google APIs Authentication Client Library for Node.js",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/google-auth-library@3.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/googleapis/google-auth-library-nodejs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/googleapis/google-auth-library-nodejs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/googleapis/google-auth-library-nodejs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/google-auth-library/-/google-auth-library-3.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/google-auth-library"
        }
      ]
    },
    {
      "type": "library",
      "name": "pify",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pify@4.0.1",
      "author": "Sindre Sorhus",
      "description": "Promisify a callback-style function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pify@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/pify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/pify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/pify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pify"
        }
      ]
    },
    {
      "type": "library",
      "name": "retry-request",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0",
      "author": "Stephen Sawchuk",
      "description": "Retry a request.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/retry-request@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/stephenplusplus/retry-request.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stephenplusplus/retry-request#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stephenplusplus/retry-request/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/retry-request/-/retry-request-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/retry-request"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "through2",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/retry-request/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/retry-request/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/retry-request/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/retry-request/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "split-array-stream",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|split-array-stream@2.0.0",
      "author": "Stephen Sawchuk",
      "description": "Safely push each item of an array to a stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/split-array-stream@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/stephenplusplus/split-array-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stephenplusplus/split-array-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stephenplusplus/split-array-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/split-array-stream/-/split-array-stream-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/split-array-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "mime-db",
      "version": "1.37.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mime-db@1.37.0",
      "description": "Media Type Database",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime-db@1.37.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.37.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mime-db"
        }
      ]
    },
    {
      "type": "library",
      "name": "inherits",
      "version": "2.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
      "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/inherits@2.0.3",
      "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.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inherits"
        }
      ]
    },
    {
      "type": "library",
      "name": "readable-stream",
      "version": "3.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|readable-stream@3.1.1",
      "description": "Streams3, a user-land copy of the stream library from Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/readable-stream@3.1.1",
      "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-3.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/readable-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "typedarray",
      "version": "0.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|typedarray@0.0.6",
      "author": "James Halliday",
      "description": "TypedArray polyfill for old browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/typedarray@0.0.6",
      "externalReferences": [
        {
          "url": "git://github.com/substack/typedarray.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/typedarray",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/typedarray/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/typedarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "end-of-stream",
      "version": "1.4.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|end-of-stream@1.4.1",
      "author": "Mathias Buus",
      "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/end-of-stream@1.4.1",
      "externalReferences": [
        {
          "url": "git://github.com/mafintosh/end-of-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/end-of-stream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/end-of-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/end-of-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-shift",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stream-shift@1.0.0",
      "author": "Mathias Buus",
      "description": "Returns the next buffer/object in a stream's readable queue",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-shift@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mafintosh/stream-shift.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/stream-shift",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/stream-shift/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-shift"
        }
      ]
    },
    {
      "type": "library",
      "name": "abort-controller",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|abort-controller@2.0.2",
      "author": "Toru Nagashima",
      "description": "An implementation of WHATWG AbortController interface.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/abort-controller@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/mysticatea/abort-controller.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mysticatea/abort-controller#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mysticatea/abort-controller/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/abort-controller/-/abort-controller-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/abort-controller"
        }
      ]
    },
    {
      "type": "library",
      "name": "configstore",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|configstore@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Easily load and save config without having to think about where and how",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/configstore@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/yeoman/configstore.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yeoman/configstore#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yeoman/configstore/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/configstore/-/configstore-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/configstore"
        }
      ]
    },
    {
      "type": "library",
      "name": "gaxios",
      "version": "1.8.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gaxios@1.8.4",
      "author": "Google, LLC",
      "description": "A simple common HTTP client specifically for Google APIs and services.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gaxios@1.8.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/JustinBeckwith/gaxios.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/JustinBeckwith/gaxios#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/JustinBeckwith/gaxios/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gaxios/-/gaxios-1.8.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gaxios"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "abort-controller",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gaxios@1.8.4|abort-controller@3.0.0",
          "author": "Toru Nagashima",
          "description": "An implementation of WHATWG AbortController interface.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/abort-controller@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/mysticatea/abort-controller.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mysticatea/abort-controller#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mysticatea/abort-controller/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gaxios/node_modules/abort-controller"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "mimic-fn",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mimic-fn"
        }
      ]
    },
    {
      "type": "library",
      "name": "stubs",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stubs@3.0.0",
      "author": "Stephen Sawchuk",
      "description": "Easy method stubber.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stubs@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/stephenplusplus/stubs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stephenplusplus/stubs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stephenplusplus/stubs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stubs/-/stubs-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stubs"
        }
      ]
    },
    {
      "type": "library",
      "name": "uuid",
      "version": "3.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|uuid@3.3.2",
      "description": "RFC4122 (v1, v4, and v5) UUIDs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uuid@3.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/kelektiv/node-uuid.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kelektiv/node-uuid#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kelektiv/node-uuid/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uuid"
        }
      ]
    },
    {
      "type": "library",
      "name": "xtend",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1",
      "author": "Raynos",
      "description": "extend like a boss",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xtend@4.0.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xtend"
        }
      ]
    },
    {
      "type": "library",
      "name": "estree-walker",
      "version": "0.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|estree-walker@0.6.0",
      "author": "Rich Harris",
      "description": "Traverse an ESTree-compliant AST",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/estree-walker@0.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/Rich-Harris/estree-walker.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Rich-Harris/estree-walker#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Rich-Harris/estree-walker/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/estree-walker/-/estree-walker-0.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/estree-walker"
        }
      ]
    },
    {
      "type": "library",
      "name": "rollup-pluginutils",
      "version": "2.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rollup-pluginutils@2.6.0",
      "author": "Rich Harris",
      "description": "Functionality commonly needed by Rollup plugins",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rollup-pluginutils@2.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/rollup/rollup-pluginutils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rollup/rollup-pluginutils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rollup/rollup-pluginutils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rollup-pluginutils/-/rollup-pluginutils-2.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rollup-pluginutils"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve",
      "group": "@types",
      "version": "0.0.8",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/resolve@0.0.8",
      "description": "TypeScript definitions for resolve",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/resolve@0.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@types/resolve/-/resolve-0.0.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/resolve"
        }
      ]
    },
    {
      "type": "library",
      "name": "builtin-modules",
      "version": "3.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|builtin-modules@3.1.0",
      "author": "Sindre Sorhus",
      "description": "List of the Node.js builtin modules",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/builtin-modules@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/builtin-modules.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/builtin-modules#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/builtin-modules/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/builtin-modules"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-module",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-module@1.0.0",
      "author": "Jonathan Ong",
      "description": "check if a source string is an es6 module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-module@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/is-module.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/is-module#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/is-module/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-module"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-worker",
      "version": "24.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-worker@24.6.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-worker@24.6.0",
      "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-24.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-worker"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "supports-color",
          "version": "6.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-worker@24.6.0|supports-color@6.1.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@6.1.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-6.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-worker/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "serialize-javascript",
      "version": "1.6.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serialize-javascript@1.6.1",
      "author": "Eric Ferraiuolo",
      "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/serialize-javascript@1.6.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/yahoo/serialize-javascript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yahoo/serialize-javascript",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yahoo/serialize-javascript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/serialize-javascript"
        }
      ]
    },
    {
      "type": "library",
      "name": "terser",
      "version": "3.16.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|terser@3.16.1",
      "author": "Mihai Bazon",
      "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/terser@3.16.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/fabiosantoscode/terser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fabiosantoscode/terser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fabiosantoscode/terser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/terser/-/terser-3.16.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/terser"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "commander",
          "version": "2.17.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|terser@3.16.1|commander@2.17.1",
          "author": "TJ Holowaychuk",
          "description": "the complete solution for node.js command-line programs",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/commander@2.17.1",
          "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-2.17.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/terser/node_modules/commander"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "estree",
      "group": "@types",
      "version": "0.0.39",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/estree@0.0.39",
      "description": "TypeScript definitions for ESTree AST specification",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/estree@0.0.39",
      "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/estree/-/estree-0.0.39.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/estree"
        }
      ]
    },
    {
      "type": "library",
      "name": "accepts",
      "version": "1.3.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|accepts@1.3.5",
      "description": "Higher-level content negotiation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/accepts@1.3.5",
      "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.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/accepts"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-flatten",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-flatten"
        }
      ]
    },
    {
      "type": "library",
      "name": "body-parser",
      "version": "1.18.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|body-parser@1.18.3",
      "description": "Node.js body parsing middleware",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/body-parser@1.18.3",
      "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.18.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/body-parser"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|body-parser@1.18.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/body-parser/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|body-parser@1.18.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/body-parser/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "content-disposition",
      "version": "0.5.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|content-disposition@0.5.2",
      "description": "Create and parse Content-Disposition header",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/content-disposition@0.5.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/content-disposition"
        }
      ]
    },
    {
      "type": "library",
      "name": "content-type",
      "version": "1.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/content-type"
        }
      ]
    },
    {
      "type": "library",
      "name": "cookie-signature",
      "version": "1.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cookie-signature"
        }
      ]
    },
    {
      "type": "library",
      "name": "depd",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/depd"
        }
      ]
    },
    {
      "type": "library",
      "name": "encodeurl",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/encodeurl"
        }
      ]
    },
    {
      "type": "library",
      "name": "escape-html",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escape-html"
        }
      ]
    },
    {
      "type": "library",
      "name": "etag",
      "version": "1.8.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/etag"
        }
      ]
    },
    {
      "type": "library",
      "name": "finalhandler",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|finalhandler@1.1.1",
      "author": "Douglas Christopher Wilson",
      "description": "Node.js final http responder",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/finalhandler@1.1.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/finalhandler"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|finalhandler@1.1.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/finalhandler/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|finalhandler@1.1.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/finalhandler/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "fresh",
      "version": "0.5.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fresh"
        }
      ]
    },
    {
      "type": "library",
      "name": "merge-descriptors",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/merge-descriptors"
        }
      ]
    },
    {
      "type": "library",
      "name": "methods",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/methods"
        }
      ]
    },
    {
      "type": "library",
      "name": "on-finished",
      "version": "2.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/on-finished"
        }
      ]
    },
    {
      "type": "library",
      "name": "parseurl",
      "version": "1.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parseurl@1.3.2",
      "description": "parse a url with memoization",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parseurl@1.3.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parseurl"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-to-regexp",
      "version": "0.1.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-to-regexp"
        }
      ]
    },
    {
      "type": "library",
      "name": "proxy-addr",
      "version": "2.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|proxy-addr@2.0.4",
      "author": "Douglas Christopher Wilson",
      "description": "Determine address of proxied request",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/proxy-addr@2.0.4",
      "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.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/proxy-addr"
        }
      ]
    },
    {
      "type": "library",
      "name": "qs",
      "version": "6.5.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|qs@6.5.2",
      "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.5.2",
      "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.5.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/qs"
        }
      ]
    },
    {
      "type": "library",
      "name": "range-parser",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|range-parser@1.2.0",
      "author": "TJ Holowaychuk",
      "description": "Range header field string parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/range-parser@1.2.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/range-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "safe-buffer",
      "version": "5.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/safe-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "send",
      "version": "0.16.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|send@0.16.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.16.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.16.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/send"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|send@0.16.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/send/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "mime",
          "version": "1.4.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|send@0.16.2|mime@1.4.1",
          "author": "Robert Kieffer",
          "description": "A comprehensive library for mime-type mapping",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mime@1.4.1",
          "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.4.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/send/node_modules/mime"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|send@0.16.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/send/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "serve-static",
      "version": "1.13.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|serve-static@1.13.2",
      "author": "Douglas Christopher Wilson",
      "description": "Serve static files",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/serve-static@1.13.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.13.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/serve-static"
        }
      ]
    },
    {
      "type": "library",
      "name": "setprototypeof",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|setprototypeof@1.1.0",
      "author": "Wes Todd",
      "description": "A small polyfill for Object.setprototypeof",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/setprototypeof@1.1.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.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/setprototypeof"
        }
      ]
    },
    {
      "type": "library",
      "name": "statuses",
      "version": "1.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|statuses@1.4.0",
      "description": "HTTP status utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/statuses@1.4.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.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/statuses"
        }
      ]
    },
    {
      "type": "library",
      "name": "type-is",
      "version": "1.6.16",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|type-is@1.6.16",
      "description": "Infer the content-type of a request.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/type-is@1.6.16",
      "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.16.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/type-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "utils-merge",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/utils-merge"
        }
      ]
    },
    {
      "type": "library",
      "name": "vary",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vary"
        }
      ]
    },
    {
      "type": "library",
      "name": "agent-base",
      "version": "4.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|agent-base@4.3.0",
      "author": "Nathan Rajlich",
      "description": "Turn a function into an `http.Agent` instance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/agent-base@4.3.0",
      "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-4.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/agent-base"
        }
      ]
    },
    {
      "type": "library",
      "name": "debug",
      "version": "3.2.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|debug@3.2.6",
      "author": "TJ Holowaychuk",
      "description": "small debugging utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debug@3.2.6",
      "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-3.2.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "packages/node/node_modules/debug"
        }
      ]
    },
    {
      "type": "library",
      "name": "bifrost",
      "group": "@fimbul",
      "version": "0.17.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@fimbul/bifrost@0.17.0",
      "author": "Klaus Meinhardt",
      "description": "Compatibility layer for TSLint rules",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40fimbul/bifrost@0.17.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/fimbullinter/wotan.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fimbullinter/wotan#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fimbullinter/wotan/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@fimbul/bifrost/-/bifrost-0.17.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@fimbul/bifrost"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "get-caller-file",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@fimbul/bifrost@0.17.0|get-caller-file@2.0.1",
          "author": "Stefan Penner",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-caller-file@2.0.1",
          "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.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@fimbul/bifrost/node_modules/get-caller-file"
            }
          ]
        },
        {
          "type": "library",
          "name": "tsutils",
          "version": "3.8.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@fimbul/bifrost@0.17.0|tsutils@3.8.0",
          "author": "Klaus Meinhardt",
          "description": "utilities for working with typescript's AST",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/tsutils@3.8.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.8.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@fimbul/bifrost/node_modules/tsutils"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "argparse",
      "version": "1.0.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/argparse"
        }
      ]
    },
    {
      "type": "library",
      "name": "esprima",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esprima"
        }
      ]
    },
    {
      "type": "library",
      "name": "args",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2",
      "author": "leo",
      "description": "Minimal toolkit for building CLIs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/args@3.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/leo/args.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/leo/args#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/leo/args/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/args/-/args-3.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/args"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "camelcase",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|camelcase@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/args/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|chalk@1.1.3",
          "description": "Terminal string styling done right. Much color.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@1.1.3",
          "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-1.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/args/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|ansi-styles@2.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@2.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-2.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/args/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.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-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/args/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|supports-color@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/args/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/args/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "basic-auth",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|basic-auth@1.1.0",
      "description": "node.js basic auth parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/basic-auth@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/basic-auth.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/basic-auth#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/basic-auth/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/basic-auth/-/basic-auth-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/basic-auth"
        }
      ]
    },
    {
      "type": "library",
      "name": "boxen",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Create boxes in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/boxen@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/boxen.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/boxen#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/boxen/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/boxen/-/boxen-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/boxen"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "camelcase",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|camelcase@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/boxen/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|chalk@1.1.3",
          "description": "Terminal string styling done right. Much color.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@1.1.3",
          "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-1.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/boxen/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|ansi-styles@2.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@2.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-2.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/boxen/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.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-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/boxen/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|supports-color@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/boxen/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/boxen/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "clipboardy",
      "version": "1.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4",
      "author": "Sindre Sorhus",
      "description": "Access the system clipboard (copy/paste)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/clipboardy@1.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/clipboardy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/clipboardy#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/clipboardy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/clipboardy/-/clipboardy-1.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/clipboardy"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "execa",
          "version": "0.6.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|execa@0.6.3",
          "author": "Sindre Sorhus",
          "description": "A better `child_process`",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/execa@0.6.3",
          "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-0.6.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/clipboardy/node_modules/execa"
            }
          ]
        },
        {
          "type": "library",
          "name": "cross-spawn",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|cross-spawn@5.1.0",
          "author": "IndigoUnited",
          "description": "Cross platform child_process#spawn and child_process#spawnSync",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cross-spawn@5.1.0",
          "externalReferences": [
            {
              "url": "git://github.com/IndigoUnited/node-cross-spawn.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/IndigoUnited/node-cross-spawn#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/clipboardy/node_modules/cross-spawn"
            }
          ]
        },
        {
          "type": "library",
          "name": "get-stream",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|get-stream@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Get a stream as a string, buffer, or array",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-stream@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/clipboardy/node_modules/get-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "lru-cache",
          "version": "4.1.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|lru-cache@4.1.5",
          "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@4.1.5",
          "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-4.1.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/clipboardy/node_modules/lru-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "yallist",
          "version": "2.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|yallist@2.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "Yet Another Linked List",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yallist@2.1.2",
          "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-2.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/clipboardy/node_modules/yallist"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "detect-port",
      "version": "1.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|detect-port@1.2.1",
      "description": "detect available port",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/detect-port@1.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/node-modules/detect-port.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/node-modules/detect-port",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/node-modules/detect-port/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/detect-port/-/detect-port-1.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/detect-port"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|detect-port@1.2.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/detect-port/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|detect-port@1.2.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/detect-port/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "filesize",
      "version": "3.5.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|filesize@3.5.10",
      "author": "Jason Mulligan",
      "description": "JavaScript library to generate a human readable String describing the file size",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/filesize@3.5.10",
      "externalReferences": [
        {
          "url": "git://github.com/avoidwork/filesize.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://filesizejs.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avoidwork/filesize.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/filesize/-/filesize-3.5.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/filesize"
        }
      ]
    },
    {
      "type": "library",
      "name": "ip",
      "version": "1.1.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ip@1.1.5",
      "author": "Fedor Indutny",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ip@1.1.5",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indutny/node-ip.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indutny/node-ip",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indutny/node-ip/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ip"
        }
      ]
    },
    {
      "type": "library",
      "name": "micro-compress",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro-compress@1.0.0",
      "author": "Joakim Carlstein",
      "description": "Compression for HTTP microservices built with Micro",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/micro-compress@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/joakimbeng/micro-compress.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/joakimbeng/micro-compress#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/joakimbeng/micro-compress/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/micro-compress/-/micro-compress-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/micro-compress"
        }
      ]
    },
    {
      "type": "library",
      "name": "micro",
      "version": "7.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3",
      "author": "Zeit, Inc.",
      "description": "Asynchronous HTTP microservices",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/micro@7.3.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/zeit/micro.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zeit/micro#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zeit/micro/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/micro/-/micro-7.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/micro"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "args",
          "version": "2.6.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|args@2.6.1",
          "author": "leo",
          "description": "Minimal toolkit for building CLIs",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/args@2.6.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/leo/args.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/leo/args#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/leo/args/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/args/-/args-2.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/args"
            }
          ]
        },
        {
          "type": "library",
          "name": "bluebird",
          "version": "3.5.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|bluebird@3.5.0",
          "author": "Petka Antonov",
          "description": "Full featured Promises/A+ implementation with exceptionally good performance",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/bluebird@3.5.0",
          "externalReferences": [
            {
              "url": "git://github.com/petkaantonov/bluebird.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/petkaantonov/bluebird",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/petkaantonov/bluebird/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/bluebird"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|chalk@1.1.3",
          "description": "Terminal string styling done right. Much color.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@1.1.3",
          "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-1.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "clipboardy",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|clipboardy@1.1.1",
          "author": "Sindre Sorhus",
          "description": "Access the system clipboard (copy/paste)",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/clipboardy@1.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/clipboardy.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/clipboardy#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/clipboardy/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/clipboardy/-/clipboardy-1.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/clipboardy"
            }
          ]
        },
        {
          "type": "library",
          "name": "get-port",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|get-port@3.1.0",
          "author": "Sindre Sorhus",
          "description": "Get an available port",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-port@3.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/get-port.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/get-port#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/get-port/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/get-port/-/get-port-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/get-port"
            }
          ]
        },
        {
          "type": "library",
          "name": "raw-body",
          "version": "2.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|raw-body@2.2.0",
          "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.2.0",
          "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.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/raw-body"
            }
          ]
        },
        {
          "type": "library",
          "name": "update-notifier",
          "version": "2.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|update-notifier@2.1.0",
          "author": "Sindre Sorhus",
          "description": "Update notifications for your CLI app",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/update-notifier@2.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/yeoman/update-notifier.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/yeoman/update-notifier#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/yeoman/update-notifier/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/update-notifier"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|camelcase@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|ansi-styles@2.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@2.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-2.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.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-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|supports-color@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "execa",
          "version": "0.6.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|execa@0.6.3",
          "author": "Sindre Sorhus",
          "description": "A better `child_process`",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/execa@0.6.3",
          "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-0.6.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/execa"
            }
          ]
        },
        {
          "type": "library",
          "name": "bytes",
          "version": "2.4.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|bytes@2.4.0",
          "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@2.4.0",
          "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-2.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/bytes"
            }
          ]
        },
        {
          "type": "library",
          "name": "iconv-lite",
          "version": "0.4.15",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|iconv-lite@0.4.15",
          "author": "Alexander Shtuchkin",
          "description": "Convert character encodings in pure javascript.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/iconv-lite@0.4.15",
          "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.15.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/iconv-lite"
            }
          ]
        },
        {
          "type": "library",
          "name": "configstore",
          "version": "3.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|configstore@3.1.2",
          "author": "Sindre Sorhus",
          "description": "Easily load and save config without having to think about where and how",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/configstore@3.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/yeoman/configstore.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/yeoman/configstore#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/yeoman/configstore/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/configstore"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/ansi-regex"
            }
          ]
        },
        {
          "type": "library",
          "name": "cross-spawn",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|cross-spawn@5.1.0",
          "author": "IndigoUnited",
          "description": "Cross platform child_process#spawn and child_process#spawnSync",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cross-spawn@5.1.0",
          "externalReferences": [
            {
              "url": "git://github.com/IndigoUnited/node-cross-spawn.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/IndigoUnited/node-cross-spawn#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/cross-spawn"
            }
          ]
        },
        {
          "type": "library",
          "name": "get-stream",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|get-stream@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Get a stream as a string, buffer, or array",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-stream@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/get-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "lru-cache",
          "version": "4.1.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|lru-cache@4.1.5",
          "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@4.1.5",
          "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-4.1.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/lru-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "yallist",
          "version": "2.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|yallist@2.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "Yet Another Linked List",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yallist@2.1.2",
          "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-2.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micro/node_modules/yallist"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "node-version",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-version@1.0.0",
      "author": "Rodolphe Stoclin",
      "description": "Get NodeJS current version",
      "purl": "pkg:npm/node-version@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/srod/node-version.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/srod/node-version",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/srod/node-version/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-version/-/node-version-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-version"
        }
      ]
    },
    {
      "type": "library",
      "name": "opn",
      "version": "5.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|opn@5.1.0",
      "author": "Sindre Sorhus",
      "description": "A better node-open. Opens stuff like websites, files, executables. Cross-platform.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/opn@5.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/opn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/opn#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/opn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/opn/-/opn-5.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/opn"
        }
      ]
    },
    {
      "type": "library",
      "name": "update-notifier",
      "version": "2.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0",
      "author": "Sindre Sorhus",
      "description": "Update notifications for your CLI app",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/update-notifier@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/yeoman/update-notifier.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yeoman/update-notifier#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yeoman/update-notifier/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/update-notifier"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|chalk@1.1.3",
          "description": "Terminal string styling done right. Much color.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@1.1.3",
          "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-1.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/update-notifier/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "configstore",
          "version": "3.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|configstore@3.1.2",
          "author": "Sindre Sorhus",
          "description": "Easily load and save config without having to think about where and how",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/configstore@3.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/yeoman/configstore.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/yeoman/configstore#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/yeoman/configstore/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/update-notifier/node_modules/configstore"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|ansi-styles@2.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@2.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-2.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/update-notifier/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.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-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/update-notifier/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|supports-color@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/update-notifier/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/update-notifier/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "core-js",
      "version": "2.6.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|core-js@2.6.5",
      "description": "Standard library",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/core-js@2.6.5",
      "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.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/core-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerator-runtime",
      "version": "0.12.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|regenerator-runtime@0.12.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.12.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.12.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regenerator-runtime"
        }
      ]
    },
    {
      "type": "library",
      "name": "request",
      "group": "@octokit",
      "version": "2.4.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@octokit/request@2.4.2",
      "author": "Gregor Martynus",
      "description": "Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40octokit/request@2.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/octokit/request.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/octokit/request.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/octokit/request.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@octokit/request/-/request-2.4.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@octokit/request"
        }
      ]
    },
    {
      "type": "library",
      "name": "before-after-hook",
      "version": "1.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|before-after-hook@1.4.0",
      "author": "Gregor Martynus",
      "description": "asynchronous before/error/after hooks for internal functionality",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/before-after-hook@1.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/gr2m/before-after-hook.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gr2m/before-after-hook#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gr2m/before-after-hook/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-1.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/before-after-hook"
        }
      ]
    },
    {
      "type": "library",
      "name": "btoa-lite",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|btoa-lite@1.0.0",
      "author": "Hugh Kennedy",
      "description": "Smallest/simplest possible means of using btoa with both Node and browserify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/btoa-lite@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/hughsk/btoa-lite.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hughsk/btoa-lite",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hughsk/btoa-lite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/btoa-lite"
        }
      ]
    },
    {
      "type": "library",
      "name": "deprecation",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|deprecation@1.0.1",
      "author": "Gregor Martynus",
      "description": "Log a deprecation message with stack",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/deprecation@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/gr2m/deprecation.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gr2m/deprecation#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gr2m/deprecation/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deprecation/-/deprecation-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deprecation"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.get",
      "version": "4.4.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.get@4.4.2",
      "author": "John-David Dalton",
      "description": "The lodash method `_.get` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.get@4.4.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.get/-/lodash.get-4.4.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.get"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.set",
      "version": "4.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.set@4.3.2",
      "author": "John-David Dalton",
      "description": "The lodash method `_.set` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.set@4.3.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.set/-/lodash.set-4.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.set"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.uniq",
      "version": "4.5.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.uniq@4.5.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.uniq` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.uniq@4.5.0",
      "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.uniq/-/lodash.uniq-4.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.uniq"
        }
      ]
    },
    {
      "type": "library",
      "name": "octokit-pagination-methods",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|octokit-pagination-methods@1.1.0",
      "author": "Gregor Martynus",
      "description": "Legacy Octokit pagination methods from v15",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/octokit-pagination-methods@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/gr2m/octokit-pagination-methods.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gr2m/octokit-pagination-methods#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gr2m/octokit-pagination-methods/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/octokit-pagination-methods"
        }
      ]
    },
    {
      "type": "library",
      "name": "once",
      "version": "1.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/once"
        }
      ]
    },
    {
      "type": "library",
      "name": "universal-user-agent",
      "version": "2.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|universal-user-agent@2.0.3",
      "author": "Gregor Martynus",
      "description": "Get a user agent string in both browser and node",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/universal-user-agent@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/gr2m/universal-user-agent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gr2m/universal-user-agent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gr2m/universal-user-agent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/universal-user-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "url-template",
      "version": "2.0.8",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|url-template@2.0.8",
      "author": "Bram Stein",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/url-template@2.0.8",
      "externalReferences": [
        {
          "url": "git://github.com/bramstein/url-template.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bramstein/url-template#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bramstein/url-template/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/url-template"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-stringify-safe",
      "version": "5.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|json-stringify-safe@5.0.1",
      "author": "Isaac Z. Schlueter",
      "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json-stringify-safe@5.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/json-stringify-safe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/json-stringify-safe",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/json-stringify-safe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-stringify-safe"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimist",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
      "author": "James Halliday",
      "description": "parse argument options",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minimist@1.2.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minimist"
        }
      ]
    },
    {
      "type": "library",
      "name": "jws",
      "version": "3.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jws@3.2.1",
      "author": "Brian J Brennan",
      "description": "Implementation of JSON Web Signatures",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jws@3.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/brianloveswords/node-jws.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/brianloveswords/node-jws#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/brianloveswords/node-jws/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jws/-/jws-3.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jws"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isboolean",
      "version": "3.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isboolean@3.0.3",
      "author": "John-David Dalton",
      "description": "The lodash method `_.isBoolean` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isboolean@3.0.3",
      "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.isboolean/-/lodash.isboolean-3.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isboolean"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isinteger",
      "version": "4.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isinteger@4.0.4",
      "author": "John-David Dalton",
      "description": "The lodash method `_.isInteger` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isinteger@4.0.4",
      "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.isinteger/-/lodash.isinteger-4.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isinteger"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isnumber",
      "version": "3.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isnumber@3.0.3",
      "author": "John-David Dalton",
      "description": "The lodash method `_.isNumber` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isnumber@3.0.3",
      "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.isnumber/-/lodash.isnumber-3.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isnumber"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isplainobject",
      "version": "4.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isplainobject@4.0.6",
      "author": "John-David Dalton",
      "description": "The lodash method `_.isPlainObject` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isplainobject@4.0.6",
      "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.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isplainobject"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isstring",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isstring@4.0.1",
      "author": "John-David Dalton",
      "description": "The lodash method `_.isString` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isstring@4.0.1",
      "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.isstring/-/lodash.isstring-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isstring"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.once",
      "version": "4.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.once@4.1.1",
      "author": "John-David Dalton",
      "description": "The lodash method `_.once` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.once@4.1.1",
      "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.once/-/lodash.once-4.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.once"
        }
      ]
    },
    {
      "type": "library",
      "name": "arr-diff",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|arr-diff@4.0.0",
      "author": "Jon Schlinkert",
      "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/arr-diff@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/arr-diff.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/arr-diff",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/arr-diff/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/arr-diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-unique",
      "version": "0.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-unique@0.3.2",
      "author": "Jon Schlinkert",
      "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-unique@0.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/array-unique.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/array-unique",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/array-unique/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-unique"
        }
      ]
    },
    {
      "type": "library",
      "name": "define-property",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|define-property@2.0.2",
      "author": "Jon Schlinkert",
      "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/define-property@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/define-property.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/define-property",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/define-property/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/define-property"
        }
      ]
    },
    {
      "type": "library",
      "name": "extend-shallow",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|extend-shallow@3.0.2",
      "author": "Jon Schlinkert",
      "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/extend-shallow@3.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/extend-shallow",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/extend-shallow/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extend-shallow"
        }
      ]
    },
    {
      "type": "library",
      "name": "extglob",
      "version": "2.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4",
      "author": "Jon Schlinkert",
      "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/extglob@2.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/extglob.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/extglob",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/extglob/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extglob"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "define-property",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4|define-property@1.0.0",
          "author": "Jon Schlinkert",
          "description": "Define a non-enumerable property on an object.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/define-property@1.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/define-property.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/extglob/node_modules/define-property"
            }
          ]
        },
        {
          "type": "library",
          "name": "extend-shallow",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4|extend-shallow@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extend-shallow@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/extglob/node_modules/extend-shallow"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4|is-extendable@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extendable@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extendable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/extglob/node_modules/is-extendable"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "fragment-cache",
      "version": "0.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fragment-cache@0.2.1",
      "author": "Jon Schlinkert",
      "description": "A cache for managing namespaced sub-caches",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fragment-cache@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/fragment-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/fragment-cache",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/fragment-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fragment-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "kind-of",
      "version": "6.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|kind-of@6.0.2",
      "author": "Jon Schlinkert",
      "description": "Get the native type of a value.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/kind-of@6.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/kind-of.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/kind-of",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/kind-of/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/kind-of"
        }
      ]
    },
    {
      "type": "library",
      "name": "nanomatch",
      "version": "1.2.13",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|nanomatch@1.2.13",
      "author": "Jon Schlinkert",
      "description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nanomatch@1.2.13",
      "externalReferences": [
        {
          "url": "git+https://github.com/micromatch/nanomatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/micromatch/nanomatch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/micromatch/nanomatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nanomatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "object.pick",
      "version": "1.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object.pick@1.3.0",
      "author": "Jon Schlinkert",
      "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object.pick@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/object.pick.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/object.pick",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/object.pick/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object.pick"
        }
      ]
    },
    {
      "type": "library",
      "name": "regex-not",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|regex-not@1.0.2",
      "author": "Jon Schlinkert",
      "description": "Create a javascript regular expression for matching everything except for the given string.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regex-not@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/regex-not.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/regex-not",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/regex-not/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regex-not"
        }
      ]
    },
    {
      "type": "library",
      "name": "snapdragon",
      "version": "0.8.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2",
      "author": "Jon Schlinkert",
      "description": "Fast, pluggable and easy-to-use parser-renderer factory.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/snapdragon@0.8.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/snapdragon.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/snapdragon",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/snapdragon/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/snapdragon"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "define-property",
          "version": "0.2.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|define-property@0.2.5",
          "author": "Jon Schlinkert",
          "description": "Define a non-enumerable property on an object.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/define-property@0.2.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/define-property.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/define-property"
            }
          ]
        },
        {
          "type": "library",
          "name": "extend-shallow",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|extend-shallow@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extend-shallow@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/extend-shallow"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/ms"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-descriptor",
          "version": "0.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-descriptor@0.1.6",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-descriptor@0.1.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/is-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-extendable@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extendable@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extendable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/is-extendable"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-accessor-descriptor",
          "version": "0.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-accessor-descriptor@0.1.6",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-accessor-descriptor@0.1.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-accessor-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/is-accessor-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "3.2.2",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
              "author": "Jon Schlinkert",
              "description": "Get the native type of a value.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/kind-of@3.2.2",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/kind-of.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-data-descriptor",
          "version": "0.1.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-data-descriptor@0.1.4",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-data-descriptor@0.1.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-data-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-data-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/is-data-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "3.2.2",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-data-descriptor@0.1.4|kind-of@3.2.2",
              "author": "Jon Schlinkert",
              "description": "Get the native type of a value.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/kind-of@3.2.2",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/kind-of.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|kind-of@5.1.0",
          "author": "Jon Schlinkert",
          "description": "Get the native type of a value.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/kind-of@5.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/kind-of.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-buffer@1.1.6",
          "author": "Feross Aboukhadijeh",
          "description": "Determine if an object is a Buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-buffer@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/feross/is-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/is-buffer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/is-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon/node_modules/is-buffer"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "to-regex",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|to-regex@3.0.2",
      "author": "Jon Schlinkert",
      "description": "Generate a regex from a string or array of strings.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/to-regex@3.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/to-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/to-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/to-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-try",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-try@2.0.0",
      "author": "Sindre Sorhus",
      "description": "`Start a promise chain",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-try@2.0.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.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-try"
        }
      ]
    },
    {
      "type": "library",
      "name": "expand-tilde",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-tilde@2.0.2",
      "author": "Jon Schlinkert",
      "description": "Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/expand-tilde@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/expand-tilde.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/expand-tilde",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/expand-tilde/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/expand-tilde"
        }
      ]
    },
    {
      "type": "library",
      "name": "git-config-path",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-config-path@1.0.1",
      "author": "Jon Schlinkert",
      "description": "Resolve the path to the user's local or global .gitconfig.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/git-config-path@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/git-config-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/git-config-path",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/git-config-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/git-config-path/-/git-config-path-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/git-config-path"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "extend-shallow",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-config-path@1.0.1|extend-shallow@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extend-shallow@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-config-path/node_modules/extend-shallow"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-config-path@1.0.1|is-extendable@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extendable@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extendable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-config-path/node_modules/is-extendable"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ini",
      "version": "1.3.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ini@1.3.5",
      "author": "Isaac Z. Schlueter",
      "description": "An ini encoder/decoder for node",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ini@1.3.5",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/ini.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/ini#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/ini/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ini"
        }
      ]
    },
    {
      "type": "library",
      "name": "pkg-dir",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pkg-dir@3.0.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@3.0.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-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pkg-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve-cwd",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|resolve-cwd@2.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@2.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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve-cwd"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "resolve-from",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|resolve-cwd@2.0.0|resolve-from@3.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@3.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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/resolve-cwd/node_modules/resolve-from"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "core",
      "group": "@jest",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/core@24.7.1",
      "description": "Delightful JavaScript Testing.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/core@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/core"
        }
      ]
    },
    {
      "type": "library",
      "name": "test-result",
      "group": "@jest",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/test-result@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/test-result"
        }
      ]
    },
    {
      "type": "library",
      "name": "types",
      "group": "@jest",
      "version": "24.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/types@24.7.0",
      "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-24.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/types"
        }
      ]
    },
    {
      "type": "library",
      "name": "exit",
      "version": "0.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/exit"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-ci",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-ci@2.0.0",
      "author": "Thomas Watson Steen",
      "description": "Detect if the current environment is a CI server",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-ci@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/watson/is-ci.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/watson/is-ci",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/watson/is-ci/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-ci/-/is-ci-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-ci"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-config",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-config@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-config@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-config"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-util",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-util@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-util"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-validate",
      "version": "24.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-validate@24.7.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-validate@24.7.0",
      "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-24.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-validate"
        }
      ]
    },
    {
      "type": "library",
      "name": "prompts",
      "version": "2.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|prompts@2.0.3",
      "author": "Terkel Gjervig",
      "description": "Lightweight, beautiful and user-friendly prompts",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prompts@2.0.3",
      "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.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prompts"
        }
      ]
    },
    {
      "type": "library",
      "name": "realpath-native",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|realpath-native@1.1.0",
      "author": "Simen Bekkhus",
      "description": "Use the system's native `realpath`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/realpath-native@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/SimenB/realpath-native.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SimenB/realpath-native#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SimenB/realpath-native/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/realpath-native/-/realpath-native-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/realpath-native"
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs",
      "version": "12.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|yargs@12.0.5",
      "description": "yargs the modern, pirate-themed, successor to optimist.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yargs@12.0.5",
      "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-12.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yargs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "yargs-parser",
          "version": "11.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|yargs@12.0.5|yargs-parser@11.1.1",
          "author": "Ben Coe",
          "description": "the mighty option parser used by yargs",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs-parser@11.1.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@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-11.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/yargs/node_modules/yargs-parser"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "is-running",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-running@2.1.0",
      "author": "Noah Isaacson",
      "description": "Test if a process with a given pid is running",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-running@2.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/nisaacson/is-running.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nisaacson/is-running#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nisaacson/is-running/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-running/-/is-running-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-running"
        }
      ]
    },
    {
      "type": "library",
      "name": "ps-tree",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ps-tree@1.1.1",
      "author": "Charlie Robbins",
      "description": "Get all children of a pid",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ps-tree@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/indexzero/ps-tree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/indexzero/ps-tree#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indexzero/ps-tree/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ps-tree"
        }
      ]
    },
    {
      "type": "library",
      "name": "temp-fs",
      "version": "0.9.9",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|temp-fs@0.9.9",
      "author": "Jak Wings",
      "description": "Temporary files, directories or names!",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/temp-fs@0.9.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/jakwings/node-temp-fs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jakwings/node-temp-fs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jakwings/node-temp-fs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/temp-fs/-/temp-fs-0.9.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/temp-fs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "rimraf",
          "version": "2.5.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|temp-fs@0.9.9|rimraf@2.5.4",
          "author": "Isaac Z. Schlueter",
          "description": "A deep deletion module for node (like `rm -rf`)",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/rimraf@2.5.4",
          "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-2.5.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/temp-fs/node_modules/rimraf"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "bluebird",
      "version": "3.5.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|bluebird@3.5.3",
      "author": "Petka Antonov",
      "description": "Full featured Promises/A+ implementation with exceptionally good performance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bluebird@3.5.3",
      "externalReferences": [
        {
          "url": "git://github.com/petkaantonov/bluebird.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/petkaantonov/bluebird",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/petkaantonov/bluebird/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bluebird"
        }
      ]
    },
    {
      "type": "library",
      "name": "colors",
      "version": "1.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|colors@1.3.2",
      "author": "Marak Squires",
      "description": "get colors in your node.js console",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/colors@1.3.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/Marak/colors.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Marak/colors.js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Marak/colors.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/colors/-/colors-1.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/colors"
        }
      ]
    },
    {
      "type": "library",
      "name": "connect",
      "version": "3.6.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6",
      "author": "TJ Holowaychuk",
      "description": "High performance middleware framework",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/connect@3.6.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/senchalabs/connect.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/senchalabs/connect#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/senchalabs/connect/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/connect"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/connect/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "finalhandler",
          "version": "1.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|finalhandler@1.1.0",
          "author": "Douglas Christopher Wilson",
          "description": "Node.js final http responder",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/finalhandler@1.1.0",
          "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.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/connect/node_modules/finalhandler"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/connect/node_modules/ms"
            }
          ]
        },
        {
          "type": "library",
          "name": "statuses",
          "version": "1.3.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|statuses@1.3.1",
          "description": "HTTP status utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/statuses@1.3.1",
          "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.3.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/connect/node_modules/statuses"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "di",
      "version": "0.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|di@0.0.1",
      "author": "Vojta Jina",
      "description": "Dependency Injection for Node.js. Heavily inspired by AngularJS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/di@0.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/vojtajina/node-di.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vojtajina/node-di#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vojtajina/node-di/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/di/-/di-0.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/di"
        }
      ]
    },
    {
      "type": "library",
      "name": "dom-serialize",
      "version": "2.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|dom-serialize@2.2.1",
      "author": "Nathan Rajlich",
      "description": "Serializes any DOM node into a String",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dom-serialize@2.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/webmodules/dom-serialize.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webmodules/dom-serialize",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webmodules/dom-serialize/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dom-serialize"
        }
      ]
    },
    {
      "type": "library",
      "name": "flatted",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|flatted@2.0.0",
      "author": "Andrea Giammarchi",
      "description": "A super light and fast circular JSON parser.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/flatted@2.0.0",
      "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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/flatted"
        }
      ]
    },
    {
      "type": "library",
      "name": "graceful-fs",
      "version": "4.1.15",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
      "description": "A drop-in replacement for fs, making various improvements.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/graceful-fs@4.1.15",
      "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.1.15.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/graceful-fs"
        }
      ]
    },
    {
      "type": "library",
      "name": "http-proxy",
      "version": "1.17.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|http-proxy@1.17.0",
      "author": "Charlie Robbins",
      "description": "HTTP proxying for the masses",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/http-proxy@1.17.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/nodejitsu/node-http-proxy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodejitsu/node-http-proxy#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodejitsu/node-http-proxy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.17.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/http-proxy"
        }
      ]
    },
    {
      "type": "library",
      "name": "isbinaryfile",
      "version": "3.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|isbinaryfile@3.0.3",
      "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isbinaryfile@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/gjtorikian/isBinaryFile.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gjtorikian/isBinaryFile#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gjtorikian/isBinaryFile/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isbinaryfile"
        }
      ]
    },
    {
      "type": "library",
      "name": "log4js",
      "version": "4.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|log4js@4.0.2",
      "author": "Gareth Jones",
      "description": "Port of Log4js to work with node.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/log4js@4.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/log4js-node/log4js-node.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://log4js-node.github.io/log4js-node/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/log4js-node/log4js-node/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/log4js/-/log4js-4.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/log4js"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.2.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|log4js@4.0.2|debug@3.2.6",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.2.6",
          "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-3.2.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/log4js/node_modules/debug"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "optimist",
      "version": "0.6.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1",
      "author": "James Halliday",
      "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
      "licenses": [
        {
          "license": {
            "name": "MIT/X11",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/optimist@0.6.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/substack/node-optimist.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-optimist#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-optimist/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/optimist"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "minimist",
          "version": "0.0.10",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1|minimist@0.0.10",
          "author": "James Halliday",
          "description": "parse argument options",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/minimist@0.0.10",
          "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-0.0.10.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/optimist/node_modules/minimist"
            }
          ]
        },
        {
          "type": "library",
          "name": "wordwrap",
          "version": "0.0.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1|wordwrap@0.0.3",
          "author": "James Halliday",
          "description": "Wrap those words. Show them at what columns to start and stop.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/wordwrap@0.0.3",
          "externalReferences": [
            {
              "url": "git://github.com/substack/node-wordwrap.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/substack/node-wordwrap#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/substack/node-wordwrap/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/optimist/node_modules/wordwrap"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "qjobs",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|qjobs@1.2.0",
      "author": "Franck TABARY",
      "description": "qjobs is a simple and stupid queue job manager for nodejs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/qjobs@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/franck34/qjobs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/franck34/qjobs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/franck34/qjobs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/qjobs"
        }
      ]
    },
    {
      "type": "library",
      "name": "socket.io",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socket.io@2.1.1",
      "description": "node.js realtime framework server",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/socket.io@2.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/socketio/socket.io.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/socketio/socket.io#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/socketio/socket.io/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/socket.io"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socket.io@2.1.1|debug@3.1.0",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.1.0",
          "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-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/socket.io/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socket.io@2.1.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/socket.io/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map",
      "version": "0.6.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "tmp",
      "version": "0.0.33",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tmp@0.0.33",
      "author": "KARASZI István",
      "description": "Temporary file and directory creator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tmp@0.0.33",
      "externalReferences": [
        {
          "url": "git+https://github.com/raszi/node-tmp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/raszi/node-tmp",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/raszi/node-tmp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tmp"
        }
      ]
    },
    {
      "type": "library",
      "name": "useragent",
      "version": "2.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|useragent@2.3.0",
      "author": "Arnout Kazemier",
      "description": "Fastest, most accurate & effecient user agent string parser, uses Browserscope's research for parsing",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/useragent@2.3.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/3rd-Eden/useragent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/3rd-Eden/useragent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/3rd-Eden/useragent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/useragent/-/useragent-2.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/useragent"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lru-cache",
          "version": "4.1.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|useragent@2.3.0|lru-cache@4.1.5",
          "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@4.1.5",
          "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-4.1.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/useragent/node_modules/lru-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "yallist",
          "version": "2.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|useragent@2.3.0|yallist@2.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "Yet Another Linked List",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yallist@2.1.2",
          "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-2.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/useragent/node_modules/yallist"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "command",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
      "author": "Daniel Stockman",
      "description": "Lerna's internal base class for commands",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/command@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/command",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/command#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/command/-/command-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/command"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "is-ci",
          "version": "1.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3|is-ci@1.2.1",
          "author": "Thomas Watson Steen",
          "description": "Detect if the current environment is a CI server",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-ci@1.2.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/watson/is-ci.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/watson/is-ci",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/watson/is-ci/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/command/node_modules/is-ci"
            }
          ]
        },
        {
          "type": "library",
          "name": "ci-info",
          "version": "1.6.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3|ci-info@1.6.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@1.6.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-1.6.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/command/node_modules/ci-info"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "filter-options",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-options@3.13.3",
      "author": "Daniel Stockman",
      "description": "Options for lerna sub-commands that need filtering",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/filter-options@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/filter-options",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/filter-options#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/filter-options/-/filter-options-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/filter-options"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-conf",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-conf@3.13.0",
      "author": "Daniel Stockman",
      "description": "Vendored npm-conf with updates",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/npm-conf@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/npm-conf",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/npm-conf#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/npm-conf/-/npm-conf-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/npm-conf"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-conf@3.13.0|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/npm-conf/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "validation-error",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/validation-error@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/validation-error",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/validation-error#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/validation-error/-/validation-error-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/validation-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "dedent",
      "version": "0.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dedent"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-package-arg",
      "version": "6.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
      "author": "Isaac Z. Schlueter",
      "description": "Parse the things that can be arguments to `npm install`",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-package-arg@6.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/npm-package-arg.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/npm-package-arg",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/npm-package-arg/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-6.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-package-arg"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-map",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0",
      "author": "Sindre Sorhus",
      "description": "Map over promises concurrently",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-map@1.2.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-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "pacote",
      "version": "9.5.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pacote@9.5.0",
      "author": "Kat Marchán",
      "description": "JavaScript package downloader",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pacote@9.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/zkat/pacote.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zkat/pacote#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zkat/pacote/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pacote/-/pacote-9.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pacote"
        }
      ]
    },
    {
      "type": "library",
      "name": "batch-packages",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/batch-packages@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/batch-packages@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/batch-packages",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/batch-packages#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/batch-packages/-/batch-packages-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/batch-packages"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-npm-version",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/has-npm-version@3.13.3",
      "author": "Daniel Stockman",
      "description": "Test if the current version of npm satisfies a given semver range",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/has-npm-version@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/has-npm-version",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/has-npm-version#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/has-npm-version/-/has-npm-version-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/has-npm-version"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-install",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-install@3.13.3",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/npm-install@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/npm-install",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/npm-install#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/npm-install/-/npm-install-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/npm-install"
        }
      ]
    },
    {
      "type": "library",
      "name": "package-graph",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/package-graph@3.13.0",
      "author": "Daniel Stockman",
      "description": "Lerna's internal representation of a package graph",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/package-graph@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/package-graph",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/package-graph#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/package-graph/-/package-graph-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/package-graph"
        }
      ]
    },
    {
      "type": "library",
      "name": "pulse-till-done",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/pulse-till-done@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/pulse-till-done@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/pulse-till-done",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/pulse-till-done#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/pulse-till-done/-/pulse-till-done-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/pulse-till-done"
        }
      ]
    },
    {
      "type": "library",
      "name": "rimraf-dir",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/rimraf-dir@3.13.3",
      "author": "Daniel Stockman",
      "description": "Run rimraf on a directory in a subprocess to hack around slowness",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/rimraf-dir@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/rimraf-dir",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/rimraf-dir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/rimraf-dir/-/rimraf-dir-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/rimraf-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "run-lifecycle",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/run-lifecycle@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/run-lifecycle@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/run-lifecycle",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/run-lifecycle#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/run-lifecycle/-/run-lifecycle-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/run-lifecycle"
        }
      ]
    },
    {
      "type": "library",
      "name": "run-parallel-batches",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/run-parallel-batches@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/run-parallel-batches@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/run-parallel-batches",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/run-parallel-batches#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/run-parallel-batches/-/run-parallel-batches-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/run-parallel-batches"
        }
      ]
    },
    {
      "type": "library",
      "name": "symlink-binary",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/symlink-binary@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/symlink-binary@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/symlink-binary",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/symlink-binary#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/symlink-binary/-/symlink-binary-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/symlink-binary"
        }
      ]
    },
    {
      "type": "library",
      "name": "symlink-dependencies",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/symlink-dependencies@3.13.0",
      "author": "Daniel Stockman",
      "description": "Lerna's internal symlinking tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/symlink-dependencies@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/symlink-dependencies",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/symlink-dependencies#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/symlink-dependencies/-/symlink-dependencies-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/symlink-dependencies"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-port",
      "version": "3.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-port@3.2.0",
      "author": "Sindre Sorhus",
      "description": "Get an available port",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-port@3.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/get-port.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/get-port#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/get-port/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-port"
        }
      ]
    },
    {
      "type": "library",
      "name": "multimatch",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|multimatch@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Extends minimatch.match() with support for multiple patterns",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/multimatch@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/multimatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/multimatch#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/multimatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/multimatch/-/multimatch-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/multimatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-finally",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0",
      "author": "Sindre Sorhus",
      "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-finally@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-finally.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-finally#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-finally/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-finally"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-map-series",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-map-series@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Map over promises serially",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-map-series@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-map-series.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-map-series#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-map-series/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-map-series/-/p-map-series-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-map-series"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-waterfall",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-waterfall@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Run promise-returning & async functions in series, each passing its result to the next",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-waterfall@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-waterfall.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-waterfall#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-waterfall/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-waterfall/-/p-waterfall-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-waterfall"
        }
      ]
    },
    {
      "type": "library",
      "name": "read-package-tree",
      "version": "5.2.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-package-tree@5.2.2",
      "author": "Isaac Z. Schlueter",
      "description": "Read the contents of node_modules.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read-package-tree@5.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/read-package-tree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/read-package-tree",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/read-package-tree/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/read-package-tree/-/read-package-tree-5.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read-package-tree"
        }
      ]
    },
    {
      "type": "library",
      "name": "collect-updates",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/collect-updates@3.13.3",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/collect-updates@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/collect-updates",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/collect-updates#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/collect-updates/-/collect-updates-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/collect-updates"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "slash",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/collect-updates@3.13.3|slash@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Convert Windows backslash paths to slash paths",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/slash@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/collect-updates/node_modules/slash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "listable",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/listable@3.13.0",
      "author": "Daniel Stockman",
      "description": "Shared logic for listing package information",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/listable@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/listable",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/listable#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/listable/-/listable-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/listable"
        }
      ]
    },
    {
      "type": "library",
      "name": "output",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/output@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/output@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/output",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/output#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/output/-/output-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/output"
        }
      ]
    },
    {
      "type": "library",
      "name": "prompt",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/prompt@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/prompt@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/prompt",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/prompt#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/prompt/-/prompt-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/prompt"
        }
      ]
    },
    {
      "type": "library",
      "name": "global-options",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/global-options@3.13.0",
      "author": "Daniel Stockman",
      "description": "Global options applicable to _every_ lerna sub-command",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/global-options@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/global-options",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/global-options#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/global-options/-/global-options-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/global-options"
        }
      ]
    },
    {
      "type": "library",
      "name": "child-process",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
      "author": "Daniel Stockman",
      "description": "Lerna's internal child_process wrapper",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/child-process@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/child-process",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/child-process#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/child-process/-/child-process-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/child-process"
        }
      ]
    },
    {
      "type": "library",
      "name": "camelcase",
      "version": "5.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|camelcase@5.0.0",
      "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.0.0",
      "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.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/camelcase"
        }
      ]
    },
    {
      "type": "library",
      "name": "globby",
      "version": "8.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|globby@8.0.2",
      "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@8.0.2",
      "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-8.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/globby"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|globby@8.0.2|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/globby/node_modules/pify"
            }
          ]
        },
        {
          "type": "library",
          "name": "slash",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|globby@8.0.2|slash@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Convert Windows backslash paths to slash paths",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/slash@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/globby/node_modules/slash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "init-package-json",
      "version": "1.10.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|init-package-json@1.10.3",
      "author": "Isaac Z. Schlueter",
      "description": "A node module to get your node module started",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/init-package-json@1.10.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/init-package-json.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/init-package-json#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/init-package-json/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/init-package-json/-/init-package-json-1.10.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/init-package-json"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-reduce",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-reduce@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Reduce a list of values using promises into a promise for a value",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-reduce@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-reduce.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-reduce#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-reduce/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-reduce/-/p-reduce-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-reduce"
        }
      ]
    },
    {
      "type": "library",
      "name": "validate-npm-package-license",
      "version": "3.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|validate-npm-package-license@3.0.4",
      "author": "Kyle E. Mitchell",
      "description": "Give me a string and I'll tell you if it's a valid npm package license string",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/validate-npm-package-license@3.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/kemitchell/validate-npm-package-license.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kemitchell/validate-npm-package-license.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kemitchell/validate-npm-package-license.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/validate-npm-package-license"
        }
      ]
    },
    {
      "type": "library",
      "name": "validate-npm-package-name",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|validate-npm-package-name@3.0.0",
      "author": "zeke",
      "description": "Give me a string and I'll tell you if it's a valid npm package name",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/validate-npm-package-name@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/validate-npm-package-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/validate-npm-package-name",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/validate-npm-package-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/validate-npm-package-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-url",
      "version": "7.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|whatwg-url@7.0.0",
      "author": "Sebastian Mayr",
      "description": "An implementation of the WHATWG URL Standard's URL API and parsing machinery",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/whatwg-url@7.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/whatwg-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/whatwg-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/whatwg-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "write-json-file",
      "version": "2.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0",
      "author": "Sindre Sorhus",
      "description": "Stringify and write JSON to a file atomically",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/write-json-file@2.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/write-json-file.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/write-json-file#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/write-json-file/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/write-json-file/-/write-json-file-2.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/write-json-file"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "detect-indent",
          "version": "5.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0|detect-indent@5.0.0",
          "author": "Sindre Sorhus",
          "description": "Detect the indentation of code",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/detect-indent@5.0.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-5.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/write-json-file/node_modules/detect-indent"
            }
          ]
        },
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/write-json-file/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "check-working-tree",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/check-working-tree@3.13.3",
      "author": "Daniel Stockman",
      "description": "Check git working tree status and error appropriately",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/check-working-tree@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/check-working-tree",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/check-working-tree#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/check-working-tree/-/check-working-tree-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/check-working-tree"
        }
      ]
    },
    {
      "type": "library",
      "name": "describe-ref",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/describe-ref@3.13.3",
      "author": "Daniel Stockman",
      "description": "Parse git describe output for lerna-related tags",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/describe-ref@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/describe-ref",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/describe-ref#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/describe-ref/-/describe-ref-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/describe-ref"
        }
      ]
    },
    {
      "type": "library",
      "name": "log-packed",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/log-packed@3.13.0",
      "author": "Daniel Stockman",
      "description": "Log the result of npm pack --json",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/log-packed@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/log-packed",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/log-packed#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/log-packed/-/log-packed-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/log-packed"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-dist-tag",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-dist-tag@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/npm-dist-tag@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/npm-dist-tag",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/npm-dist-tag#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/npm-dist-tag/-/npm-dist-tag-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/npm-dist-tag"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-publish",
      "group": "@lerna",
      "version": "3.13.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-publish@3.13.2",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/npm-publish@3.13.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/npm-publish",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/npm-publish#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/npm-publish/-/npm-publish-3.13.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/npm-publish"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-publish@3.13.2|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/npm-publish/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "pack-directory",
      "group": "@lerna",
      "version": "3.13.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/pack-directory@3.13.1",
      "author": "Daniel Stockman",
      "description": "Pack a directory into an npm package tarball",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/pack-directory@3.13.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/pack-directory",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/pack-directory#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/pack-directory/-/pack-directory-3.13.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/pack-directory"
        }
      ]
    },
    {
      "type": "library",
      "name": "figgy-pudding",
      "version": "3.5.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
      "author": "Kat Marchán",
      "description": "Delicious, festive, cascading config/opts definitions",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/figgy-pudding@3.5.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/zkat/figgy-pudding.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zkat/figgy-pudding#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zkat/figgy-pudding/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/figgy-pudding"
        }
      ]
    },
    {
      "type": "library",
      "name": "libnpmaccess",
      "version": "3.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|libnpmaccess@3.0.1",
      "author": "Kat Marchán",
      "description": "programmatic library for `npm access` commands",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/libnpmaccess@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/libnpmaccess.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://npmjs.com/package/libnpmaccess",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/libnpmaccess/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/libnpmaccess"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-registry-fetch",
      "version": "3.9.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0",
      "author": "Kat Marchán",
      "description": "Fetch-based http client for use with npm registry APIs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-registry-fetch@3.9.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/registry-fetch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/registry-fetch#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/registry-fetch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.9.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-registry-fetch"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lru-cache",
          "version": "4.1.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0|lru-cache@4.1.5",
          "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@4.1.5",
          "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-4.1.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/npm-registry-fetch/node_modules/lru-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "yallist",
          "version": "2.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0|yallist@2.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "Yet Another Linked List",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yallist@2.1.2",
          "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-2.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/npm-registry-fetch/node_modules/yallist"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "p-pipe",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-pipe@1.2.0",
      "author": "Sindre Sorhus",
      "description": "Compose promise-returning & async functions into a reusable pipeline",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-pipe@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-pipe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-pipe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-pipe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-pipe/-/p-pipe-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-pipe"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-run-script",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-run-script@3.13.3",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/npm-run-script@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/npm-run-script",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/npm-run-script#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/npm-run-script/-/npm-run-script-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/npm-run-script"
        }
      ]
    },
    {
      "type": "library",
      "name": "timer",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/timer@3.13.0",
      "author": "Kevin Verdieck",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/timer@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/timer",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/timer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/timer/-/timer-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/timer"
        }
      ]
    },
    {
      "type": "library",
      "name": "conventional-commits",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/conventional-commits@3.13.0",
      "author": "Daniel Stockman",
      "description": "Lerna's internal interface to conventional-changelog and friends",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/conventional-commits@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/conventional-commits",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/conventional-commits#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/conventional-commits/-/conventional-commits-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/conventional-commits"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/conventional-commits@3.13.0|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/conventional-commits/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "github-client",
      "group": "@lerna",
      "version": "3.13.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/github-client@3.13.3",
      "author": "Miles Johnson",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/github-client@3.13.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/github-client",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/github-client#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/github-client/-/github-client-3.13.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/github-client"
        }
      ]
    },
    {
      "type": "library",
      "name": "temp-write",
      "version": "3.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|temp-write@3.4.0",
      "author": "Sindre Sorhus",
      "description": "Write string/buffer/stream to a random temp file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/temp-write@3.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/temp-write.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/temp-write#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/temp-write/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/temp-write/-/temp-write-3.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/temp-write"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|temp-write@3.4.0|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/temp-write/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "are-we-there-yet",
      "version": "1.1.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5",
      "author": "Rebecca Turner",
      "description": "Keep track of the overall completion of many disparate processes",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/are-we-there-yet@1.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/iarna/are-we-there-yet.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/are-we-there-yet",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/are-we-there-yet/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/are-we-there-yet"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/are-we-there-yet/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/are-we-there-yet/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/are-we-there-yet/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "console-control-strings",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|console-control-strings@1.1.0",
      "author": "Rebecca Turner",
      "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning.  This is a subset of both ansi and vt100.  All control codes included work on both Windows & Unix-like OSes, except where noted.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/console-control-strings@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/iarna/console-control-strings.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/console-control-strings#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/console-control-strings/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/console-control-strings"
        }
      ]
    },
    {
      "type": "library",
      "name": "gauge",
      "version": "2.7.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4",
      "author": "Rebecca Turner",
      "description": "A terminal based horizontal guage",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gauge@2.7.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/iarna/gauge.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/gauge",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/gauge/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gauge"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "aproba",
          "version": "1.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|aproba@1.2.0",
          "author": "Rebecca Turner",
          "description": "A ridiculously light-weight argument validator (now browser friendly)",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/aproba@1.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/iarna/aproba.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/iarna/aproba",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/iarna/aproba/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gauge/node_modules/aproba"
            }
          ]
        },
        {
          "type": "library",
          "name": "string-width",
          "version": "1.0.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|string-width@1.0.2",
          "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@1.0.2",
          "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-1.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gauge/node_modules/string-width"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.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-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gauge/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-fullwidth-code-point",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|is-fullwidth-code-point@1.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@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gauge/node_modules/is-fullwidth-code-point"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gauge/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "set-blocking",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|set-blocking@2.0.0",
      "author": "Ben Coe",
      "description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/set-blocking@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/yargs/set-blocking.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yargs/set-blocking#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yargs/set-blocking/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/set-blocking"
        }
      ]
    },
    {
      "type": "library",
      "name": "locate-path",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|locate-path@3.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@3.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-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/locate-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs.realpath",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fs.realpath"
        }
      ]
    },
    {
      "type": "library",
      "name": "inflight",
      "version": "1.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inflight"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-is-absolute",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-is-absolute"
        }
      ]
    },
    {
      "type": "library",
      "name": "brace-expansion",
      "version": "1.1.11",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/brace-expansion"
        }
      ]
    },
    {
      "type": "library",
      "name": "object.getownpropertydescriptors",
      "version": "2.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object.getownpropertydescriptors@2.0.3",
      "author": "Jordan Harband",
      "description": "ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object.getownpropertydescriptors@2.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/object.getownpropertydescriptors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/object.getownpropertydescriptors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/object.getownpropertydescriptors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object.getownpropertydescriptors"
        }
      ]
    },
    {
      "type": "library",
      "name": "define-properties",
      "version": "1.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/define-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "function-bind",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/function-bind"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-symbols",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|has-symbols@1.0.0",
      "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.0",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/has-symbols.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/has-symbols#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-symbols"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-keys",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-keys@1.1.0",
      "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.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-flag",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-flag"
        }
      ]
    },
    {
      "type": "library",
      "name": "isexe",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isexe"
        }
      ]
    },
    {
      "type": "library",
      "name": "string-width",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.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@2.1.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-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string-width"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1|strip-ansi@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@4.0.0",
          "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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/string-width/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1|ansi-regex@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/string-width/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "decamelize",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|decamelize@1.2.0",
      "author": "Sindre Sorhus",
      "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/decamelize@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/decamelize.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/decamelize#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/decamelize/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/decamelize"
        }
      ]
    },
    {
      "type": "library",
      "name": "flat",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|flat@4.1.0",
      "author": "Hugh Kennedy",
      "description": "Take a nested Javascript object and flatten it, or unflatten an object with delimited keys",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/flat@4.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/hughsk/flat.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hughsk/flat",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hughsk/flat/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/flat"
        }
      ]
    },
    {
      "type": "library",
      "name": "cliui",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0",
      "author": "Ben Coe",
      "description": "easily create complex multi-column command-line-interfaces",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cliui@4.1.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@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-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cliui"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0|strip-ansi@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@4.0.0",
          "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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cliui/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0|ansi-regex@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cliui/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "os-locale",
      "version": "3.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|os-locale@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Get the system locale",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/os-locale@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/os-locale.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/os-locale#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/os-locale/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/os-locale"
        }
      ]
    },
    {
      "type": "library",
      "name": "require-directory",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/require-directory"
        }
      ]
    },
    {
      "type": "library",
      "name": "which-module",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|which-module@2.0.0",
      "author": "nexdrew",
      "description": "Find the module object for something that was require()d",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/which-module@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/nexdrew/which-module.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nexdrew/which-module#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nexdrew/which-module/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/which-module"
        }
      ]
    },
    {
      "type": "library",
      "name": "y18n",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|y18n@4.0.0",
      "author": "Ben Coe",
      "description": "the bare-bones internationalization library used by yargs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/y18n@4.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@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-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/y18n"
        }
      ]
    },
    {
      "type": "library",
      "name": "color-convert",
      "version": "1.9.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/color-convert"
        }
      ]
    },
    {
      "type": "library",
      "name": "nice-try",
      "version": "1.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|nice-try@1.0.5",
      "description": "Tries to execute a function and discards any error that occurs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nice-try@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/electerious/nice-try.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/electerious/nice-try",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/electerious/nice-try/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nice-try"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-key",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|path-key@2.0.1",
      "author": "Sindre Sorhus",
      "description": "Get the PATH environment variable key cross-platform",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-key@2.0.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-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-key"
        }
      ]
    },
    {
      "type": "library",
      "name": "shebang-command",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|shebang-command@1.2.0",
      "author": "Kevin Martensson",
      "description": "Get the command from a shebang",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/shebang-command@1.2.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-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/shebang-command"
        }
      ]
    },
    {
      "type": "library",
      "name": "load-json-file",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|load-json-file@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Read and parse a JSON file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/load-json-file@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/load-json-file.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/load-json-file#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/load-json-file/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/load-json-file"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|load-json-file@4.0.0|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/load-json-file/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "normalize-package-data",
      "version": "2.5.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
      "author": "Meryn Stol",
      "description": "Normalizes data that can be found in package.json files.",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/normalize-package-data@2.5.0",
      "externalReferences": [
        {
          "url": "git://github.com/npm/normalize-package-data.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/normalize-package-data#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/normalize-package-data/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/normalize-package-data"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-type",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|path-type@3.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@3.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-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-type"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|path-type@3.0.0|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/path-type/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "array-filter",
      "version": "0.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-filter@0.0.1",
      "author": "Julian Gruber",
      "description": "Array#filter for older browsers.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-filter@0.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/juliangruber/array-filter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/array-filter",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/array-filter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-filter"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-map",
      "version": "0.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-map@0.0.0",
      "author": "James Halliday",
      "description": "`[].map(f)` for older browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-map@0.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/substack/array-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/array-map",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/array-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-reduce",
      "version": "0.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-reduce@0.0.0",
      "author": "James Halliday",
      "description": "`[].reduce()` for old browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-reduce@0.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/substack/array-reduce.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/array-reduce",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/array-reduce/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-reduce"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsonify",
      "version": "0.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsonify@0.0.0",
      "author": "Douglas Crockford",
      "description": "JSON without touching any globals",
      "licenses": [
        {
          "license": {
            "name": "Public Domain",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsonify@0.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/substack/jsonify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/jsonify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/jsonify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsonify"
        }
      ]
    },
    {
      "type": "library",
      "name": "es-abstract",
      "version": "1.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|es-abstract@1.13.0",
      "author": "Jordan Harband",
      "description": "ECMAScript spec abstract operations.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es-abstract@1.13.0",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/es-abstract.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/es-abstract#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/es-abstract/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es-abstract"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-stream",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Check if something is a Node.js stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-stream@1.1.0",
      "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-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-run-path",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npm-run-path@2.0.2",
      "author": "Sindre Sorhus",
      "description": "Get your PATH prepended with locally installed binaries",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-run-path@2.0.2",
      "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-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-run-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "signal-exit",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2",
      "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.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/signal-exit"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-eof",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|strip-eof@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Strip the End-Of-File (EOF) character from a string/buffer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/strip-eof@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/strip-eof.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-eof#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-eof/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-eof"
        }
      ]
    },
    {
      "type": "library",
      "name": "anymatch",
      "version": "3.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|anymatch@3.0.3",
      "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.0.3",
      "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.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/anymatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "braces",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/braces"
        }
      ]
    },
    {
      "type": "library",
      "name": "glob-parent",
      "version": "5.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|glob-parent@5.0.0",
      "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.0.0",
      "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.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob-parent"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-binary-path",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-binary-path@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Check if a file path is a binary file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-binary-path@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-binary-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-binary-path#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-binary-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-binary-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-glob",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-glob@4.0.1",
      "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.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "normalize-path",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/normalize-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "readdirp",
      "version": "3.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|readdirp@3.1.1",
      "author": "Thorsten Lorenz",
      "description": "Recursive version of fs.readdir with streaming api.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/readdirp@3.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/paulmillr/readdirp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/paulmillr/readdirp",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/paulmillr/readdirp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/readdirp/-/readdirp-3.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/readdirp"
        }
      ]
    },
    {
      "type": "library",
      "name": "abab",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|abab@2.0.0",
      "author": "Jeff Carpenter",
      "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
      "licenses": [
        {
          "license": {
            "name": "SEE LICENSE IN LICENSE.md",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/abab@2.0.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/abab"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn-globals",
      "version": "4.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|acorn-globals@4.3.0",
      "author": "ForbesLindesay",
      "description": "Detect global variables in JavaScript using acorn",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn-globals@4.3.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-4.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn-globals"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn",
      "version": "6.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|acorn@6.1.0",
      "description": "ECMAScript parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn@6.1.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-6.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-equal",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-equal@1.0.0",
      "author": "Jonathan Ong",
      "description": "check if two arrays are equal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-equal@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/array-equal.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/array-equal#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/array-equal/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-equal"
        }
      ]
    },
    {
      "type": "library",
      "name": "cssom",
      "version": "0.3.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cssom@0.3.6",
      "author": "Nikita Vasilyev",
      "description": "CSS Object Model implementation and CSS parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cssom@0.3.6",
      "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.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cssom"
        }
      ]
    },
    {
      "type": "library",
      "name": "cssstyle",
      "version": "1.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cssstyle@1.2.1",
      "description": "CSSStyleDeclaration Object Model implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cssstyle@1.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsakas/CSSStyleDeclaration.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsakas/CSSStyleDeclaration",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsakas/CSSStyleDeclaration/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cssstyle/-/cssstyle-1.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cssstyle"
        }
      ]
    },
    {
      "type": "library",
      "name": "data-urls",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|data-urls@1.1.0",
      "author": "Domenic Denicola",
      "description": "Parses data: URLs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/data-urls@1.1.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-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/data-urls"
        }
      ]
    },
    {
      "type": "library",
      "name": "domexception",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|domexception@1.0.1",
      "author": "Domenic Denicola",
      "description": "An implementation of the DOMException class from browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/domexception@1.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-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/domexception"
        }
      ]
    },
    {
      "type": "library",
      "name": "escodegen",
      "version": "1.11.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|escodegen@1.11.0",
      "description": "ECMAScript code generator",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escodegen@1.11.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-1.11.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escodegen"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "esprima",
          "version": "3.1.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|escodegen@1.11.0|esprima@3.1.3",
          "author": "Ariya Hidayat",
          "description": "ECMAScript parsing infrastructure for multipurpose analysis",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/esprima@3.1.3",
          "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-3.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/escodegen/node_modules/esprima"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "html-encoding-sniffer",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|html-encoding-sniffer@1.0.2",
      "author": "Domenic Denicola",
      "description": "Sniff the encoding from a HTML byte stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/html-encoding-sniffer@1.0.2",
      "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-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/html-encoding-sniffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "nwsapi",
      "version": "2.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|nwsapi@2.1.3",
      "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.1.3",
      "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.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nwsapi"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse5",
      "version": "5.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse5@5.1.0",
      "author": "Ivan Nikulin",
      "description": "HTML parser and serializer.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse5@5.1.0",
      "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-5.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse5"
        }
      ]
    },
    {
      "type": "library",
      "name": "pn",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pn@1.1.0",
      "author": "C. Scott Ananian",
      "description": "Promisify the node standard library.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pn@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/cscott/node-pn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cscott/node-pn#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cscott/node-pn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pn/-/pn-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pn"
        }
      ]
    },
    {
      "type": "library",
      "name": "request-promise-native",
      "version": "1.0.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|request-promise-native@1.0.7",
      "author": "Nicolai Kamenzky",
      "description": "The simplified HTTP request client 'request' with Promise support. Powered by native ES6 promises.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/request-promise-native@1.0.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/request/request-promise-native.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/request/request-promise-native#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/request/request-promise-native/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/request-promise-native/-/request-promise-native-1.0.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/request-promise-native"
        }
      ]
    },
    {
      "type": "library",
      "name": "request",
      "version": "2.88.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|request@2.88.0",
      "author": "Mikeal Rogers",
      "description": "Simplified HTTP request client.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/request@2.88.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/request/request.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/request/request#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/request/request/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/request/-/request-2.88.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/request"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "tough-cookie",
          "version": "2.4.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|request@2.88.0|tough-cookie@2.4.3",
          "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@2.4.3",
          "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-2.4.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/request/node_modules/tough-cookie"
            }
          ]
        },
        {
          "type": "library",
          "name": "punycode",
          "version": "1.4.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|request@2.88.0|punycode@1.4.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@1.4.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-1.4.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/request/node_modules/punycode"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "saxes",
      "version": "3.1.9",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|saxes@3.1.9",
      "author": "Louis-Dominique Dubeau",
      "description": "An evented streaming XML parser in JavaScript",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/saxes@3.1.9",
      "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-3.1.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/saxes"
        }
      ]
    },
    {
      "type": "library",
      "name": "symbol-tree",
      "version": "3.2.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|symbol-tree@3.2.2",
      "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.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/symbol-tree"
        }
      ]
    },
    {
      "type": "library",
      "name": "tough-cookie",
      "version": "2.5.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tough-cookie@2.5.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@2.5.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-2.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tough-cookie"
        }
      ]
    },
    {
      "type": "library",
      "name": "w3c-hr-time",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|w3c-hr-time@1.0.1",
      "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.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/w3c-hr-time"
        }
      ]
    },
    {
      "type": "library",
      "name": "w3c-xmlserializer",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|w3c-xmlserializer@1.1.2",
      "description": "A per-spec XML serializer implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/w3c-xmlserializer@1.1.2",
      "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-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/w3c-xmlserializer"
        }
      ]
    },
    {
      "type": "library",
      "name": "webidl-conversions",
      "version": "4.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|webidl-conversions@4.0.2",
      "author": "Domenic Denicola",
      "description": "Implements the WebIDL algorithms for converting to and from JavaScript values",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webidl-conversions@4.0.2",
      "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-4.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webidl-conversions"
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-encoding",
      "version": "1.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/whatwg-encoding"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "iconv-lite",
          "version": "0.4.24",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|whatwg-encoding@1.0.5|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/whatwg-encoding/node_modules/iconv-lite"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-mimetype",
      "version": "2.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/whatwg-mimetype"
        }
      ]
    },
    {
      "type": "library",
      "name": "ws",
      "version": "6.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ws@6.1.4",
      "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@6.1.4",
      "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-6.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ws"
        }
      ]
    },
    {
      "type": "library",
      "name": "xml-name-validator",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xml-name-validator"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-access",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fs-access@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Node.js 0.12 fs.access() & fs.accessSync() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fs-access@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/fs-access.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/fs-access#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/fs-access/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fs-access"
        }
      ]
    },
    {
      "type": "library",
      "name": "debounce",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|debounce@1.2.0",
      "description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debounce@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/component/debounce.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/debounce#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/debounce/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/debounce/-/debounce-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/debounce"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn-walk",
      "version": "6.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|acorn-walk@6.1.1",
      "description": "ECMAScript (ESTree) AST walker",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn-walk@6.1.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-walk/-/acorn-walk-6.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn-walk"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-core",
      "version": "6.26.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3",
      "author": "Sebastian McKenzie",
      "description": "Babel compiler core.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-core@6.26.3",
      "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-core/-/babel-core-6.26.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-core"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "json5",
          "version": "0.5.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|json5@0.5.1",
          "author": "Aseem Kishore",
          "description": "JSON for the ES5 era.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/json5@0.5.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/aseemk/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/aseemk/json5/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/json5"
            }
          ]
        },
        {
          "type": "library",
          "name": "slash",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|slash@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Convert Windows backslash paths to slash paths",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/slash@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/slash"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-preset-env",
      "version": "1.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-preset-env@1.7.0",
      "author": "Henry Zhu",
      "description": "A Babel preset for each environment.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-env@1.7.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel-preset-env.git",
          "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-preset-env/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-preset-env"
        }
      ]
    },
    {
      "type": "library",
      "name": "magic-string",
      "version": "0.25.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|magic-string@0.25.1",
      "author": "Rich Harris",
      "description": "Modify strings, generate sourcemaps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/magic-string@0.25.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/rich-harris/magic-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rich-harris/magic-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rich-harris/magic-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/magic-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "assert",
      "version": "1.4.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|assert@1.4.1",
      "description": "commonjs assert - node.js api compatible",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/assert@1.4.1",
      "externalReferences": [
        {
          "url": "git://github.com/defunctzombie/commonjs-assert.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/defunctzombie/commonjs-assert",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/defunctzombie/commonjs-assert/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/assert"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "util",
          "version": "0.10.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|assert@1.4.1|util@0.10.3",
          "author": "Joyent",
          "description": "Node.JS util module",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/util@0.10.3",
          "externalReferences": [
            {
              "url": "git://github.com/defunctzombie/node-util.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/defunctzombie/node-util",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/defunctzombie/node-util/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/util/-/util-0.10.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/assert/node_modules/util"
            }
          ]
        },
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|assert@1.4.1|inherits@2.0.1",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.1",
          "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.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/assert/node_modules/inherits"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "browser-resolve",
      "version": "1.11.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browser-resolve@1.11.3",
      "author": "Roman Shtylman",
      "description": "resolve which handles browser field support in package.json",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browser-resolve@1.11.3",
      "externalReferences": [
        {
          "url": "git://github.com/shtylman/node-browser-resolve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/shtylman/node-browser-resolve#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shtylman/node-browser-resolve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browser-resolve"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "resolve",
          "version": "1.1.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browser-resolve@1.11.3|resolve@1.1.7",
          "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.1.7",
          "externalReferences": [
            {
              "url": "git://github.com/substack/node-resolve.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/substack/node-resolve#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/substack/node-resolve/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/browser-resolve/node_modules/resolve"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "browserify-zlib",
      "version": "0.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserify-zlib@0.2.0",
      "author": "Devon Govett",
      "description": "Full zlib module for the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserify-zlib@0.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/devongovett/browserify-zlib.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/devongovett/browserify-zlib",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/devongovett/browserify-zlib/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserify-zlib"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer",
      "version": "5.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|buffer@5.2.1",
      "author": "Feross Aboukhadijeh",
      "description": "Node.js Buffer API, for the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer@5.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/feross/buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/buffer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "combine-source-map",
      "version": "0.8.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0",
      "author": "Thorsten Lorenz",
      "description": "Add source maps of multiple files, offset them and then combine them into one source map",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/combine-source-map@0.8.0",
      "externalReferences": [
        {
          "url": "git://github.com/thlorenz/combine-source-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thlorenz/combine-source-map",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thlorenz/combine-source-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/combine-source-map/-/combine-source-map-0.8.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/combine-source-map"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "convert-source-map",
          "version": "1.1.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0|convert-source-map@1.1.3",
          "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.1.3",
          "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.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/combine-source-map/node_modules/convert-source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash.memoize",
          "version": "3.0.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0|lodash.memoize@3.0.4",
          "author": "John-David Dalton",
          "description": "The modern build of lodash’s `_.memoize` as a module.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash.memoize@3.0.4",
          "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.memoize/-/lodash.memoize-3.0.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/combine-source-map/node_modules/lodash.memoize"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/combine-source-map/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "console-browserify",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|console-browserify@1.1.0",
      "author": "Raynos",
      "description": "Emulate console for all the browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/Raynos/console-browserify/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/console-browserify@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/Raynos/console-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/console-browserify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/console-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/console-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "constants-browserify",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|constants-browserify@1.0.0",
      "author": "Julian Gruber",
      "description": "node's constants module for the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/constants-browserify@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/juliangruber/constants-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/constants-browserify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/constants-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/constants-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "convert-source-map",
      "version": "1.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|convert-source-map@1.6.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.6.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.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/convert-source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "crypto-browserify",
      "version": "3.12.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|crypto-browserify@3.12.0",
      "author": "Dominic Tarr",
      "description": "implementation of crypto for the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/crypto-browserify@3.12.0",
      "externalReferences": [
        {
          "url": "git://github.com/crypto-browserify/crypto-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/crypto-browserify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/crypto-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/crypto-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "diff",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|diff@4.0.1",
      "description": "A javascript text diff implementation.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/diff@4.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/kpdecker/jsdiff.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kpdecker/jsdiff#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/kpdecker/jsdiff/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/diff/-/diff-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "domain-browser",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|domain-browser@1.2.0",
      "author": "2013+ Bevry Pty Ltd",
      "description": "Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/domain-browser@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/bevry/domain-browser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bevry/domain-browser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bevry/domain-browser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/domain-browser"
        }
      ]
    },
    {
      "type": "library",
      "name": "events",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|events@3.0.0",
      "author": "Irakli Gozalishvili",
      "description": "Node's event emitter for all engines.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/events@3.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/Gozala/events.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Gozala/events#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/Gozala/events/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/events/-/events-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/events"
        }
      ]
    },
    {
      "type": "library",
      "name": "https-browserify",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|https-browserify@1.0.0",
      "author": "James Halliday",
      "description": "https module compatability for browserify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/https-browserify@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/substack/https-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/https-browserify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/https-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/https-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul",
      "version": "0.4.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5",
      "author": "Krishnan Anantheswaran",
      "description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul@0.4.5",
      "externalReferences": [
        {
          "url": "git://github.com/gotwarlost/istanbul.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gotwarlost/istanbul#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gotwarlost/istanbul/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/istanbul/-/istanbul-0.4.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "async",
          "version": "1.5.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|async@1.5.2",
          "author": "Caolan McMahon",
          "description": "Higher-order functions and common patterns for asynchronous code",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/async@1.5.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/caolan/async.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/caolan/async#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/caolan/async/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/async/-/async-1.5.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul/node_modules/async"
            }
          ]
        },
        {
          "type": "library",
          "name": "escodegen",
          "version": "1.8.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|escodegen@1.8.1",
          "description": "ECMAScript code generator",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/escodegen@1.8.1",
          "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-1.8.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul/node_modules/escodegen"
            }
          ]
        },
        {
          "type": "library",
          "name": "esprima",
          "version": "2.7.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|esprima@2.7.3",
          "author": "Ariya Hidayat",
          "description": "ECMAScript parsing infrastructure for multipurpose analysis",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/esprima@2.7.3",
          "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-2.7.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul/node_modules/esprima"
            }
          ]
        },
        {
          "type": "library",
          "name": "glob",
          "version": "5.0.15",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|glob@5.0.15",
          "author": "Isaac Z. Schlueter",
          "description": "a little globber",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob@5.0.15",
          "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-5.0.15.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul/node_modules/glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "resolve",
          "version": "1.1.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|resolve@1.1.7",
          "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.1.7",
          "externalReferences": [
            {
              "url": "git://github.com/substack/node-resolve.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/substack/node-resolve#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/substack/node-resolve/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul/node_modules/resolve"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|supports-color@3.2.3",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@3.2.3",
          "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-3.2.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "estraverse",
          "version": "1.9.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|estraverse@1.9.3",
          "description": "ECMAScript JS AST traversal functions",
          "licenses": [
            {
              "license": {
                "name": "BSD",
                "acknowledgement": "declared",
                "url": "http://github.com/estools/estraverse/raw/master/LICENSE.BSD"
              }
            }
          ],
          "purl": "pkg:npm/estraverse@1.9.3",
          "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-1.9.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul/node_modules/estraverse"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|source-map@0.2.0",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "name": "BSD",
                "acknowledgement": "declared",
                "url": "http://opensource.org/licenses/BSD-3-Clause"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.2.0",
          "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.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|has-flag@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if argv has a specific flag",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-flag@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "karma-coverage",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-coverage@1.1.2",
      "author": "SATO taichi",
      "description": "A Karma plugin. Generate code coverage.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/karma-coverage@1.1.2",
      "externalReferences": [
        {
          "url": "git://github.com/karma-runner/karma-coverage.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/karma-runner/karma-coverage#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/karma-runner/karma-coverage/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/karma-coverage"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|karma-coverage@1.1.2|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/karma-coverage/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "os-browserify",
      "version": "0.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|os-browserify@0.3.0",
      "author": "CoderPuppy",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/os-browserify@0.3.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/CoderPuppy/os-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/CoderPuppy/os-browserify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/CoderPuppy/os-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/os-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "pad",
      "version": "2.2.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pad@2.2.2",
      "author": "David Worms",
      "description": "Left and right string padding",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pad@2.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/adaltas/node-pad.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/adaltas/node-pad",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/adaltas/node-pad/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pad/-/pad-2.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pad"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-browserify",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|path-browserify@1.0.0",
      "author": "James Halliday",
      "description": "the path module from node core for browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-browserify@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/browserify/path-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserify/path-browserify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserify/path-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "process",
      "version": "0.11.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|process@0.11.10",
      "author": "Roman Shtylman",
      "description": "process information for node.js and browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/process@0.11.10",
      "externalReferences": [
        {
          "url": "git://github.com/shtylman/node-process.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/shtylman/node-process#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shtylman/node-process/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/process"
        }
      ]
    },
    {
      "type": "library",
      "name": "punycode",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/punycode"
        }
      ]
    },
    {
      "type": "library",
      "name": "querystring-es3",
      "version": "0.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|querystring-es3@0.2.1",
      "author": "Irakli Gozalishvili",
      "description": "Node's querystring module for all engines. (ES3 compat fork)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/Gozala/enchain/License.md"
          }
        }
      ],
      "purl": "pkg:npm/querystring-es3@0.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/mike-spainhower/querystring.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mike-spainhower/querystring#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/mike-spainhower/querystring/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/querystring-es3"
        }
      ]
    },
    {
      "type": "library",
      "name": "remap-istanbul",
      "version": "0.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|remap-istanbul@0.13.0",
      "description": "A tool for remapping Istanbul coverage via Source Maps",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/remap-istanbul@0.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/SitePen/remap-istanbul.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SitePen/remap-istanbul",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SitePen/remap-istanbul",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/remap-istanbul/-/remap-istanbul-0.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/remap-istanbul"
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-browserify",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2",
      "author": "James Halliday",
      "description": "the stream module from node core for browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-browserify@2.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/browserify/stream-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserify/stream-browserify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserify/stream-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-browserify"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/stream-browserify/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/stream-browserify/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/stream-browserify/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-http",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stream-http@3.0.0",
      "author": "John Hiesey",
      "description": "Streaming http in the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-http@3.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/jhiesey/stream-http.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jhiesey/stream-http#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jhiesey/stream-http/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stream-http/-/stream-http-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-http"
        }
      ]
    },
    {
      "type": "library",
      "name": "string_decoder",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|string_decoder@1.2.0",
      "description": "The string_decoder module from Node core",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/string_decoder@1.2.0",
      "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.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string_decoder"
        }
      ]
    },
    {
      "type": "library",
      "name": "timers-browserify",
      "version": "2.0.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|timers-browserify@2.0.10",
      "author": "J. Ryan Stinnett",
      "description": "timers module for browserify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/jryans/timers-browserify/blob/master/LICENSE.md"
          }
        }
      ],
      "purl": "pkg:npm/timers-browserify@2.0.10",
      "externalReferences": [
        {
          "url": "git://github.com/jryans/timers-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jryans/timers-browserify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jryans/timers-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/timers-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "tty-browserify",
      "version": "0.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tty-browserify@0.0.1",
      "author": "James Halliday",
      "description": "the tty module from node core for browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tty-browserify@0.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/browserify/tty-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserify/tty-browserify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserify/tty-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tty-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "url",
      "version": "0.11.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|url@0.11.0",
      "description": "The core `url` packaged standalone for use with Browserify.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/url@0.11.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/defunctzombie/node-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/defunctzombie/node-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/defunctzombie/node-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/url/-/url-0.11.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/url"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "punycode",
          "version": "1.3.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|url@0.11.0|punycode@1.3.2",
          "author": "Mathias Bynens",
          "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/punycode@1.3.2",
          "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-1.3.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/url/node_modules/punycode"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "util",
      "version": "0.11.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|util@0.11.1",
      "author": "Joyent",
      "description": "Node.JS util module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/util@0.11.1",
      "externalReferences": [
        {
          "url": "git://github.com/defunctzombie/node-util.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/defunctzombie/node-util",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/defunctzombie/node-util/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/util/-/util-0.11.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/util"
        }
      ]
    },
    {
      "type": "library",
      "name": "vm-browserify",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|vm-browserify@1.1.0",
      "author": "James Halliday",
      "description": "vm module for the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vm-browserify@1.1.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/substack/vm-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/vm-browserify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/vm-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vm-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "commenting",
      "version": "1.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|commenting@1.0.5",
      "author": "Arnout Kazemier",
      "description": "Wrap content in a comment that is valid for a given file type.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/commenting@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/3rd-Eden/commenting.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/3rd-Eden/commenting#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/3rd-Eden/commenting/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/commenting/-/commenting-1.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/commenting"
        }
      ]
    },
    {
      "type": "library",
      "name": "moment",
      "version": "2.23.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|moment@2.23.0",
      "author": "Iskren Ivov Chernev",
      "description": "Parse, validate, manipulate, and display dates",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/moment@2.23.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/moment/moment.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://momentjs.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/moment/moment/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/moment/-/moment-2.23.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/moment"
        }
      ]
    },
    {
      "type": "library",
      "name": "ast",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
      "author": "Sven Sauleau",
      "description": "AST utils for webassemblyjs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/ast@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/ast"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-module-context",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-module-context@1.8.5",
      "author": "Sven Sauleau",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/helper-module-context@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/helper-module-context"
        }
      ]
    },
    {
      "type": "library",
      "name": "wasm-edit",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-edit@1.8.5",
      "author": "Sven Sauleau",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/wasm-edit@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/wasm-edit"
        }
      ]
    },
    {
      "type": "library",
      "name": "wasm-parser",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-parser@1.8.5",
      "author": "Sven Sauleau",
      "description": "WebAssembly binary format parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/wasm-parser@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/wasm-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn-dynamic-import",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|acorn-dynamic-import@4.0.0",
      "author": "Jordan Gensler",
      "description": "Support dynamic imports in acorn",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn-dynamic-import@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/kesne/acorn-dynamic-import.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kesne/acorn-dynamic-import",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kesne/acorn-dynamic-import/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn-dynamic-import"
        }
      ]
    },
    {
      "type": "library",
      "name": "ajv-keywords",
      "version": "3.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ajv-keywords@3.2.0",
      "author": "Evgeny Poberezkin",
      "description": "Custom JSON-Schema keywords for Ajv validator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ajv-keywords@3.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/epoberezkin/ajv-keywords.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/epoberezkin/ajv-keywords#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epoberezkin/ajv-keywords/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ajv-keywords"
        }
      ]
    },
    {
      "type": "library",
      "name": "ajv",
      "version": "6.9.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ajv@6.9.1",
      "author": "Evgeny Poberezkin",
      "description": "Another JSON Schema Validator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ajv@6.9.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/epoberezkin/ajv.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/epoberezkin/ajv",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epoberezkin/ajv/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ajv/-/ajv-6.9.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ajv"
        }
      ]
    },
    {
      "type": "library",
      "name": "chrome-trace-event",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|chrome-trace-event@1.0.0",
      "author": "Trent Mick, Sam Saccone",
      "description": "A library to create a trace of your node app per Google's Trace Event format.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chrome-trace-event@1.0.0",
      "externalReferences": [
        {
          "url": "github.com:samccone/chrome-trace-event",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chrome-trace-event"
        }
      ]
    },
    {
      "type": "library",
      "name": "enhanced-resolve",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|enhanced-resolve@4.1.0",
      "author": "Tobias Koppers @sokra",
      "description": "Offers a async require.resolve function. It's highly configurable.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://www.opensource.org/licenses/mit-license.php"
          }
        }
      ],
      "purl": "pkg:npm/enhanced-resolve@4.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/webpack/enhanced-resolve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/webpack/enhanced-resolve",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/enhanced-resolve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/enhanced-resolve"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-scope",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|eslint-scope@4.0.0",
      "description": "ECMAScript scope analyzer for ESLint",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-scope@4.0.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-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-scope"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-parse-better-errors",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|json-parse-better-errors@1.0.2",
      "author": "Kat Marchán",
      "description": "JSON.parse with context information on error",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json-parse-better-errors@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/zkat/json-parse-better-errors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zkat/json-parse-better-errors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zkat/json-parse-better-errors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-parse-better-errors"
        }
      ]
    },
    {
      "type": "library",
      "name": "loader-runner",
      "version": "2.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|loader-runner@2.3.1",
      "author": "Tobias Koppers @sokra",
      "description": "Runs (webpack) loaders",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/loader-runner@2.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/loader-runner.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack/loader-runner#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/loader-runner/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/loader-runner"
        }
      ]
    },
    {
      "type": "library",
      "name": "loader-utils",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|loader-utils@1.1.0",
      "author": "Tobias Koppers @sokra",
      "description": "utils for webpack loaders",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/loader-utils@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/loader-utils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack/loader-utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/loader-utils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/loader-utils"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "json5",
          "version": "0.5.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|loader-utils@1.1.0|json5@0.5.1",
          "author": "Aseem Kishore",
          "description": "JSON for the ES5 era.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/json5@0.5.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/aseemk/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/aseemk/json5/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/loader-utils/node_modules/json5"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "memory-fs",
      "version": "0.4.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1",
      "author": "Tobias Koppers @sokra",
      "description": "A simple in-memory filesystem. Holds data in a javascript object.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/memory-fs@0.4.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/memory-fs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack/memory-fs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/memory-fs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/memory-fs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/memory-fs/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/memory-fs/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/memory-fs/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "neo-async",
      "version": "2.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|neo-async@2.6.0",
      "description": "Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/neo-async@2.6.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/suguru03/neo-async.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/suguru03/neo-async",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/suguru03/neo-async/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/neo-async"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-libs-browser",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0",
      "author": "Tobias Koppers @sokra",
      "description": "The node core libs for in browser usage.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-libs-browser@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/node-libs-browser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/webpack/node-libs-browser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/node-libs-browser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-libs-browser"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "buffer",
          "version": "4.9.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|buffer@4.9.1",
          "author": "Feross Aboukhadijeh",
          "description": "Node.js Buffer API, for the browser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/buffer@4.9.1",
          "externalReferences": [
            {
              "url": "git://github.com/feross/buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/buffer",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/buffer"
            }
          ]
        },
        {
          "type": "library",
          "name": "events",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|events@1.1.1",
          "author": "Irakli Gozalishvili",
          "description": "Node's event emitter for all engines.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/events@1.1.1",
          "externalReferences": [
            {
              "url": "git://github.com/Gozala/events.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Gozala/events#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/Gozala/events/issues/",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/events/-/events-1.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/events"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-browserify",
          "version": "0.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|path-browserify@0.0.0",
          "author": "James Halliday",
          "description": "the path module from node core for browsers",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/path-browserify@0.0.0",
          "externalReferences": [
            {
              "url": "git://github.com/substack/path-browserify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/substack/path-browserify",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/substack/path-browserify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/path-browserify"
            }
          ]
        },
        {
          "type": "library",
          "name": "punycode",
          "version": "1.4.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|punycode@1.4.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@1.4.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-1.4.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/punycode"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "stream-http",
          "version": "2.8.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|stream-http@2.8.3",
          "author": "John Hiesey",
          "description": "Streaming http in the browser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/stream-http@2.8.3",
          "externalReferences": [
            {
              "url": "git://github.com/jhiesey/stream-http.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jhiesey/stream-http#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jhiesey/stream-http/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/stream-http"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/string_decoder"
            }
          ]
        },
        {
          "type": "library",
          "name": "tty-browserify",
          "version": "0.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|tty-browserify@0.0.0",
          "author": "James Halliday",
          "description": "the tty module from node core for browsers",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/tty-browserify@0.0.0",
          "externalReferences": [
            {
              "url": "git://github.com/substack/tty-browserify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/substack/tty-browserify",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/substack/tty-browserify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/tty-browserify"
            }
          ]
        },
        {
          "type": "library",
          "name": "util",
          "version": "0.10.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|util@0.10.4",
          "author": "Joyent",
          "description": "Node.JS util module",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/util@0.10.4",
          "externalReferences": [
            {
              "url": "git://github.com/defunctzombie/node-util.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/defunctzombie/node-util",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/defunctzombie/node-util/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/util/-/util-0.10.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/util"
            }
          ]
        },
        {
          "type": "library",
          "name": "vm-browserify",
          "version": "0.0.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|vm-browserify@0.0.4",
          "author": "James Halliday",
          "description": "vm module for the browser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/vm-browserify@0.0.4",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/substack/vm-browserify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/substack/vm-browserify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/substack/vm-browserify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/vm-browserify"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-libs-browser/node_modules/isarray"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "schema-utils",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|schema-utils@1.0.0",
      "author": "webpack Contrib",
      "description": "webpack Validation Utils",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/schema-utils@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack-contrib/schema-utils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack-contrib/schema-utils",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack-contrib/schema-utils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/schema-utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "tapable",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tapable@1.1.1",
      "author": "Tobias Koppers @sokra",
      "description": "Just a little module for plugins.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tapable@1.1.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/webpack/tapable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack/tapable",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/tapable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tapable/-/tapable-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tapable"
        }
      ]
    },
    {
      "type": "library",
      "name": "terser-webpack-plugin",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|terser-webpack-plugin@1.1.0",
      "author": "webpack Contrib Team",
      "description": "Terser plugin for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/terser-webpack-plugin@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack-contrib/terser-webpack-plugin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack-contrib/terser-webpack-plugin",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack-contrib/terser-webpack-plugin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/terser-webpack-plugin"
        }
      ]
    },
    {
      "type": "library",
      "name": "watchpack",
      "version": "1.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0",
      "author": "Tobias Koppers @sokra",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/watchpack@1.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/watchpack.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack/watchpack",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/watchpack/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/watchpack"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chokidar",
          "version": "2.0.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|chokidar@2.0.4",
          "author": "Paul Miller",
          "description": "A neat wrapper around node.js fs.watch / fs.watchFile / fsevents.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chokidar@2.0.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/paulmillr/chokidar.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/paulmillr/chokidar",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/paulmillr/chokidar/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/chokidar"
            }
          ]
        },
        {
          "type": "library",
          "name": "anymatch",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|anymatch@2.0.0",
          "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@2.0.0",
          "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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/anymatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "braces",
          "version": "2.3.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|braces@2.3.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@2.3.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-2.3.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/braces"
            }
          ]
        },
        {
          "type": "library",
          "name": "glob-parent",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|glob-parent@3.1.0",
          "author": "Elan Shanker",
          "description": "Strips glob magic from a string to provide the parent directory path",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob-parent@3.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/es128/glob-parent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/es128/glob-parent",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/es128/glob-parent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/glob-parent"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "is-glob",
              "version": "3.1.0",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|glob-parent@3.1.0|is-glob@3.1.0",
              "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@3.1.0",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/is-glob.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/is-glob",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/is-glob/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/watchpack/node_modules/glob-parent/node_modules/is-glob"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-binary-path",
          "version": "1.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|is-binary-path@1.0.1",
          "author": "Sindre Sorhus",
          "description": "Check if a filepath is a binary file",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-binary-path@1.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/is-binary-path.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/is-binary-path#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/is-binary-path/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/is-binary-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "normalize-path",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|normalize-path@2.1.1",
          "author": "Jon Schlinkert",
          "description": "Normalize file path slashes to be 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@2.1.1",
          "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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/normalize-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "readdirp",
          "version": "2.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|readdirp@2.2.1",
          "author": "Thorsten Lorenz",
          "description": "Recursive version of fs.readdir with streaming api.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/readdirp@2.2.1",
          "externalReferences": [
            {
              "url": "git://github.com/paulmillr/readdirp.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/paulmillr/readdirp",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/paulmillr/readdirp/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/readdirp"
            }
          ]
        },
        {
          "type": "library",
          "name": "extend-shallow",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|extend-shallow@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extend-shallow@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/extend-shallow"
            }
          ]
        },
        {
          "type": "library",
          "name": "fill-range",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|fill-range@4.0.0",
          "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@4.0.0",
          "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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/fill-range"
            }
          ]
        },
        {
          "type": "library",
          "name": "binary-extensions",
          "version": "1.12.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|binary-extensions@1.12.0",
          "author": "Sindre Sorhus",
          "description": "List of binary file extensions",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/binary-extensions@1.12.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/binary-extensions.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/binary-extensions#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/binary-extensions/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.12.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/binary-extensions"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|is-extendable@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extendable@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extendable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/is-extendable"
            }
          ]
        },
        {
          "type": "library",
          "name": "to-regex-range",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|to-regex-range@2.1.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@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/to-regex-range"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/watchpack/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "webpack-sources",
      "version": "1.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|webpack-sources@1.3.0",
      "author": "Tobias Koppers @sokra",
      "description": "Source code handling classes for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webpack-sources@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/webpack-sources.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack/webpack-sources#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/webpack-sources/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webpack-sources"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-from",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-from@2.1.1",
      "description": "A ponyfill for the ES 2015 (ES6) `Array.from()`.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-from@2.1.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/studio-b12/array-from.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/studio-b12/array-from#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/studio-b12/array-from/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-from/-/array-from-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "text-encoding",
      "group": "@sinonjs",
      "version": "0.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@sinonjs/text-encoding@0.7.1",
      "author": "Joshua Bell",
      "description": "Polyfill for the Encoding Living Standard's API.",
      "licenses": [
        {
          "expression": "(Unlicense OR Apache-2.0)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/%40sinonjs/text-encoding@0.7.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/inexorabletash/text-encoding.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inexorabletash/text-encoding",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inexorabletash/text-encoding/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@sinonjs/text-encoding"
        }
      ]
    },
    {
      "type": "library",
      "name": "just-extend",
      "version": "4.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|just-extend@4.0.2",
      "author": "Angus Croll",
      "description": "extend an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/just-extend@4.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/angus-c/just.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/angus-c/just#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/angus-c/just/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/just-extend/-/just-extend-4.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/just-extend"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-parse",
      "version": "1.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|path-parse@1.0.6",
      "author": "Javier Blanco",
      "description": "Node.js path.parse() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-parse@1.0.6",
      "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.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-parse"
        }
      ]
    },
    {
      "type": "library",
      "name": "highlight",
      "group": "@babel",
      "version": "7.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/highlight@7.0.0",
      "author": "suchipi",
      "description": "Syntax highlight JavaScript strings for output in terminals.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/highlight@7.0.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/highlight/-/highlight-7.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/highlight"
        }
      ]
    },
    {
      "type": "library",
      "name": "glob",
      "group": "@types",
      "version": "7.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/glob@7.1.1",
      "description": "TypeScript definitions for Glob",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/glob@7.1.1",
      "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/glob/-/glob-7.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsonfile",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsonfile@4.0.0",
      "author": "JP Richardson",
      "description": "Easily read/write JSON files.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsonfile@4.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jprichardson/node-jsonfile#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jprichardson/node-jsonfile/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsonfile"
        }
      ]
    },
    {
      "type": "library",
      "name": "universalify",
      "version": "0.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/universalify"
        }
      ]
    },
    {
      "type": "library",
      "name": "uglify-js",
      "version": "3.4.9",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|uglify-js@3.4.9",
      "author": "Mihai Bazon",
      "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uglify-js@3.4.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/mishoo/UglifyJS2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mishoo/UglifyJS2#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mishoo/UglifyJS2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uglify-js"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "commander",
          "version": "2.17.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|uglify-js@3.4.9|commander@2.17.1",
          "author": "TJ Holowaychuk",
          "description": "the complete solution for node.js command-line programs",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/commander@2.17.1",
          "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-2.17.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/uglify-js/node_modules/commander"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "interpret",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|interpret@1.2.0",
      "author": "Gulp Team",
      "description": "A dictionary of file extensions and associated module loaders.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/interpret@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/gulpjs/interpret.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gulpjs/interpret#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gulpjs/interpret/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/interpret/-/interpret-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/interpret"
        }
      ]
    },
    {
      "type": "library",
      "name": "rechoir",
      "version": "0.6.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rechoir@0.6.2",
      "author": "Tyler Kellen",
      "description": "Require any supported file as a node module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/rechoir@0.6.2",
      "externalReferences": [
        {
          "url": "git://github.com/tkellen/node-rechoir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tkellen/node-rechoir",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tkellen/node-rechoir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rechoir"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-caller-file",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-caller-file@1.0.3",
      "author": "Stefan Penner",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-caller-file@1.0.3",
      "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-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-caller-file"
        }
      ]
    },
    {
      "type": "library",
      "name": "vscode-languageserver-protocol",
      "version": "3.14.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|vscode-languageserver-protocol@3.14.1",
      "author": "Microsoft Corporation",
      "description": "VSCode Language Server Protocol implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vscode-languageserver-protocol@3.14.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/Microsoft/vscode-languageserver-node.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Microsoft/vscode-languageserver-node#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Microsoft/vscode-languageserver-node/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.14.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vscode-languageserver-protocol"
        }
      ]
    },
    {
      "type": "library",
      "name": "vscode-uri",
      "version": "1.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|vscode-uri@1.0.6",
      "author": "Microsoft",
      "description": "The URI implementation that is used by VS Code and its extensions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vscode-uri@1.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/Microsoft/vscode-uri.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Microsoft/vscode-uri#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Microsoft/vscode-uri/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-1.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vscode-uri"
        }
      ]
    },
    {
      "type": "library",
      "name": "caseless",
      "group": "@types",
      "version": "0.12.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/caseless@0.12.1",
      "description": "TypeScript definitions for caseless",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/caseless@0.12.1",
      "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/caseless/-/caseless-0.12.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/caseless"
        }
      ]
    },
    {
      "type": "library",
      "name": "form-data",
      "group": "@types",
      "version": "2.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/form-data@2.2.1",
      "description": "TypeScript definitions for form-data",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/form-data@2.2.1",
      "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/form-data/-/form-data-2.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/form-data"
        }
      ]
    },
    {
      "type": "library",
      "name": "tough-cookie",
      "group": "@types",
      "version": "2.3.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/tough-cookie@2.3.4",
      "description": "TypeScript definitions for tough-cookie",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/tough-cookie@2.3.4",
      "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/tough-cookie/-/tough-cookie-2.3.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/tough-cookie"
        }
      ]
    },
    {
      "type": "library",
      "name": "base64-js",
      "version": "1.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|base64-js@1.3.0",
      "author": "T. Jameson Little",
      "description": "Base64 encoding/decoding in pure JS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/base64-js@1.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/beatgammit/base64-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/beatgammit/base64-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/beatgammit/base64-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/base64-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-text-encoding",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fast-text-encoding@1.0.0",
      "author": "Sam Thorogood",
      "description": "Fast polyfill for TextEncoder and TextDecoder, only supports utf-8",
      "licenses": [
        {
          "license": {
            "name": "Apache-2",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-text-encoding@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/samthor/fast-text-encoder.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/samthor/fast-text-encoder#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/samthor/fast-text-encoder/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-text-encoding/-/fast-text-encoding-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-text-encoding"
        }
      ]
    },
    {
      "type": "library",
      "name": "gcp-metadata",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gcp-metadata@1.0.0",
      "author": "Stephen Sawchuk",
      "description": "Get the metadata from a Google Cloud Platform environment",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gcp-metadata@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/googleapis/gcp-metadata.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/googleapis/gcp-metadata#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/googleapis/gcp-metadata/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gcp-metadata"
        }
      ]
    },
    {
      "type": "library",
      "name": "gtoken",
      "version": "2.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gtoken@2.3.2",
      "author": "Ryan Seys",
      "description": "Node.js Google Authentication Service Account Tokens",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gtoken@2.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/google/node-gtoken.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/google/node-gtoken#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/google/node-gtoken/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gtoken/-/gtoken-2.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gtoken"
        }
      ]
    },
    {
      "type": "library",
      "name": "lru-cache",
      "version": "5.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lru-cache@5.1.1",
      "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@5.1.1",
      "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-5.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lru-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-stream-ended",
      "version": "0.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-stream-ended@0.1.4",
      "author": "Stephen Sawchuk",
      "description": "Check if a stream has ended",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-stream-ended@0.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/stephenplusplus/is-stream-ended.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stephenplusplus/is-stream-ended#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stephenplusplus/is-stream-ended/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-stream-ended/-/is-stream-ended-0.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-stream-ended"
        }
      ]
    },
    {
      "type": "library",
      "name": "util-deprecate",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/util-deprecate"
        }
      ]
    },
    {
      "type": "library",
      "name": "core-util-is",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
      "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.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/core-util-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "process-nextick-args",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
      "description": "process.nextTick but always with args",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/process-nextick-args@2.0.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/process-nextick-args"
        }
      ]
    },
    {
      "type": "library",
      "name": "event-target-shim",
      "version": "5.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|event-target-shim@5.0.0",
      "author": "Toru Nagashima",
      "description": "An implementation of WHATWG EventTarget interface.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/event-target-shim@5.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mysticatea/event-target-shim.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mysticatea/event-target-shim",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mysticatea/event-target-shim/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/event-target-shim"
        }
      ]
    },
    {
      "type": "library",
      "name": "dot-prop",
      "version": "4.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|dot-prop@4.2.0",
      "author": "Sindre Sorhus",
      "description": "Get, set, or delete a property from a nested object using a dot path",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dot-prop@4.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/dot-prop.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/dot-prop#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/dot-prop/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dot-prop"
        }
      ]
    },
    {
      "type": "library",
      "name": "make-dir",
      "version": "1.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.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@1.3.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-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/make-dir"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/make-dir/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "unique-string",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|unique-string@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Generate a unique random string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unique-string@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/unique-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/unique-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/unique-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unique-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "write-file-atomic",
      "version": "2.4.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|write-file-atomic@2.4.2",
      "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@2.4.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/iarna/write-file-atomic.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/write-file-atomic",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/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-2.4.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/write-file-atomic"
        }
      ]
    },
    {
      "type": "library",
      "name": "sourcemap-codec",
      "version": "1.4.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sourcemap-codec@1.4.4",
      "author": "Rich Harris",
      "description": "Encode/decode sourcemap mappings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sourcemap-codec@1.4.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/Rich-Harris/sourcemap-codec.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Rich-Harris/sourcemap-codec",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Rich-Harris/sourcemap-codec/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sourcemap-codec"
        }
      ]
    },
    {
      "type": "library",
      "name": "merge-stream",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.1",
      "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@1.0.1",
      "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-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/merge-stream"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.1|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/merge-stream/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/merge-stream/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/merge-stream/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-support",
      "version": "0.5.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|source-map-support@0.5.10",
      "description": "Fixes stack traces for files with source maps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-support@0.5.10",
      "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.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-map-support"
        }
      ]
    },
    {
      "type": "library",
      "name": "negotiator",
      "version": "0.6.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|negotiator@0.6.1",
      "description": "HTTP content negotiation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/negotiator@0.6.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/negotiator"
        }
      ]
    },
    {
      "type": "library",
      "name": "bytes",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|bytes@3.0.0",
      "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.0.0",
      "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.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bytes"
        }
      ]
    },
    {
      "type": "library",
      "name": "http-errors",
      "version": "1.6.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|http-errors@1.6.3",
      "author": "Jonathan Ong",
      "description": "Create HTTP error objects",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/http-errors@1.6.3",
      "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.6.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/http-errors"
        }
      ]
    },
    {
      "type": "library",
      "name": "iconv-lite",
      "version": "0.4.23",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|iconv-lite@0.4.23",
      "author": "Alexander Shtuchkin",
      "description": "Convert character encodings in pure javascript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/iconv-lite@0.4.23",
      "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.23.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/iconv-lite"
        }
      ]
    },
    {
      "type": "library",
      "name": "raw-body",
      "version": "2.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|raw-body@2.3.3",
      "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.3.3",
      "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.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/raw-body"
        }
      ]
    },
    {
      "type": "library",
      "name": "unpipe",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unpipe"
        }
      ]
    },
    {
      "type": "library",
      "name": "ee-first",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ee-first"
        }
      ]
    },
    {
      "type": "library",
      "name": "forwarded",
      "version": "0.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|forwarded@0.1.2",
      "description": "Parse HTTP X-Forwarded-For header",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/forwarded@0.1.2",
      "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.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/forwarded"
        }
      ]
    },
    {
      "type": "library",
      "name": "ipaddr.js",
      "version": "1.8.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ipaddr.js@1.8.0",
      "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.8.0",
      "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.8.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ipaddr.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "destroy",
      "version": "1.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/destroy"
        }
      ]
    },
    {
      "type": "library",
      "name": "media-typer",
      "version": "0.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/media-typer"
        }
      ]
    },
    {
      "type": "library",
      "name": "es6-promisify",
      "version": "5.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|es6-promisify@5.0.0",
      "author": "Mike Hall",
      "description": "Converts callback-based functions to ES6 Promises",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es6-promisify@5.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/digitaldesignlabs/es6-promisify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/digitaldesignlabs/es6-promisify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/digitaldesignlabs/es6-promisify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es6-promisify"
        }
      ]
    },
    {
      "type": "library",
      "name": "ymir",
      "group": "@fimbul",
      "version": "0.17.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@fimbul/ymir@0.17.0",
      "author": "Klaus Meinhardt",
      "description": "Core library for the Fimbullinter project",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40fimbul/ymir@0.17.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/fimbullinter/wotan.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fimbullinter/wotan#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fimbullinter/wotan/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@fimbul/ymir/-/ymir-0.17.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@fimbul/ymir"
        }
      ]
    },
    {
      "type": "library",
      "name": "sprintf-js",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sprintf-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "pkginfo",
      "version": "0.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pkginfo@0.4.0",
      "author": "Charlie Robbins",
      "description": "An easy way to expose properties on a module from a package.json",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pkginfo@0.4.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indexzero/node-pkginfo.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indexzero/node-pkginfo#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indexzero/node-pkginfo/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pkginfo"
        }
      ]
    },
    {
      "type": "library",
      "name": "string-similarity",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|string-similarity@1.1.0",
      "author": "Akash Kurdekar",
      "description": "Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/string-similarity@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/aceakash/string-similarity.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/aceakash/string-similarity#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/aceakash/string-similarity/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/string-similarity/-/string-similarity-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string-similarity"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-align",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ansi-align@2.0.0",
      "author": "nexdrew",
      "description": "align-text with ANSI support for CLIs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-align@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/nexdrew/ansi-align.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nexdrew/ansi-align#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nexdrew/ansi-align/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-align"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli-boxes",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cli-boxes@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Boxes for use in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cli-boxes@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/cli-boxes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/cli-boxes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/cli-boxes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cli-boxes"
        }
      ]
    },
    {
      "type": "library",
      "name": "term-size",
      "version": "0.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1",
      "author": "Sindre Sorhus",
      "description": "Reliably get the terminal window size",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/term-size@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/term-size.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/term-size#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/term-size/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/term-size/-/term-size-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/term-size"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "execa",
          "version": "0.4.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1|execa@0.4.0",
          "author": "Sindre Sorhus",
          "description": "A better `child_process`",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/execa@0.4.0",
          "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-0.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/term-size/node_modules/execa"
            }
          ]
        },
        {
          "type": "library",
          "name": "npm-run-path",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1|npm-run-path@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Get your PATH prepended with locally installed binaries",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/npm-run-path@1.0.0",
          "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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/term-size/node_modules/npm-run-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-key",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1|path-key@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Get the PATH environment variable key cross-platform",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/path-key@1.0.0",
          "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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/term-size/node_modules/path-key"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "widest-line",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the visual width of the widest line in a string - the number of columns required to display it",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/widest-line@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/widest-line.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/widest-line#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/widest-line/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/widest-line"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "string-width",
          "version": "1.0.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|string-width@1.0.2",
          "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@1.0.2",
          "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-1.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/widest-line/node_modules/string-width"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-fullwidth-code-point",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|is-fullwidth-code-point@1.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@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/widest-line/node_modules/is-fullwidth-code-point"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.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-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/widest-line/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/widest-line/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "has-ansi",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if a string has ANSI escape codes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-ansi@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/has-ansi.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/has-ansi#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/has-ansi/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-ansi"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/has-ansi/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "address",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|address@1.0.3",
      "author": "fengmk2",
      "description": "Get current machine IP, MAC and DNS servers.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/address@1.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/node-modules/address.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/node-modules/address#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/node-modules/address/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/address/-/address-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/address"
        }
      ]
    },
    {
      "type": "library",
      "name": "compression",
      "version": "1.7.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|compression@1.7.3",
      "description": "Node.js compression middleware",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/compression@1.7.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/expressjs/compression.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/expressjs/compression#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/expressjs/compression/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/compression/-/compression-1.7.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/compression"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|compression@1.7.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/compression/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|compression@1.7.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/compression/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "async-to-gen",
      "version": "1.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|async-to-gen@1.3.3",
      "author": "Lee Byron",
      "description": "Transform async functions to generator functions with speed and simplicity.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/async-to-gen@1.3.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/leebyron/async-to-gen.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/leebyron/async-to-gen",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/leebyron/async-to-gen/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/async-to-gen/-/async-to-gen-1.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/async-to-gen"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "magic-string",
          "version": "0.19.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|async-to-gen@1.3.3|magic-string@0.19.1",
          "author": "Rich Harris",
          "description": "Modify strings, generate sourcemaps",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/magic-string@0.19.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/rich-harris/magic-string.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/rich-harris/magic-string#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/rich-harris/magic-string/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/magic-string/-/magic-string-0.19.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/async-to-gen/node_modules/magic-string"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "is-async-supported",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-async-supported@1.2.0",
      "author": "Tim Neutkens",
      "description": "Check if async/await is available",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-async-supported@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/timneutkens/is-async-supported.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/timneutkens/is-async-supported#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/timneutkens/is-async-supported/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-async-supported/-/is-async-supported-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-async-supported"
        }
      ]
    },
    {
      "type": "library",
      "name": "isstream",
      "version": "0.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|isstream@0.1.2",
      "author": "Rod Vagg",
      "description": "Determine if an object is a Stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isstream@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/rvagg/isstream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rvagg/isstream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rvagg/isstream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isstream"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-wsl",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-wsl@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-wsl@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-wsl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-wsl#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-wsl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-wsl"
        }
      ]
    },
    {
      "type": "library",
      "name": "import-lazy",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|import-lazy@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Import modules lazily",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/import-lazy@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/import-lazy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/import-lazy#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/import-lazy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/import-lazy"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-npm",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-npm@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if your code is running as an npm script",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-npm@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-npm.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-npm#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-npm/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-npm"
        }
      ]
    },
    {
      "type": "library",
      "name": "latest-version",
      "version": "3.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|latest-version@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Get the latest version of an npm package",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/latest-version@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/latest-version.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/latest-version#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/latest-version/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/latest-version"
        }
      ]
    },
    {
      "type": "library",
      "name": "semver-diff",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|semver-diff@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Get the diff type of two semver versions: 0.0.1 0.0.2 → patch",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/semver-diff@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/semver-diff.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/semver-diff#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/semver-diff/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/semver-diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "endpoint",
      "group": "@octokit",
      "version": "3.2.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@octokit/endpoint@3.2.3",
      "author": "Gregor Martynus",
      "description": "Turns REST API endpoints into generic request options",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40octokit/endpoint@3.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/octokit/endpoint.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/octokit/endpoint.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/octokit/endpoint.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-3.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@octokit/endpoint"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-plain-object",
      "version": "2.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-plain-object@2.0.4",
      "author": "Jon Schlinkert",
      "description": "Returns true if an object was created by the `Object` constructor.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-plain-object@2.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-plain-object.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-plain-object",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-plain-object/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-plain-object"
        }
      ]
    },
    {
      "type": "library",
      "name": "wrappy",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/wrappy"
        }
      ]
    },
    {
      "type": "library",
      "name": "os-name",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|os-name@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the name of the current operating system. Example: macOS Sierra",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/os-name@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/os-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/os-name#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/os-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/os-name/-/os-name-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/os-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "require-main-filename",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|require-main-filename@1.0.1",
      "author": "Ben Coe",
      "description": "shim for require.main.filename() that works in as many environments as possible",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/require-main-filename@1.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/yargs/require-main-filename.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yargs/require-main-filename#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yargs/require-main-filename/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/require-main-filename"
        }
      ]
    },
    {
      "type": "library",
      "name": "jwa",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jwa@1.2.0",
      "author": "Brian J. Brennan",
      "description": "JWA implementation (supports all JWS algorithms)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jwa@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/brianloveswords/node-jwa.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/brianloveswords/node-jwa#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/brianloveswords/node-jwa/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jwa/-/jwa-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jwa"
        }
      ]
    },
    {
      "type": "library",
      "name": "arr-flatten",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|arr-flatten@1.1.0",
      "author": "Jon Schlinkert",
      "description": "Recursively flatten an array or arrays.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/arr-flatten@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/arr-flatten.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/arr-flatten",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/arr-flatten/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/arr-flatten"
        }
      ]
    },
    {
      "type": "library",
      "name": "isobject",
      "version": "3.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1",
      "author": "Jon Schlinkert",
      "description": "Returns true if the value is an object and not an array or null.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isobject@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/isobject.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/isobject",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/isobject/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isobject"
        }
      ]
    },
    {
      "type": "library",
      "name": "repeat-element",
      "version": "1.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|repeat-element@1.1.3",
      "author": "Jon Schlinkert",
      "description": "Create an array by repeating the given value n times.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/repeat-element@1.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/repeat-element.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/repeat-element",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/repeat-element/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/repeat-element"
        }
      ]
    },
    {
      "type": "library",
      "name": "snapdragon-node",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon-node@2.1.1",
      "author": "Jon Schlinkert",
      "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/snapdragon-node@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/snapdragon-node.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/snapdragon-node",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/snapdragon-node/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/snapdragon-node"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "define-property",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon-node@2.1.1|define-property@1.0.0",
          "author": "Jon Schlinkert",
          "description": "Define a non-enumerable property on an object.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/define-property@1.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/define-property.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon-node/node_modules/define-property"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "split-string",
      "version": "3.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|split-string@3.1.0",
      "author": "Jon Schlinkert",
      "description": "Split a string on a character except when the character is escaped.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/split-string@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/split-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/split-string",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/split-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/split-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-descriptor",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-descriptor@1.0.2",
      "author": "Jon Schlinkert",
      "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-descriptor@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-descriptor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-descriptor",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-descriptor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-descriptor"
        }
      ]
    },
    {
      "type": "library",
      "name": "assign-symbols",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|assign-symbols@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/assign-symbols@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/assign-symbols.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/assign-symbols",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/assign-symbols/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/assign-symbols"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-extendable",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-extendable@1.0.1",
      "author": "Jon Schlinkert",
      "description": "Returns true if a value is a plain object, array or function.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-extendable@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-extendable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-extendable",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-extendable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-extendable"
        }
      ]
    },
    {
      "type": "library",
      "name": "expand-brackets",
      "version": "2.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4",
      "author": "Jon Schlinkert",
      "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/expand-brackets@2.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/expand-brackets.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/expand-brackets",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/expand-brackets/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/expand-brackets"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-brackets/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "define-property",
          "version": "0.2.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|define-property@0.2.5",
          "author": "Jon Schlinkert",
          "description": "Define a non-enumerable property on an object.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/define-property@0.2.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/define-property.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-brackets/node_modules/define-property"
            }
          ]
        },
        {
          "type": "library",
          "name": "extend-shallow",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|extend-shallow@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extend-shallow@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-brackets/node_modules/extend-shallow"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-brackets/node_modules/ms"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-descriptor",
          "version": "0.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-descriptor@0.1.6",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-descriptor@0.1.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-brackets/node_modules/is-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-extendable@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extendable@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extendable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-brackets/node_modules/is-extendable"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-accessor-descriptor",
          "version": "0.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-accessor-descriptor@0.1.6",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-accessor-descriptor@0.1.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-accessor-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-brackets/node_modules/is-accessor-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "3.2.2",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
              "author": "Jon Schlinkert",
              "description": "Get the native type of a value.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/kind-of@3.2.2",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/kind-of.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-data-descriptor",
          "version": "0.1.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-data-descriptor@0.1.4",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-data-descriptor@0.1.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-data-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-data-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-brackets/node_modules/is-data-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "3.2.2",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-data-descriptor@0.1.4|kind-of@3.2.2",
              "author": "Jon Schlinkert",
              "description": "Get the native type of a value.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/kind-of@3.2.2",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/kind-of.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|kind-of@5.1.0",
          "author": "Jon Schlinkert",
          "description": "Get the native type of a value.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/kind-of@5.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/kind-of.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-brackets/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-buffer@1.1.6",
          "author": "Feross Aboukhadijeh",
          "description": "Determine if an object is a Buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-buffer@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/feross/is-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/is-buffer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/is-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-brackets/node_modules/is-buffer"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "map-cache",
      "version": "0.2.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|map-cache@0.2.2",
      "author": "Jon Schlinkert",
      "description": "Basic cache object for storing key-value pairs.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/map-cache@0.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/map-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/map-cache",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/map-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/map-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-windows",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-windows@1.0.2",
      "author": "Jon Schlinkert",
      "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-windows@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-windows.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-windows",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-windows/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-windows"
        }
      ]
    },
    {
      "type": "library",
      "name": "safe-regex",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|safe-regex@1.1.0",
      "author": "James Halliday",
      "description": "detect possibly catastrophic, exponential-time regular expressions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/safe-regex@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/substack/safe-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/safe-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/safe-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/safe-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "base",
      "version": "0.11.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|base@0.11.2",
      "author": "Jon Schlinkert",
      "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/base@0.11.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/node-base/base.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/node-base/base",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/node-base/base/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/base"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "define-property",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|base@0.11.2|define-property@1.0.0",
          "author": "Jon Schlinkert",
          "description": "Define a non-enumerable property on an object.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/define-property@1.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/define-property.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/base/node_modules/define-property"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-resolve",
      "version": "0.5.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|source-map-resolve@0.5.2",
      "author": "Simon Lydell",
      "description": "Resolve the source map and/or sources for a generated file.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-resolve@0.5.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/lydell/source-map-resolve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lydell/source-map-resolve#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lydell/source-map-resolve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-map-resolve"
        }
      ]
    },
    {
      "type": "library",
      "name": "use",
      "version": "3.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|use@3.1.1",
      "author": "Jon Schlinkert",
      "description": "Easily add plugin support to your node.js application.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/use@3.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/use.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/use",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/use/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/use"
        }
      ]
    },
    {
      "type": "library",
      "name": "homedir-polyfill",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|homedir-polyfill@1.0.1",
      "author": "Brian Woodward",
      "description": "Node.js os.homedir polyfill for older versions of node.js.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/homedir-polyfill@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/doowb/homedir-polyfill.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/doowb/homedir-polyfill",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/doowb/homedir-polyfill/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/homedir-polyfill"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-exists-sync",
      "version": "0.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fs-exists-sync@0.1.0",
      "author": "Jon Schlinkert",
      "description": "Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fs-exists-sync@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/fs-exists-sync.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/fs-exists-sync",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/fs-exists-sync/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fs-exists-sync"
        }
      ]
    },
    {
      "type": "library",
      "name": "console",
      "group": "@jest",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/console@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/console@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/console"
        }
      ]
    },
    {
      "type": "library",
      "name": "reporters",
      "group": "@jest",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/reporters@24.7.1",
      "description": "Jest's reporters",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/reporters@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/reporters"
        }
      ]
    },
    {
      "type": "library",
      "name": "transform",
      "group": "@jest",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/transform@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/transform@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/transform"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "write-file-atomic",
          "version": "2.4.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/transform@24.7.1|write-file-atomic@2.4.1",
          "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@2.4.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/iarna/write-file-atomic.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/iarna/write-file-atomic",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/iarna/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-2.4.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@jest/transform/node_modules/write-file-atomic"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-escapes",
      "version": "3.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ansi-escapes@3.2.0",
      "author": "Sindre Sorhus",
      "description": "ANSI escape codes for manipulating the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-escapes@3.2.0",
      "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-3.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-escapes"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-changed-files",
      "version": "24.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-changed-files@24.7.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-changed-files@24.7.0",
      "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-24.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-changed-files"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-haste-map",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-haste-map@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-haste-map"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "anymatch",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1|anymatch@2.0.0",
          "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@2.0.0",
          "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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-haste-map/node_modules/anymatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "normalize-path",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1|normalize-path@2.1.1",
          "author": "Jon Schlinkert",
          "description": "Normalize file path slashes to be 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@2.1.1",
          "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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-haste-map/node_modules/normalize-path"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-message-util",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-message-util@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-message-util@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-message-util"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-regex-util",
      "version": "24.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-regex-util@24.3.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-regex-util@24.3.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-24.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-regex-util"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-resolve-dependencies",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-resolve-dependencies@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-resolve-dependencies@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-resolve-dependencies"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-runner",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-runner@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-runner@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-runner"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-runtime",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-runtime@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-runtime@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-runtime"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-snapshot",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-snapshot@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-snapshot@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-snapshot"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-watcher",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-watcher@24.7.1",
      "description": "Delightful JavaScript Testing.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-watcher@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-watcher"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-each-series",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-each-series@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Iterate over promises serially",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-each-series@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-each-series.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-each-series#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-each-series/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-each-series/-/p-each-series-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-each-series"
        }
      ]
    },
    {
      "type": "library",
      "name": "pirates",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pirates@4.0.1",
      "author": "Ari Porad",
      "description": "Properly hijack require",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pirates@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ariporad/pirates.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ariporad/pirates#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ariporad/pirates/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pirates"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-ansi",
      "version": "5.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|strip-ansi@5.0.0",
      "author": "Sindre Sorhus",
      "description": "Strip ANSI escape codes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/strip-ansi@5.0.0",
      "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-5.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-ansi"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-coverage",
      "group": "@types",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/istanbul-lib-coverage@2.0.0",
      "description": "TypeScript definitions for istanbul-lib-coverage",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/istanbul-lib-coverage@2.0.0",
      "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#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-coverage/-/istanbul-lib-coverage-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/istanbul-lib-coverage"
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs",
      "group": "@types",
      "version": "12.0.9",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/yargs@12.0.9",
      "description": "TypeScript definitions for yargs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/yargs@12.0.9",
      "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/yargs/-/yargs-12.0.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/yargs"
        }
      ]
    },
    {
      "type": "library",
      "name": "ci-info",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ci-info@2.0.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@2.0.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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ci-info"
        }
      ]
    },
    {
      "type": "library",
      "name": "core",
      "group": "@babel",
      "version": "7.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/core@7.3.3",
      "author": "Sebastian McKenzie",
      "description": "Babel compiler core.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/core@7.3.3",
      "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/core/-/core-7.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/core"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/core@7.3.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@babel/core/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "test-sequencer",
      "group": "@jest",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/test-sequencer@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/test-sequencer@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/test-sequencer"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-jest",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-jest@24.7.1",
      "description": "Jest plugin to use babel for transformation.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-jest@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-jest"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-environment-jsdom",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-environment-jsdom@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-environment-jsdom"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "jsdom",
          "version": "11.12.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|jsdom@11.12.0",
          "description": "A JavaScript implementation of many web standards",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/jsdom@11.12.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-11.12.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-environment-jsdom/node_modules/jsdom"
            }
          ]
        },
        {
          "type": "library",
          "name": "acorn",
          "version": "5.7.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|acorn@5.7.3",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@5.7.3",
          "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-5.7.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-environment-jsdom/node_modules/acorn"
            }
          ]
        },
        {
          "type": "library",
          "name": "parse5",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|parse5@4.0.0",
          "author": "Ivan Nikulin",
          "description": "HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/parse5@4.0.0",
          "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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-environment-jsdom/node_modules/parse5"
            }
          ]
        },
        {
          "type": "library",
          "name": "whatwg-url",
          "version": "6.5.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|whatwg-url@6.5.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@6.5.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-6.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-environment-jsdom/node_modules/whatwg-url"
            }
          ]
        },
        {
          "type": "library",
          "name": "ws",
          "version": "5.2.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|ws@5.2.2",
          "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@5.2.2",
          "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-5.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jest-environment-jsdom/node_modules/ws"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-environment-node",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-node@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-environment-node@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-environment-node"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-get-type",
      "version": "24.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-get-type@24.3.0",
      "description": "A utility function to get the type of a value",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-get-type@24.3.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-24.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-get-type"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-jasmine2",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-jasmine2@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-jasmine2@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-jasmine2"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-resolve",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-resolve@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-resolve@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-resolve"
        }
      ]
    },
    {
      "type": "library",
      "name": "pretty-format",
      "version": "24.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pretty-format@24.7.0",
      "author": "James Kyle",
      "description": "Stringify any JavaScript value.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pretty-format@24.7.0",
      "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-24.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pretty-format"
        }
      ]
    },
    {
      "type": "library",
      "name": "fake-timers",
      "group": "@jest",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/fake-timers@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/fake-timers@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/fake-timers"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map",
      "group": "@jest",
      "version": "24.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/source-map@24.3.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/source-map@24.3.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-24.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "callsites",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|callsites@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Get callsites from the V8 stack trace API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/callsites@3.0.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.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/callsites"
        }
      ]
    },
    {
      "type": "library",
      "name": "slash",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|slash@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Convert Windows backslash paths to slash paths",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/slash@2.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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/slash"
        }
      ]
    },
    {
      "type": "library",
      "name": "leven",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|leven@2.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@2.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-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/leven"
        }
      ]
    },
    {
      "type": "library",
      "name": "kleur",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|kleur@3.0.2",
      "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.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/kleur"
        }
      ]
    },
    {
      "type": "library",
      "name": "sisteransi",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sisteransi@1.0.0",
      "author": "Terkel Gjervig",
      "description": "ANSI escape codes for some terminal swag",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sisteransi@1.0.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sisteransi"
        }
      ]
    },
    {
      "type": "library",
      "name": "util.promisify",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|util.promisify@1.0.0",
      "author": "Jordan Harband",
      "description": "Polyfill/shim for util.promisify in node versions < v8",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/util.promisify@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/util.promisify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/util.promisify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/util.promisify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/util.promisify"
        }
      ]
    },
    {
      "type": "library",
      "name": "event-stream",
      "version": "3.3.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|event-stream@3.3.4",
      "author": "Dominic Tarr",
      "description": "construct pipes of streams of events",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/event-stream@3.3.4",
      "externalReferences": [
        {
          "url": "git://github.com/dominictarr/event-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/dominictarr/event-stream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/event-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/event-stream"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "split",
          "version": "0.3.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|event-stream@3.3.4|split@0.3.3",
          "author": "Dominic Tarr",
          "description": "split a Text Stream into a Line Stream",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/split@0.3.3",
          "externalReferences": [
            {
              "url": "git://github.com/dominictarr/split.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://github.com/dominictarr/split",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/dominictarr/split/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/split/-/split-0.3.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/event-stream/node_modules/split"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "formatio",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|formatio@1.1.1",
      "author": "Christian Johansen",
      "description": "Human-readable object formatting",
      "purl": "pkg:npm/formatio@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/busterjs/formatio.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://busterjs.org/docs/formatio/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/busterjs/formatio/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/formatio/-/formatio-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/formatio"
        }
      ]
    },
    {
      "type": "library",
      "name": "samsam",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|samsam@1.1.2",
      "author": "Christian Johansen",
      "description": "Value identification and comparison functions",
      "purl": "pkg:npm/samsam@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/busterjs/samsam.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://busterjs.org/docs/buster-assertions",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/busterjs/samsam/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/samsam/-/samsam-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/samsam"
        }
      ]
    },
    {
      "type": "library",
      "name": "async-each",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|async-each@1.0.1",
      "author": "Paul Miller",
      "description": "No-bullshit, ultra-simple, 35-lines-of-code async parallel forEach / map function for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/async-each@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/paulmillr/async-each.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/paulmillr/async-each/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/paulmillr/async-each/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/async-each"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.debounce",
      "version": "4.0.8",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.debounce"
        }
      ]
    },
    {
      "type": "library",
      "name": "upath",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|upath@1.1.0",
      "author": "Angelos Pikoulas",
      "description": "A proxy to `path`, replacing `\\` with `/` for all results & new methods to normalize & join keeping leading `./` and add, change, default, trim file extensions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/upath@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/anodynos/upath.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/anodynos/upath/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/anodynos/upath/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/upath/-/upath-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/upath"
        }
      ]
    },
    {
      "type": "library",
      "name": "custom-event",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|custom-event@1.0.1",
      "author": "Nathan Rajlich",
      "description": "Cross-browser `CustomEvent` constructor",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/custom-event@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/webmodules/custom-event.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webmodules/custom-event",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webmodules/custom-event/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/custom-event"
        }
      ]
    },
    {
      "type": "library",
      "name": "void-elements",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|void-elements@2.0.1",
      "author": "hemanth.hm",
      "description": "Array of \"void elements\" defined by the HTML specification.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/void-elements@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/hemanth/void-elements.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hemanth/void-elements",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hemanth/void-elements/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/void-elements"
        }
      ]
    },
    {
      "type": "library",
      "name": "eventemitter3",
      "version": "3.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|eventemitter3@3.1.0",
      "author": "Arnout Kazemier",
      "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eventemitter3@3.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/primus/eventemitter3.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/primus/eventemitter3#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/primus/eventemitter3/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eventemitter3"
        }
      ]
    },
    {
      "type": "library",
      "name": "follow-redirects",
      "version": "1.5.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|follow-redirects@1.5.10",
      "author": "Ruben Verborgh",
      "description": "HTTP and HTTPS modules that follow redirects.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/follow-redirects@1.5.10",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/follow-redirects/follow-redirects.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/follow-redirects/follow-redirects",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/follow-redirects/follow-redirects/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/follow-redirects"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|follow-redirects@1.5.10|debug@3.1.0",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.1.0",
          "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-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/follow-redirects/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|follow-redirects@1.5.10|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/follow-redirects/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "requires-port",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|requires-port@1.0.0",
      "author": "Arnout Kazemier",
      "description": "Check if a protocol requires a certain port number to be added to an URL.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/requires-port@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/unshiftio/requires-port.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/unshiftio/requires-port",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/unshiftio/requires-port/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/requires-port"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-alloc",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|buffer-alloc@1.2.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer-alloc@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/LinusU/buffer-alloc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/LinusU/buffer-alloc#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/LinusU/buffer-alloc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-alloc"
        }
      ]
    },
    {
      "type": "library",
      "name": "date-format",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|date-format@2.0.0",
      "author": "Gareth Jones",
      "description": "Formatting Date objects as strings since 2013",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/date-format@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/nomiddlename/date-format.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nomiddlename/date-format#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nomiddlename/date-format/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/date-format/-/date-format-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/date-format"
        }
      ]
    },
    {
      "type": "library",
      "name": "rfdc",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rfdc@1.1.2",
      "author": "David Mark Clements",
      "description": "Really Fast Deep Clone",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rfdc@1.1.2",
      "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.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rfdc"
        }
      ]
    },
    {
      "type": "library",
      "name": "streamroller",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|streamroller@1.0.1",
      "author": "Gareth Jones",
      "description": "file streams that roll over when size limits, or dates are reached",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/streamroller@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/nomiddlename/streamroller.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nomiddlename/streamroller#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nomiddlename/streamroller/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/streamroller/-/streamroller-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/streamroller"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.2.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|streamroller@1.0.1|debug@3.2.6",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.2.6",
          "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-3.2.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/streamroller/node_modules/debug"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "engine.io",
      "version": "3.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1",
      "author": "Guillermo Rauch",
      "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/engine.io@3.2.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/socketio/engine.io.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/socketio/engine.io",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/socketio/engine.io/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/engine.io"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1|debug@3.1.0",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.1.0",
          "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-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/engine.io/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ws",
          "version": "3.3.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1|ws@3.3.3",
          "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@3.3.3",
          "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-3.3.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/engine.io/node_modules/ws"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/engine.io/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "has-binary2",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|has-binary2@1.0.3",
      "author": "Kevin Roark",
      "description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-binary2@1.0.3",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-binary2"
        }
      ]
    },
    {
      "type": "library",
      "name": "socket.io-adapter",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-adapter@1.1.1",
      "description": "default socket.io in-memory adapter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/socket.io-adapter@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/socketio/socket.io-adapter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/socketio/socket.io-adapter#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/socketio/socket.io-adapter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/socket.io-adapter"
        }
      ]
    },
    {
      "type": "library",
      "name": "socket.io-client",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-client@2.1.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/socket.io-client@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/Automattic/socket.io-client.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Automattic/socket.io-client#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Automattic/socket.io-client/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/socket.io-client"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-client@2.1.1|debug@3.1.0",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.1.0",
          "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-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/socket.io-client/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-client@2.1.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/socket.io-client/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "socket.io-parser",
      "version": "3.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-parser@3.2.0",
      "description": "socket.io protocol parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/socket.io-parser@3.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/Automattic/socket.io-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Automattic/socket.io-parser#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Automattic/socket.io-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/socket.io-parser"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-parser@3.2.0|debug@3.1.0",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.1.0",
          "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-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/socket.io-parser/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-parser@3.2.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/socket.io-parser/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "os-tmpdir",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|os-tmpdir@1.0.2",
      "author": "Sindre Sorhus",
      "description": "Node.js os.tmpdir() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/os-tmpdir@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/os-tmpdir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/os-tmpdir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/os-tmpdir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/os-tmpdir"
        }
      ]
    },
    {
      "type": "library",
      "name": "project",
      "group": "@lerna",
      "version": "3.13.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/project@3.13.1",
      "author": "Daniel Stockman",
      "description": "Lerna project configuration",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/project@3.13.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/project",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/project#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/project/-/project-3.13.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/project"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "glob-parent",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/project@3.13.1|glob-parent@3.1.0",
          "author": "Elan Shanker",
          "description": "Strips glob magic from a string to provide the parent directory path",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob-parent@3.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/es128/glob-parent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/es128/glob-parent",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/es128/glob-parent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/project/node_modules/glob-parent"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-glob",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/project@3.13.1|is-glob@3.1.0",
          "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@3.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-glob.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-glob",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-glob/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@lerna/project/node_modules/is-glob"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "write-log-file",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/write-log-file@3.13.0",
      "author": "Daniel Stockman",
      "description": "What lerna uses to dump logs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/write-log-file@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/write-log-file",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/write-log-file#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/write-log-file/-/write-log-file-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/write-log-file"
        }
      ]
    },
    {
      "type": "library",
      "name": "execa",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|execa@1.0.0",
      "author": "Sindre Sorhus",
      "description": "A better `child_process`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/execa@1.0.0",
      "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-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/execa"
        }
      ]
    },
    {
      "type": "library",
      "name": "filter-packages",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-packages@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/filter-packages@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/filter-packages",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/filter-packages#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/filter-packages/-/filter-packages-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/filter-packages"
        }
      ]
    },
    {
      "type": "library",
      "name": "config-chain",
      "version": "1.1.12",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|config-chain@1.1.12",
      "author": "Dominic Tarr",
      "description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://raw.githubusercontent.com/dominictarr/config-chain/master/LICENCE"
          }
        }
      ],
      "purl": "pkg:npm/config-chain@1.1.12",
      "externalReferences": [
        {
          "url": "git+https://github.com/dominictarr/config-chain.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/dominictarr/config-chain",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/config-chain/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/config-chain/-/config-chain-1.1.12.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/config-chain"
        }
      ]
    },
    {
      "type": "library",
      "name": "hosted-git-info",
      "version": "2.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|hosted-git-info@2.7.1",
      "author": "Rebecca Turner",
      "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hosted-git-info@2.7.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/hosted-git-info.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/hosted-git-info",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/hosted-git-info/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hosted-git-info"
        }
      ]
    },
    {
      "type": "library",
      "name": "osenv",
      "version": "0.1.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|osenv@0.1.5",
      "author": "Isaac Z. Schlueter",
      "description": "Look up environment settings specific to different operating systems",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/osenv@0.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/osenv.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/osenv#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/osenv/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/osenv"
        }
      ]
    },
    {
      "type": "library",
      "name": "cacache",
      "version": "11.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cacache@11.3.2",
      "author": "Kat Marchán",
      "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cacache@11.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/zkat/cacache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zkat/cacache#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zkat/cacache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cacache/-/cacache-11.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cacache"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-stream",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-stream@4.1.0",
      "author": "Sindre Sorhus",
      "description": "Get a stream as a string, buffer, or array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-stream@4.1.0",
      "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-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "make-fetch-happen",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|make-fetch-happen@4.0.1",
      "author": "Kat Marchán",
      "description": "Opinionated, caching, retrying fetch client",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/make-fetch-happen@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/zkat/make-fetch-happen.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zkat/make-fetch-happen#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zkat/make-fetch-happen/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/make-fetch-happen"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lru-cache",
          "version": "4.1.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|make-fetch-happen@4.0.1|lru-cache@4.1.5",
          "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@4.1.5",
          "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-4.1.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/make-fetch-happen/node_modules/lru-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "yallist",
          "version": "2.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|make-fetch-happen@4.0.1|yallist@2.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "Yet Another Linked List",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yallist@2.1.2",
          "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-2.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/make-fetch-happen/node_modules/yallist"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "minipass",
      "version": "2.3.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|minipass@2.3.5",
      "author": "Isaac Z. Schlueter",
      "description": "minimal implementation of a PassThrough stream",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minipass@2.3.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/minipass.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/minipass#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/minipass/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minipass"
        }
      ]
    },
    {
      "type": "library",
      "name": "mississippi",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0",
      "author": "max ogden",
      "description": "a collection of useful streams",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mississippi@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/maxogden/mississippi.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/maxogden/mississippi#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/maxogden/mississippi/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mississippi"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "concat-stream",
          "version": "1.6.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|concat-stream@1.6.2",
          "author": "Max Ogden",
          "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/concat-stream@1.6.2",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/maxogden/concat-stream.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/maxogden/concat-stream#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/maxogden/concat-stream/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mississippi/node_modules/concat-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "through2",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mississippi/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mississippi/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mississippi/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mississippi/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-packlist",
      "version": "1.4.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npm-packlist@1.4.1",
      "author": "Isaac Z. Schlueter",
      "description": "Get a list of the files to add from a folder into an npm package",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-packlist@1.4.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/npm-packlist.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://www.npmjs.com/package/npm-packlist",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/npm-packlist/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-1.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-packlist"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-pick-manifest",
      "version": "2.2.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npm-pick-manifest@2.2.3",
      "author": "Kat Marchán",
      "description": "Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-pick-manifest@2.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/zkat/npm-pick-manifest.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zkat/npm-pick-manifest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zkat/npm-pick-manifest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-pick-manifest"
        }
      ]
    },
    {
      "type": "library",
      "name": "promise-inflight",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|promise-inflight@1.0.1",
      "author": "Rebecca Turner",
      "description": "One promise for multiple requests in flight to avoid async duplication",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/promise-inflight@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/iarna/promise-inflight.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/promise-inflight#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/promise-inflight/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/promise-inflight"
        }
      ]
    },
    {
      "type": "library",
      "name": "promise-retry",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|promise-retry@1.1.1",
      "author": "IndigoUnited",
      "description": "Retries a function that returns a promise, leveraging the power of the retry module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/promise-retry@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/IndigoUnited/node-promise-retry.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/IndigoUnited/node-promise-retry#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/IndigoUnited/node-promise-retry/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/promise-retry/-/promise-retry-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/promise-retry"
        }
      ]
    },
    {
      "type": "library",
      "name": "protoduck",
      "version": "5.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|protoduck@5.0.1",
      "author": "Kat Marchán",
      "description": "Fancy duck typing for the most serious of ducks.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/protoduck@5.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/zkat/protoduck.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zkat/protoduck#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zkat/protoduck/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/protoduck/-/protoduck-5.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/protoduck"
        }
      ]
    },
    {
      "type": "library",
      "name": "ssri",
      "version": "6.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ssri@6.0.1",
      "author": "Kat Marchán",
      "description": "Standard Subresource Integrity library --  parses, serializes, generates, and verifies integrity metadata according to the SRI spec.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ssri@6.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/zkat/ssri.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zkat/ssri#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zkat/ssri/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ssri"
        }
      ]
    },
    {
      "type": "library",
      "name": "tar",
      "version": "4.4.8",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tar@4.4.8",
      "author": "Isaac Z. Schlueter",
      "description": "tar for node",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tar@4.4.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/node-tar.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/node-tar#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/node-tar/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tar/-/tar-4.4.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tar"
        }
      ]
    },
    {
      "type": "library",
      "name": "unique-filename",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|unique-filename@1.1.1",
      "author": "Rebecca Turner",
      "description": "Generate a unique filename for use in temporary directories or caches.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unique-filename@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/iarna/unique-filename.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/unique-filename",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/unique-filename/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unique-filename"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-npm-exec-opts",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/get-npm-exec-opts@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/get-npm-exec-opts@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/get-npm-exec-opts",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/get-npm-exec-opts#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/get-npm-exec-opts"
        }
      ]
    },
    {
      "type": "library",
      "name": "write-pkg",
      "version": "3.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|write-pkg@3.2.0",
      "author": "Sindre Sorhus",
      "description": "Write a package.json file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/write-pkg@3.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/write-pkg.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/write-pkg#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/write-pkg/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/write-pkg/-/write-pkg-3.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/write-pkg"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-exists",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|path-exists@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if a path exists",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-exists@3.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-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-exists"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-lifecycle",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npm-lifecycle@2.1.0",
      "author": "Mike Sherov",
      "description": "JavaScript package lifecycle hook runner",
      "licenses": [
        {
          "license": {
            "id": "Artistic-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-lifecycle@2.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/npm/lifecycle.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/lifecycle#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/lifecycle/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npm-lifecycle/-/npm-lifecycle-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-lifecycle"
        }
      ]
    },
    {
      "type": "library",
      "name": "create-symlink",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/create-symlink@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/create-symlink@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/create-symlink",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/create-symlink#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/create-symlink/-/create-symlink-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/create-symlink"
        }
      ]
    },
    {
      "type": "library",
      "name": "package",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/package@3.13.0",
      "author": "Daniel Stockman",
      "description": "Lerna's internal representation of a package",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/package@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#core/package",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/core/package#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/package/-/package-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/package"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve-symlink",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/resolve-symlink@3.13.0",
      "author": "Daniel Stockman",
      "description": "An internal Lerna tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/resolve-symlink@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/resolve-symlink",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/resolve-symlink#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/resolve-symlink/-/resolve-symlink-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/resolve-symlink"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-differ",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-differ@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Create an array with values that are present in the first input array but not additional ones",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-differ@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/array-differ.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/array-differ#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/array-differ/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-differ"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-union",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-union@1.0.2",
      "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@1.0.2",
      "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-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-union"
        }
      ]
    },
    {
      "type": "library",
      "name": "debuglog",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|debuglog@1.0.1",
      "author": "Sam Roberts",
      "description": "backport of util.debuglog from node v0.11",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debuglog@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sam-github/node-debuglog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sam-github/node-debuglog#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sam-github/node-debuglog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/debuglog"
        }
      ]
    },
    {
      "type": "library",
      "name": "dezalgo",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|dezalgo@1.0.3",
      "author": "Isaac Z. Schlueter",
      "description": "Contain async insanity so that the dark pony lord doesn't eat souls",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dezalgo@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/dezalgo.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/dezalgo",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/dezalgo/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dezalgo"
        }
      ]
    },
    {
      "type": "library",
      "name": "read-package-json",
      "version": "2.0.13",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-package-json@2.0.13",
      "author": "Isaac Z. Schlueter",
      "description": "The thing npm uses to read package.json files with semantics and defaults and validation",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read-package-json@2.0.13",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/read-package-json.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/read-package-json#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/read-package-json/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.0.13.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read-package-json"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "slash",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-package-json@2.0.13|slash@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Convert Windows backslash paths to slash paths",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/slash@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/read-package-json/node_modules/slash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "readdir-scoped-modules",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|readdir-scoped-modules@1.0.2",
      "author": "Isaac Z. Schlueter",
      "description": "Like `fs.readdir` but handling `@org/module` dirs as if they were a single entry.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/readdir-scoped-modules@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/readdir-scoped-modules.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/readdir-scoped-modules",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/readdir-scoped-modules/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/readdir-scoped-modules"
        }
      ]
    },
    {
      "type": "library",
      "name": "columnify",
      "version": "1.5.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|columnify@1.5.4",
      "author": "Tim Oxley",
      "description": "Render data in text columns. Supports in-column text-wrap.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/columnify@1.5.4",
      "externalReferences": [
        {
          "url": "git://github.com/timoxley/columnify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/timoxley/columnify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/timoxley/columnify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/columnify/-/columnify-1.5.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/columnify"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|columnify@1.5.4|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.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-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/columnify/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|columnify@1.5.4|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/columnify/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "inquirer",
      "version": "6.2.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|inquirer@6.2.2",
      "author": "Simon Boudrias",
      "description": "A collection of common interactive command line user interfaces.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/inquirer@6.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/SBoudrias/Inquirer.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SBoudrias/Inquirer.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SBoudrias/Inquirer.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/inquirer/-/inquirer-6.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inquirer"
        }
      ]
    },
    {
      "type": "library",
      "name": "strong-log-transformer",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|strong-log-transformer@2.1.0",
      "author": "Ryan Graham",
      "description": "Stream transformer that prefixes lines with timestamps and other things.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/strong-log-transformer@2.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/strongloop/strong-log-transformer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/strongloop/strong-log-transformer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/strongloop/strong-log-transformer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strong-log-transformer"
        }
      ]
    },
    {
      "type": "library",
      "name": "dir-glob",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|dir-glob@2.0.0",
      "author": "Kevin Mårtensson",
      "description": "Convert directories to glob compatible strings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dir-glob@2.0.0",
      "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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dir-glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-glob",
      "version": "2.2.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fast-glob@2.2.6",
      "author": "Denis Malinochkin",
      "description": "Is a faster `node-glob` alternative",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-glob@2.2.6",
      "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-2.2.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-glob"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "glob-parent",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fast-glob@2.2.6|glob-parent@3.1.0",
          "author": "Elan Shanker",
          "description": "Strips glob magic from a string to provide the parent directory path",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob-parent@3.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/es128/glob-parent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/es128/glob-parent",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/es128/glob-parent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/fast-glob/node_modules/glob-parent"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "is-glob",
              "version": "3.1.0",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fast-glob@2.2.6|glob-parent@3.1.0|is-glob@3.1.0",
              "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@3.1.0",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/is-glob.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/is-glob",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/is-glob/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/fast-glob/node_modules/glob-parent/node_modules/is-glob"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ignore",
      "version": "3.3.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ignore@3.3.10",
      "author": "kael",
      "description": "Ignore is a manager and filter for .gitignore rules.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ignore@3.3.10",
      "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-3.3.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ignore"
        }
      ]
    },
    {
      "type": "library",
      "name": "promzard",
      "version": "0.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|promzard@0.3.0",
      "author": "Isaac Z. Schlueter",
      "description": "prompting wizardly",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/promzard@0.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/promzard.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/promzard#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/promzard/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/promzard/-/promzard-0.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/promzard"
        }
      ]
    },
    {
      "type": "library",
      "name": "read",
      "version": "1.0.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read@1.0.7",
      "author": "Isaac Z. Schlueter",
      "description": "read(1) for node programs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read@1.0.7",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/read.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/read#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/read/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/read/-/read-1.0.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read"
        }
      ]
    },
    {
      "type": "library",
      "name": "spdx-correct",
      "version": "3.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|spdx-correct@3.1.0",
      "author": "Kyle E. Mitchell",
      "description": "correct invalid SPDX expressions",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spdx-correct@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jslicense/spdx-correct.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jslicense/spdx-correct.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jslicense/spdx-correct.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/spdx-correct"
        }
      ]
    },
    {
      "type": "library",
      "name": "spdx-expression-parse",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|spdx-expression-parse@3.0.0",
      "author": "Kyle E. Mitchell",
      "description": "parse SPDX license expressions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spdx-expression-parse@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jslicense/spdx-expression-parse.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jslicense/spdx-expression-parse.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jslicense/spdx-expression-parse.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/spdx-expression-parse"
        }
      ]
    },
    {
      "type": "library",
      "name": "builtins",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|builtins@1.0.3",
      "description": "List of node.js builtin modules",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/builtins@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/juliangruber/builtins.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/builtins#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/builtins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/builtins/-/builtins-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/builtins"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.sortby",
      "version": "4.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.sortby@4.7.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.sortBy` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.sortby@4.7.0",
      "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.sortby/-/lodash.sortby-4.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.sortby"
        }
      ]
    },
    {
      "type": "library",
      "name": "tr46",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tr46@1.0.1",
      "author": "Sebastian Mayr",
      "description": "An implementation of the Unicode TR46 spec",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tr46@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/Sebmaster/tr46.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Sebmaster/tr46.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Sebmaster/tr46.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tr46"
        }
      ]
    },
    {
      "type": "library",
      "name": "sort-keys",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sort-keys@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Sort the keys of an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sort-keys@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/sort-keys.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/sort-keys#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/sort-keys/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sort-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "byte-size",
      "version": "4.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|byte-size@4.0.4",
      "author": "Lloyd Brookes",
      "description": "Convert a bytes (and octets) value to a more human-readable format. Choose between metric or IEC units.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/byte-size@4.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/75lb/byte-size.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/75lb/byte-size#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/75lb/byte-size/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/byte-size/-/byte-size-4.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/byte-size"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-unicode",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|has-unicode@2.0.1",
      "author": "Rebecca Turner",
      "description": "Try to guess if your terminal supports unicode",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-unicode@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/iarna/has-unicode.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/has-unicode",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/has-unicode/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-unicode"
        }
      ]
    },
    {
      "type": "library",
      "name": "libnpmpublish",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|libnpmpublish@1.1.1",
      "author": "Kat Marchán",
      "description": "Programmatic API for the bits behind npm publish and unpublish",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/libnpmpublish@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/libnpmpublish.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://npmjs.com/package/libnpmpublish",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/libnpmpublish/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/libnpmpublish"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-packed",
      "group": "@lerna",
      "version": "3.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/get-packed@3.13.0",
      "author": "Daniel Stockman",
      "description": "Read contents of package tarball created by npm pack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40lerna/get-packed@3.13.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lerna/lerna.git#utils/get-packed",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\" and \"repository.directory\""
        },
        {
          "url": "https://github.com/lerna/lerna/tree/master/utils/get-packed#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lerna/lerna/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@lerna/get-packed/-/get-packed-3.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@lerna/get-packed"
        }
      ]
    },
    {
      "type": "library",
      "name": "aproba",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|aproba@2.0.0",
      "author": "Rebecca Turner",
      "description": "A ridiculously light-weight argument validator (now browser friendly)",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/aproba@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/iarna/aproba.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/aproba",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/aproba/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/aproba"
        }
      ]
    },
    {
      "type": "library",
      "name": "JSONStream",
      "version": "1.3.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|JSONStream@1.3.5",
      "author": "Dominic Tarr",
      "description": "rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)",
      "licenses": [
        {
          "expression": "(MIT OR Apache-2.0)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/jsonstream@1.3.5",
      "externalReferences": [
        {
          "url": "git://github.com/dominictarr/JSONStream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/dominictarr/JSONStream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/JSONStream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/JSONStream"
        }
      ]
    },
    {
      "type": "library",
      "name": "conventional-changelog-angular",
      "version": "5.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-angular@5.0.3",
      "author": "Steve Mao",
      "description": "conventional-changelog angular preset",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/conventional-changelog-angular@5.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/conventional-changelog/conventional-changelog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-angular#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/conventional-changelog-angular"
        }
      ]
    },
    {
      "type": "library",
      "name": "conventional-changelog-core",
      "version": "3.1.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6",
      "description": "conventional-changelog core",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/conventional-changelog-core@3.1.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/conventional-changelog/conventional-changelog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-3.1.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/conventional-changelog-core"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "dateformat",
          "version": "3.0.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|dateformat@3.0.3",
          "author": "Steven Levithan",
          "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/dateformat@3.0.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/felixge/node-dateformat.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/felixge/node-dateformat",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/felixge/node-dateformat/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-core/node_modules/dateformat"
            }
          ]
        },
        {
          "type": "library",
          "name": "through2",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-core/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-core/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-core/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-core/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "conventional-recommended-bump",
      "version": "4.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4",
      "author": "Steve Mao",
      "description": "Get a recommended version bump based on conventional commits",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/conventional-recommended-bump@4.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/conventional-changelog/conventional-changelog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-recommended-bump#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-4.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/conventional-recommended-bump"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "concat-stream",
          "version": "1.6.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|concat-stream@1.6.2",
          "author": "Max Ogden",
          "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/concat-stream@1.6.2",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/maxogden/concat-stream.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/maxogden/concat-stream#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/maxogden/concat-stream/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/concat-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "meow",
          "version": "4.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|meow@4.0.1",
          "author": "Sindre Sorhus",
          "description": "CLI app helper",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/meow@4.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/meow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/meow#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/meow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/meow"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase-keys",
          "version": "4.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|camelcase-keys@4.2.0",
          "author": "Sindre Sorhus",
          "description": "Convert object keys to camelCase",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase-keys@4.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/camelcase-keys.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase-keys#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase-keys/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/camelcase-keys"
            }
          ]
        },
        {
          "type": "library",
          "name": "redent",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|redent@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip redundant indentation and indent the string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/redent@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/redent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/redent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/redent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/redent"
            }
          ]
        },
        {
          "type": "library",
          "name": "trim-newlines",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|trim-newlines@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Trim newlines from the start and/or end of a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/trim-newlines@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/trim-newlines.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/trim-newlines#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/trim-newlines/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/trim-newlines"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/string_decoder"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|camelcase@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "map-obj",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|map-obj@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Map object keys and values into a new object",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/map-obj@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/map-obj.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/map-obj#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/map-obj/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/map-obj"
            }
          ]
        },
        {
          "type": "library",
          "name": "indent-string",
          "version": "3.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|indent-string@3.2.0",
          "author": "Sindre Sorhus",
          "description": "Indent each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/indent-string@3.2.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-3.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/indent-string"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-indent",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|strip-indent@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip leading whitespace from each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-indent@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/strip-indent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-indent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-indent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-recommended-bump/node_modules/strip-indent"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-enterprise-rest",
      "group": "@octokit",
      "version": "2.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@octokit/plugin-enterprise-rest@2.2.1",
      "author": "Gregor Martynus",
      "description": "Octokit plugin for GitHub Enterprise REST APIs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40octokit/plugin-enterprise-rest@2.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/octokit/plugin-enterprise-rest.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/octokit/plugin-enterprise-rest.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/octokit/plugin-enterprise-rest.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-2.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@octokit/plugin-enterprise-rest"
        }
      ]
    },
    {
      "type": "library",
      "name": "git-url-parse",
      "version": "11.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-url-parse@11.1.2",
      "author": "Ionică Bizău",
      "description": "A high level git url parser for common git providers.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/git-url-parse@11.1.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/IonicaBizau/git-url-parse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/IonicaBizau/git-url-parse",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/IonicaBizau/git-url-parse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-11.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/git-url-parse"
        }
      ]
    },
    {
      "type": "library",
      "name": "temp-dir",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|temp-dir@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the real path of the system temp directory",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/temp-dir@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/temp-dir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/temp-dir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/temp-dir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/temp-dir/-/temp-dir-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/temp-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "delegates",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|delegates@1.0.0",
      "description": "delegate methods and accessors to another property",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/delegates@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/visionmedia/node-delegates.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/visionmedia/node-delegates#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/visionmedia/node-delegates/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/delegates"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-assign",
      "version": "4.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-assign@4.1.1",
      "author": "Sindre Sorhus",
      "description": "ES2015 `Object.assign()` ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object-assign@4.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/object-assign.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/object-assign#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-assign"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-locate",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-locate@3.0.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@3.0.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-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-locate"
        }
      ]
    },
    {
      "type": "library",
      "name": "balanced-match",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|balanced-match@1.0.0",
      "author": "Julian Gruber",
      "description": "Match balanced character pairs, like \"{\" and \"}\"",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/balanced-match@1.0.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/balanced-match"
        }
      ]
    },
    {
      "type": "library",
      "name": "concat-map",
      "version": "0.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/concat-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-fullwidth-code-point",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-fullwidth-code-point@2.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@2.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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-fullwidth-code-point"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-buffer",
      "version": "2.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-buffer@2.0.3",
      "author": "Feross Aboukhadijeh",
      "description": "Determine if an object is a Buffer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-buffer@2.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/feross/is-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/is-buffer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/is-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "wrap-ansi",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Wordwrap a string with ANSI escape codes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/wrap-ansi@2.1.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-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/wrap-ansi"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "string-width",
          "version": "1.0.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|string-width@1.0.2",
          "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@1.0.2",
          "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-1.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/wrap-ansi/node_modules/string-width"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.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-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/wrap-ansi/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-fullwidth-code-point",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|is-fullwidth-code-point@1.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@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/wrap-ansi/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "lcid",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lcid@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Mapping between standard locale identifiers and Windows locale identifiers (LCID)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lcid@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/lcid.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/lcid#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/lcid/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lcid"
        }
      ]
    },
    {
      "type": "library",
      "name": "mem",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mem@4.1.0",
      "author": "Sindre Sorhus",
      "description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mem@4.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/mem.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/mem#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/mem/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mem/-/mem-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mem"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "mimic-fn",
          "version": "1.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mem@4.1.0|mimic-fn@1.2.0",
          "author": "Sindre Sorhus",
          "description": "Make a function mimic another one",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mimic-fn@1.2.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-1.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mem/node_modules/mimic-fn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "emoji-regex",
      "version": "7.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|emoji-regex@7.0.3",
      "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@7.0.3",
      "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-7.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/emoji-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "color-name",
      "version": "1.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/color-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "shebang-regex",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|shebang-regex@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Regular expression for matching a shebang",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/shebang-regex@1.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-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/shebang-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-json",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse-json@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Parse JSON with more helpful errors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-json@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/parse-json.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/parse-json#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/parse-json/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-json"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-bom",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|strip-bom@3.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@3.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-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-bom"
        }
      ]
    },
    {
      "type": "library",
      "name": "es-to-primitive",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|es-to-primitive@1.2.0",
      "author": "Jordan Harband",
      "description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es-to-primitive@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/es-to-primitive.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/es-to-primitive#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/es-to-primitive/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es-to-primitive"
        }
      ]
    },
    {
      "type": "library",
      "name": "has",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-callable",
      "version": "1.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-callable@1.1.4",
      "author": "Jordan Harband",
      "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-callable@1.1.4",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/is-callable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/is-callable#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/is-callable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-callable"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-regex",
      "version": "1.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-regex@1.0.4",
      "author": "Jordan Harband",
      "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-regex@1.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/is-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/is-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/is-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "picomatch",
      "version": "2.0.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|picomatch@2.0.7",
      "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.0.7",
      "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.0.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/picomatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "fill-range",
      "version": "7.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fill-range"
        }
      ]
    },
    {
      "type": "library",
      "name": "binary-extensions",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|binary-extensions@2.0.0",
      "author": "Sindre Sorhus",
      "description": "List of binary file extensions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/binary-extensions@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/binary-extensions.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/binary-extensions#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/binary-extensions/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/binary-extensions"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-extglob",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-extglob"
        }
      ]
    },
    {
      "type": "library",
      "name": "estraverse",
      "version": "4.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|estraverse@4.2.0",
      "description": "ECMAScript JS AST traversal functions",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/estraverse@4.2.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.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/estraverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "esutils",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|esutils@2.0.2",
      "description": "utility box for ECMAScript language tools",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared",
            "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
          }
        }
      ],
      "purl": "pkg:npm/esutils@2.0.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esutils"
        }
      ]
    },
    {
      "type": "library",
      "name": "optionator",
      "version": "0.8.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|optionator@0.8.2",
      "author": "George Zahariev",
      "description": "option parsing and help generation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/optionator@0.8.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/optionator"
        }
      ]
    },
    {
      "type": "library",
      "name": "request-promise-core",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|request-promise-core@1.1.2",
      "author": "Nicolai Kamenzky",
      "description": "Core Promise support implementation for the simplified HTTP request client 'request'.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/request-promise-core@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/request/promise-core.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/request/promise-core#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/request/promise-core/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/request-promise-core"
        }
      ]
    },
    {
      "type": "library",
      "name": "stealthy-require",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stealthy-require@1.1.1",
      "author": "Nicolai Kamenzky",
      "description": "The closest you can get to require something with bypassing the require cache",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stealthy-require@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/analog-nico/stealthy-require.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/analog-nico/stealthy-require#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/analog-nico/stealthy-require/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stealthy-require"
        }
      ]
    },
    {
      "type": "library",
      "name": "aws-sign2",
      "version": "0.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|aws-sign2@0.7.0",
      "author": "Mikeal Rogers",
      "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/aws-sign2@0.7.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mikeal/aws-sign.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikeal/aws-sign#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikeal/aws-sign/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/aws-sign2"
        }
      ]
    },
    {
      "type": "library",
      "name": "aws4",
      "version": "1.8.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|aws4@1.8.0",
      "author": "Michael Hart",
      "description": "Signs and prepares requests using AWS Signature Version 4",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/aws4@1.8.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mhart/aws4.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mhart/aws4#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mhart/aws4/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/aws4"
        }
      ]
    },
    {
      "type": "library",
      "name": "caseless",
      "version": "0.12.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|caseless@0.12.0",
      "author": "Mikeal Rogers",
      "description": "Caseless object set/get/has, very useful when working with HTTP headers.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/caseless@0.12.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mikeal/caseless.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikeal/caseless#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikeal/caseless/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/caseless"
        }
      ]
    },
    {
      "type": "library",
      "name": "combined-stream",
      "version": "1.0.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|combined-stream@1.0.7",
      "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.7",
      "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.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/combined-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "forever-agent",
      "version": "0.6.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|forever-agent@0.6.1",
      "author": "Mikeal Rogers",
      "description": "HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/forever-agent@0.6.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/mikeal/forever-agent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikeal/forever-agent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikeal/forever-agent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/forever-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "form-data",
      "version": "2.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|form-data@2.3.3",
      "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@2.3.3",
      "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-2.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/form-data"
        }
      ]
    },
    {
      "type": "library",
      "name": "har-validator",
      "version": "5.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|har-validator@5.1.3",
      "author": "Ahmad Nassri",
      "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/har-validator@5.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/ahmadnassri/node-har-validator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ahmadnassri/node-har-validator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ahmadnassri/node-har-validator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/har-validator"
        }
      ]
    },
    {
      "type": "library",
      "name": "http-signature",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|http-signature@1.2.0",
      "author": "Joyent, Inc",
      "description": "Reference implementation of Joyent's HTTP Signature scheme.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/http-signature@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/joyent/node-http-signature.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/joyent/node-http-signature/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/joyent/node-http-signature/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/http-signature"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-typedarray",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-typedarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "oauth-sign",
      "version": "0.9.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|oauth-sign@0.9.0",
      "author": "Mikeal Rogers",
      "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/oauth-sign@0.9.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mikeal/oauth-sign.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikeal/oauth-sign#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikeal/oauth-sign/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/oauth-sign"
        }
      ]
    },
    {
      "type": "library",
      "name": "performance-now",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|performance-now@2.1.0",
      "author": "Braveg1rl",
      "description": "Implements performance.now (based on process.hrtime).",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/performance-now@2.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/braveg1rl/performance-now.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/braveg1rl/performance-now",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/braveg1rl/performance-now/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/performance-now"
        }
      ]
    },
    {
      "type": "library",
      "name": "tunnel-agent",
      "version": "0.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tunnel-agent@0.6.0",
      "author": "Mikeal Rogers",
      "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tunnel-agent@0.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mikeal/tunnel-agent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikeal/tunnel-agent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikeal/tunnel-agent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tunnel-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "xmlchars",
      "version": "1.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|xmlchars@1.3.1",
      "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@1.3.1",
      "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-1.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xmlchars"
        }
      ]
    },
    {
      "type": "library",
      "name": "psl",
      "version": "1.1.31",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|psl@1.1.31",
      "author": "Lupo Montero",
      "description": "Domain name parser based on the Public Suffix List",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/psl@1.1.31",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/wrangr/psl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/wrangr/psl#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wrangr/psl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/psl/-/psl-1.1.31.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/psl"
        }
      ]
    },
    {
      "type": "library",
      "name": "browser-process-hrtime",
      "version": "0.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browser-process-hrtime@0.1.3",
      "author": "kumavis",
      "description": "Shim for process.hrtime in the browser",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browser-process-hrtime@0.1.3",
      "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-0.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browser-process-hrtime"
        }
      ]
    },
    {
      "type": "library",
      "name": "async-limiter",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|async-limiter@1.0.0",
      "author": "Samuel Reed",
      "description": "asynchronous function queue with adjustable concurrency",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/async-limiter@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/strml/async-limiter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/strml/async-limiter#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/strml/async-limiter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/async-limiter"
        }
      ]
    },
    {
      "type": "library",
      "name": "null-check",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|null-check@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Ensure a path doesn't contain null bytes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/null-check@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/null-check.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/null-check#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/null-check/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/null-check"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-code-frame",
      "version": "6.26.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0",
      "author": "Sebastian McKenzie",
      "description": "Generate errors that contain a code frame that point to source locations.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-code-frame@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-code-frame/-/babel-code-frame-6.26.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-code-frame"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|chalk@1.1.3",
          "description": "Terminal string styling done right. Much color.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@1.1.3",
          "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-1.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-code-frame/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "js-tokens",
          "version": "3.0.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|js-tokens@3.0.2",
          "author": "Simon Lydell",
          "description": "A regex that tokenizes JavaScript.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/js-tokens@3.0.2",
          "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-3.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-code-frame/node_modules/js-tokens"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|ansi-styles@2.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@2.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-2.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-code-frame/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.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-3.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-code-frame/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|supports-color@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-code-frame/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|ansi-regex@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-code-frame/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-generator",
      "version": "6.26.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-generator@6.26.1",
      "author": "Sebastian McKenzie",
      "description": "Turns an AST into code.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-generator@6.26.1",
      "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-generator/-/babel-generator-6.26.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-generator"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "jsesc",
          "version": "1.3.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-generator@6.26.1|jsesc@1.3.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"
              }
            }
          ],
          "purl": "pkg:npm/jsesc@1.3.0",
          "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-1.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-generator/node_modules/jsesc"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-generator@6.26.1|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-generator/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helpers",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helpers@6.24.1",
      "author": "Sebastian McKenzie",
      "description": "Collection of helper functions used by Babel transforms.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helpers@6.24.1",
      "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-helpers/-/babel-helpers-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helpers"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-messages",
      "version": "6.23.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-messages@6.23.0",
      "author": "Sebastian McKenzie",
      "description": "Collection of debug messages used by Babel.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-messages@6.23.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-messages/-/babel-messages-6.23.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-messages"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-register",
      "version": "6.26.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-register@6.26.0",
      "author": "Sebastian McKenzie",
      "description": "babel require hook",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-register@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-register/-/babel-register-6.26.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-register"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map-support",
          "version": "0.4.18",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-register@6.26.0|source-map-support@0.4.18",
          "description": "Fixes stack traces for files with source maps",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map-support@0.4.18",
          "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.4.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-register/node_modules/source-map-support"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-register@6.26.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-register/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-runtime",
      "version": "6.26.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-runtime"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "regenerator-runtime",
          "version": "0.11.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-runtime/node_modules/regenerator-runtime"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-template",
      "version": "6.26.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0",
      "author": "Sebastian McKenzie",
      "description": "Generate an AST from a string template.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-template@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-template/-/babel-template-6.26.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-template"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-traverse",
      "version": "6.26.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
      "author": "Sebastian McKenzie",
      "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/babel-traverse@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-traverse/-/babel-traverse-6.26.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-traverse"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-traverse/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "globals",
          "version": "9.18.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0|globals@9.18.0",
          "author": "Sindre Sorhus",
          "description": "Global identifiers from different JavaScript environments",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/globals@9.18.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-9.18.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-traverse/node_modules/globals"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-traverse/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-types",
      "version": "6.26.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0",
      "author": "Sebastian McKenzie",
      "description": "Babel Types is a Lodash-esque utility library for AST nodes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-types@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-types/-/babel-types-6.26.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-types"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "to-fast-properties",
          "version": "1.0.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0|to-fast-properties@1.0.3",
          "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@1.0.3",
          "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-1.0.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-types/node_modules/to-fast-properties"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babylon",
      "version": "6.18.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babylon@6.18.0",
      "author": "Sebastian McKenzie",
      "description": "A JavaScript parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babylon@6.18.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babylon.git",
          "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/babylon/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babylon"
        }
      ]
    },
    {
      "type": "library",
      "name": "private",
      "version": "0.1.8",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|private@0.1.8",
      "author": "Ben Newman",
      "description": "Utility for associating truly private state with any JavaScript object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/private@0.1.8",
      "externalReferences": [
        {
          "url": "git://github.com/benjamn/private.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/benjamn/private",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/benjamn/private/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/private"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-check-es2015-constants",
      "version": "6.22.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-check-es2015-constants@6.22.0",
      "description": "Compile ES2015 constants to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-check-es2015-constants@6.22.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-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-check-es2015-constants"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-syntax-trailing-function-commas",
      "version": "6.22.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-syntax-trailing-function-commas@6.22.0",
      "description": "Compile trailing function commas to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-syntax-trailing-function-commas@6.22.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-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-syntax-trailing-function-commas"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-async-to-generator",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-async-to-generator@6.24.1",
      "description": "Turn async functions into ES2015 generators",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-async-to-generator@6.24.1",
      "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-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-async-to-generator"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-arrow-functions",
      "version": "6.22.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-arrow-functions@6.22.0",
      "description": "Compile ES2015 arrow functions to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-arrow-functions@6.22.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-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-arrow-functions"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-block-scoped-functions",
      "version": "6.22.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-block-scoped-functions@6.22.0",
      "description": "Babel plugin to ensure function declarations at the block level are block scoped",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-block-scoped-functions@6.22.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-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-block-scoped-functions"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-block-scoping",
      "version": "6.26.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-block-scoping@6.26.0",
      "description": "Compile ES2015 block scoping (const and let) to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-block-scoping@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-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-block-scoping"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-classes",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-classes@6.24.1",
      "description": "Compile ES2015 classes to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-classes@6.24.1",
      "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-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-classes"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-computed-properties",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-computed-properties@6.24.1",
      "description": "Compile ES2015 computed properties to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-computed-properties@6.24.1",
      "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-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-computed-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-destructuring",
      "version": "6.23.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-destructuring@6.23.0",
      "description": "Compile ES2015 destructuring to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-destructuring@6.23.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-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-destructuring"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-duplicate-keys",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-duplicate-keys@6.24.1",
      "description": "Compile objects with duplicate keys to valid strict ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-duplicate-keys@6.24.1",
      "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-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-duplicate-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-for-of",
      "version": "6.23.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-for-of@6.23.0",
      "description": "Compile ES2015 for...of to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-for-of@6.23.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-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-for-of"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-function-name",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-function-name@6.24.1",
      "description": "Apply ES2015 function.name semantics to all functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-function-name@6.24.1",
      "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-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-function-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-literals",
      "version": "6.22.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-literals@6.22.0",
      "description": "Compile ES2015 unicode string and number literals to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-literals@6.22.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-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-literals"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-modules-amd",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-amd@6.24.1",
      "description": "This plugin transforms ES2015 modules to AMD",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-modules-amd@6.24.1",
      "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-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-modules-amd"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-modules-commonjs",
      "version": "6.26.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-commonjs@6.26.2",
      "description": "This plugin transforms ES2015 modules to CommonJS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-modules-commonjs@6.26.2",
      "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-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-modules-commonjs"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-modules-systemjs",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-systemjs@6.24.1",
      "description": "This plugin transforms ES2015 modules to SystemJS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-modules-systemjs@6.24.1",
      "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-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-modules-systemjs"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-modules-umd",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-umd@6.24.1",
      "description": "This plugin transforms ES2015 modules to UMD",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-modules-umd@6.24.1",
      "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-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-modules-umd"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-object-super",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-object-super@6.24.1",
      "description": "Compile ES2015 object super to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-object-super@6.24.1",
      "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-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-object-super"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-parameters",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-parameters@6.24.1",
      "description": "Compile ES2015 default and rest parameters to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-parameters@6.24.1",
      "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-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-parameters"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-shorthand-properties",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-shorthand-properties@6.24.1",
      "description": "Compile ES2015 shorthand properties to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-shorthand-properties@6.24.1",
      "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-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-shorthand-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-spread",
      "version": "6.22.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-spread@6.22.0",
      "description": "Compile ES2015 spread to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-spread@6.22.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-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-spread"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-sticky-regex",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-sticky-regex@6.24.1",
      "description": "Compile ES2015 sticky regex to an ES5 RegExp constructor",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-sticky-regex@6.24.1",
      "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-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-sticky-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-template-literals",
      "version": "6.22.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-template-literals@6.22.0",
      "description": "Compile ES2015 template literals to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-template-literals@6.22.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-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-template-literals"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-typeof-symbol",
      "version": "6.23.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-typeof-symbol@6.23.0",
      "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/babel-plugin-transform-es2015-typeof-symbol@6.23.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-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-typeof-symbol"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-unicode-regex",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-unicode-regex@6.24.1",
      "description": "Compile ES2015 Unicode regex to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-unicode-regex@6.24.1",
      "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-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-es2015-unicode-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-exponentiation-operator",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-exponentiation-operator@6.24.1",
      "description": "Compile exponentiation operator to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-exponentiation-operator@6.24.1",
      "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-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-exponentiation-operator"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-regenerator",
      "version": "6.26.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-regenerator@6.26.0",
      "author": "Ben Newman",
      "description": "Explode async and generator functions into a state machine.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-regenerator@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/packages/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/-/babel-plugin-transform-regenerator-6.26.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-regenerator"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserslist",
      "version": "3.2.8",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserslist@3.2.8",
      "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@3.2.8",
      "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-3.2.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserslist"
        }
      ]
    },
    {
      "type": "library",
      "name": "invariant",
      "version": "2.2.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|invariant@2.2.4",
      "author": "Andres Suarez",
      "description": "invariant",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/invariant@2.2.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/zertosh/invariant.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zertosh/invariant#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zertosh/invariant/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/invariant"
        }
      ]
    },
    {
      "type": "library",
      "name": "pako",
      "version": "1.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pako@1.0.6",
      "description": "zlib port to javascript - fast, modularized, with browser support",
      "licenses": [
        {
          "expression": "(MIT AND Zlib)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/pako@1.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/nodeca/pako.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodeca/pako",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodeca/pako/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pako/-/pako-1.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pako"
        }
      ]
    },
    {
      "type": "library",
      "name": "ieee754",
      "version": "1.1.12",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ieee754@1.1.12",
      "author": "Feross Aboukhadijeh",
      "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ieee754@1.1.12",
      "externalReferences": [
        {
          "url": "git://github.com/feross/ieee754.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/ieee754#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/ieee754/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.12.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ieee754"
        }
      ]
    },
    {
      "type": "library",
      "name": "inline-source-map",
      "version": "0.6.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|inline-source-map@0.6.2",
      "author": "Thorsten Lorenz",
      "description": "Adds source mappings and base64 encodes them, so they can be inlined in your generated file.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/inline-source-map@0.6.2",
      "externalReferences": [
        {
          "url": "git://github.com/thlorenz/inline-source-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thlorenz/inline-source-map",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thlorenz/inline-source-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/inline-source-map/-/inline-source-map-0.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inline-source-map"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|inline-source-map@0.6.2|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/inline-source-map/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "date-now",
      "version": "0.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|date-now@0.1.4",
      "author": "Raynos",
      "description": "A requirable version of Date.now()",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/Colingo/date-now/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/date-now@0.1.4",
      "externalReferences": [
        {
          "url": "git://github.com/Colingo/date-now.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Colingo/date-now",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Colingo/date-now/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/date-now"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserify-cipher",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserify-cipher@1.0.1",
      "author": "Calvin Metcalf",
      "description": "ciphers for the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserify-cipher@1.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/crypto-browserify/browserify-cipher.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/browserify-cipher#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/browserify-cipher/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserify-cipher"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserify-sign",
      "version": "4.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserify-sign@4.0.4",
      "description": "adds node crypto signing for browsers",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserify-sign@4.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/browserify-sign.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/browserify-sign#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/browserify-sign/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserify-sign"
        }
      ]
    },
    {
      "type": "library",
      "name": "create-ecdh",
      "version": "4.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|create-ecdh@4.0.3",
      "author": "Calvin Metcalf",
      "description": "createECDH but browserifiable",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/create-ecdh@4.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/createECDH.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/createECDH",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/createECDH/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/create-ecdh"
        }
      ]
    },
    {
      "type": "library",
      "name": "create-hash",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|create-hash@1.2.0",
      "description": "create hashes for browserify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/create-hash@1.2.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/crypto-browserify/createHash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/createHash",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/createHash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/create-hash"
        }
      ]
    },
    {
      "type": "library",
      "name": "create-hmac",
      "version": "1.1.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|create-hmac@1.1.7",
      "description": "node style hmacs in the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/create-hmac@1.1.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/createHmac.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/createHmac",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/createHmac/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/create-hmac"
        }
      ]
    },
    {
      "type": "library",
      "name": "diffie-hellman",
      "version": "5.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|diffie-hellman@5.0.3",
      "author": "Calvin Metcalf",
      "description": "pure js diffie-hellman",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/diffie-hellman@5.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/diffie-hellman.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/diffie-hellman",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/diffie-hellman/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/diffie-hellman"
        }
      ]
    },
    {
      "type": "library",
      "name": "pbkdf2",
      "version": "3.0.17",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pbkdf2@3.0.17",
      "author": "Daniel Cousens",
      "description": "This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pbkdf2@3.0.17",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/pbkdf2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/pbkdf2",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/pbkdf2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pbkdf2"
        }
      ]
    },
    {
      "type": "library",
      "name": "public-encrypt",
      "version": "4.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|public-encrypt@4.0.3",
      "author": "Calvin Metcalf",
      "description": "browserify version of publicEncrypt & privateDecrypt",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/public-encrypt@4.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/publicEncrypt.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/publicEncrypt",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/publicEncrypt/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/public-encrypt"
        }
      ]
    },
    {
      "type": "library",
      "name": "randombytes",
      "version": "2.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|randombytes@2.0.6",
      "description": "random bytes from browserify stand alone",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/randombytes@2.0.6",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/crypto-browserify/randombytes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/randombytes",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/randombytes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/randombytes"
        }
      ]
    },
    {
      "type": "library",
      "name": "randomfill",
      "version": "1.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|randomfill@1.0.4",
      "description": "random fill from browserify stand alone",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/randomfill@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/randomfill.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/randomfill",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/randomfill/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/randomfill"
        }
      ]
    },
    {
      "type": "library",
      "name": "abbrev",
      "version": "1.0.9",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|abbrev@1.0.9",
      "author": "Isaac Z. Schlueter",
      "description": "Like ruby's abbrev module, but in js",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/abbrev@1.0.9",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/isaacs/abbrev-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/abbrev-js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/abbrev-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/abbrev/-/abbrev-1.0.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/abbrev"
        }
      ]
    },
    {
      "type": "library",
      "name": "nopt",
      "version": "3.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|nopt@3.0.6",
      "author": "Isaac Z. Schlueter",
      "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nopt@3.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/nopt.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/nopt#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/nopt/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nopt"
        }
      ]
    },
    {
      "type": "library",
      "name": "wordwrap",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|wordwrap@1.0.0",
      "author": "James Halliday",
      "description": "Wrap those words. Show them at what columns to start and stop.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/wordwrap@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/substack/node-wordwrap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-wordwrap#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-wordwrap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/wordwrap"
        }
      ]
    },
    {
      "type": "library",
      "name": "dateformat",
      "version": "1.0.12",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|dateformat@1.0.12",
      "author": "Steven Levithan",
      "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dateformat@1.0.12",
      "externalReferences": [
        {
          "url": "git+https://github.com/felixge/node-dateformat.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/felixge/node-dateformat",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/felixge/node-dateformat/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dateformat"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "get-stdin",
          "version": "4.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|dateformat@1.0.12|get-stdin@4.0.1",
          "author": "Sindre Sorhus",
          "description": "Easier stdin",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-stdin@4.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/get-stdin.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/get-stdin#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/get-stdin/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/dateformat/node_modules/get-stdin"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "wcwidth",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|wcwidth@1.0.1",
      "author": "Tim Oxley",
      "description": "Port of C's wcwidth() and wcswidth()",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/wcwidth@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/timoxley/wcwidth.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/timoxley/wcwidth#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/timoxley/wcwidth/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/wcwidth"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-error",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|plugin-error@1.0.1",
      "author": "Gulp Team",
      "description": "Error handling for Vinyl plugins.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/plugin-error@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/gulpjs/plugin-error.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gulpjs/plugin-error#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gulpjs/plugin-error/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/plugin-error/-/plugin-error-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/plugin-error"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "ansi-colors",
          "version": "1.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|plugin-error@1.0.1|ansi-colors@1.1.0",
          "author": "Brian Woodward",
          "description": "Collection of ansi colors and styles.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-colors@1.1.0",
          "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-1.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/plugin-error/node_modules/ansi-colors"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "builtin-status-codes",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|builtin-status-codes@3.0.0",
      "author": "Ben Drucker",
      "description": "The map of HTTP status codes from the builtin http module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/builtin-status-codes@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/bendrucker/builtin-status-codes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bendrucker/builtin-status-codes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bendrucker/builtin-status-codes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/builtin-status-codes"
        }
      ]
    },
    {
      "type": "library",
      "name": "setimmediate",
      "version": "1.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|setimmediate@1.0.5",
      "author": "YuzuJS",
      "description": "A shim for the setImmediate efficient script yielding API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/setimmediate@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/YuzuJS/setImmediate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/YuzuJS/setImmediate#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/YuzuJS/setImmediate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/setimmediate"
        }
      ]
    },
    {
      "type": "library",
      "name": "querystring",
      "version": "0.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|querystring@0.2.0",
      "author": "Irakli Gozalishvili",
      "description": "Node's querystring module for all engines.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/Gozala/enchain/License.md"
          }
        }
      ],
      "purl": "pkg:npm/querystring@0.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/Gozala/querystring.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Gozala/querystring#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/Gozala/querystring/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/querystring"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-wasm-bytecode",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-wasm-bytecode@1.8.5",
      "author": "Sven Sauleau",
      "description": "WASM's Bytecode constants",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/helper-wasm-bytecode@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/helper-wasm-bytecode"
        }
      ]
    },
    {
      "type": "library",
      "name": "wast-parser",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wast-parser@1.8.5",
      "author": "Sven Sauleau",
      "description": "WebAssembly text format parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/wast-parser@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/wast-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "mamacro",
      "version": "0.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mamacro@0.0.3",
      "author": "Sven Sauleau",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mamacro@0.0.3",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/mamacro/-/mamacro-0.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mamacro"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-buffer",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-buffer@1.8.5",
      "author": "Sven Sauleau",
      "description": "Buffer manipulation utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/helper-buffer@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/helper-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-wasm-section",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-wasm-section@1.8.5",
      "author": "Sven Sauleau",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/helper-wasm-section@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/helper-wasm-section"
        }
      ]
    },
    {
      "type": "library",
      "name": "wasm-gen",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-gen@1.8.5",
      "author": "Sven Sauleau",
      "description": "WebAssembly binary format printer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/wasm-gen@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/wasm-gen"
        }
      ]
    },
    {
      "type": "library",
      "name": "wasm-opt",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-opt@1.8.5",
      "author": "Sven Sauleau",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/wasm-opt@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/wasm-opt"
        }
      ]
    },
    {
      "type": "library",
      "name": "wast-printer",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wast-printer@1.8.5",
      "author": "Sven Sauleau",
      "description": "WebAssembly text format printer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/wast-printer@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/wast-printer"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-api-error",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-api-error@1.8.5",
      "author": "Sven Sauleau",
      "description": "Common API errors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/helper-api-error@1.8.5",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/helper-api-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "ieee754",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ieee754@1.8.5",
      "description": "IEEE754 decoder and encoder",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/ieee754@1.8.5",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/ieee754"
        }
      ]
    },
    {
      "type": "library",
      "name": "leb128",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/leb128@1.8.5",
      "description": "LEB128 decoder and encoder",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/leb128@1.8.5",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/leb128"
        }
      ]
    },
    {
      "type": "library",
      "name": "utf8",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/utf8@1.8.5",
      "author": "Sven Sauleau",
      "description": "UTF8 encoder/decoder for WASM",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/utf8@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/utf8"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-deep-equal",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fast-deep-equal@2.0.1",
      "author": "Evgeny Poberezkin",
      "description": "Fast deep equal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-deep-equal@2.0.1",
      "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-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-deep-equal"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-schema-traverse",
      "version": "0.4.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-schema-traverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "uri-js",
      "version": "4.2.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|uri-js@4.2.2",
      "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.2.2",
      "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.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uri-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "esrecurse",
      "version": "4.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|esrecurse@4.2.1",
      "description": "ECMAScript AST recursive visitor",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esrecurse@4.2.1",
      "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.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esrecurse"
        }
      ]
    },
    {
      "type": "library",
      "name": "big.js",
      "version": "3.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|big.js@3.2.0",
      "author": "Michael Mclaughlin",
      "description": "A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/big.js@3.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/MikeMcl/big.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/MikeMcl/big.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/MikeMcl/big.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/big.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "emojis-list",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|emojis-list@2.1.0",
      "author": "Kiko Beats",
      "description": "Complete list of standard emojis.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/emojis-list@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/kikobeats/emojis-list.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Kikobeats/emojis-list",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Kikobeats/emojis-list/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/emojis-list"
        }
      ]
    },
    {
      "type": "library",
      "name": "errno",
      "version": "0.1.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|errno@0.1.7",
      "description": "libuv errno details exposed",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/errno@0.1.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/rvagg/node-errno.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rvagg/node-errno#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rvagg/node-errno/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/errno"
        }
      ]
    },
    {
      "type": "library",
      "name": "ajv-errors",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ajv-errors@1.0.0",
      "description": "Custom error messages in JSON-Schema for Ajv validator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ajv-errors@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/epoberezkin/ajv-errors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/epoberezkin/ajv-errors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epoberezkin/ajv-errors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ajv-errors"
        }
      ]
    },
    {
      "type": "library",
      "name": "find-cache-dir",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|find-cache-dir@2.0.0",
      "description": "Finds the common standard cache directory",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/find-cache-dir@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/find-cache-dir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/avajs/find-cache-dir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/find-cache-dir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/find-cache-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "worker-farm",
      "version": "1.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|worker-farm@1.6.0",
      "description": "Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/worker-farm@1.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/rvagg/node-worker-farm.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rvagg/node-worker-farm",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rvagg/node-worker-farm/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/worker-farm"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-list-map",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|source-list-map@2.0.1",
      "author": "Tobias Koppers @sokra",
      "description": "Fast line to line SourceMap generator.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-list-map@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/source-list-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack/source-list-map",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/source-list-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-list-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "js-tokens",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/js-tokens"
        }
      ]
    },
    {
      "type": "library",
      "name": "events",
      "group": "@types",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/events@3.0.0",
      "description": "TypeScript definitions for events",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/events@3.0.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/events/-/events-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/events"
        }
      ]
    },
    {
      "type": "library",
      "name": "remove-trailing-separator",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|remove-trailing-separator@1.1.0",
      "author": "darsain",
      "description": "Removes separators from the end of the string.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/remove-trailing-separator@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/darsain/remove-trailing-separator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/darsain/remove-trailing-separator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/darsain/remove-trailing-separator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/remove-trailing-separator"
        }
      ]
    },
    {
      "type": "library",
      "name": "vscode-jsonrpc",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|vscode-jsonrpc@4.0.0",
      "author": "Microsoft Corporation",
      "description": "A json rpc implementation over streams",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vscode-jsonrpc@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/Microsoft/vscode-languageserver-node.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Microsoft/vscode-languageserver-node#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Microsoft/vscode-languageserver-node/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vscode-jsonrpc"
        }
      ]
    },
    {
      "type": "library",
      "name": "vscode-languageserver-types",
      "version": "3.14.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|vscode-languageserver-types@3.14.0",
      "author": "Microsoft Corporation",
      "description": "Types used by the Language server for node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vscode-languageserver-types@3.14.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/Microsoft/vscode-languageserver-node.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Microsoft/vscode-languageserver-node#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Microsoft/vscode-languageserver-node/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.14.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vscode-languageserver-types"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-bigint",
      "version": "0.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|json-bigint@0.3.0",
      "author": "Andrey Sidorov",
      "description": "JSON.parse with bigints support",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json-bigint@0.3.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/sidorares/json-bigint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sidorares/json-bigint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sidorares/json-bigint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json-bigint/-/json-bigint-0.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-bigint"
        }
      ]
    },
    {
      "type": "library",
      "name": "google-p12-pem",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|google-p12-pem@1.0.2",
      "author": "Ryan Seys",
      "description": "Convert Google .p12 keys to .pem keys",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/google-p12-pem@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/google/google-p12-pem.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/google/google-p12-pem#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/google/google-p12-pem/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/google-p12-pem/-/google-p12-pem-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/google-p12-pem"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|google-p12-pem@1.0.2|pify@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/google-p12-pem/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "yallist",
      "version": "3.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|yallist@3.0.3",
      "author": "Isaac Z. Schlueter",
      "description": "Yet Another Linked List",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yallist@3.0.3",
      "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-3.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yallist"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-obj",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-obj@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Check if a value is an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-obj@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-obj.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-obj#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-obj/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-obj"
        }
      ]
    },
    {
      "type": "library",
      "name": "crypto-random-string",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|crypto-random-string@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Generate a cryptographically strong random string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/crypto-random-string@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/crypto-random-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/crypto-random-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/crypto-random-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/crypto-random-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "imurmurhash",
      "version": "0.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/imurmurhash"
        }
      ]
    },
    {
      "type": "library",
      "name": "safer-buffer",
      "version": "2.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/safer-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "es6-promise",
      "version": "4.2.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|es6-promise@4.2.6",
      "author": "Yehuda Katz, Tom Dale, Stefan Penner and contributors",
      "description": "A lightweight library that provides tools for organizing asynchronous code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es6-promise@4.2.6",
      "externalReferences": [
        {
          "url": "git://github.com/stefanpenner/es6-promise.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stefanpenner/es6-promise",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stefanpenner/es6-promise/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es6-promise"
        }
      ]
    },
    {
      "type": "library",
      "name": "inversify",
      "version": "5.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|inversify@5.0.1",
      "author": "Remo H. Jansen",
      "description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/inversify@5.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/inversify/InversifyJS.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://inversify.io",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inversify/InversifyJS/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/inversify/-/inversify-5.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inversify"
        }
      ]
    },
    {
      "type": "library",
      "name": "reflect-metadata",
      "version": "0.1.13",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|reflect-metadata@0.1.13",
      "author": "Ron Buckton",
      "description": "Polyfill for Metadata Reflection API",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/reflect-metadata@0.1.13",
      "externalReferences": [
        {
          "url": "git+https://github.com/rbuckton/reflect-metadata.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://rbuckton.github.io/reflect-metadata",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rbuckton/reflect-metadata/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/reflect-metadata"
        }
      ]
    },
    {
      "type": "library",
      "name": "amdefine",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|amdefine@1.0.1",
      "author": "James Burke",
      "description": "Provide AMD's define() API for declaring modules in the AMD format",
      "licenses": [
        {
          "expression": "BSD-3-Clause OR MIT",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/amdefine@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jrburke/amdefine.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/jrburke/amdefine",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jrburke/amdefine/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/amdefine"
        }
      ]
    },
    {
      "type": "library",
      "name": "uglify-to-browserify",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|uglify-to-browserify@1.0.2",
      "author": "ForbesLindesay",
      "description": "A transform to make UglifyJS work in browserify.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uglify-to-browserify@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ForbesLindesay/uglify-to-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ForbesLindesay/uglify-to-browserify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ForbesLindesay/uglify-to-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uglify-to-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "on-headers",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|on-headers@1.0.1",
      "author": "Douglas Christopher Wilson",
      "description": "Execute a listener when a response is about to write headers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/on-headers@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/on-headers.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/on-headers#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/on-headers/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/on-headers"
        }
      ]
    },
    {
      "type": "library",
      "name": "lazy-req",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lazy-req@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Require modules lazily",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lazy-req@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/lazy-req.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/lazy-req#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/lazy-req/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lazy-req/-/lazy-req-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lazy-req"
        }
      ]
    },
    {
      "type": "library",
      "name": "package-json",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|package-json@4.0.1",
      "author": "Sindre Sorhus",
      "description": "Get metadata of a package from the npm registry",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/package-json@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/package-json.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/package-json#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/package-json/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/package-json"
        }
      ]
    },
    {
      "type": "library",
      "name": "deepmerge",
      "version": "3.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|deepmerge@3.2.0",
      "author": "Nick Fisher",
      "description": "A library for deep (recursive) merging of Javascript objects",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/deepmerge@3.2.0",
      "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-3.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deepmerge"
        }
      ]
    },
    {
      "type": "library",
      "name": "macos-release",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|macos-release@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the name and version of a macOS release from the Darwin version",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/macos-release@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/macos-release.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/macos-release#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/macos-release/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/macos-release/-/macos-release-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/macos-release"
        }
      ]
    },
    {
      "type": "library",
      "name": "windows-release",
      "version": "3.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|windows-release@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Get the name of a Windows version from the release number: `5.1.2600` → `XP`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/windows-release@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/windows-release.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/windows-release#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/windows-release/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/windows-release/-/windows-release-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/windows-release"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "execa",
          "version": "0.10.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|windows-release@3.1.0|execa@0.10.0",
          "author": "Sindre Sorhus",
          "description": "A better `child_process`",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/execa@0.10.0",
          "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-0.10.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/windows-release/node_modules/execa"
            }
          ]
        },
        {
          "type": "library",
          "name": "get-stream",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|windows-release@3.1.0|get-stream@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Get a stream as a string, buffer, or array",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-stream@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/windows-release/node_modules/get-stream"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-equal-constant-time",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|buffer-equal-constant-time@1.0.1",
      "author": "GoInstant Inc., a salesforce.com company",
      "description": "Constant-time comparison of Buffers",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer-equal-constant-time@1.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/goinstant/buffer-equal-constant-time.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/goinstant/buffer-equal-constant-time#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/goinstant/buffer-equal-constant-time/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-equal-constant-time"
        }
      ]
    },
    {
      "type": "library",
      "name": "ecdsa-sig-formatter",
      "version": "1.0.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ecdsa-sig-formatter@1.0.10",
      "author": "D2L Corporation",
      "description": "Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenation",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ecdsa-sig-formatter@1.0.10",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/Brightspace/node-ecdsa-sig-formatter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Brightspace/node-ecdsa-sig-formatter#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Brightspace/node-ecdsa-sig-formatter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ecdsa-sig-formatter"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-number",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
      "author": "Jon Schlinkert",
      "description": "Returns true if the value is a number. comprehensive tests.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-number@3.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-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-number"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "kind-of",
          "version": "3.2.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0|kind-of@3.2.2",
          "author": "Jon Schlinkert",
          "description": "Get the native type of a value.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/kind-of@3.2.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/kind-of.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/is-number/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0|is-buffer@1.1.6",
          "author": "Feross Aboukhadijeh",
          "description": "Determine if an object is a Buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-buffer@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/feross/is-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/is-buffer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/is-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/is-number/node_modules/is-buffer"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "repeat-string",
      "version": "1.6.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1",
      "author": "Jon Schlinkert",
      "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/repeat-string@1.6.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/repeat-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/repeat-string",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/repeat-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/repeat-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "snapdragon-util",
      "version": "3.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon-util@3.0.1",
      "author": "Jon Schlinkert",
      "description": "Utilities for the snapdragon parser/compiler.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/snapdragon-util@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/snapdragon-util.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/snapdragon-util",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/snapdragon-util/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/snapdragon-util"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "kind-of",
          "version": "3.2.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon-util@3.0.1|kind-of@3.2.2",
          "author": "Jon Schlinkert",
          "description": "Get the native type of a value.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/kind-of@3.2.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/kind-of.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon-util/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon-util@3.0.1|is-buffer@1.1.6",
          "author": "Feross Aboukhadijeh",
          "description": "Determine if an object is a Buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-buffer@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/feross/is-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/is-buffer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/is-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/snapdragon-util/node_modules/is-buffer"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "is-accessor-descriptor",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-accessor-descriptor@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-accessor-descriptor@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-accessor-descriptor",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-accessor-descriptor"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-data-descriptor",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-data-descriptor@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-data-descriptor@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-data-descriptor",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-data-descriptor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-data-descriptor"
        }
      ]
    },
    {
      "type": "library",
      "name": "posix-character-classes",
      "version": "0.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|posix-character-classes@0.1.1",
      "author": "Jon Schlinkert",
      "description": "POSIX character classes for creating regular expressions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/posix-character-classes@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/posix-character-classes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/posix-character-classes",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/posix-character-classes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/posix-character-classes"
        }
      ]
    },
    {
      "type": "library",
      "name": "ret",
      "version": "0.1.15",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ret@0.1.15",
      "author": "Roly Fentanes",
      "description": "Tokenizes a string that represents a regular expression.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ret@0.1.15",
      "externalReferences": [
        {
          "url": "git://github.com/fent/ret.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fent/ret.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fent/ret.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ret"
        }
      ]
    },
    {
      "type": "library",
      "name": "cache-base",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cache-base@1.0.1",
      "author": "Jon Schlinkert",
      "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cache-base@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/cache-base.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/cache-base",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/cache-base/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cache-base"
        }
      ]
    },
    {
      "type": "library",
      "name": "class-utils",
      "version": "0.3.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6",
      "author": "Jon Schlinkert",
      "description": "Utils for working with JavaScript classes and prototype methods.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/class-utils@0.3.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/class-utils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/class-utils",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/class-utils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/class-utils"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "define-property",
          "version": "0.2.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|define-property@0.2.5",
          "author": "Jon Schlinkert",
          "description": "Define a non-enumerable property on an object.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/define-property@0.2.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/define-property.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/class-utils/node_modules/define-property"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-descriptor",
          "version": "0.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-descriptor@0.1.6",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-descriptor@0.1.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/class-utils/node_modules/is-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-accessor-descriptor",
          "version": "0.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-accessor-descriptor@0.1.6",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-accessor-descriptor@0.1.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-accessor-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/class-utils/node_modules/is-accessor-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "3.2.2",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
              "author": "Jon Schlinkert",
              "description": "Get the native type of a value.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/kind-of@3.2.2",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/kind-of.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-data-descriptor",
          "version": "0.1.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-data-descriptor@0.1.4",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-data-descriptor@0.1.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-data-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-data-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/class-utils/node_modules/is-data-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "3.2.2",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-data-descriptor@0.1.4|kind-of@3.2.2",
              "author": "Jon Schlinkert",
              "description": "Get the native type of a value.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/kind-of@3.2.2",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/kind-of.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|kind-of@5.1.0",
          "author": "Jon Schlinkert",
          "description": "Get the native type of a value.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/kind-of@5.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/kind-of.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/class-utils/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-buffer@1.1.6",
          "author": "Feross Aboukhadijeh",
          "description": "Determine if an object is a Buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-buffer@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/feross/is-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/is-buffer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/is-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/class-utils/node_modules/is-buffer"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "component-emitter",
      "version": "1.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|component-emitter@1.2.1",
      "description": "Event emitter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/component-emitter@1.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/emitter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/emitter#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/emitter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/component-emitter"
        }
      ]
    },
    {
      "type": "library",
      "name": "mixin-deep",
      "version": "1.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mixin-deep@1.3.1",
      "author": "Jon Schlinkert",
      "description": "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mixin-deep@1.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/mixin-deep.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/mixin-deep",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/mixin-deep/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mixin-deep"
        }
      ]
    },
    {
      "type": "library",
      "name": "pascalcase",
      "version": "0.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pascalcase@0.1.1",
      "author": "Jon Schlinkert",
      "description": "Convert a string to pascal-case.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pascalcase@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/pascalcase.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/pascalcase",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/pascalcase/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pascalcase"
        }
      ]
    },
    {
      "type": "library",
      "name": "atob",
      "version": "2.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|atob@2.1.2",
      "author": "AJ ONeal",
      "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
      "licenses": [
        {
          "expression": "(MIT OR Apache-2.0)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/atob@2.1.2",
      "externalReferences": [
        {
          "url": "git://git.coolaj86.com/coolaj86/atob.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://git.coolaj86.com/coolaj86/atob.js.git",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/atob"
        }
      ]
    },
    {
      "type": "library",
      "name": "decode-uri-component",
      "version": "0.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|decode-uri-component@0.2.0",
      "author": "Sam Verschueren",
      "description": "A better decodeURIComponent",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/decode-uri-component@0.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/SamVerschueren/decode-uri-component.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SamVerschueren/decode-uri-component#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SamVerschueren/decode-uri-component/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/decode-uri-component"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve-url",
      "version": "0.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|resolve-url@0.2.1",
      "author": "Simon Lydell",
      "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/resolve-url@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/lydell/resolve-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lydell/resolve-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lydell/resolve-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-url",
      "version": "0.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|source-map-url@0.4.0",
      "author": "Simon Lydell",
      "description": "Tools for working with sourceMappingURL comments.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-url@0.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lydell/source-map-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lydell/source-map-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lydell/source-map-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-map-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "urix",
      "version": "0.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|urix@0.1.0",
      "author": "Simon Lydell",
      "description": "Makes Windows-style paths more unix and URI friendly.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/urix@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lydell/urix.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lydell/urix#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lydell/urix/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/urix"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-passwd",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse-passwd@1.0.0",
      "author": "Brian Woodward",
      "description": "Parse a passwd file into a list of users.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-passwd@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/doowb/parse-passwd.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/doowb/parse-passwd",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/doowb/parse-passwd/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-passwd"
        }
      ]
    },
    {
      "type": "library",
      "name": "environment",
      "group": "@jest",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@jest/environment@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40jest/environment@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@jest/environment"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-api",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-api@2.1.1",
      "author": "Krishnan Anantheswaran",
      "description": "High level API for istanbul features",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-api@2.1.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs#readme",
          "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-api/-/istanbul-api-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-api"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-coverage",
      "version": "2.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-coverage@2.0.3",
      "author": "Krishnan Anantheswaran",
      "description": "Data library for istanbul coverage objects",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-lib-coverage@2.0.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs",
          "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-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-lib-coverage"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-instrument",
      "version": "3.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-instrument@3.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@3.1.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs",
          "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-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-lib-instrument"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-source-maps",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-source-maps@3.0.2",
      "author": "Krishnan Anantheswaran",
      "description": "Source maps support for istanbul",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-lib-source-maps@3.0.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs#readme",
          "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-3.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-lib-source-maps"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-notifier",
      "version": "5.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-notifier@5.4.0",
      "author": "Mikael Brevik",
      "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-notifier@5.4.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikaelbr/node-notifier#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikaelbr/node-notifier/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-notifier"
        }
      ]
    },
    {
      "type": "library",
      "name": "string-length",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|string-length@2.0.0",
      "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@2.0.0",
      "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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string-length"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|string-length@2.0.0|strip-ansi@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@4.0.0",
          "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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/string-length/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|string-length@2.0.0|ansi-regex@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Regular expression for matching ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-regex@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/string-length/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-istanbul",
      "version": "5.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-istanbul@5.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@5.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-5.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-istanbul"
        }
      ]
    },
    {
      "type": "library",
      "name": "throat",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|throat@4.1.0",
      "author": "ForbesLindesay",
      "description": "Throttle the parallelism of an asynchronous (promise returning) function / functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/throat@4.1.0",
      "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-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/throat"
        }
      ]
    },
    {
      "type": "library",
      "name": "fb-watchman",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fb-watchman@2.0.0",
      "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.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fb-watchman"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-serializer",
      "version": "24.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-serializer@24.4.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-serializer@24.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-24.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-serializer"
        }
      ]
    },
    {
      "type": "library",
      "name": "sane",
      "version": "4.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sane@4.0.3",
      "author": "amasad",
      "description": "Sane aims to be fast, small, and reliable file system watcher.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sane@4.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/amasad/sane.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/amasad/sane",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/amasad/sane/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sane/-/sane-4.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sane"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "anymatch",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sane@4.0.3|anymatch@2.0.0",
          "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@2.0.0",
          "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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/sane/node_modules/anymatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "normalize-path",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sane@4.0.3|normalize-path@2.1.1",
          "author": "Jon Schlinkert",
          "description": "Normalize file path slashes to be 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@2.1.1",
          "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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/sane/node_modules/normalize-path"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "walker",
      "version": "1.0.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|walker@1.0.7",
      "author": "Naitik Shah",
      "description": "A simple directory tree walker.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/walker@1.0.7",
      "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.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/walker"
        }
      ]
    },
    {
      "type": "library",
      "name": "stack-utils",
      "group": "@types",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/stack-utils@1.0.1",
      "description": "TypeScript definitions for stack-utils",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/stack-utils@1.0.1",
      "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/stack-utils/-/stack-utils-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/stack-utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "stack-utils",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stack-utils@1.0.2",
      "author": "James Talmage",
      "description": "Captures and cleans stack traces",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stack-utils@1.0.2",
      "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-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stack-utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-docblock",
      "version": "24.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-docblock@24.3.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-docblock@24.3.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-24.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-docblock"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-leak-detector",
      "version": "24.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-leak-detector@24.7.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-leak-detector@24.7.0",
      "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-24.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-leak-detector"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-mock",
      "version": "24.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-mock@24.7.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-mock@24.7.0",
      "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-24.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-mock"
        }
      ]
    },
    {
      "type": "library",
      "name": "types",
      "group": "@babel",
      "version": "7.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3",
      "author": "Sebastian McKenzie",
      "description": "Babel Types is a Lodash-esque utility library for AST nodes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/types@7.3.3",
      "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/types/-/types-7.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/types"
        }
      ]
    },
    {
      "type": "library",
      "name": "expect",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|expect@24.7.1",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/expect@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/expect"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-diff",
      "version": "24.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-diff@24.7.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-diff@24.7.0",
      "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-24.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-matcher-utils",
      "version": "24.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-matcher-utils@24.7.0",
      "description": "A set of utility functions for expect and related packages",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-matcher-utils@24.7.0",
      "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-24.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-matcher-utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "natural-compare",
      "version": "1.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/natural-compare"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-modules-regexp",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-modules-regexp@1.0.0",
      "author": "James Talmage",
      "description": "A regular expression for file paths that contain a `node_modules` folder.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-modules-regexp@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/node-modules-regexp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/node-modules-regexp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/node-modules-regexp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-modules-regexp"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-regex",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ansi-regex@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Regular expression for matching ANSI escape codes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-regex@4.0.0",
      "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-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "generator",
      "group": "@babel",
      "version": "7.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/generator@7.3.3",
      "author": "Sebastian McKenzie",
      "description": "Turns an AST into code.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/generator@7.3.3",
      "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/generator/-/generator-7.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/generator"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/generator@7.3.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@babel/generator/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "helpers",
      "group": "@babel",
      "version": "7.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/helpers@7.3.1",
      "author": "Sebastian McKenzie",
      "description": "Collection of helper functions used by Babel transforms.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helpers@7.3.1",
      "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/helpers/-/helpers-7.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helpers"
        }
      ]
    },
    {
      "type": "library",
      "name": "parser",
      "group": "@babel",
      "version": "7.3.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/parser@7.3.3",
      "author": "Sebastian McKenzie",
      "description": "A JavaScript parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/parser@7.3.3",
      "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/parser/-/parser-7.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "template",
      "group": "@babel",
      "version": "7.2.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/template@7.2.2",
      "author": "Sebastian McKenzie",
      "description": "Generate an AST from a string template.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/template@7.2.2",
      "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/template/-/template-7.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/template"
        }
      ]
    },
    {
      "type": "library",
      "name": "traverse",
      "group": "@babel",
      "version": "7.2.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/traverse@7.2.3",
      "author": "Sebastian McKenzie",
      "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.2.3",
      "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/traverse/-/traverse-7.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/traverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel__core",
      "group": "@types",
      "version": "7.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/babel__core@7.1.0",
      "description": "TypeScript definitions for @babel/core",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/babel__core@7.1.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/babel__core/-/babel__core-7.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/babel__core"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-preset-jest",
      "version": "24.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-preset-jest@24.6.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-jest@24.6.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-24.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-preset-jest"
        }
      ]
    },
    {
      "type": "library",
      "name": "co",
      "version": "4.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/co"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-generator-fn",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-generator-fn@2.0.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.0.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.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-generator-fn"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-each",
      "version": "24.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-each@24.7.1",
      "author": "Matt Phillips",
      "description": "Parameterised tests for Jest",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-each@24.7.1",
      "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-24.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-each"
        }
      ]
    },
    {
      "type": "library",
      "name": "jest-pnp-resolver",
      "version": "1.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jest-pnp-resolver@1.2.1",
      "description": "plug'n'play resolver for Webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jest-pnp-resolver@1.2.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jest-pnp-resolver"
        }
      ]
    },
    {
      "type": "library",
      "name": "react-is",
      "version": "16.8.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|react-is@16.8.4",
      "description": "Brand checking of React Elements.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/react-is@16.8.4",
      "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-16.8.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/react-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "duplexer",
      "version": "0.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|duplexer@0.1.1",
      "author": "Raynos",
      "description": "Creates a duplex stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/Raynos/duplexer/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/duplexer@0.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/Raynos/duplexer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/duplexer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/duplexer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/duplexer"
        }
      ]
    },
    {
      "type": "library",
      "name": "from",
      "version": "0.1.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|from@0.1.7",
      "author": "Dominic Tarr",
      "description": "Easy way to make a Readable Stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/from@0.1.7",
      "externalReferences": [
        {
          "url": "git://github.com/dominictarr/from.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dominictarr/from#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/from/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/from/-/from-0.1.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/from"
        }
      ]
    },
    {
      "type": "library",
      "name": "map-stream",
      "version": "0.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|map-stream@0.1.0",
      "author": "Dominic Tarr",
      "description": "construct pipes of streams of events",
      "purl": "pkg:npm/map-stream@0.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/dominictarr/map-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/dominictarr/map-stream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/map-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/map-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "pause-stream",
      "version": "0.0.11",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pause-stream@0.0.11",
      "author": "Dominic Tarr",
      "description": "a ThroughStream that strictly buffers all readable events when paused.",
      "purl": "pkg:npm/pause-stream@0.0.11",
      "externalReferences": [
        {
          "url": "git://github.com/dominictarr/pause-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dominictarr/pause-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/pause-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pause-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-combiner",
      "version": "0.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stream-combiner@0.0.4",
      "author": "'Dominic Tarr'",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-combiner@0.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/dominictarr/stream-combiner.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dominictarr/stream-combiner",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/stream-combiner/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-combiner"
        }
      ]
    },
    {
      "type": "library",
      "name": "through",
      "version": "2.3.8",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/through"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-dirname",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|path-dirname@1.0.2",
      "author": "Elan Shanker",
      "description": "Node.js path.dirname() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-dirname@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/es128/path-dirname.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/es128/path-dirname#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/es128/path-dirname/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-dirname"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-alloc-unsafe",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|buffer-alloc-unsafe@1.1.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer-alloc-unsafe@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/LinusU/buffer-alloc-unsafe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/LinusU/buffer-alloc-unsafe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/LinusU/buffer-alloc-unsafe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-alloc-unsafe"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-fill",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|buffer-fill@1.0.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer-fill@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/LinusU/buffer-fill.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/LinusU/buffer-fill#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/LinusU/buffer-fill/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-fill"
        }
      ]
    },
    {
      "type": "library",
      "name": "base64id",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|base64id@1.0.0",
      "author": "Kristian Faeldt",
      "description": "Generates a base64 id",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/base64id@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/faeldt/base64id.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/faeldt/base64id#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/faeldt/base64id/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/base64id"
        }
      ]
    },
    {
      "type": "library",
      "name": "engine.io-parser",
      "version": "2.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|engine.io-parser@2.1.3",
      "description": "Parser for the client for the realtime Engine",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/engine.io-parser@2.1.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/socketio/engine.io-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/socketio/engine.io-parser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/socketio/engine.io-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/engine.io-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "isarray",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|isarray@2.0.1",
      "author": "Julian Gruber",
      "description": "Array#isArray for older browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isarray@2.0.1",
      "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-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "backo2",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|backo2@1.0.2",
      "description": "simple backoff based on segmentio/backo",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/backo2@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/mokesmokes/backo.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mokesmokes/backo#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mokesmokes/backo/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/backo2"
        }
      ]
    },
    {
      "type": "library",
      "name": "base64-arraybuffer",
      "version": "0.1.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|base64-arraybuffer@0.1.5",
      "author": "Niklas von Hertzen",
      "description": "Encode/decode base64 data into ArrayBuffers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/base64-arraybuffer@0.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/niklasvh/base64-arraybuffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/niklasvh/base64-arraybuffer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/niklasvh/base64-arraybuffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/base64-arraybuffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "component-bind",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|component-bind@1.0.0",
      "description": "function binding utility",
      "purl": "pkg:npm/component-bind@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/bind.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/bind#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/bind/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/component-bind"
        }
      ]
    },
    {
      "type": "library",
      "name": "engine.io-client",
      "version": "3.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1",
      "description": "Client for the realtime Engine",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/engine.io-client@3.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/socketio/engine.io-client.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/socketio/engine.io-client",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/socketio/engine.io-client/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/engine.io-client"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "3.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1|debug@3.1.0",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@3.1.0",
          "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-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/engine.io-client/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "ws",
          "version": "3.3.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1|ws@3.3.3",
          "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@3.3.3",
          "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-3.3.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/engine.io-client/node_modules/ws"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/engine.io-client/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "has-cors",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|has-cors@1.1.0",
      "author": "Nathan Rajlich",
      "description": "Detects support for Cross-Origin Resource Sharing",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-cors@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/component/has-cors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/has-cors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/has-cors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-cors"
        }
      ]
    },
    {
      "type": "library",
      "name": "indexof",
      "version": "0.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|indexof@0.0.1",
      "description": "Microsoft sucks",
      "purl": "pkg:npm/indexof@0.0.1",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/indexof"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-component",
      "version": "0.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-component@0.0.3",
      "purl": "pkg:npm/object-component@0.0.3",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-component"
        }
      ]
    },
    {
      "type": "library",
      "name": "parseqs",
      "version": "0.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parseqs@0.0.5",
      "author": "Gal Koren",
      "description": "Provides methods for parsing a query string into an object, and vice versa.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parseqs@0.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/get/querystring.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/get/querystring",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/get/querystring/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parseqs"
        }
      ]
    },
    {
      "type": "library",
      "name": "parseuri",
      "version": "0.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parseuri@0.0.5",
      "description": "Method that parses a URI and returns an array of its components",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parseuri@0.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/get/parseuri.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/get/parseuri",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/get/parseuri/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parseuri"
        }
      ]
    },
    {
      "type": "library",
      "name": "to-array",
      "version": "0.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|to-array@0.1.4",
      "author": "Raynos",
      "description": "Turn an array like into an array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/Raynos/to-array/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/to-array@0.1.4",
      "externalReferences": [
        {
          "url": "git://github.com/Raynos/to-array.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/to-array",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/to-array/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-array"
        }
      ]
    },
    {
      "type": "library",
      "name": "pseudomap",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pseudomap@1.0.2",
      "author": "Isaac Z. Schlueter",
      "description": "A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pseudomap@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/pseudomap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/pseudomap#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/pseudomap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pseudomap"
        }
      ]
    },
    {
      "type": "library",
      "name": "cosmiconfig",
      "version": "5.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cosmiconfig@5.1.0",
      "author": "David Clark",
      "description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cosmiconfig@5.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/davidtheclark/cosmiconfig.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/davidtheclark/cosmiconfig#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/davidtheclark/cosmiconfig/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cosmiconfig"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve-from",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "proto-list",
      "version": "1.2.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|proto-list@1.2.4",
      "author": "Isaac Z. Schlueter",
      "description": "A utility for managing a prototype chain",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/proto-list@1.2.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/proto-list.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/proto-list#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/proto-list/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/proto-list"
        }
      ]
    },
    {
      "type": "library",
      "name": "os-homedir",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|os-homedir@1.0.2",
      "author": "Sindre Sorhus",
      "description": "Node.js 4 `os.homedir()` ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/os-homedir@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/os-homedir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/os-homedir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/os-homedir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/os-homedir"
        }
      ]
    },
    {
      "type": "library",
      "name": "chownr",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|chownr@1.1.1",
      "author": "Isaac Z. Schlueter",
      "description": "like `chown -R`",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chownr@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/chownr.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/chownr#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/chownr/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/chownr/-/chownr-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chownr"
        }
      ]
    },
    {
      "type": "library",
      "name": "move-concurrently",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|move-concurrently@1.0.1",
      "author": "Rebecca Turner",
      "description": "Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/move-concurrently@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/move-concurrently.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://www.npmjs.com/package/move-concurrently",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/move-concurrently/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/move-concurrently"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "aproba",
          "version": "1.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|move-concurrently@1.0.1|aproba@1.2.0",
          "author": "Rebecca Turner",
          "description": "A ridiculously light-weight argument validator (now browser friendly)",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/aproba@1.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/iarna/aproba.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/iarna/aproba",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/iarna/aproba/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/move-concurrently/node_modules/aproba"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "pump",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pump@3.0.0",
      "author": "Mathias Buus Madsen",
      "description": "pipe streams together and close all of them if one of them closes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pump@3.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/mafintosh/pump.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/pump#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/pump/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pump"
        }
      ]
    },
    {
      "type": "library",
      "name": "agentkeepalive",
      "version": "3.5.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|agentkeepalive@3.5.2",
      "author": "fengmk2",
      "description": "Missing keepalive http.Agent",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/agentkeepalive@3.5.2",
      "externalReferences": [
        {
          "url": "git://github.com/node-modules/agentkeepalive.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/node-modules/agentkeepalive#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/node-modules/agentkeepalive/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-3.5.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/agentkeepalive"
        }
      ]
    },
    {
      "type": "library",
      "name": "http-cache-semantics",
      "version": "3.8.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|http-cache-semantics@3.8.1",
      "author": "Kornel Lesiński",
      "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/http-cache-semantics@3.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/pornel/http-cache-semantics.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/pornel/http-cache-semantics#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pornel/http-cache-semantics/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/http-cache-semantics"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-fetch-npm",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-fetch-npm@2.0.2",
      "author": "David Frank",
      "description": "An npm cli-oriented fork of the excellent node-fetch",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-fetch-npm@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/node-fetch-npm.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/node-fetch-npm",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/node-fetch-npm/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-fetch-npm"
        }
      ]
    },
    {
      "type": "library",
      "name": "socks-proxy-agent",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socks-proxy-agent@4.0.1",
      "author": "Nathan Rajlich",
      "description": "A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/socks-proxy-agent@4.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/TooTallNate/node-socks-proxy-agent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TooTallNate/node-socks-proxy-agent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/node-socks-proxy-agent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/socks-proxy-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "flush-write-stream",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.1",
      "author": "Mathias Buus",
      "description": "A write stream constructor that supports a flush function that is called before finish is emitted",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/flush-write-stream@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/mafintosh/flush-write-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/flush-write-stream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/flush-write-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/flush-write-stream"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.1|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/flush-write-stream/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/flush-write-stream/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/flush-write-stream/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "from2",
      "version": "2.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0",
      "author": "Hugh Kennedy",
      "description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/from2@2.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/hughsk/from2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hughsk/from2",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hughsk/from2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/from2"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/from2/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/from2/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/from2/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "parallel-transform",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0",
      "author": "Mathias Buus Madsen",
      "description": "Transform stream that allows you to run your transforms in parallel without changing the order",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parallel-transform@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/mafintosh/parallel-transform.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/parallel-transform#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/parallel-transform/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parallel-transform"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/parallel-transform/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/parallel-transform/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/parallel-transform/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-each",
      "version": "1.2.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|stream-each@1.2.3",
      "author": "Mathias Buus",
      "description": "Iterate all the data in a stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-each@1.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/mafintosh/stream-each.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/stream-each",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/stream-each/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-each"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-bundled",
      "version": "1.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|npm-bundled@1.0.6",
      "author": "Isaac Z. Schlueter",
      "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-bundled@1.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/npm-bundled.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/npm-bundled#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/npm-bundled/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-bundled"
        }
      ]
    },
    {
      "type": "library",
      "name": "err-code",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|err-code@1.1.2",
      "author": "IndigoUnited",
      "description": "Create an error with a code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/err-code@1.1.2",
      "externalReferences": [
        {
          "url": "git://github.com/IndigoUnited/js-err-code.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/IndigoUnited/js-err-code#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/IndigoUnited/js-err-code/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/err-code"
        }
      ]
    },
    {
      "type": "library",
      "name": "retry",
      "version": "0.10.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|retry@0.10.1",
      "author": "Tim Koschützki",
      "description": "Abstraction for exponential and custom retry strategies for failed operations.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/retry@0.10.1",
      "externalReferences": [
        {
          "url": "git://github.com/tim-kos/node-retry.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tim-kos/node-retry",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tim-kos/node-retry/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/retry"
        }
      ]
    },
    {
      "type": "library",
      "name": "genfun",
      "version": "5.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|genfun@5.0.0",
      "author": "Kat Marchán",
      "description": "Fast, prototype-friendly multimethods.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/genfun@5.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/zkat/genfun.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/zkat/genfun",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zkat/genfun/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/genfun/-/genfun-5.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/genfun"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-minipass",
      "version": "1.2.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fs-minipass@1.2.5",
      "author": "Isaac Z. Schlueter",
      "description": "fs read and write streams based on minipass",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fs-minipass@1.2.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/fs-minipass.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/fs-minipass#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/fs-minipass/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fs-minipass"
        }
      ]
    },
    {
      "type": "library",
      "name": "minizlib",
      "version": "1.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|minizlib@1.2.1",
      "author": "Isaac Z. Schlueter",
      "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minizlib@1.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/minizlib.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/minizlib#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/minizlib/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/minizlib/-/minizlib-1.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minizlib"
        }
      ]
    },
    {
      "type": "library",
      "name": "unique-slug",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|unique-slug@2.0.1",
      "author": "Rebecca Turner",
      "description": "Generate a unique character string suitible for use in files and URLs.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unique-slug@2.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/iarna/unique-slug.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/unique-slug#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/unique-slug/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unique-slug"
        }
      ]
    },
    {
      "type": "library",
      "name": "byline",
      "version": "5.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|byline@5.0.0",
      "author": "John Hewson",
      "description": "simple line-by-line stream reader",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/byline@5.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jahewson/node-byline.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jahewson/node-byline",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jahewson/node-byline/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/byline/-/byline-5.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/byline"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-gyp",
      "version": "3.8.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-gyp@3.8.0",
      "author": "Nathan Rajlich",
      "description": "Node.js native addon build tool",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-gyp@3.8.0",
      "externalReferences": [
        {
          "url": "git://github.com/nodejs/node-gyp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodejs/node-gyp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodejs/node-gyp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-gyp/-/node-gyp-3.8.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-gyp"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "semver",
          "version": "5.3.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-gyp@3.8.0|semver@5.3.0",
          "description": "The semantic version parser used by npm.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/semver@5.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-5.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-gyp/node_modules/semver"
            }
          ]
        },
        {
          "type": "library",
          "name": "tar",
          "version": "2.2.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-gyp@3.8.0|tar@2.2.1",
          "author": "Isaac Z. Schlueter",
          "description": "tar for node",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/tar@2.2.1",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/node-tar.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/node-tar#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/node-tar/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/tar/-/tar-2.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/node-gyp/node_modules/tar"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "slide",
      "version": "1.1.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|slide@1.1.6",
      "author": "Isaac Z. Schlueter",
      "description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/slide@1.1.6",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/slide-flow-control.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/slide-flow-control#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/slide-flow-control/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/slide"
        }
      ]
    },
    {
      "type": "library",
      "name": "uid-number",
      "version": "0.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|uid-number@0.0.6",
      "author": "Isaac Z. Schlueter",
      "description": "Convert a username/group name to a uid/gid number",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uid-number@0.0.6",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/uid-number.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/uid-number#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/uid-number/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uid-number/-/uid-number-0.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uid-number"
        }
      ]
    },
    {
      "type": "library",
      "name": "umask",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|umask@1.1.0",
      "author": "Sam Mikes",
      "description": "convert umask from string <-> number",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/umask@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/smikes/umask.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/smikes/umask",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/smikes/umask/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/umask/-/umask-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/umask"
        }
      ]
    },
    {
      "type": "library",
      "name": "cmd-shim",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cmd-shim@2.0.2",
      "description": "Used in npm for command line application support",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cmd-shim@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ForbesLindesay/cmd-shim.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ForbesLindesay/cmd-shim#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ForbesLindesay/cmd-shim/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cmd-shim/-/cmd-shim-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cmd-shim"
        }
      ]
    },
    {
      "type": "library",
      "name": "read-cmd-shim",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-cmd-shim@1.0.1",
      "author": "Rebecca Turner",
      "description": "Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read-cmd-shim@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/read-cmd-shim.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/read-cmd-shim#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/read-cmd-shim/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/read-cmd-shim/-/read-cmd-shim-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read-cmd-shim"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-uniq",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-uniq@1.0.3",
      "author": "Sindre Sorhus",
      "description": "Create an array without duplicates",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-uniq@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/array-uniq.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/array-uniq#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/array-uniq/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-uniq"
        }
      ]
    },
    {
      "type": "library",
      "name": "asap",
      "version": "2.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|asap@2.0.6",
      "description": "High-priority task queue for Node.js and browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/asap@2.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/kriskowal/asap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kriskowal/asap#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kriskowal/asap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/asap"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli-cursor",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cli-cursor@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Toggle the CLI cursor",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cli-cursor@2.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-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cli-cursor"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli-width",
      "version": "2.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cli-width@2.2.0",
      "author": "Ilya Radchenko",
      "description": "Get stdout window width, with two fallbacks, tty and then a default.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cli-width@2.2.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/knownasilya/cli-width.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/knownasilya/cli-width",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/knownasilya/cli-width/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cli-width"
        }
      ]
    },
    {
      "type": "library",
      "name": "external-editor",
      "version": "3.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|external-editor@3.0.3",
      "author": "Kevin Gravier",
      "description": "Edit a string with the users preferred text editor using $VISUAL or $ENVIRONMENT",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/external-editor@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/mrkmg/node-external-editor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mrkmg/node-external-editor#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mrkmg/node-external-editor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/external-editor/-/external-editor-3.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/external-editor"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "iconv-lite",
          "version": "0.4.24",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|external-editor@3.0.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/external-editor/node_modules/iconv-lite"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "figures",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|figures@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Unicode symbols with Windows CMD fallbacks",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/figures@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/figures.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/figures#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/figures/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/figures"
        }
      ]
    },
    {
      "type": "library",
      "name": "mute-stream",
      "version": "0.0.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|mute-stream@0.0.7",
      "author": "Isaac Z. Schlueter",
      "description": "Bytes go in, but they don't come out (when muted).",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mute-stream@0.0.7",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/mute-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/mute-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/mute-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mute-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "run-async",
      "version": "2.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|run-async@2.3.0",
      "author": "Simon Boudrias",
      "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/run-async@2.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/SBoudrias/run-async.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SBoudrias/run-async#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SBoudrias/run-async/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/run-async"
        }
      ]
    },
    {
      "type": "library",
      "name": "rxjs",
      "version": "6.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rxjs@6.4.0",
      "author": "Ben Lesh",
      "description": "Reactive Extensions for modern JavaScript",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rxjs@6.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/reactivex/rxjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ReactiveX/RxJS",
          "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-6.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rxjs"
        }
      ]
    },
    {
      "type": "library",
      "name": "readdir-enhanced",
      "group": "@mrmlnc",
      "version": "2.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@mrmlnc/readdir-enhanced@2.2.1",
      "author": "James Messinger",
      "description": "fs.readdir with sync, async, and streaming APIs + filtering, recursion, absolute paths, etc.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40mrmlnc/readdir-enhanced@2.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/bigstickcarpet/readdir-enhanced.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bigstickcarpet/readdir-enhanced",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bigstickcarpet/readdir-enhanced/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@mrmlnc/readdir-enhanced"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs.stat",
      "group": "@nodelib",
      "version": "1.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@nodelib/fs.stat@1.1.3",
      "description": "Get the status of a file with some features",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40nodelib/fs.stat@1.1.3",
      "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-1.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@nodelib/fs.stat"
        }
      ]
    },
    {
      "type": "library",
      "name": "merge2",
      "version": "1.2.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|merge2@1.2.3",
      "description": "Merge multiple streams into one stream in sequence or parallel.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/merge2@1.2.3",
      "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.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/merge2"
        }
      ]
    },
    {
      "type": "library",
      "name": "spdx-license-ids",
      "version": "3.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|spdx-license-ids@3.0.3",
      "author": "Shinnosuke Watanabe",
      "description": "A list of SPDX license identifiers",
      "licenses": [
        {
          "license": {
            "id": "CC0-1.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spdx-license-ids@3.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/shinnn/spdx-license-ids.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/shinnn/spdx-license-ids#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shinnn/spdx-license-ids/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/spdx-license-ids"
        }
      ]
    },
    {
      "type": "library",
      "name": "spdx-exceptions",
      "version": "2.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|spdx-exceptions@2.2.0",
      "author": "The Linux Foundation",
      "description": "list of SPDX standard license exceptions",
      "licenses": [
        {
          "license": {
            "id": "CC-BY-3.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spdx-exceptions@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/kemitchell/spdx-exceptions.json.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kemitchell/spdx-exceptions.json#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kemitchell/spdx-exceptions.json/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/spdx-exceptions"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-plain-obj",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-plain-obj@1.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@1.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-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-plain-obj"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.clonedeep",
      "version": "4.5.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.clonedeep@4.5.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.cloneDeep` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.clonedeep@4.5.0",
      "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.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.clonedeep"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsonparse",
      "version": "1.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsonparse@1.3.1",
      "author": "Tim Caswell",
      "description": "This is a pure-js JSON streaming parser for node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsonparse@1.3.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/creationix/jsonparse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/creationix/jsonparse#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/creationix/jsonparse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsonparse"
        }
      ]
    },
    {
      "type": "library",
      "name": "compare-func",
      "version": "1.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|compare-func@1.3.2",
      "author": "Steve Mao",
      "description": "Get a compare function for array to sort",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/compare-func@1.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/stevemao/compare-func.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stevemao/compare-func",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stevemao/compare-func/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/compare-func"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "dot-prop",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|compare-func@1.3.2|dot-prop@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Get, set, or delete a property from a nested object using a dot path",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/dot-prop@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/dot-prop.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/dot-prop#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/dot-prop/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/compare-func/node_modules/dot-prop"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "conventional-changelog-writer",
      "version": "4.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3",
      "author": "Steve Mao",
      "description": "Write logs based on conventional commits and templates",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/conventional-changelog-writer@4.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/conventional-changelog/conventional-changelog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-writer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/conventional-changelog-writer"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "dateformat",
          "version": "3.0.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|dateformat@3.0.3",
          "author": "Steven Levithan",
          "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/dateformat@3.0.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/felixge/node-dateformat.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/felixge/node-dateformat",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/felixge/node-dateformat/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/dateformat"
            }
          ]
        },
        {
          "type": "library",
          "name": "meow",
          "version": "4.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|meow@4.0.1",
          "author": "Sindre Sorhus",
          "description": "CLI app helper",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/meow@4.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/meow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/meow#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/meow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/meow"
            }
          ]
        },
        {
          "type": "library",
          "name": "through2",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase-keys",
          "version": "4.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|camelcase-keys@4.2.0",
          "author": "Sindre Sorhus",
          "description": "Convert object keys to camelCase",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase-keys@4.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/camelcase-keys.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase-keys#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase-keys/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/camelcase-keys"
            }
          ]
        },
        {
          "type": "library",
          "name": "redent",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|redent@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip redundant indentation and indent the string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/redent@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/redent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/redent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/redent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/redent"
            }
          ]
        },
        {
          "type": "library",
          "name": "trim-newlines",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|trim-newlines@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Trim newlines from the start and/or end of a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/trim-newlines@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/trim-newlines.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/trim-newlines#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/trim-newlines/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/trim-newlines"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|camelcase@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "map-obj",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|map-obj@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Map object keys and values into a new object",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/map-obj@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/map-obj.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/map-obj#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/map-obj/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/map-obj"
            }
          ]
        },
        {
          "type": "library",
          "name": "indent-string",
          "version": "3.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|indent-string@3.2.0",
          "author": "Sindre Sorhus",
          "description": "Indent each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/indent-string@3.2.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-3.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/indent-string"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-indent",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|strip-indent@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip leading whitespace from each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-indent@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/strip-indent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-indent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-indent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/strip-indent"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-changelog-writer/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "conventional-commits-parser",
      "version": "3.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1",
      "author": "Steve Mao",
      "description": "Parse raw conventional commits",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/conventional-commits-parser@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/conventional-changelog/conventional-changelog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/conventional-commits-parser"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "meow",
          "version": "4.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|meow@4.0.1",
          "author": "Sindre Sorhus",
          "description": "CLI app helper",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/meow@4.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/meow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/meow#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/meow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/meow"
            }
          ]
        },
        {
          "type": "library",
          "name": "through2",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase-keys",
          "version": "4.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|camelcase-keys@4.2.0",
          "author": "Sindre Sorhus",
          "description": "Convert object keys to camelCase",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase-keys@4.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/camelcase-keys.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase-keys#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase-keys/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/camelcase-keys"
            }
          ]
        },
        {
          "type": "library",
          "name": "redent",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|redent@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip redundant indentation and indent the string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/redent@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/redent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/redent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/redent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/redent"
            }
          ]
        },
        {
          "type": "library",
          "name": "trim-newlines",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|trim-newlines@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Trim newlines from the start and/or end of a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/trim-newlines@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/trim-newlines.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/trim-newlines#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/trim-newlines/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/trim-newlines"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|camelcase@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "map-obj",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|map-obj@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Map object keys and values into a new object",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/map-obj@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/map-obj.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/map-obj#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/map-obj/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/map-obj"
            }
          ]
        },
        {
          "type": "library",
          "name": "indent-string",
          "version": "3.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|indent-string@3.2.0",
          "author": "Sindre Sorhus",
          "description": "Indent each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/indent-string@3.2.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-3.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/indent-string"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-indent",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|strip-indent@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip leading whitespace from each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-indent@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/strip-indent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-indent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-indent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/strip-indent"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/conventional-commits-parser/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "get-pkg-repo",
      "version": "1.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0",
      "author": "Steve Mao",
      "description": "Get normalized repository from package json data",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-pkg-repo@1.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/stevemao/get-pkg-repo.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stevemao/get-pkg-repo",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stevemao/get-pkg-repo/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-pkg-repo"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "through2",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/get-pkg-repo/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/get-pkg-repo/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/get-pkg-repo/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/get-pkg-repo/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "git-raw-commits",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0",
      "author": "Steve Mao",
      "description": "Get raw git commits out of your repository using git-log(1)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/git-raw-commits@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/conventional-changelog/conventional-changelog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-raw-commits#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/git-raw-commits"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "meow",
          "version": "4.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|meow@4.0.1",
          "author": "Sindre Sorhus",
          "description": "CLI app helper",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/meow@4.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/meow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/meow#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/meow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/meow"
            }
          ]
        },
        {
          "type": "library",
          "name": "through2",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase-keys",
          "version": "4.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|camelcase-keys@4.2.0",
          "author": "Sindre Sorhus",
          "description": "Convert object keys to camelCase",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase-keys@4.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/camelcase-keys.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase-keys#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase-keys/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/camelcase-keys"
            }
          ]
        },
        {
          "type": "library",
          "name": "redent",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|redent@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip redundant indentation and indent the string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/redent@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/redent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/redent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/redent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/redent"
            }
          ]
        },
        {
          "type": "library",
          "name": "trim-newlines",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|trim-newlines@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Trim newlines from the start and/or end of a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/trim-newlines@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/trim-newlines.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/trim-newlines#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/trim-newlines/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/trim-newlines"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|camelcase@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "map-obj",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|map-obj@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Map object keys and values into a new object",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/map-obj@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/map-obj.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/map-obj#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/map-obj/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/map-obj"
            }
          ]
        },
        {
          "type": "library",
          "name": "indent-string",
          "version": "3.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|indent-string@3.2.0",
          "author": "Sindre Sorhus",
          "description": "Indent each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/indent-string@3.2.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-3.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/indent-string"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-indent",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|strip-indent@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip leading whitespace from each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-indent@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/strip-indent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-indent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-indent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/strip-indent"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-raw-commits/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "git-remote-origin-url",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-remote-origin-url@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the remote origin url of a git repository",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/git-remote-origin-url@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/git-remote-origin-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/git-remote-origin-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/git-remote-origin-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/git-remote-origin-url"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "2.3.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-remote-origin-url@2.0.0|pify@2.3.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@2.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-remote-origin-url/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "git-semver-tags",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2",
      "author": "Steve Mao",
      "description": "Get all git semver tags of your repository in reverse chronological order",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/git-semver-tags@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/conventional-changelog/conventional-changelog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/git-semver-tags#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/git-semver-tags"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "meow",
          "version": "4.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|meow@4.0.1",
          "author": "Sindre Sorhus",
          "description": "CLI app helper",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/meow@4.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/meow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/meow#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/meow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-semver-tags/node_modules/meow"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase-keys",
          "version": "4.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|camelcase-keys@4.2.0",
          "author": "Sindre Sorhus",
          "description": "Convert object keys to camelCase",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase-keys@4.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/camelcase-keys.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase-keys#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase-keys/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-semver-tags/node_modules/camelcase-keys"
            }
          ]
        },
        {
          "type": "library",
          "name": "redent",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|redent@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip redundant indentation and indent the string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/redent@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/redent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/redent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/redent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-semver-tags/node_modules/redent"
            }
          ]
        },
        {
          "type": "library",
          "name": "trim-newlines",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|trim-newlines@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Trim newlines from the start and/or end of a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/trim-newlines@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/trim-newlines.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/trim-newlines#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/trim-newlines/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-semver-tags/node_modules/trim-newlines"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "4.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|camelcase@4.1.0",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@4.1.0",
          "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-4.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-semver-tags/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "map-obj",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|map-obj@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Map object keys and values into a new object",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/map-obj@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/map-obj.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/map-obj#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/map-obj/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-semver-tags/node_modules/map-obj"
            }
          ]
        },
        {
          "type": "library",
          "name": "indent-string",
          "version": "3.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|indent-string@3.2.0",
          "author": "Sindre Sorhus",
          "description": "Indent each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/indent-string@3.2.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-3.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-semver-tags/node_modules/indent-string"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-indent",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|strip-indent@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip leading whitespace from each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-indent@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/strip-indent.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-indent#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-indent/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/git-semver-tags/node_modules/strip-indent"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "read-pkg-up",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Read the closest package.json file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read-pkg-up@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/read-pkg-up.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/read-pkg-up#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/read-pkg-up/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read-pkg-up"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "find-up",
          "version": "2.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|find-up@2.1.0",
          "author": "Sindre Sorhus",
          "description": "Find a file by walking up parent directories",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/find-up@2.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-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/read-pkg-up/node_modules/find-up"
            }
          ]
        },
        {
          "type": "library",
          "name": "locate-path",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|locate-path@2.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@2.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/read-pkg-up/node_modules/locate-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-locate",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|p-locate@2.0.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@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/read-pkg-up/node_modules/p-locate"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-limit",
          "version": "1.3.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|p-limit@1.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@1.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-1.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/read-pkg-up/node_modules/p-limit"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-try",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|p-try@1.0.0",
          "author": "Sindre Sorhus",
          "description": "`Promise#try()` ponyfill - Starts a promise chain",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/p-try@1.0.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/read-pkg-up/node_modules/p-try"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "conventional-changelog-preset-loader",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-preset-loader@2.0.2",
      "description": "Configuration preset loader for `conventional-changelog`.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/conventional-changelog-preset-loader@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/conventional-changelog/conventional-changelog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-preset-loader#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/conventional-changelog-preset-loader"
        }
      ]
    },
    {
      "type": "library",
      "name": "conventional-commits-filter",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-filter@2.0.1",
      "author": "Steve Mao",
      "description": "Filter out reverted commits parsed by conventional-commits-parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/conventional-commits-filter@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/conventional-changelog/conventional-changelog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-filter#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/conventional-changelog/conventional-changelog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/conventional-commits-filter"
        }
      ]
    },
    {
      "type": "library",
      "name": "git-up",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|git-up@4.0.1",
      "author": "Ionică Bizău",
      "description": "A low level git url parser.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/git-up@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/IonicaBizau/git-up.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/IonicaBizau/git-up",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/IonicaBizau/git-up/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/git-up/-/git-up-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/git-up"
        }
      ]
    },
    {
      "type": "library",
      "name": "code-point-at",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|code-point-at@1.1.0",
      "author": "Sindre Sorhus",
      "description": "ES2015 `String#codePointAt()` ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/code-point-at@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/code-point-at.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/code-point-at#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/code-point-at/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/code-point-at"
        }
      ]
    },
    {
      "type": "library",
      "name": "invert-kv",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|invert-kv@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Invert the key/value of an object. Example: `{foo: 'bar'}` → `{bar: 'foo'}`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/invert-kv@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/invert-kv.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/invert-kv#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/invert-kv/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/invert-kv"
        }
      ]
    },
    {
      "type": "library",
      "name": "map-age-cleaner",
      "version": "0.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|map-age-cleaner@0.1.3",
      "author": "Sam Verschueren",
      "description": "Automatically cleanup expired items in a Map",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/map-age-cleaner@0.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/SamVerschueren/map-age-cleaner.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SamVerschueren/map-age-cleaner#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SamVerschueren/map-age-cleaner/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/map-age-cleaner"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-is-promise",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-is-promise@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if something is a promise",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-is-promise@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-is-promise.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-is-promise#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-is-promise/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-is-promise"
        }
      ]
    },
    {
      "type": "library",
      "name": "error-ex",
      "version": "1.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|error-ex@1.3.2",
      "description": "Easy error subclassing and stack customization",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/error-ex@1.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/qix-/node-error-ex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/qix-/node-error-ex#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/qix-/node-error-ex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/error-ex"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-date-object",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-date-object@1.0.1",
      "author": "Jordan Harband",
      "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-date-object@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/is-date-object.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/is-date-object#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/is-date-object/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-date-object"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-symbol",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-symbol@1.0.2",
      "author": "Jordan Harband",
      "description": "Determine if a value is an ES6 Symbol or not.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-symbol@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/is-symbol.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/is-symbol#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/is-symbol/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-symbol"
        }
      ]
    },
    {
      "type": "library",
      "name": "to-regex-range",
      "version": "5.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-regex-range"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "is-number",
          "version": "7.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|to-regex-range@5.0.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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/to-regex-range/node_modules/is-number"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "deep-is",
      "version": "0.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|deep-is@0.1.3",
      "author": "Thorsten Lorenz",
      "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
      "purl": "pkg:npm/deep-is@0.1.3",
      "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.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deep-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-levenshtein",
      "version": "2.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-levenshtein"
        }
      ]
    },
    {
      "type": "library",
      "name": "levn",
      "version": "0.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/levn"
        }
      ]
    },
    {
      "type": "library",
      "name": "prelude-ls",
      "version": "1.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prelude-ls"
        }
      ]
    },
    {
      "type": "library",
      "name": "type-check",
      "version": "0.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/type-check"
        }
      ]
    },
    {
      "type": "library",
      "name": "delayed-stream",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/delayed-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "asynckit",
      "version": "0.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/asynckit"
        }
      ]
    },
    {
      "type": "library",
      "name": "har-schema",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|har-schema@2.0.0",
      "author": "Ahmad Nassri",
      "description": "JSON Schema for HTTP Archive (HAR)",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/har-schema@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ahmadnassri/har-schema.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ahmadnassri/har-schema",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ahmadnassri/har-schema/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/har-schema"
        }
      ]
    },
    {
      "type": "library",
      "name": "assert-plus",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|assert-plus@1.0.0",
      "author": "Mark Cavage",
      "description": "Extra assertions on top of node's assert module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/assert-plus@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mcavage/node-assert-plus.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mcavage/node-assert-plus#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mcavage/node-assert-plus/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/assert-plus"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsprim",
      "version": "1.4.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsprim@1.4.1",
      "description": "utilities for primitive JavaScript types",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsprim@1.4.1",
      "externalReferences": [
        {
          "url": "git://github.com/joyent/node-jsprim.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/joyent/node-jsprim#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/joyent/node-jsprim/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsprim"
        }
      ]
    },
    {
      "type": "library",
      "name": "sshpk",
      "version": "1.16.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sshpk@1.16.1",
      "author": "Joyent, Inc",
      "description": "A library for finding and using SSH public keys",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sshpk@1.16.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/joyent/node-sshpk.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/arekinath/node-sshpk#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/arekinath/node-sshpk/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sshpk"
        }
      ]
    },
    {
      "type": "library",
      "name": "detect-indent",
      "version": "4.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|detect-indent@4.0.0",
      "author": "Sindre Sorhus",
      "description": "Detect the indentation of code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/detect-indent@4.0.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-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/detect-indent"
        }
      ]
    },
    {
      "type": "library",
      "name": "trim-right",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|trim-right@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Similar to String#trim() but removes only whitespace on the right",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/trim-right@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/trim-right.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/trim-right#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/trim-right/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/trim-right"
        }
      ]
    },
    {
      "type": "library",
      "name": "home-or-tmp",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|home-or-tmp@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the user home directory with fallback to the system temp directory",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/home-or-tmp@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/home-or-tmp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/home-or-tmp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/home-or-tmp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/home-or-tmp"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-remap-async-to-generator",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-remap-async-to-generator@6.24.1",
      "description": "Helper function to remap async functions to generators",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-remap-async-to-generator@6.24.1",
      "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-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-remap-async-to-generator"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-syntax-async-functions",
      "version": "6.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-syntax-async-functions@6.13.0",
      "description": "Allow parsing of async functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-syntax-async-functions@6.13.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-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-syntax-async-functions"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-define-map",
      "version": "6.26.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-define-map@6.26.0",
      "description": "Helper function to define a map",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-define-map@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-helper-define-map/-/babel-helper-define-map-6.26.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-define-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-function-name",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-function-name@6.24.1",
      "description": "Helper function to change the property 'name' of every function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-function-name@6.24.1",
      "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-helper-function-name/-/babel-helper-function-name-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-function-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-optimise-call-expression",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-optimise-call-expression@6.24.1",
      "description": "Helper function to optimise call expression",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-optimise-call-expression@6.24.1",
      "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-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-optimise-call-expression"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-replace-supers",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-replace-supers@6.24.1",
      "description": "Helper function to replace supers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-replace-supers@6.24.1",
      "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-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-replace-supers"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-strict-mode",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-strict-mode@6.24.1",
      "description": "This plugin places a 'use strict'; directive at the top of all files to enable strict mode",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-strict-mode@6.24.1",
      "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-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-strict-mode"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-hoist-variables",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-hoist-variables@6.24.1",
      "description": "Helper function to hoist variables",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-hoist-variables@6.24.1",
      "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-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-hoist-variables"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-call-delegate",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-call-delegate@6.24.1",
      "description": "Helper function to call delegate",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-call-delegate@6.24.1",
      "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-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-call-delegate"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-get-function-arity",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-get-function-arity@6.24.1",
      "description": "Helper function to get function arity",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-get-function-arity@6.24.1",
      "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-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-get-function-arity"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-regex",
      "version": "6.26.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-regex@6.26.0",
      "description": "Helper function to check for literal RegEx",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-regex@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-helper-regex/-/babel-helper-regex-6.26.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "regexpu-core",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|regexpu-core@2.0.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@2.0.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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regexpu-core"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-builder-binary-assignment-operator-visitor",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-builder-binary-assignment-operator-visitor@6.24.1",
      "description": "Helper function to build binary assignment operator visitors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-builder-binary-assignment-operator-visitor@6.24.1",
      "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-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-builder-binary-assignment-operator-visitor"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-syntax-exponentiation-operator",
      "version": "6.13.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-syntax-exponentiation-operator@6.13.0",
      "description": "Allow parsing of the exponentiation operator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-syntax-exponentiation-operator@6.13.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-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-syntax-exponentiation-operator"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerator-transform",
      "version": "0.10.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|regenerator-transform@0.10.1",
      "author": "Ben Newman",
      "description": "Explode async and generator functions into a state machine.",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regenerator-transform@0.10.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-transform/-/regenerator-transform-0.10.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regenerator-transform"
        }
      ]
    },
    {
      "type": "library",
      "name": "caniuse-lite",
      "version": "1.0.30000912",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|caniuse-lite@1.0.30000912",
      "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.30000912",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/caniuse-lite.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/caniuse-lite#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/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.30000912.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/caniuse-lite"
        }
      ]
    },
    {
      "type": "library",
      "name": "electron-to-chromium",
      "version": "1.3.85",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|electron-to-chromium@1.3.85",
      "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.3.85",
      "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.3.85.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/electron-to-chromium"
        }
      ]
    },
    {
      "type": "library",
      "name": "loose-envify",
      "version": "1.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|loose-envify@1.4.0",
      "author": "Andres Suarez",
      "description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/loose-envify@1.4.0",
      "externalReferences": [
        {
          "url": "git://github.com/zertosh/loose-envify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zertosh/loose-envify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zertosh/loose-envify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/loose-envify"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserify-aes",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserify-aes@1.2.0",
      "description": "aes, for browserify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserify-aes@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/crypto-browserify/browserify-aes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/browserify-aes",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/browserify-aes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserify-aes"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserify-des",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserify-des@1.0.2",
      "author": "Calvin Metcalf",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserify-des@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/browserify-des.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/browserify-des#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/browserify-des/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserify-des"
        }
      ]
    },
    {
      "type": "library",
      "name": "evp_bytestokey",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|evp_bytestokey@1.0.3",
      "author": "Calvin Metcalf",
      "description": "The insecure key derivation algorithm from OpenSSL",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/evp_bytestokey@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/EVP_BytesToKey.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/EVP_BytesToKey",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/EVP_BytesToKey/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/evp_bytestokey"
        }
      ]
    },
    {
      "type": "library",
      "name": "bn.js",
      "version": "4.11.8",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|bn.js@4.11.8",
      "author": "Fedor Indutny",
      "description": "Big number implementation in pure javascript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bn.js@4.11.8",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indutny/bn.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indutny/bn.js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indutny/bn.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bn.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserify-rsa",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|browserify-rsa@4.0.1",
      "description": "RSA for browserify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserify-rsa@4.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/crypto-browserify/browserify-rsa.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/browserify-rsa#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/browserify-rsa/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserify-rsa"
        }
      ]
    },
    {
      "type": "library",
      "name": "elliptic",
      "version": "6.4.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|elliptic@6.4.1",
      "author": "Fedor Indutny",
      "description": "EC cryptography",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/elliptic@6.4.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indutny/elliptic.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indutny/elliptic",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indutny/elliptic/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/elliptic"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-asn1",
      "version": "5.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse-asn1@5.1.1",
      "description": "utility library for parsing asn1 files for use with browserify-sign.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-asn1@5.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/crypto-browserify/parse-asn1.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/parse-asn1#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/parse-asn1/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-asn1"
        }
      ]
    },
    {
      "type": "library",
      "name": "cipher-base",
      "version": "1.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cipher-base@1.0.4",
      "author": "Calvin Metcalf",
      "description": "abstract base class for crypto-streams",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cipher-base@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/cipher-base.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/cipher-base#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/cipher-base/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cipher-base"
        }
      ]
    },
    {
      "type": "library",
      "name": "md5.js",
      "version": "1.3.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|md5.js@1.3.5",
      "author": "Kirill Fomichev",
      "description": "node style md5 on pure JavaScript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/md5.js@1.3.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/md5.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/md5.js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/md5.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/md5.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "ripemd160",
      "version": "2.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ripemd160@2.0.2",
      "description": "Compute ripemd160 of bytes or strings.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ripemd160@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/ripemd160.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/ripemd160#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/ripemd160/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ripemd160"
        }
      ]
    },
    {
      "type": "library",
      "name": "sha.js",
      "version": "2.4.11",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|sha.js@2.4.11",
      "author": "Dominic Tarr",
      "description": "Streamable SHA hashes in pure javascript",
      "licenses": [
        {
          "expression": "(MIT AND BSD-3-Clause)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/sha.js@2.4.11",
      "externalReferences": [
        {
          "url": "git://github.com/crypto-browserify/sha.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/sha.js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/sha.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sha.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "miller-rabin",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|miller-rabin@4.0.1",
      "author": "Fedor Indutny",
      "description": "Miller Rabin algorithm for primality test",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/miller-rabin@4.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indutny/miller-rabin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indutny/miller-rabin",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indutny/miller-rabin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/miller-rabin"
        }
      ]
    },
    {
      "type": "library",
      "name": "meow",
      "version": "3.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0",
      "author": "Sindre Sorhus",
      "description": "CLI app helper",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/meow@3.7.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/meow.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/meow#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/meow/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/meow"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "read-pkg-up",
          "version": "1.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|read-pkg-up@1.0.1",
          "author": "Sindre Sorhus",
          "description": "Read the closest package.json file",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/read-pkg-up@1.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/read-pkg-up.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/read-pkg-up#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/read-pkg-up/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/meow/node_modules/read-pkg-up"
            }
          ]
        },
        {
          "type": "library",
          "name": "find-up",
          "version": "1.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|find-up@1.1.2",
          "author": "Sindre Sorhus",
          "description": "Find a file by walking up parent directories",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/find-up@1.1.2",
          "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-1.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/meow/node_modules/find-up"
            }
          ]
        },
        {
          "type": "library",
          "name": "read-pkg",
          "version": "1.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|read-pkg@1.1.0",
          "author": "Sindre Sorhus",
          "description": "Read a package.json file",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/read-pkg@1.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/read-pkg.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/read-pkg#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/read-pkg/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/meow/node_modules/read-pkg"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-exists",
          "version": "2.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|path-exists@2.1.0",
          "author": "Sindre Sorhus",
          "description": "Check if a path exists",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/path-exists@2.1.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-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/meow/node_modules/path-exists"
            }
          ]
        },
        {
          "type": "library",
          "name": "load-json-file",
          "version": "1.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|load-json-file@1.1.0",
          "author": "Sindre Sorhus",
          "description": "Read and parse a JSON file",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/load-json-file@1.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/load-json-file.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/load-json-file#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/load-json-file/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/meow/node_modules/load-json-file"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-type",
          "version": "1.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|path-type@1.1.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@1.1.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-1.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/meow/node_modules/path-type"
            }
          ]
        },
        {
          "type": "library",
          "name": "parse-json",
          "version": "2.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|parse-json@2.2.0",
          "author": "Sindre Sorhus",
          "description": "Parse JSON with more helpful errors",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/parse-json@2.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/parse-json.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/parse-json#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/parse-json/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/meow/node_modules/parse-json"
            }
          ]
        },
        {
          "type": "library",
          "name": "pify",
          "version": "2.3.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|pify@2.3.0",
          "author": "Sindre Sorhus",
          "description": "Promisify a callback-style function",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pify@2.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pify.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pify#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pify/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/meow/node_modules/pify"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-bom",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|strip-bom@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-bom@2.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/meow/node_modules/strip-bom"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "defaults",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|defaults@1.0.3",
      "author": "Elijah Insua",
      "description": "merge single level defaults over a config object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/defaults@1.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/tmpvar/defaults.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tmpvar/defaults#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tmpvar/defaults/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/defaults"
        }
      ]
    },
    {
      "type": "library",
      "name": "arr-union",
      "version": "3.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|arr-union@3.1.0",
      "author": "Jon Schlinkert",
      "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/arr-union@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/arr-union.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/arr-union",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/arr-union/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/arr-union"
        }
      ]
    },
    {
      "type": "library",
      "name": "floating-point-hex-parser",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/floating-point-hex-parser@1.8.5",
      "author": "Mauro Bringolf",
      "description": "A function to parse floating point hexadecimal strings as defined by the WebAssembly specification",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/floating-point-hex-parser@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/floating-point-hex-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-code-frame",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-code-frame@1.8.5",
      "author": "Sven Sauleau",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/helper-code-frame@1.8.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/xtuc/webassemblyjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xtuc/webassemblyjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/helper-code-frame"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-fsm",
      "group": "@webassemblyjs",
      "version": "1.8.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-fsm@1.8.5",
      "author": "Mauro Bringolf",
      "description": "FSM implementation",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40webassemblyjs/helper-fsm@1.8.5",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@webassemblyjs/helper-fsm"
        }
      ]
    },
    {
      "type": "library",
      "name": "long",
      "group": "@xtuc",
      "version": "4.2.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@xtuc/long@4.2.2",
      "author": "Daniel Wirtz",
      "description": "A Long class for representing a 64-bit two's-complement integer value.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40xtuc/long@4.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/dcodeIO/long.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dcodeIO/long.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dcodeIO/long.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@xtuc/long"
        }
      ]
    },
    {
      "type": "library",
      "name": "ieee754",
      "group": "@xtuc",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@xtuc/ieee754@1.2.0",
      "author": "Feross Aboukhadijeh",
      "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40xtuc/ieee754@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/feross/ieee754.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/ieee754#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/ieee754/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@xtuc/ieee754"
        }
      ]
    },
    {
      "type": "library",
      "name": "prr",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|prr@1.0.1",
      "author": "Rod Vagg",
      "description": "A better Object.defineProperty()",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prr@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/rvagg/prr.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rvagg/prr",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rvagg/prr/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prr"
        }
      ]
    },
    {
      "type": "library",
      "name": "to-arraybuffer",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|to-arraybuffer@1.0.1",
      "author": "John Hiesey",
      "description": "Get an ArrayBuffer from a Buffer as fast as possible",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/to-arraybuffer@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/jhiesey/to-arraybuffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jhiesey/to-arraybuffer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jhiesey/to-arraybuffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-arraybuffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "commondir",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|commondir@1.0.1",
      "author": "James Halliday",
      "description": "compute the closest common parent for file paths",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/commondir@1.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/substack/node-commondir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-commondir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-commondir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/commondir"
        }
      ]
    },
    {
      "type": "library",
      "name": "bignumber.js",
      "version": "7.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|bignumber.js@7.2.1",
      "author": "Michael Mclaughlin",
      "description": "A library for arbitrary-precision decimal and non-decimal arithmetic",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bignumber.js@7.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/MikeMcl/bignumber.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/MikeMcl/bignumber.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/MikeMcl/bignumber.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bignumber.js/-/bignumber.js-7.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bignumber.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-forge",
      "version": "0.7.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|node-forge@0.7.6",
      "author": "Digital Bazaar, Inc.",
      "description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.",
      "licenses": [
        {
          "expression": "(BSD-3-Clause OR GPL-2.0)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/node-forge@0.7.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/digitalbazaar/forge.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/digitalbazaar/forge",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/digitalbazaar/forge/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-forge"
        }
      ]
    },
    {
      "type": "library",
      "name": "cross-spawn-async",
      "version": "2.2.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cross-spawn-async@2.2.5",
      "author": "IndigoUnited",
      "description": "Cross platform child_process#spawn",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cross-spawn-async@2.2.5",
      "externalReferences": [
        {
          "url": "git://github.com/IndigoUnited/node-cross-spawn-async.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/IndigoUnited/node-cross-spawn-async#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/IndigoUnited/node-cross-spawn-async/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.2.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cross-spawn-async"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lru-cache",
          "version": "4.1.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cross-spawn-async@2.2.5|lru-cache@4.1.5",
          "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@4.1.5",
          "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-4.1.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cross-spawn-async/node_modules/lru-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "yallist",
          "version": "2.1.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cross-spawn-async@2.2.5|yallist@2.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "Yet Another Linked List",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yallist@2.1.2",
          "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-2.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cross-spawn-async/node_modules/yallist"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "window-size",
      "version": "0.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|window-size@0.1.0",
      "author": "Jon Schlinkert",
      "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/jonschlinkert/window-size/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/window-size@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/window-size.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/window-size",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/window-size/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/window-size"
        }
      ]
    },
    {
      "type": "library",
      "name": "vlq",
      "version": "0.2.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|vlq@0.2.3",
      "author": "Rich Harris",
      "description": "Generate, and decode, base64 VLQ mappings for source maps and other uses",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vlq@0.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/Rich-Harris/vlq.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Rich-Harris/vlq#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Rich-Harris/vlq/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vlq/-/vlq-0.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vlq"
        }
      ]
    },
    {
      "type": "library",
      "name": "got",
      "version": "6.7.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|got@6.7.1",
      "description": "Simplified HTTP requests",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/got@6.7.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/got.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/got#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/got/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/got/-/got-6.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/got"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "get-stream",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|got@6.7.1|get-stream@3.0.0",
          "author": "Sindre Sorhus",
          "description": "Get a stream as a string, buffer, or array",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-stream@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/got/node_modules/get-stream"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "registry-auth-token",
      "version": "3.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|registry-auth-token@3.3.2",
      "author": "Espen Hovlandsdal",
      "description": "Get the auth token set for an npm registry (if any)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/registry-auth-token@3.3.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/rexxars/registry-auth-token.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rexxars/registry-auth-token#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rexxars/registry-auth-token/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/registry-auth-token"
        }
      ]
    },
    {
      "type": "library",
      "name": "registry-url",
      "version": "3.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|registry-url@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Get the set npm registry URL",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/registry-url@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/registry-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/registry-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/registry-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/registry-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "collection-visit",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|collection-visit@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Visit a method over the items in an object, or map visit over the objects in an array.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/collection-visit@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/collection-visit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/collection-visit",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/collection-visit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/collection-visit"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-value",
      "version": "2.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|get-value@2.0.6",
      "author": "Jon Schlinkert",
      "description": "Use property paths (`a.b.c`) to get a nested value from an object.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-value@2.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/get-value.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/get-value",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/get-value/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-value"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-value",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|has-value@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-value@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/has-value.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/has-value",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/has-value/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-value"
        }
      ]
    },
    {
      "type": "library",
      "name": "set-value",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|set-value@2.0.0",
      "author": "Jon Schlinkert",
      "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/set-value@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/set-value.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/set-value",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/set-value/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/set-value"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "extend-shallow",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|set-value@2.0.0|extend-shallow@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extend-shallow@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/set-value/node_modules/extend-shallow"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|set-value@2.0.0|is-extendable@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extendable@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extendable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/set-value/node_modules/is-extendable"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "to-object-path",
      "version": "0.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|to-object-path@0.3.0",
      "author": "Jon Schlinkert",
      "description": "Create an object path from a list or array of strings.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/to-object-path@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/to-object-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/to-object-path",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/to-object-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-object-path"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "kind-of",
          "version": "3.2.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|to-object-path@0.3.0|kind-of@3.2.2",
          "author": "Jon Schlinkert",
          "description": "Get the native type of a value.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/kind-of@3.2.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/kind-of.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/to-object-path/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|to-object-path@0.3.0|is-buffer@1.1.6",
          "author": "Feross Aboukhadijeh",
          "description": "Determine if an object is a Buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-buffer@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/feross/is-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/is-buffer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/is-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/to-object-path/node_modules/is-buffer"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "union-value",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/union-value@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/union-value.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/union-value",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/union-value/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/union-value"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|is-extendable@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extendable@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extendable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extendable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/union-value/node_modules/is-extendable"
            }
          ]
        },
        {
          "type": "library",
          "name": "set-value",
          "version": "0.4.3",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|set-value@0.4.3",
          "author": "Jon Schlinkert",
          "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/set-value@0.4.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/set-value.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/set-value",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/set-value/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/union-value/node_modules/set-value"
            }
          ]
        },
        {
          "type": "library",
          "name": "extend-shallow",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|extend-shallow@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extend-shallow@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/extend-shallow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/extend-shallow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/union-value/node_modules/extend-shallow"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "unset-value",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Delete nested properties from an object using dot notation.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unset-value@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/unset-value.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/unset-value",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/unset-value/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unset-value"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "has-value",
          "version": "0.3.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|has-value@0.3.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-value@0.3.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/has-value.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/has-value",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/has-value/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/unset-value/node_modules/has-value"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "isobject",
              "version": "2.1.0",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|has-value@0.3.1|isobject@2.1.0",
              "author": "Jon Schlinkert",
              "description": "Returns true if the value is an object and not an array or null.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/isobject@2.1.0",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/isobject.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/isobject",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/isobject/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/unset-value/node_modules/has-value/node_modules/isobject"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "has-values",
          "version": "0.1.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|has-values@0.1.4",
          "author": "Jon Schlinkert",
          "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/has-values@0.1.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/has-values.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/has-values",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/has-values/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/unset-value/node_modules/has-values"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/unset-value/node_modules/isarray"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "static-extend",
      "version": "0.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2",
      "author": "Jon Schlinkert",
      "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/static-extend@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/static-extend.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/static-extend",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/static-extend/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/static-extend"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "define-property",
          "version": "0.2.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|define-property@0.2.5",
          "author": "Jon Schlinkert",
          "description": "Define a non-enumerable property on an object.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/define-property@0.2.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/define-property.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/static-extend/node_modules/define-property"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-descriptor",
          "version": "0.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-descriptor@0.1.6",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-descriptor@0.1.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/static-extend/node_modules/is-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-accessor-descriptor",
          "version": "0.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-accessor-descriptor@0.1.6",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-accessor-descriptor@0.1.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-accessor-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/static-extend/node_modules/is-accessor-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "3.2.2",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
              "author": "Jon Schlinkert",
              "description": "Get the native type of a value.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/kind-of@3.2.2",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/kind-of.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-data-descriptor",
          "version": "0.1.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-data-descriptor@0.1.4",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-data-descriptor@0.1.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-data-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-data-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/static-extend/node_modules/is-data-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "3.2.2",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-data-descriptor@0.1.4|kind-of@3.2.2",
              "author": "Jon Schlinkert",
              "description": "Get the native type of a value.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/kind-of@3.2.2",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/kind-of.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "5.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|kind-of@5.1.0",
          "author": "Jon Schlinkert",
          "description": "Get the native type of a value.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/kind-of@5.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/kind-of.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/static-extend/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-buffer@1.1.6",
          "author": "Feross Aboukhadijeh",
          "description": "Determine if an object is a Buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-buffer@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/feross/is-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/is-buffer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/is-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/static-extend/node_modules/is-buffer"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "for-in",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|for-in@1.0.2",
      "author": "Jon Schlinkert",
      "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/for-in@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/for-in.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/for-in",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/for-in/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/for-in"
        }
      ]
    },
    {
      "type": "library",
      "name": "compare-versions",
      "version": "3.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|compare-versions@3.4.0",
      "author": "Ole Michelsen",
      "description": "Compare semver version strings to find greater, equal or lesser.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/compare-versions@3.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/omichelsen/compare-versions.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/omichelsen/compare-versions#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/omichelsen/compare-versions/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/compare-versions/-/compare-versions-3.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/compare-versions"
        }
      ]
    },
    {
      "type": "library",
      "name": "fileset",
      "version": "2.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fileset@2.0.3",
      "author": "mklabs",
      "description": "Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fileset@2.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/mklabs/node-fileset.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mklabs/node-fileset",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mklabs/node-fileset/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fileset/-/fileset-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fileset"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-hook",
      "version": "2.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-hook@2.0.3",
      "author": "Krishnan Anantheswaran",
      "description": "Hooks for require, vm and script used in istanbul",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-lib-hook@2.0.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs#readme",
          "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-hook/-/istanbul-lib-hook-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-lib-hook"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-report",
      "version": "2.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-report@2.0.4",
      "author": "Krishnan Anantheswaran",
      "description": "Base reporting library for istanbul",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-lib-report@2.0.4",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs",
          "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-2.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-lib-report"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "supports-color",
          "version": "6.1.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-report@2.0.4|supports-color@6.1.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@6.1.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-6.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul-lib-report/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-reports",
      "version": "2.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-reports@2.1.1",
      "author": "Krishnan Anantheswaran",
      "description": "istanbul reports",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-reports@2.1.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs",
          "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-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/istanbul-reports"
        }
      ]
    },
    {
      "type": "library",
      "name": "growly",
      "version": "1.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|growly@1.3.0",
      "author": "Ibrahim Al-Rajhi",
      "description": "Simple zero-dependency Growl notifications using GNTP.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/growly@1.3.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/theabraham/growly.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/theabraham/growly#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/theabraham/growly/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/growly"
        }
      ]
    },
    {
      "type": "library",
      "name": "shellwords",
      "version": "0.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|shellwords@0.1.1",
      "author": "Jimmy Cuadra",
      "description": "Manipulate strings according to the word parsing rules of the UNIX Bourne shell.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/shellwords@0.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/jimmycuadra/shellwords.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jimmycuadra/shellwords",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jimmycuadra/shellwords/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/shellwords"
        }
      ]
    },
    {
      "type": "library",
      "name": "astral-regex",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|astral-regex@1.0.0",
      "author": "Kevin Mårtensson",
      "description": "Regular expression for matching astral symbols",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/astral-regex@1.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-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/astral-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "test-exclude",
      "version": "5.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|test-exclude@5.1.0",
      "author": "Ben Coe",
      "description": "test for inclusion or exclusion of paths using pkg-conf and globs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/test-exclude@5.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/istanbuljs/istanbuljs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/istanbuljs#readme",
          "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/test-exclude/-/test-exclude-5.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/test-exclude"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "read-pkg-up",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|test-exclude@5.1.0|read-pkg-up@4.0.0",
          "author": "Sindre Sorhus",
          "description": "Read the closest package.json file",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/read-pkg-up@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/read-pkg-up.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/read-pkg-up#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/read-pkg-up/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/test-exclude/node_modules/read-pkg-up"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "bser",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|bser@2.0.0",
      "author": "Wez Furlong",
      "description": "JavaScript implementation of the BSER Binary Serialization",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bser@2.0.0",
      "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.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bser"
        }
      ]
    },
    {
      "type": "library",
      "name": "watch",
      "group": "@cnakazawa",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@cnakazawa/watch@1.0.3",
      "author": "Mikeal Rogers",
      "description": "Utilities for watching file trees.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40cnakazawa/watch@1.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/mikeal/watch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikeal/watch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikeal/watch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@cnakazawa/watch"
        }
      ]
    },
    {
      "type": "library",
      "name": "capture-exit",
      "version": "1.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|capture-exit@1.2.0",
      "author": "Stefan Penner",
      "description": "safely cleanup in signal handlers",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/capture-exit@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/stefanpenner/capture-exit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stefanpenner/capture-exit#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stefanpenner/capture-exit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/capture-exit/-/capture-exit-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/capture-exit"
        }
      ]
    },
    {
      "type": "library",
      "name": "exec-sh",
      "version": "0.3.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|exec-sh@0.3.2",
      "author": "Aleksandr Tsertkov",
      "description": "Execute shell command forwarding all stdio.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/exec-sh@0.3.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/tsertkov/exec-sh.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tsertkov/exec-sh#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tsertkov/exec-sh/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/exec-sh"
        }
      ]
    },
    {
      "type": "library",
      "name": "makeerror",
      "version": "1.0.11",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|makeerror@1.0.11",
      "author": "Naitik Shah",
      "description": "A library to make errors.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/makeerror@1.0.11",
      "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.11.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/makeerror"
        }
      ]
    },
    {
      "type": "library",
      "name": "detect-newline",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|detect-newline@2.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@2.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-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/detect-newline"
        }
      ]
    },
    {
      "type": "library",
      "name": "to-fast-properties",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-fast-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "diff-sequences",
      "version": "24.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|diff-sequences@24.3.0",
      "description": "Compare items in two sequences to find a longest common subsequence",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/diff-sequences@24.3.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-24.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/diff-sequences"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsesc",
      "version": "2.5.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsesc"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-function-name",
      "group": "@babel",
      "version": "7.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/helper-function-name@7.1.0",
      "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.1.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/helper-function-name/-/helper-function-name-7.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-function-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-split-export-declaration",
      "group": "@babel",
      "version": "7.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/helper-split-export-declaration@7.0.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-split-export-declaration@7.0.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/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-split-export-declaration"
        }
      ]
    },
    {
      "type": "library",
      "name": "globals",
      "version": "11.11.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|globals@11.11.0",
      "author": "Sindre Sorhus",
      "description": "Global identifiers from different JavaScript environments",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/globals@11.11.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.11.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/globals"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel__generator",
      "group": "@types",
      "version": "7.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/babel__generator@7.0.2",
      "description": "TypeScript definitions for @babel/generator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/babel__generator@7.0.2",
      "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/babel__generator/-/babel__generator-7.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/babel__generator"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel__template",
      "group": "@types",
      "version": "7.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/babel__template@7.0.2",
      "description": "TypeScript definitions for @babel/template",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/babel__template@7.0.2",
      "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/babel__template/-/babel__template-7.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/babel__template"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel__traverse",
      "group": "@types",
      "version": "7.0.6",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@types/babel__traverse@7.0.6",
      "description": "TypeScript definitions for @babel/traverse",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40types/babel__traverse@7.0.6",
      "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/babel__traverse/-/babel__traverse-7.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@types/babel__traverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "plugin-syntax-object-rest-spread",
      "group": "@babel",
      "version": "7.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/plugin-syntax-object-rest-spread@7.2.0",
      "description": "Allow parsing of object rest/spread",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/plugin-syntax-object-rest-spread@7.2.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/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/plugin-syntax-object-rest-spread"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-jest-hoist",
      "version": "24.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-jest-hoist@24.6.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-jest-hoist@24.6.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-24.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-jest-hoist"
        }
      ]
    },
    {
      "type": "library",
      "name": "left-pad",
      "version": "1.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|left-pad@1.3.0",
      "author": "azer",
      "description": "String left pad",
      "licenses": [
        {
          "license": {
            "id": "WTFPL",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/left-pad@1.3.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/stevemao/left-pad.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stevemao/left-pad#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stevemao/left-pad/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/left-pad/-/left-pad-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/left-pad"
        }
      ]
    },
    {
      "type": "library",
      "name": "sax",
      "version": "1.2.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sax"
        }
      ]
    },
    {
      "type": "library",
      "name": "after",
      "version": "0.8.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|after@0.8.2",
      "author": "Raynos",
      "description": "after - tiny flow control",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/after@0.8.2",
      "externalReferences": [
        {
          "url": "git://github.com/Raynos/after.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/after#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/after/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/after/-/after-0.8.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/after"
        }
      ]
    },
    {
      "type": "library",
      "name": "arraybuffer.slice",
      "version": "0.0.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|arraybuffer.slice@0.0.7",
      "description": "Exports a function for slicing ArrayBuffers (no polyfilling)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/arraybuffer.slice@0.0.7",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/rase-/arraybuffer.slice.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rase-/arraybuffer.slice",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rase-/arraybuffer.slice/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/arraybuffer.slice"
        }
      ]
    },
    {
      "type": "library",
      "name": "blob",
      "version": "0.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|blob@0.0.5",
      "description": "Abstracts out Blob and uses BlobBulder in cases where it is supported with any vendor prefix.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/blob@0.0.5",
      "externalReferences": [
        {
          "url": "git://github.com/webmodules/blob.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webmodules/blob",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webmodules/blob/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/blob"
        }
      ]
    },
    {
      "type": "library",
      "name": "ultron",
      "version": "1.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ultron@1.1.1",
      "author": "Arnout Kazemier",
      "description": "Ultron is high-intelligence robot. It gathers intel so it can start improving upon his rudimentary design",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ultron@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/unshiftio/ultron.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/unshiftio/ultron",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/unshiftio/ultron/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ultron"
        }
      ]
    },
    {
      "type": "library",
      "name": "component-inherit",
      "version": "0.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|component-inherit@0.0.3",
      "description": "Prototype inheritance utility",
      "purl": "pkg:npm/component-inherit@0.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/inherit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/inherit#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/inherit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/component-inherit"
        }
      ]
    },
    {
      "type": "library",
      "name": "xmlhttprequest-ssl",
      "version": "1.5.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|xmlhttprequest-ssl@1.5.5",
      "author": "Michael de Wit",
      "description": "XMLHttpRequest for Node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://creativecommons.org/licenses/MIT/"
          }
        }
      ],
      "purl": "pkg:npm/xmlhttprequest-ssl@1.5.5",
      "externalReferences": [
        {
          "url": "git://github.com/mjwwit/node-XMLHttpRequest.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mjwwit/node-XMLHttpRequest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/mjwwit/node-XMLHttpRequest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xmlhttprequest-ssl"
        }
      ]
    },
    {
      "type": "library",
      "name": "yeast",
      "version": "0.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|yeast@0.1.2",
      "author": "Arnout Kazemier",
      "description": "Tiny but linear growing unique id generator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yeast@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/unshiftio/yeast.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/unshiftio/yeast",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/unshiftio/yeast/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yeast"
        }
      ]
    },
    {
      "type": "library",
      "name": "better-assert",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|better-assert@1.0.2",
      "author": "TJ Holowaychuk",
      "description": "Better assertions for node, reporting the expr, filename, lineno etc",
      "purl": "pkg:npm/better-assert@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/visionmedia/better-assert.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/visionmedia/better-assert#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/visionmedia/better-assert/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/better-assert"
        }
      ]
    },
    {
      "type": "library",
      "name": "import-fresh",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|import-fresh@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Import a module while bypassing the cache",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/import-fresh@2.0.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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/import-fresh"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "resolve-from",
          "version": "3.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|import-fresh@2.0.0|resolve-from@3.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@3.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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/import-fresh/node_modules/resolve-from"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "is-directory",
      "version": "0.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-directory@0.3.1",
      "author": "Jon Schlinkert",
      "description": "Returns true if a filepath exists on the file system and it's directory.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-directory@0.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-directory.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-directory",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-directory/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-directory"
        }
      ]
    },
    {
      "type": "library",
      "name": "copy-concurrently",
      "version": "1.0.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|copy-concurrently@1.0.5",
      "author": "Rebecca Turner",
      "description": "Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/copy-concurrently@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/copy-concurrently.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://www.npmjs.com/package/copy-concurrently",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/copy-concurrently/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/copy-concurrently"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "aproba",
          "version": "1.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|copy-concurrently@1.0.5|aproba@1.2.0",
          "author": "Rebecca Turner",
          "description": "A ridiculously light-weight argument validator (now browser friendly)",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/aproba@1.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/iarna/aproba.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/iarna/aproba",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/iarna/aproba/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/copy-concurrently/node_modules/aproba"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-write-stream-atomic",
      "version": "1.0.10",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10",
      "author": "Isaac Z. Schlueter",
      "description": "Like `fs.createWriteStream(...)`, but atomic.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fs-write-stream-atomic@1.0.10",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/fs-write-stream-atomic.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/fs-write-stream-atomic",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/fs-write-stream-atomic/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fs-write-stream-atomic"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/fs-write-stream-atomic/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/fs-write-stream-atomic/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/fs-write-stream-atomic/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "run-queue",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|run-queue@1.0.3",
      "author": "Rebecca Turner",
      "description": "A promise based, dynamic priority queue runner, with concurrency limiting.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/run-queue@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/iarna/run-queue.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://npmjs.com/package/run-queue",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/run-queue/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/run-queue"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "aproba",
          "version": "1.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|run-queue@1.0.3|aproba@1.2.0",
          "author": "Rebecca Turner",
          "description": "A ridiculously light-weight argument validator (now browser friendly)",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/aproba@1.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/iarna/aproba.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/iarna/aproba",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/iarna/aproba/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/run-queue/node_modules/aproba"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "humanize-ms",
      "version": "1.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|humanize-ms@1.2.1",
      "author": "dead-horse",
      "description": "transform humanize time to ms",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/humanize-ms@1.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/node-modules/humanize-ms.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/node-modules/humanize-ms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/node-modules/humanize-ms/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/humanize-ms"
        }
      ]
    },
    {
      "type": "library",
      "name": "encoding",
      "version": "0.1.12",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|encoding@0.1.12",
      "author": "Andris Reinman",
      "description": "Convert encodings, uses iconv by default and fallbacks to iconv-lite if needed",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/encoding@0.1.12",
      "externalReferences": [
        {
          "url": "git+https://github.com/andris9/encoding.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/andris9/encoding#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/andris9/encoding/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/encoding"
        }
      ]
    },
    {
      "type": "library",
      "name": "socks",
      "version": "2.2.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|socks@2.2.3",
      "author": "Josh Glazebrook",
      "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/socks@2.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/JoshGlazebrook/socks.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/JoshGlazebrook/socks/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/JoshGlazebrook/socks/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/socks/-/socks-2.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/socks"
        }
      ]
    },
    {
      "type": "library",
      "name": "cyclist",
      "version": "0.2.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|cyclist@0.2.2",
      "author": "Mathias Buus Madsen",
      "description": "Cyclist is an efficient cyclic list implemention.",
      "purl": "pkg:npm/cyclist@0.2.2",
      "externalReferences": [
        {
          "url": "git://github.com/mafintosh/cyclist.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/cyclist#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/cyclist/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cyclist/-/cyclist-0.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cyclist"
        }
      ]
    },
    {
      "type": "library",
      "name": "fstream",
      "version": "1.0.11",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|fstream@1.0.11",
      "author": "Isaac Z. Schlueter",
      "description": "Advanced file system stream things",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fstream@1.0.11",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/fstream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/fstream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/fstream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fstream"
        }
      ]
    },
    {
      "type": "library",
      "name": "restore-cursor",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|restore-cursor@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Gracefully restore the CLI cursor on exit",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/restore-cursor@2.0.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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/restore-cursor"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "onetime",
          "version": "2.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|restore-cursor@2.0.0|onetime@2.0.1",
          "author": "Sindre Sorhus",
          "description": "Ensure a function is only called once",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/onetime@2.0.1",
          "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-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/restore-cursor/node_modules/onetime"
            }
          ]
        },
        {
          "type": "library",
          "name": "mimic-fn",
          "version": "1.2.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|restore-cursor@2.0.0|mimic-fn@1.2.0",
          "author": "Sindre Sorhus",
          "description": "Make a function mimic another one",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mimic-fn@1.2.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-1.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/restore-cursor/node_modules/mimic-fn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "chardet",
      "version": "0.7.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|chardet@0.7.0",
      "author": "Dmitry Shirokov",
      "description": "Character detector",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chardet@0.7.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/runk/node-chardet.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/runk/node-chardet",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/runk/node-chardet/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chardet"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-promise",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-promise@2.1.0",
      "author": "ForbesLindesay",
      "description": "Test whether an object looks like a promises-a+ promise",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-promise@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/then/is-promise.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/then/is-promise#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/then/is-promise/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-promise"
        }
      ]
    },
    {
      "type": "library",
      "name": "call-me-maybe",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|call-me-maybe@1.0.1",
      "author": "Eric McCarthy",
      "description": "Let your JS API users either give you a callback or receive a promise",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/call-me-maybe@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/limulus/call-me-maybe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/limulus/call-me-maybe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/limulus/call-me-maybe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/call-me-maybe"
        }
      ]
    },
    {
      "type": "library",
      "name": "glob-to-regexp",
      "version": "0.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|glob-to-regexp@0.3.0",
      "author": "Nick Fitzgerald",
      "description": "Convert globs to regular expressions",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/glob-to-regexp@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/fitzgen/glob-to-regexp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fitzgen/glob-to-regexp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fitzgen/glob-to-regexp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob-to-regexp"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-ify",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-ify@1.0.0",
      "author": "Steve Mao",
      "description": "Turn anything into an array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-ify@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/stevemao/array-ify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stevemao/array-ify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stevemao/array-ify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-ify"
        }
      ]
    },
    {
      "type": "library",
      "name": "split",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|split@1.0.1",
      "author": "Dominic Tarr",
      "description": "split a Text Stream into a Line Stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/split@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/dominictarr/split.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/dominictarr/split",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/split/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/split/-/split-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/split"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-text-path",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-text-path@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Check if a filepath is a text file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-text-path@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-text-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-text-path#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-text-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-text-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "split2",
      "version": "2.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0",
      "author": "Matteo Collina",
      "description": "split a Text Stream into a Line Stream, using Stream 3",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/split2@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mcollina/split2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mcollina/split2#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/mcollina/split2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/split2"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "through2",
          "version": "2.0.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/split2/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|readable-stream@2.3.6",
          "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.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/split2/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/split2/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/split2/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "trim-off-newlines",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|trim-off-newlines@1.0.1",
      "author": "Steve Mao",
      "description": "Similar to String#trim() but removes only newlines",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/trim-off-newlines@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/stevemao/trim-off-newlines.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stevemao/trim-off-newlines#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stevemao/trim-off-newlines/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/trim-off-newlines"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-github-repo-url",
      "version": "1.4.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse-github-repo-url@1.4.1",
      "author": "Jonathan Ong",
      "description": "Parse a GitHub URL for user/project@version",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-github-repo-url@1.4.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/repo-utils/parse-github-repo-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/repo-utils/parse-github-repo-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/repo-utils/parse-github-repo-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-github-repo-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "dargs",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|dargs@4.1.0",
      "author": "Sindre Sorhus",
      "description": "Reverse minimist. Convert an object of options into an array of command-line arguments.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dargs@4.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/dargs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/dargs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/dargs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dargs"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.template",
      "version": "4.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.template@4.4.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.template` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.template@4.4.0",
      "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.template/-/lodash.template-4.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.template"
        }
      ]
    },
    {
      "type": "library",
      "name": "gitconfiglocal",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|gitconfiglocal@1.0.0",
      "author": "Ryan Day",
      "description": "parse the .git/config file into a useful data structure",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gitconfiglocal@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/soldair/node-gitconfiglocal.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/soldair/node-gitconfiglocal#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/soldair/node-gitconfiglocal/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gitconfiglocal"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-subset",
      "version": "0.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-subset@0.1.1",
      "author": "Tomek Wiszniewski",
      "description": "Check if an object is contained within another one",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-subset@0.1.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/studio-b12/is-subset.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/studio-b12/is-subset#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/studio-b12/is-subset/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-subset"
        }
      ]
    },
    {
      "type": "library",
      "name": "modify-values",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|modify-values@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Modify the values of an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/modify-values@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/modify-values.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/modify-values#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/modify-values/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/modify-values"
        }
      ]
    },
    {
      "type": "library",
      "name": "decamelize-keys",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|decamelize-keys@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Convert object keys from camelCase to lowercase with a custom separator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/decamelize-keys@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/dsblv/decamelize-keys.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dsblv/decamelize-keys#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dsblv/decamelize-keys/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/decamelize-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "loud-rejection",
      "version": "1.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|loud-rejection@1.6.0",
      "author": "Sindre Sorhus",
      "description": "Make unhandled promise rejections fail loudly instead of the default silent fail",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/loud-rejection@1.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/loud-rejection.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/loud-rejection#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/loud-rejection/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/loud-rejection"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimist-options",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|minimist-options@3.0.2",
      "author": "Vadim Demedes",
      "description": "Pretty options for minimist",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minimist-options@3.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/vadimdemedes/minimist-options.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vadimdemedes/minimist-options#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vadimdemedes/minimist-options/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minimist-options"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-ssh",
      "version": "1.3.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-ssh@1.3.1",
      "author": "Ionică Bizău",
      "description": "Check if an input value is a ssh url or not.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-ssh@1.3.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/IonicaBizau/node-is-ssh.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/IonicaBizau/node-is-ssh",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/IonicaBizau/node-is-ssh/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-ssh"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-url",
      "version": "5.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse-url@5.0.1",
      "author": "Ionică Bizău",
      "description": "An advanced url parser supporting git urls too.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-url@5.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/IonicaBizau/parse-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/IonicaBizau/parse-url",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/IonicaBizau/parse-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-url/-/parse-url-5.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "number-is-nan",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|number-is-nan@1.0.1",
      "author": "Sindre Sorhus",
      "description": "ES2015 Number.isNaN() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/number-is-nan@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/number-is-nan.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/number-is-nan#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/number-is-nan/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/number-is-nan"
        }
      ]
    },
    {
      "type": "library",
      "name": "p-defer",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|p-defer@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Create a deferred promise",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/p-defer@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/p-defer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/p-defer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/p-defer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/p-defer"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-arrayish",
      "version": "0.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-arrayish@0.2.1",
      "author": "Qix",
      "description": "Determines if an object can be used as an array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-arrayish@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/qix-/node-is-arrayish.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/qix-/node-is-arrayish#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/qix-/node-is-arrayish/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-arrayish"
        }
      ]
    },
    {
      "type": "library",
      "name": "extsprintf",
      "version": "1.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|extsprintf@1.3.0",
      "description": "extended POSIX-style sprintf",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/extsprintf@1.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/davepacheco/node-extsprintf.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/davepacheco/node-extsprintf#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/davepacheco/node-extsprintf/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extsprintf"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-schema",
      "version": "0.2.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|json-schema@0.2.3",
      "author": "Kris Zyp",
      "description": "JSON Schema validation and specifications",
      "licenses": [
        {
          "license": {
            "name": "AFLv2.1",
            "acknowledgement": "declared",
            "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
          }
        },
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared",
            "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
          }
        }
      ],
      "purl": "pkg:npm/json-schema@0.2.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/kriszyp/json-schema.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kriszyp/json-schema#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kriszyp/json-schema/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-schema"
        }
      ]
    },
    {
      "type": "library",
      "name": "verror",
      "version": "1.10.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|verror@1.10.0",
      "description": "richer JavaScript errors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/verror@1.10.0",
      "externalReferences": [
        {
          "url": "git://github.com/davepacheco/node-verror.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/davepacheco/node-verror#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/davepacheco/node-verror/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/verror"
        }
      ]
    },
    {
      "type": "library",
      "name": "asn1",
      "version": "0.2.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|asn1@0.2.4",
      "author": "Joyent",
      "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/asn1@0.2.4",
      "externalReferences": [
        {
          "url": "git://github.com/joyent/node-asn1.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/joyent/node-asn1#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/joyent/node-asn1/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/asn1"
        }
      ]
    },
    {
      "type": "library",
      "name": "bcrypt-pbkdf",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|bcrypt-pbkdf@1.0.2",
      "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bcrypt-pbkdf@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/joyent/node-bcrypt-pbkdf.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/joyent/node-bcrypt-pbkdf#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bcrypt-pbkdf"
        }
      ]
    },
    {
      "type": "library",
      "name": "dashdash",
      "version": "1.14.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|dashdash@1.14.1",
      "author": "Trent Mick",
      "description": "A light, featureful and explicit option parsing library.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dashdash@1.14.1",
      "externalReferences": [
        {
          "url": "git://github.com/trentm/node-dashdash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/trentm/node-dashdash#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/trentm/node-dashdash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dashdash"
        }
      ]
    },
    {
      "type": "library",
      "name": "ecc-jsbn",
      "version": "0.1.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ecc-jsbn@0.1.2",
      "author": "Jeremie Miller",
      "description": "ECC JS code based on JSBN",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ecc-jsbn@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/quartzjer/ecc-jsbn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/quartzjer/ecc-jsbn",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/quartzjer/ecc-jsbn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ecc-jsbn"
        }
      ]
    },
    {
      "type": "library",
      "name": "getpass",
      "version": "0.1.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|getpass@0.1.7",
      "author": "Alex Wilson",
      "description": "getpass for node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/getpass@0.1.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/arekinath/node-getpass.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/arekinath/node-getpass#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/arekinath/node-getpass/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/getpass"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsbn",
      "version": "0.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|jsbn@0.1.1",
      "author": "Tom Wu",
      "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsbn@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/andyperlitch/jsbn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/andyperlitch/jsbn#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/andyperlitch/jsbn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsbn"
        }
      ]
    },
    {
      "type": "library",
      "name": "tweetnacl",
      "version": "0.14.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tweetnacl@0.14.5",
      "author": "TweetNaCl-js contributors",
      "description": "Port of TweetNaCl cryptographic library to JavaScript",
      "licenses": [
        {
          "license": {
            "id": "Unlicense",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tweetnacl@0.14.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/dchest/tweetnacl-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://tweetnacl.js.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dchest/tweetnacl-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tweetnacl"
        }
      ]
    },
    {
      "type": "library",
      "name": "repeating",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|repeating@2.0.1",
      "author": "Sindre Sorhus",
      "description": "Repeat a string - fast",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/repeating@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/repeating.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/repeating#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/repeating/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/repeating"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerate",
      "version": "1.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|regenerate@1.4.0",
      "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.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regenerate"
        }
      ]
    },
    {
      "type": "library",
      "name": "regjsgen",
      "version": "0.2.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|regjsgen@0.2.0",
      "author": "Benjamin Tan",
      "description": "Generate `RegExp`s from RegJSParser’s AST",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regjsgen@0.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/d10/regjsgen.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/d10/regjsgen",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/d10/regjsgen/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regjsgen"
        }
      ]
    },
    {
      "type": "library",
      "name": "regjsparser",
      "version": "0.1.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|regjsparser@0.1.5",
      "author": "'Julian Viereck'",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regjsparser@0.1.5",
      "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.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regjsparser"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "jsesc",
          "version": "0.5.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|regjsparser@0.1.5|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",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/regjsparser/node_modules/jsesc"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-explode-assignable-expression",
      "version": "6.24.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-explode-assignable-expression@6.24.1",
      "description": "Helper function to explode an assignable expression",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-explode-assignable-expression@6.24.1",
      "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-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-explode-assignable-expression"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-xor",
      "version": "1.0.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|buffer-xor@1.0.3",
      "author": "Daniel Cousens",
      "description": "A simple module for bitwise-xor on buffers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer-xor@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/buffer-xor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/buffer-xor",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/buffer-xor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-xor"
        }
      ]
    },
    {
      "type": "library",
      "name": "des.js",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|des.js@1.0.0",
      "author": "Fedor Indutny",
      "description": "DES implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/des.js@1.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indutny/des.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indutny/des.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indutny/des.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/des.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "brorand",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|brorand@1.1.0",
      "author": "Fedor Indutny",
      "description": "Random number generator for browsers and node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/brorand@1.1.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indutny/brorand.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indutny/brorand",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indutny/brorand/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/brorand"
        }
      ]
    },
    {
      "type": "library",
      "name": "hash.js",
      "version": "1.1.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|hash.js@1.1.5",
      "author": "Fedor Indutny",
      "description": "Various hash functions that could be run by both browser and node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hash.js@1.1.5",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indutny/hash.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indutny/hash.js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indutny/hash.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hash.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "hmac-drbg",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|hmac-drbg@1.0.1",
      "author": "Fedor Indutny",
      "description": "Deterministic random bit generator (hmac)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hmac-drbg@1.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indutny/hmac-drbg.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indutny/hmac-drbg#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indutny/hmac-drbg/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hmac-drbg"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimalistic-assert",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|minimalistic-assert@1.0.1",
      "description": "minimalistic-assert ===",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minimalistic-assert@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/calvinmetcalf/minimalistic-assert.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/calvinmetcalf/minimalistic-assert",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/calvinmetcalf/minimalistic-assert/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minimalistic-assert"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimalistic-crypto-utils",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|minimalistic-crypto-utils@1.0.1",
      "author": "Fedor Indutny",
      "description": "Minimalistic tools for JS crypto modules",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minimalistic-crypto-utils@1.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indutny/minimalistic-crypto-utils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indutny/minimalistic-crypto-utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indutny/minimalistic-crypto-utils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minimalistic-crypto-utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "asn1.js",
      "version": "4.10.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|asn1.js@4.10.1",
      "author": "Fedor Indutny",
      "description": "ASN.1 encoder and decoder",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/asn1.js@4.10.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indutny/asn1.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indutny/asn1.js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indutny/asn1.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/asn1.js"
        }
      ]
    },
    {
      "type": "library",
      "name": "hash-base",
      "version": "3.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|hash-base@3.0.4",
      "author": "Kirill Fomichev",
      "description": "abstract base class for hash-streams",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hash-base@3.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/crypto-browserify/hash-base.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/crypto-browserify/hash-base",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/crypto-browserify/hash-base/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hash-base"
        }
      ]
    },
    {
      "type": "library",
      "name": "camelcase-keys",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|camelcase-keys@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Convert object keys to camelCase",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/camelcase-keys@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/camelcase-keys.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/camelcase-keys#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/camelcase-keys/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/camelcase-keys"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "camelcase",
          "version": "2.1.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|camelcase-keys@2.1.0|camelcase@2.1.1",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@2.1.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-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/camelcase-keys/node_modules/camelcase"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "map-obj",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|map-obj@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Map object keys and values into a new object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/map-obj@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/map-obj.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/map-obj#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/map-obj/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/map-obj"
        }
      ]
    },
    {
      "type": "library",
      "name": "redent",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|redent@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Strip redundant indentation and indent the string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/redent@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/redent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/redent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/redent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/redent"
        }
      ]
    },
    {
      "type": "library",
      "name": "trim-newlines",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|trim-newlines@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Trim newlines from the start and/or end of a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/trim-newlines@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/trim-newlines.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/trim-newlines#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/trim-newlines/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/trim-newlines"
        }
      ]
    },
    {
      "type": "library",
      "name": "clone",
      "version": "1.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|clone@1.0.4",
      "author": "Paul Vorbach",
      "description": "deep cloning of objects and arrays",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/clone@1.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/pvorb/node-clone.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/pvorb/node-clone#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pvorb/node-clone/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/clone"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-wrap",
      "version": "0.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|ansi-wrap@0.1.0",
      "author": "Jon Schlinkert",
      "description": "Create ansi colors by passing the open and close codes.",
      "purl": "pkg:npm/ansi-wrap@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/ansi-wrap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/ansi-wrap",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/ansi-wrap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-wrap"
        }
      ]
    },
    {
      "type": "library",
      "name": "center-align",
      "version": "0.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|center-align@0.1.3",
      "author": "Jon Schlinkert",
      "description": "Center-align the text in a string.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/center-align@0.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/center-align.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/center-align",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/center-align/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/center-align"
        }
      ]
    },
    {
      "type": "library",
      "name": "right-align",
      "version": "0.1.3",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|right-align@0.1.3",
      "author": "Jon Schlinkert",
      "description": "Right-align the text in a string.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/right-align@0.1.3",
      "externalReferences": [
        {
          "url": "git://github.com/jonschlinkert/right-align.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/right-align",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/right-align/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/right-align"
        }
      ]
    },
    {
      "type": "library",
      "name": "create-error-class",
      "version": "3.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|create-error-class@3.0.2",
      "author": "Vsevolod Strukchinsky",
      "description": "Create Error classes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/create-error-class@3.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/floatdrop/create-error-class.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/floatdrop/create-error-class#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floatdrop/create-error-class/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/create-error-class"
        }
      ]
    },
    {
      "type": "library",
      "name": "duplexer3",
      "version": "0.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|duplexer3@0.1.4",
      "author": "Conrad Pankoff",
      "description": "Like duplexer but using streams3",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/duplexer3@0.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/floatdrop/duplexer3.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/floatdrop/duplexer3#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floatdrop/duplexer3/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/duplexer3"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-redirect",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-redirect@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if a number is a redirect HTTP status code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-redirect@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-redirect.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-redirect#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-redirect/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-redirect"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-retry-allowed",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-retry-allowed@1.1.0",
      "author": "Vsevolod Strukchinsky",
      "description": "My prime module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-retry-allowed@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/floatdrop/is-retry-allowed.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/floatdrop/is-retry-allowed#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floatdrop/is-retry-allowed/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-retry-allowed"
        }
      ]
    },
    {
      "type": "library",
      "name": "lowercase-keys",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lowercase-keys@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Lowercase the keys of an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lowercase-keys@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/lowercase-keys.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/lowercase-keys#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/lowercase-keys/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lowercase-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "timed-out",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|timed-out@4.0.1",
      "author": "Vsevolod Strukchinsky",
      "description": "Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/timed-out@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/floatdrop/timed-out.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/floatdrop/timed-out#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floatdrop/timed-out/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/timed-out"
        }
      ]
    },
    {
      "type": "library",
      "name": "unzip-response",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|unzip-response@2.0.1",
      "description": "Unzip a HTTP response if needed",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unzip-response@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/unzip-response.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/unzip-response#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/unzip-response/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unzip-response"
        }
      ]
    },
    {
      "type": "library",
      "name": "url-parse-lax",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|url-parse-lax@1.0.0",
      "author": "Sindre Sorhus",
      "description": "url.parse() with support for protocol-less URLs & IPs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/url-parse-lax@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/url-parse-lax.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/url-parse-lax#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/url-parse-lax/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/url-parse-lax"
        }
      ]
    },
    {
      "type": "library",
      "name": "rc",
      "version": "1.2.8",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rc@1.2.8",
      "author": "Dominic Tarr",
      "description": "hardwired configuration loader",
      "licenses": [
        {
          "expression": "(BSD-2-Clause OR MIT OR Apache-2.0)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/rc@1.2.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/dominictarr/rc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dominictarr/rc#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/rc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rc"
        }
      ]
    },
    {
      "type": "library",
      "name": "map-visit",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|map-visit@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Map `visit` over an array of objects.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/map-visit@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/map-visit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/map-visit",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/map-visit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/map-visit"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-visit",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-visit@1.0.1",
      "author": "Jon Schlinkert",
      "description": "Call a specified method on each value in the given object.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object-visit@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/object-visit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/object-visit",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/object-visit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-visit"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-values",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|has-values@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-values@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/has-values.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/has-values",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/has-values/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-values"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "kind-of",
          "version": "4.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|has-values@1.0.0|kind-of@4.0.0",
          "author": "Jon Schlinkert",
          "description": "Get the native type of a value.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/kind-of@4.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/kind-of.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/has-values/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|has-values@1.0.0|is-buffer@1.1.6",
          "author": "Feross Aboukhadijeh",
          "description": "Determine if an object is a Buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-buffer@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/feross/is-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/is-buffer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/is-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/has-values/node_modules/is-buffer"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "object-copy",
      "version": "0.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0",
      "author": "Jon Schlinkert",
      "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object-copy@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/object-copy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/object-copy",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/object-copy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-copy"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "define-property",
          "version": "0.2.5",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|define-property@0.2.5",
          "author": "Jon Schlinkert",
          "description": "Define a non-enumerable property on an object.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/define-property@0.2.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/define-property.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/define-property/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/object-copy/node_modules/define-property"
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "3.2.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|kind-of@3.2.2",
          "author": "Jon Schlinkert",
          "description": "Get the native type of a value.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/kind-of@3.2.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/kind-of.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/object-copy/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-descriptor",
          "version": "0.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-descriptor@0.1.6",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-descriptor@0.1.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/object-copy/node_modules/is-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "5.1.0",
              "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-descriptor@0.1.6|kind-of@5.1.0",
              "author": "Jon Schlinkert",
              "description": "Get the native type of a value.",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/kind-of@5.1.0",
              "externalReferences": [
                {
                  "url": "git+https://github.com/jonschlinkert/kind-of.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/jonschlinkert/kind-of/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-buffer@1.1.6",
          "author": "Feross Aboukhadijeh",
          "description": "Determine if an object is a Buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-buffer@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/feross/is-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/is-buffer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/is-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/object-copy/node_modules/is-buffer"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-accessor-descriptor",
          "version": "0.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-accessor-descriptor@0.1.6",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-accessor-descriptor@0.1.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-accessor-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/object-copy/node_modules/is-accessor-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-data-descriptor",
          "version": "0.1.4",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-data-descriptor@0.1.4",
          "author": "Jon Schlinkert",
          "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-data-descriptor@0.1.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-data-descriptor",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-data-descriptor/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/object-copy/node_modules/is-data-descriptor"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "append-transform",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|append-transform@1.0.0",
      "author": "James Talmage",
      "description": "Install a transform to `require.extensions` that always runs last, even if additional extensions are added later.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/append-transform@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/istanbuljs/append-transform.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/append-transform#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/append-transform/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/append-transform/-/append-transform-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/append-transform"
        }
      ]
    },
    {
      "type": "library",
      "name": "node-int64",
      "version": "0.4.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|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",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-int64"
        }
      ]
    },
    {
      "type": "library",
      "name": "rsvp",
      "version": "3.6.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|rsvp@3.6.2",
      "author": "Tilde, Inc. & Stefan Penner",
      "description": "A lightweight library that provides tools for organizing asynchronous code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rsvp@3.6.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/tildeio/rsvp.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tildeio/rsvp.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tildeio/rsvp.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rsvp/-/rsvp-3.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rsvp"
        }
      ]
    },
    {
      "type": "library",
      "name": "tmpl",
      "version": "1.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|tmpl@1.0.4",
      "author": "Naitik Shah",
      "description": "JavaScript micro templates.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tmpl@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/daaku/nodejs-tmpl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nshah/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.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tmpl"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-get-function-arity",
      "group": "@babel",
      "version": "7.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/helper-get-function-arity@7.0.0",
      "description": "Helper function to get function arity",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-get-function-arity@7.0.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/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-get-function-arity"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-plugin-utils",
      "group": "@babel",
      "version": "7.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|@babel/helper-plugin-utils@7.0.0",
      "author": "Logan Smyth",
      "description": "General utilities for plugins to use",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-plugin-utils@7.0.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/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/helper-plugin-utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "callsite",
      "version": "1.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|callsite@1.0.0",
      "author": "TJ Holowaychuk",
      "description": "access to v8's CallSites",
      "purl": "pkg:npm/callsite@1.0.0",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/callsite"
        }
      ]
    },
    {
      "type": "library",
      "name": "caller-path",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|caller-path@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the path of the caller function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/caller-path@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/caller-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/caller-path#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/caller-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/caller-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "iferr",
      "version": "0.1.5",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|iferr@0.1.5",
      "author": "Nadav Ivgi",
      "description": "Higher-order functions for easier error handling",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/iferr@0.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/shesek/iferr.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/shesek/iferr",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shesek/iferr/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/iferr"
        }
      ]
    },
    {
      "type": "library",
      "name": "smart-buffer",
      "version": "4.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|smart-buffer@4.0.2",
      "author": "Josh Glazebrook",
      "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/smart-buffer@4.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/JoshGlazebrook/smart-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/JoshGlazebrook/smart-buffer/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/JoshGlazebrook/smart-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/smart-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "block-stream",
      "version": "0.0.9",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|block-stream@0.0.9",
      "author": "Isaac Z. Schlueter",
      "description": "a stream of blocks",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/block-stream@0.0.9",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/block-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/block-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/block-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/block-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "text-extensions",
      "version": "1.9.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|text-extensions@1.9.0",
      "author": "Sindre Sorhus",
      "description": "List of text file extensions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/text-extensions@1.9.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/text-extensions.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/text-extensions#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/text-extensions/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/text-extensions"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._reinterpolate",
      "version": "3.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash._reinterpolate@3.0.0",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `reInterpolate` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._reinterpolate@3.0.0",
      "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._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._reinterpolate"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.templatesettings",
      "version": "4.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lodash.templatesettings@4.1.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.templateSettings` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.templatesettings@4.1.0",
      "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.templatesettings/-/lodash.templatesettings-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.templatesettings"
        }
      ]
    },
    {
      "type": "library",
      "name": "quick-lru",
      "version": "1.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|quick-lru@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Simple \"Least Recently Used\" (LRU) cache",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/quick-lru@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/quick-lru.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/quick-lru#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/quick-lru/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/quick-lru"
        }
      ]
    },
    {
      "type": "library",
      "name": "currently-unhandled",
      "version": "0.4.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|currently-unhandled@0.4.1",
      "author": "James Talmage",
      "description": "Track the list of currently unhandled promise rejections.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/currently-unhandled@0.4.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/currently-unhandled.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/currently-unhandled#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/currently-unhandled/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/currently-unhandled"
        }
      ]
    },
    {
      "type": "library",
      "name": "protocols",
      "version": "1.4.7",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|protocols@1.4.7",
      "author": "Ionică Bizău",
      "description": "Get the protocols of an input url.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/protocols@1.4.7",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/IonicaBizau/protocols.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/IonicaBizau/protocols",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/IonicaBizau/protocols/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/protocols/-/protocols-1.4.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/protocols"
        }
      ]
    },
    {
      "type": "library",
      "name": "normalize-url",
      "version": "3.3.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|normalize-url@3.3.0",
      "author": "Sindre Sorhus",
      "description": "Normalize a URL",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/normalize-url@3.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/normalize-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/normalize-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/normalize-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/normalize-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-path",
      "version": "4.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|parse-path@4.0.1",
      "author": "Ionică Bizău",
      "description": "Parse paths (local paths, urls: ssh/git/etc)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-path@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/IonicaBizau/parse-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/IonicaBizau/parse-path",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/IonicaBizau/parse-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-path/-/parse-path-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-finite",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-finite@1.0.2",
      "author": "Sindre Sorhus",
      "description": "ES2015 Number.isFinite() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-finite@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-finite.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-finite#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-finite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-finite"
        }
      ]
    },
    {
      "type": "library",
      "name": "indent-string",
      "version": "2.1.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|indent-string@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Indent each line in a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/indent-string@2.1.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-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/indent-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-indent",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|strip-indent@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Strip leading whitespace from every line in a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/strip-indent@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/strip-indent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-indent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-indent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-indent"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "get-stdin",
          "version": "4.0.1",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|strip-indent@1.0.1|get-stdin@4.0.1",
          "author": "Sindre Sorhus",
          "description": "Easier stdin",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-stdin@4.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/get-stdin.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/get-stdin#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/get-stdin/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/strip-indent/node_modules/get-stdin"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "align-text",
      "version": "0.1.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|align-text@0.1.4",
      "author": "Jon Schlinkert",
      "description": "Align the text in a string.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/align-text@0.1.4",
      "externalReferences": [
        {
          "url": "git://github.com/jonschlinkert/align-text.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/align-text",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/align-text/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/align-text"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "kind-of",
          "version": "3.2.2",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|align-text@0.1.4|kind-of@3.2.2",
          "author": "Jon Schlinkert",
          "description": "Get the native type of a value.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/kind-of@3.2.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/kind-of.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/kind-of/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/align-text/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|align-text@0.1.4|is-buffer@1.1.6",
          "author": "Feross Aboukhadijeh",
          "description": "Determine if an object is a Buffer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-buffer@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/feross/is-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/is-buffer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/is-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/align-text/node_modules/is-buffer"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "lazy-cache",
      "version": "1.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|lazy-cache@1.0.4",
      "author": "Jon Schlinkert",
      "description": "Cache requires to be lazy-loaded when needed.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lazy-cache@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/lazy-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/lazy-cache",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/lazy-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lazy-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "capture-stack-trace",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|capture-stack-trace@1.0.1",
      "author": "Vsevolod Strukchinsky",
      "description": "Error.captureStackTrace ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/capture-stack-trace@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/floatdrop/capture-stack-trace.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/floatdrop/capture-stack-trace#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floatdrop/capture-stack-trace/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/capture-stack-trace"
        }
      ]
    },
    {
      "type": "library",
      "name": "prepend-http",
      "version": "1.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|prepend-http@1.0.4",
      "author": "Sindre Sorhus",
      "description": "Prepend `http://` to humanized URLs like todomvc.com and localhost",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prepend-http@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/prepend-http.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/prepend-http#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/prepend-http/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prepend-http"
        }
      ]
    },
    {
      "type": "library",
      "name": "deep-extend",
      "version": "0.6.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|deep-extend@0.6.0",
      "author": "Viacheslav Lotsmanov",
      "description": "Recursive object extending",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        },
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/deep-extend@0.6.0",
      "externalReferences": [
        {
          "url": "git://github.com/unclechu/node-deep-extend.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/unclechu/node-deep-extend",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/unclechu/node-deep-extend/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deep-extend"
        }
      ]
    },
    {
      "type": "library",
      "name": "copy-descriptor",
      "version": "0.1.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|copy-descriptor@0.1.1",
      "author": "Jon Schlinkert",
      "description": "Copy a descriptor from object A to object B",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/copy-descriptor@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/copy-descriptor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/copy-descriptor",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/copy-descriptor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/copy-descriptor"
        }
      ]
    },
    {
      "type": "library",
      "name": "default-require-extensions",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|default-require-extensions@2.0.0",
      "author": "James Talmage",
      "description": "Node's default require extensions as a separate module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/default-require-extensions@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/default-require-extensions.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/avajs/default-require-extensions#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/default-require-extensions/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/default-require-extensions/-/default-require-extensions-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/default-require-extensions"
        }
      ]
    },
    {
      "type": "library",
      "name": "caller-callsite",
      "version": "2.0.0",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|caller-callsite@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the callsite of the caller function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/caller-callsite@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/caller-callsite.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/caller-callsite#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/caller-callsite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/caller-callsite"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "callsites",
          "version": "2.0.0",
          "bom-ref": "sentry-browser@5.7.1-tuxcare.3|caller-callsite@2.0.0|callsites@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Get callsites from the V8 stack trace API",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/callsites@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/caller-callsite/node_modules/callsites"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "array-find-index",
      "version": "1.0.2",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|array-find-index@1.0.2",
      "author": "Sindre Sorhus",
      "description": "ES2015 `Array#findIndex()` ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-find-index@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/array-find-index.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/array-find-index#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/array-find-index/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-find-index"
        }
      ]
    },
    {
      "type": "library",
      "name": "pinkie-promise",
      "version": "2.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pinkie-promise@2.0.1",
      "author": "Vsevolod Strukchinsky",
      "description": "ES2015 Promise ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pinkie-promise@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/floatdrop/pinkie-promise.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/floatdrop/pinkie-promise#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floatdrop/pinkie-promise/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pinkie-promise"
        }
      ]
    },
    {
      "type": "library",
      "name": "longest",
      "version": "1.0.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|longest@1.0.1",
      "author": "Jon Schlinkert",
      "description": "Get the longest item in an array.",
      "purl": "pkg:npm/longest@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/longest.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/longest",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/longest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/longest"
        }
      ]
    },
    {
      "type": "library",
      "name": "pinkie",
      "version": "2.0.4",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|pinkie@2.0.4",
      "author": "Vsevolod Strukchinsky",
      "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pinkie@2.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/floatdrop/pinkie.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/floatdrop/pinkie#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floatdrop/pinkie/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pinkie"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-utf8",
      "version": "0.2.1",
      "bom-ref": "sentry-browser@5.7.1-tuxcare.3|is-utf8@0.2.1",
      "author": "wayfind",
      "description": "Detect if a buffer is utf8 encoded.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-utf8@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/wayfind/is-utf8.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/wayfind/is-utf8#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wayfind/is-utf8/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-utf8"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@google-cloud/storage@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/core@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/hub@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/integrations@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/minimal@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/node@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/types@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/typescript@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/utils@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@strictsoftware/typedoc-plugin-monorepo@0.2.1",
        "sentry-browser@5.7.1-tuxcare.3|@types/chai@4.1.7",
        "sentry-browser@5.7.1-tuxcare.3|@types/jest@24.0.11",
        "sentry-browser@5.7.1-tuxcare.3|@types/mocha@5.2.6",
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7",
        "sentry-browser@5.7.1-tuxcare.3|@types/raven@2.5.3",
        "sentry-browser@5.7.1-tuxcare.3|@types/sinon@7.0.11",
        "sentry-browser@5.7.1-tuxcare.3|chai@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|codecov@3.3.0",
        "sentry-browser@5.7.1-tuxcare.3|danger-plugin-tslint@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|danger@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|karma-browserstack-launcher@1.5.1",
        "sentry-browser@5.7.1-tuxcare.3|karma-firefox-launcher@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4",
        "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4",
        "sentry-browser@5.7.1-tuxcare.3|nan@2.12.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0",
        "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|sentry-browser@5.7.1-tuxcare.4",
        "sentry-browser@5.7.1-tuxcare.3|sinon@7.3.2",
        "sentry-browser@5.7.1-tuxcare.3|ts-jest@24.0.2",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|typedoc@0.14.2",
        "sentry-browser@5.7.1-tuxcare.3|typescript-tslint-plugin@0.3.1",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/storage@2.5.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@google-cloud/common@0.32.1",
        "sentry-browser@5.7.1-tuxcare.3|@google-cloud/paginator@0.2.0",
        "sentry-browser@5.7.1-tuxcare.3|@google-cloud/promisify@0.4.0",
        "sentry-browser@5.7.1-tuxcare.3|arrify@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|async@2.6.1",
        "sentry-browser@5.7.1-tuxcare.3|compressible@2.0.15",
        "sentry-browser@5.7.1-tuxcare.3|concat-stream@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|date-and-time@0.6.3",
        "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1",
        "sentry-browser@5.7.1-tuxcare.3|extend@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|gcs-resumable-upload@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1",
        "sentry-browser@5.7.1-tuxcare.3|mime-types@2.1.21",
        "sentry-browser@5.7.1-tuxcare.3|mime@2.4.0",
        "sentry-browser@5.7.1-tuxcare.3|onetime@5.1.0",
        "sentry-browser@5.7.1-tuxcare.3|pumpify@1.5.1",
        "sentry-browser@5.7.1-tuxcare.3|snakeize@0.1.0",
        "sentry-browser@5.7.1-tuxcare.3|stream-events@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|teeny-request@3.11.3",
        "sentry-browser@5.7.1-tuxcare.3|through2@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|xdg-basedir@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/core@5.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sentry/hub@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/minimal@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/types@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/utils@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/hub@5.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sentry/types@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/utils@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/integrations@5.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sentry/types@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/utils@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|chai@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-commonjs@9.3.4",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-node-resolve@4.2.3",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-terser@4.0.4",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-typescript2@0.21.0",
        "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/minimal@5.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sentry/hub@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/types@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/node@5.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sentry/core@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/hub@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/types@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/utils@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@types/cookie@0.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@types/lru-cache@5.1.0",
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7",
        "sentry-browser@5.7.1-tuxcare.3|cookie@0.3.1",
        "sentry-browser@5.7.1-tuxcare.3|express@4.16.4",
        "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|lru_map@0.3.3",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/types@5.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/typescript@5.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|tslint-config-prettier@1.18.0",
        "sentry-browser@5.7.1-tuxcare.3|tslint-consistent-codestyle@1.15.1",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sentry/utils@5.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sentry/types@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|chai@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@strictsoftware/typedoc-plugin-monorepo@0.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|highlight.js@9.15.6",
        "sentry-browser@5.7.1-tuxcare.3|marked@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|typedoc@0.14.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/chai@4.1.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/jest@24.0.11",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/jest-diff@20.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/mocha@5.2.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/raven@2.5.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/sinon@7.0.11"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|chai@4.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|assertion-error@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|check-error@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|deep-eql@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|get-func-name@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|pathval@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|type-detect@4.0.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|codecov@3.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|argv@0.0.2",
        "sentry-browser@5.7.1-tuxcare.3|ignore-walk@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|js-yaml@3.13.1",
        "sentry-browser@5.7.1-tuxcare.3|teeny-request@3.11.3",
        "sentry-browser@5.7.1-tuxcare.3|urlgrey@0.4.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|danger-plugin-tslint@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|common-tags@1.8.0",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|danger@7.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/polyfill@7.2.5",
        "sentry-browser@5.7.1-tuxcare.3|@octokit/rest@16.18.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|commander@2.19.0",
        "sentry-browser@5.7.1-tuxcare.3|debug@4.1.1",
        "sentry-browser@5.7.1-tuxcare.3|get-stdin@6.0.0",
        "sentry-browser@5.7.1-tuxcare.3|http-proxy-agent@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|hyperlinker@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|json5@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|jsonpointer@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|jsonwebtoken@8.4.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash.find@4.6.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash.includes@4.3.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash.isobject@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|lodash.keys@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash.mapvalues@4.6.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash.memoize@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|memfs-or-file-map-to-github-branch@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|node-cleanup@2.1.2",
        "sentry-browser@5.7.1-tuxcare.3|node-fetch@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|override-require@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|p-limit@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|parse-diff@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|parse-git-config@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|parse-github-url@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|parse-link-header@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|pinpoint@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|readline-sync@1.4.9",
        "sentry-browser@5.7.1-tuxcare.3|require-from-string@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|rfc6902@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|supports-hyperlinks@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|import-local@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-cli@24.7.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-browserstack-launcher@1.5.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|browserstack-local@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|browserstack@1.5.2",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|q@1.5.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-firefox-launcher@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/add@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/bootstrap@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/changed@3.13.4",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/clean@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/cli@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/create@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/diff@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/exec@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/import@3.13.4",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/init@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/link@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/list@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/publish@3.13.4",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/run@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/version@3.13.4",
        "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|import-local@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|import-local@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|pkg-dir@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|resolve-cwd@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|pkg-dir@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|find-up@2.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|find-up@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|locate-path@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|locate-path@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|p-locate@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|path-exists@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|p-locate@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|p-limit@1.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|p-limit@1.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|p-try@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lerna@3.13.4|p-try@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ansi-colors@3.2.3",
        "sentry-browser@5.7.1-tuxcare.3|browser-stdout@1.3.1",
        "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|debug@3.2.6",
        "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|diff@3.5.0",
        "sentry-browser@5.7.1-tuxcare.3|escape-string-regexp@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|find-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|growl@1.10.5",
        "sentry-browser@5.7.1-tuxcare.3|he@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|js-yaml@3.13.1",
        "sentry-browser@5.7.1-tuxcare.3|log-symbols@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|node-environment-flags@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|object.assign@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|strip-json-comments@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|supports-color@6.0.0",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1",
        "sentry-browser@5.7.1-tuxcare.3|wide-align@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|yargs-parser@13.0.0",
        "sentry-browser@5.7.1-tuxcare.3|yargs-unparser@1.5.0",
        "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|yargs@13.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|debug@3.2.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|diff@3.5.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|supports-color@6.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|has-flag@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|yargs@13.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|find-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|get-caller-file@2.0.5",
        "sentry-browser@5.7.1-tuxcare.3|os-locale@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|require-directory@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|require-main-filename@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|set-blocking@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|string-width@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|which-module@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|y18n@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|yargs-parser@13.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|get-caller-file@2.0.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|require-main-filename@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|string-width@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|emoji-regex@7.0.3",
        "sentry-browser@5.7.1-tuxcare.3|is-fullwidth-code-point@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|strip-ansi@5.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|strip-ansi@5.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|ansi-regex@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mocha@6.1.4|ansi-regex@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|nan@2.12.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ansi-styles@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|cross-spawn@6.0.5",
        "sentry-browser@5.7.1-tuxcare.3|memorystream@0.3.1",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|pidtree@0.3.0",
        "sentry-browser@5.7.1-tuxcare.3|read-pkg@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|shell-quote@1.6.1",
        "sentry-browser@5.7.1-tuxcare.3|string.prototype.padend@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|execa@0.6.3",
        "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|execa@0.6.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|cross-spawn@5.1.0",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|get-stream@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-path@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|strip-eof@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|cross-spawn@5.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|lru-cache@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|shebang-command@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|get-stream@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|lru-cache@4.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pseudomap@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|yallist@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0|yallist@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|yargs@13.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|yargs@13.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|find-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|get-caller-file@2.0.5",
        "sentry-browser@5.7.1-tuxcare.3|os-locale@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|require-directory@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|require-main-filename@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|set-blocking@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|string-width@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|which-module@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|y18n@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|yargs-parser@13.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|get-caller-file@2.0.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|require-main-filename@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|string-width@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|emoji-regex@7.0.3",
        "sentry-browser@5.7.1-tuxcare.3|is-fullwidth-code-point@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|strip-ansi@5.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|strip-ansi@5.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|ansi-regex@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|replace-in-file@4.0.0|ansi-regex@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sentry-browser@5.7.1-tuxcare.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sentry/core@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/types@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@sentry/utils@5.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@types/md5@2.1.33",
        "sentry-browser@5.7.1-tuxcare.3|chai@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|chokidar@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jsdom@15.0.0",
        "sentry-browser@5.7.1-tuxcare.3|karma-chai@0.1.0",
        "sentry-browser@5.7.1-tuxcare.3|karma-chrome-launcher@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|karma-mocha-reporter@2.2.5",
        "sentry-browser@5.7.1-tuxcare.3|karma-mocha@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0",
        "sentry-browser@5.7.1-tuxcare.3|karma-sinon@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|karma-typescript-es6-transform@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|karma-typescript@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-all@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|prettier-check@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|prettier@1.17.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-commonjs@9.3.4",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-license@0.8.1",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-node-resolve@4.2.3",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-terser@4.0.4",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-typescript2@0.21.0",
        "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1",
        "sentry-browser@5.7.1-tuxcare.3|sinon@7.3.2",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5",
        "sentry-browser@5.7.1-tuxcare.3|webpack@4.30.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sinon@7.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sinonjs/commons@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|@sinonjs/formatio@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|@sinonjs/samsam@3.3.1",
        "sentry-browser@5.7.1-tuxcare.3|sinon@7.3.2|diff@3.5.0",
        "sentry-browser@5.7.1-tuxcare.3|lolex@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10",
        "sentry-browser@5.7.1-tuxcare.3|supports-color@5.5.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sinon@7.3.2|diff@3.5.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ts-jest@24.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bs-logger@0.2.6",
        "sentry-browser@5.7.1-tuxcare.3|buffer-from@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|fast-json-stable-stringify@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jest@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|json5@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|make-error@1.3.5",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|resolve@1.10.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|ts-jest@24.0.2|yargs-parser@10.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ts-jest@24.0.2|yargs-parser@10.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ts-jest@24.0.2|camelcase@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ts-jest@24.0.2|camelcase@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/code-frame@7.0.0",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0|builtin-modules@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|commander@2.19.0",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0|diff@3.5.0",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|js-yaml@3.13.1",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|resolve@1.10.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tsutils@2.29.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0|builtin-modules@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0|diff@3.5.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|typedoc@0.14.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/fs-extra@5.0.5",
        "sentry-browser@5.7.1-tuxcare.3|@types/handlebars@4.0.40",
        "sentry-browser@5.7.1-tuxcare.3|@types/highlight.js@9.12.3",
        "sentry-browser@5.7.1-tuxcare.3|@types/lodash@4.14.121",
        "sentry-browser@5.7.1-tuxcare.3|@types/marked@0.4.2",
        "sentry-browser@5.7.1-tuxcare.3|@types/minimatch@3.0.3",
        "sentry-browser@5.7.1-tuxcare.3|@types/shelljs@0.8.3",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|handlebars@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|highlight.js@9.15.6",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|typedoc@0.14.2|marked@0.4.0",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|progress@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|shelljs@0.8.3",
        "sentry-browser@5.7.1-tuxcare.3|typedoc-default-themes@0.5.0",
        "sentry-browser@5.7.1-tuxcare.3|typedoc@0.14.2|typescript@3.2.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|typedoc@0.14.2|marked@0.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|typedoc@0.14.2|typescript@3.2.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|typescript-tslint-plugin@0.3.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|mock-require@3.0.3",
        "sentry-browser@5.7.1-tuxcare.3|vscode-languageserver@5.2.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/common@0.32.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@google-cloud/projectify@0.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@google-cloud/promisify@0.4.0",
        "sentry-browser@5.7.1-tuxcare.3|@types/request@2.48.1",
        "sentry-browser@5.7.1-tuxcare.3|@google-cloud/common@0.32.1|arrify@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1",
        "sentry-browser@5.7.1-tuxcare.3|ent@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|extend@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|google-auth-library@3.1.2",
        "sentry-browser@5.7.1-tuxcare.3|pify@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|teeny-request@3.11.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/common@0.32.1|arrify@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/paginator@0.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arrify@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|extend@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|split-array-stream@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|stream-events@1.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/promisify@0.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|arrify@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|async@2.6.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|compressible@2.0.15",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|mime-db@1.37.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|concat-stream@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|buffer-from@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|readable-stream@3.1.1",
        "sentry-browser@5.7.1-tuxcare.3|typedarray@0.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|date-and-time@0.6.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|end-of-stream@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|stream-shift@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|extend@3.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gcs-resumable-upload@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|abort-controller@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|configstore@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|gaxios@1.8.4",
        "sentry-browser@5.7.1-tuxcare.3|google-auth-library@3.1.2",
        "sentry-browser@5.7.1-tuxcare.3|pumpify@1.5.1",
        "sentry-browser@5.7.1-tuxcare.3|stream-events@1.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1|through2@2.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1|through2@2.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|hash-stream-validation@0.2.1|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mime-types@2.1.21",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|mime-db@1.37.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mime@2.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|onetime@5.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|mimic-fn@2.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pumpify@1.5.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|pumpify@1.5.1|pump@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pumpify@1.5.1|pump@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|end-of-stream@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snakeize@0.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stream-events@1.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|stubs@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|teeny-request@3.11.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|node-fetch@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|uuid@3.3.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|through2@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|readable-stream@3.1.1",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|xdg-basedir@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-commonjs@9.3.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|estree-walker@0.6.0",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-commonjs@9.3.4|magic-string@0.25.2",
        "sentry-browser@5.7.1-tuxcare.3|resolve@1.10.0",
        "sentry-browser@5.7.1-tuxcare.3|rollup-pluginutils@2.6.0",
        "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-commonjs@9.3.4|magic-string@0.25.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|sourcemap-codec@1.4.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-node-resolve@4.2.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/resolve@0.0.8",
        "sentry-browser@5.7.1-tuxcare.3|builtin-modules@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|is-module@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|resolve@1.10.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-terser@4.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/code-frame@7.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-worker@24.6.0",
        "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1",
        "sentry-browser@5.7.1-tuxcare.3|serialize-javascript@1.6.1",
        "sentry-browser@5.7.1-tuxcare.3|terser@3.16.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-typescript2@0.21.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|resolve@1.10.0",
        "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-typescript2@0.21.0|rollup-pluginutils@2.4.1",
        "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-typescript2@0.21.0|rollup-pluginutils@2.4.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|estree-walker@0.6.0",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/estree@0.0.39",
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7",
        "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1|acorn@6.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1|acorn@6.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/cookie@0.3.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/lru-cache@5.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cookie@0.3.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|express@4.16.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|accepts@1.3.5",
        "sentry-browser@5.7.1-tuxcare.3|array-flatten@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|body-parser@1.18.3",
        "sentry-browser@5.7.1-tuxcare.3|content-disposition@0.5.2",
        "sentry-browser@5.7.1-tuxcare.3|content-type@1.0.4",
        "sentry-browser@5.7.1-tuxcare.3|cookie-signature@1.0.6",
        "sentry-browser@5.7.1-tuxcare.3|cookie@0.3.1",
        "sentry-browser@5.7.1-tuxcare.3|express@4.16.4|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|depd@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|encodeurl@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|escape-html@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|etag@1.8.1",
        "sentry-browser@5.7.1-tuxcare.3|finalhandler@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|fresh@0.5.2",
        "sentry-browser@5.7.1-tuxcare.3|merge-descriptors@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|methods@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|on-finished@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|parseurl@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|path-to-regexp@0.1.7",
        "sentry-browser@5.7.1-tuxcare.3|proxy-addr@2.0.4",
        "sentry-browser@5.7.1-tuxcare.3|qs@6.5.2",
        "sentry-browser@5.7.1-tuxcare.3|range-parser@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|send@0.16.2",
        "sentry-browser@5.7.1-tuxcare.3|serve-static@1.13.2",
        "sentry-browser@5.7.1-tuxcare.3|setprototypeof@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|statuses@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|type-is@1.6.16",
        "sentry-browser@5.7.1-tuxcare.3|utils-merge@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|vary@1.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|express@4.16.4|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|express@4.16.4|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|express@4.16.4|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|agent-base@4.3.0",
        "sentry-browser@5.7.1-tuxcare.3|debug@3.2.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lru_map@0.3.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tslint-config-prettier@1.18.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tslint-consistent-codestyle@1.15.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@fimbul/bifrost@0.17.0",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|tsutils@2.29.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|highlight.js@9.15.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|marked@0.6.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/jest-diff@20.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|assertion-error@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|check-error@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|deep-eql@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|type-detect@4.0.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-func-name@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pathval@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|type-detect@4.0.8"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|argv@0.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ignore-walk@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|js-yaml@3.13.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|argparse@1.0.10",
        "sentry-browser@5.7.1-tuxcare.3|esprima@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|urlgrey@0.4.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|common-tags@1.8.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|args@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|basic-auth@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|bluebird@3.5.0",
        "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|chalk@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|dargs@5.1.0",
        "sentry-browser@5.7.1-tuxcare.3|detect-port@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|filesize@3.5.10",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|fs-extra@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|handlebars@4.0.10",
        "sentry-browser@5.7.1-tuxcare.3|ip@1.1.5",
        "sentry-browser@5.7.1-tuxcare.3|micro-compress@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|mime-types@2.1.15",
        "sentry-browser@5.7.1-tuxcare.3|node-version@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|opn@5.1.0",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|path-type@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|send@0.15.3",
        "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|bluebird@3.5.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|chalk@1.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|ansi-styles@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|escape-string-regexp@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|strip-ansi@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|supports-color@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|dargs@5.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|fs-extra@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|jsonfile@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|universalify@0.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|handlebars@4.0.10",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|async@1.5.2",
        "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|source-map@0.4.4",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|uglify-js@2.8.29"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|mime-types@2.1.15",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|mime-db@1.27.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|path-type@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|pify@2.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|send@0.15.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|debug@2.6.7",
        "sentry-browser@5.7.1-tuxcare.3|depd@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|destroy@1.0.4",
        "sentry-browser@5.7.1-tuxcare.3|encodeurl@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|escape-html@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|etag@1.8.1",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|fresh@0.5.0",
        "sentry-browser@5.7.1-tuxcare.3|http-errors@1.6.3",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|mime@1.3.4",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|ms@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|on-finished@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|range-parser@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|statuses@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|ansi-styles@2.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|strip-ansi@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|supports-color@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|jsonfile@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|async@1.5.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|source-map@0.4.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|amdefine@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|uglify-js@2.8.29",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|uglify-js@2.8.29|source-map@0.5.7",
        "sentry-browser@5.7.1-tuxcare.3|uglify-to-browserify@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|yargs@3.10.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|uglify-js@2.8.29|source-map@0.5.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|mime-db@1.27.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|pify@2.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|debug@2.6.7",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|fresh@0.5.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|mime@1.3.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|statuses@1.3.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|yargs@3.10.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|camelcase@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|cliui@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|window-size@0.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|camelcase@1.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|cliui@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|center-align@0.1.3",
        "sentry-browser@5.7.1-tuxcare.3|right-align@0.1.3",
        "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|wordwrap@0.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve@5.2.4|wordwrap@0.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/polyfill@7.2.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-js@2.6.5",
        "sentry-browser@5.7.1-tuxcare.3|regenerator-runtime@0.12.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@octokit/rest@16.18.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@octokit/request@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|before-after-hook@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|btoa-lite@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|deprecation@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash.get@4.4.2",
        "sentry-browser@5.7.1-tuxcare.3|lodash.set@4.3.2",
        "sentry-browser@5.7.1-tuxcare.3|lodash.uniq@4.5.0",
        "sentry-browser@5.7.1-tuxcare.3|octokit-pagination-methods@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|universal-user-agent@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|url-template@2.0.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ansi-styles@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|escape-string-regexp@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|supports-color@5.5.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|commander@2.19.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|debug@4.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-stdin@6.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|http-proxy-agent@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|agent-base@4.3.0",
        "sentry-browser@5.7.1-tuxcare.3|http-proxy-agent@2.1.0|debug@3.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|http-proxy-agent@2.1.0|debug@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|http-proxy-agent@2.1.0|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|http-proxy-agent@2.1.0|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|agent-base@4.3.0",
        "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1|debug@3.2.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1|debug@3.2.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|hyperlinker@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|json-stringify-safe@5.0.1",
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|yargs@11.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|yargs@11.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|find-up@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|get-caller-file@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|os-locale@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|require-directory@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|require-main-filename@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|set-blocking@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|which-module@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|y18n@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|yargs-parser@9.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|find-up@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|locate-path@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|os-locale@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|execa@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|lcid@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|mem@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|y18n@3.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|yargs-parser@9.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|camelcase@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|locate-path@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|p-locate@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|path-exists@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|execa@0.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|cross-spawn@5.1.0",
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|get-stream@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-path@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|strip-eof@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|lcid@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|invert-kv@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|mem@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|mimic-fn@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|camelcase@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|p-locate@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|p-limit@1.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|cross-spawn@5.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|lru-cache@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|shebang-command@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|get-stream@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|invert-kv@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|mimic-fn@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|p-limit@1.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|p-try@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|lru-cache@4.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pseudomap@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|yallist@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|p-try@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsome@2.5.0|yallist@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|json5@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsonpointer@4.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsonwebtoken@8.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jws@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash.includes@4.3.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash.isboolean@3.0.3",
        "sentry-browser@5.7.1-tuxcare.3|lodash.isinteger@4.0.4",
        "sentry-browser@5.7.1-tuxcare.3|lodash.isnumber@3.0.3",
        "sentry-browser@5.7.1-tuxcare.3|lodash.isplainobject@4.0.6",
        "sentry-browser@5.7.1-tuxcare.3|lodash.isstring@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash.once@4.1.1",
        "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.find@4.6.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.includes@4.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isobject@3.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.keys@4.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.mapvalues@4.6.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.memoize@4.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|memfs-or-file-map-to-github-branch@1.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@octokit/rest@16.18.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arr-diff@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|array-unique@0.3.2",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|braces@2.3.2",
        "sentry-browser@5.7.1-tuxcare.3|define-property@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|extend-shallow@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4",
        "sentry-browser@5.7.1-tuxcare.3|fragment-cache@0.2.1",
        "sentry-browser@5.7.1-tuxcare.3|kind-of@6.0.2",
        "sentry-browser@5.7.1-tuxcare.3|nanomatch@1.2.13",
        "sentry-browser@5.7.1-tuxcare.3|object.pick@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|regex-not@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|to-regex@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|braces@2.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arr-flatten@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|array-unique@0.3.2",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|braces@2.3.2|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|fill-range@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|repeat-element@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon-node@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|split-string@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|to-regex@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|braces@2.3.2|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|fill-range@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|fill-range@4.0.0|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|to-regex-range@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|fill-range@4.0.0|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|is-extendable@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10|to-regex-range@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-cleanup@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-fetch@2.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|override-require@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-limit@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|p-try@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse-diff@0.5.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse-git-config@2.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|expand-tilde@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|git-config-path@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|ini@1.3.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse-github-url@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse-link-header@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pinpoint@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|readline-sync@1.4.9"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|require-from-string@2.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rfc6902@3.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|supports-hyperlinks@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|supports-hyperlinks@1.0.1|has-flag@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|supports-color@5.5.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|supports-hyperlinks@1.0.1|has-flag@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|import-local@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pkg-dir@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|resolve-cwd@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-cli@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/core@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|exit@0.1.2",
        "sentry-browser@5.7.1-tuxcare.3|import-local@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-ci@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-config@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-validate@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|prompts@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|realpath-native@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|yargs@12.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserstack-local@1.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|is-running@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|ps-tree@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|browserstack-local@1.4.0|sinon@1.17.7",
        "sentry-browser@5.7.1-tuxcare.3|temp-fs@0.9.9"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserstack-local@1.4.0|sinon@1.17.7",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|formatio@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|browserstack-local@1.4.0|lolex@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|samsam@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|util@0.11.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserstack-local@1.4.0|lolex@1.3.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserstack@1.5.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bluebird@3.5.3",
        "sentry-browser@5.7.1-tuxcare.3|body-parser@1.18.3",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|braces@2.3.2",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|chokidar@2.0.4",
        "sentry-browser@5.7.1-tuxcare.3|colors@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6",
        "sentry-browser@5.7.1-tuxcare.3|core-js@2.6.5",
        "sentry-browser@5.7.1-tuxcare.3|di@0.0.1",
        "sentry-browser@5.7.1-tuxcare.3|dom-serialize@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|flatted@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|http-proxy@1.17.0",
        "sentry-browser@5.7.1-tuxcare.3|isbinaryfile@3.0.3",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|log4js@4.0.2",
        "sentry-browser@5.7.1-tuxcare.3|mime@2.4.0",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|qjobs@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|range-parser@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|socket.io@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|tmp@0.0.33",
        "sentry-browser@5.7.1-tuxcare.3|useragent@2.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|braces@2.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arr-flatten@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|array-unique@0.3.2",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|fill-range@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|repeat-element@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon-node@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|split-string@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|to-regex@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|chokidar@2.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|anymatch@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|async-each@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|braces@2.3.2",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|glob-parent@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|is-binary-path@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|is-glob@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash.debounce@4.0.8",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|normalize-path@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|path-is-absolute@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|readdirp@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|upath@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|fill-range@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|to-regex-range@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|anymatch@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|normalize-path@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|glob-parent@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|glob-parent@3.1.0|is-glob@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|path-dirname@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|glob-parent@3.1.0|is-glob@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-extglob@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|is-binary-path@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|binary-extensions@1.12.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|normalize-path@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|remove-trailing-separator@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|readdirp@2.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|is-extendable@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|to-regex-range@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|binary-extensions@1.12.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|q@1.5.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/add@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/bootstrap@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-options@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-conf@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|dedent@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|pacote@9.5.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/bootstrap@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/batch-packages@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-options@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/has-npm-version@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-install@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/package-graph@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/pulse-till-done@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/rimraf-dir@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/run-lifecycle@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/run-parallel-batches@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/symlink-binary@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/symlink-dependencies@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|dedent@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|get-port@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|multimatch@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|p-map-series@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|p-waterfall@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|read-package-tree@5.2.2",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/changed@3.13.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/collect-updates@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/listable@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/output@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/version@3.13.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/clean@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-options@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/prompt@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/pulse-till-done@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/rimraf-dir@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|p-map-series@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|p-waterfall@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/cli@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/global-options@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|dedent@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|yargs@12.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/create@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-conf@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|camelcase@5.0.0",
        "sentry-browser@5.7.1-tuxcare.3|dedent@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|globby@8.0.2",
        "sentry-browser@5.7.1-tuxcare.3|init-package-json@1.10.3",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|p-reduce@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|pacote@9.5.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/create@3.13.3|pify@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/create@3.13.3|slash@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|validate-npm-package-license@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|validate-npm-package-name@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|whatwg-url@7.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/create@3.13.3|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/create@3.13.3|slash@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/diff@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/exec@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/batch-packages@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-options@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/run-parallel-batches@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/import@3.13.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/prompt@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/pulse-till-done@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|dedent@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|p-map-series@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/init@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/link@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/package-graph@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/symlink-dependencies@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/link@3.13.3|slash@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/link@3.13.3|slash@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/list@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-options@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/listable@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/output@3.13.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/publish@3.13.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/batch-packages@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/check-working-tree@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/collect-updates@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/describe-ref@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/log-packed@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-conf@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-dist-tag@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-publish@3.13.2",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/output@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/pack-directory@3.13.1",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/prompt@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/pulse-till-done@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/run-lifecycle@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/run-parallel-batches@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/version@3.13.4",
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|libnpmaccess@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|p-pipe@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|p-reduce@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|pacote@9.5.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/run@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/batch-packages@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-options@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-run-script@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/output@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/run-parallel-batches@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/timer@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/version@3.13.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/batch-packages@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/check-working-tree@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/collect-updates@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/conventional-commits@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/github-client@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/output@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/prompt@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/run-lifecycle@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|dedent@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|p-pipe@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|p-reduce@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|p-waterfall@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/version@3.13.4|slash@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|temp-write@3.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/version@3.13.4|slash@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5",
        "sentry-browser@5.7.1-tuxcare.3|console-control-strings@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4",
        "sentry-browser@5.7.1-tuxcare.3|set-blocking@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ansi-colors@3.2.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browser-stdout@1.3.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|escape-string-regexp@1.0.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|find-up@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|locate-path@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|fs.realpath@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|inflight@1.0.6",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|path-is-absolute@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|growl@1.10.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|he@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|log-symbols@2.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|brace-expansion@1.1.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1|minimist@0.0.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1|minimist@0.0.8"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-environment-flags@1.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|object.getownpropertydescriptors@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object.assign@4.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|define-properties@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|function-bind@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|has-symbols@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|object-keys@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|strip-json-comments@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|which@1.3.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|isexe@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|wide-align@1.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|yargs-parser@13.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|camelcase@5.0.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|yargs-unparser@1.5.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|flat@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|yargs@12.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ansi-styles@3.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|color-convert@1.9.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cross-spawn@6.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|nice-try@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|path-key@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|shebang-command@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|memorystream@0.3.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pidtree@0.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|load-json-file@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|path-type@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|shell-quote@1.6.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|array-filter@0.0.1",
        "sentry-browser@5.7.1-tuxcare.3|array-map@0.0.0",
        "sentry-browser@5.7.1-tuxcare.3|array-reduce@0.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jsonify@0.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|string.prototype.padend@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|define-properties@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|es-abstract@1.13.0",
        "sentry-browser@5.7.1-tuxcare.3|function-bind@1.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/md5@2.1.33",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|chokidar@3.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|anymatch@3.0.3",
        "sentry-browser@5.7.1-tuxcare.3|braces@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|glob-parent@5.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-binary-path@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|is-glob@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|normalize-path@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|readdirp@3.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsdom@15.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|abab@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|acorn-globals@4.3.0",
        "sentry-browser@5.7.1-tuxcare.3|acorn@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|array-equal@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|cssom@0.3.6",
        "sentry-browser@5.7.1-tuxcare.3|cssstyle@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|data-urls@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|domexception@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|escodegen@1.11.0",
        "sentry-browser@5.7.1-tuxcare.3|html-encoding-sniffer@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|nwsapi@2.1.3",
        "sentry-browser@5.7.1-tuxcare.3|parse5@5.1.0",
        "sentry-browser@5.7.1-tuxcare.3|pn@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|request-promise-native@1.0.7",
        "sentry-browser@5.7.1-tuxcare.3|request@2.88.0",
        "sentry-browser@5.7.1-tuxcare.3|saxes@3.1.9",
        "sentry-browser@5.7.1-tuxcare.3|symbol-tree@3.2.2",
        "sentry-browser@5.7.1-tuxcare.3|tough-cookie@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|w3c-hr-time@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|w3c-xmlserializer@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|webidl-conversions@4.0.2",
        "sentry-browser@5.7.1-tuxcare.3|whatwg-encoding@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|whatwg-mimetype@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|whatwg-url@7.0.0",
        "sentry-browser@5.7.1-tuxcare.3|ws@6.1.4",
        "sentry-browser@5.7.1-tuxcare.3|xml-name-validator@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-chai@0.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chai@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-chrome-launcher@2.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|fs-access@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-mocha-reporter@2.2.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|log-symbols@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|karma-mocha-reporter@2.2.5|strip-ansi@4.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-mocha-reporter@2.2.5|strip-ansi@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma-mocha-reporter@2.2.5|ansi-regex@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-mocha-reporter@2.2.5|ansi-regex@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-mocha@1.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|chokidar@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|debounce@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|chokidar@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|anymatch@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|async-each@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|braces@2.3.2",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|glob-parent@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|is-binary-path@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|is-glob@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|normalize-path@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|path-is-absolute@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|readdirp@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|upath@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|anymatch@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|anymatch@2.0.0|normalize-path@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|anymatch@2.0.0|normalize-path@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|remove-trailing-separator@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|braces@2.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arr-flatten@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|array-unique@0.3.2",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|fill-range@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|repeat-element@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon-node@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|split-string@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|to-regex@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|glob-parent@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|glob-parent@3.1.0|is-glob@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|path-dirname@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|glob-parent@3.1.0|is-glob@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-extglob@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|is-binary-path@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|binary-extensions@1.12.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|readdirp@2.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|fill-range@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|to-regex-range@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|binary-extensions@1.12.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|is-extendable@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|to-regex-range@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-rollup-preprocessor@7.0.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-sinon@1.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|sinon@7.3.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-typescript-es6-transform@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|acorn-walk@6.1.1",
        "sentry-browser@5.7.1-tuxcare.3|acorn@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3",
        "sentry-browser@5.7.1-tuxcare.3|babel-preset-env@1.7.0",
        "sentry-browser@5.7.1-tuxcare.3|log4js@4.0.2",
        "sentry-browser@5.7.1-tuxcare.3|magic-string@0.25.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-typescript@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|acorn-walk@6.1.1",
        "sentry-browser@5.7.1-tuxcare.3|acorn@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|assert@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|async@2.6.1",
        "sentry-browser@5.7.1-tuxcare.3|browser-resolve@1.11.3",
        "sentry-browser@5.7.1-tuxcare.3|browserify-zlib@0.2.0",
        "sentry-browser@5.7.1-tuxcare.3|buffer@5.2.1",
        "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0",
        "sentry-browser@5.7.1-tuxcare.3|console-browserify@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|constants-browserify@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|convert-source-map@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|crypto-browserify@3.12.0",
        "sentry-browser@5.7.1-tuxcare.3|diff@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|domain-browser@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|events@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|https-browserify@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5",
        "sentry-browser@5.7.1-tuxcare.3|json-stringify-safe@5.0.1",
        "sentry-browser@5.7.1-tuxcare.3|karma-coverage@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|karma@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|log4js@4.0.2",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|os-browserify@0.3.0",
        "sentry-browser@5.7.1-tuxcare.3|pad@2.2.2",
        "sentry-browser@5.7.1-tuxcare.3|path-browserify@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process@0.11.10",
        "sentry-browser@5.7.1-tuxcare.3|punycode@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|querystring-es3@0.2.1",
        "sentry-browser@5.7.1-tuxcare.3|readable-stream@3.1.1",
        "sentry-browser@5.7.1-tuxcare.3|remap-istanbul@0.13.0",
        "sentry-browser@5.7.1-tuxcare.3|karma-typescript@4.0.0|source-map@0.7.3",
        "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|stream-http@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|string_decoder@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|timers-browserify@2.0.10",
        "sentry-browser@5.7.1-tuxcare.3|tmp@0.0.33",
        "sentry-browser@5.7.1-tuxcare.3|tty-browserify@0.0.1",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5",
        "sentry-browser@5.7.1-tuxcare.3|url@0.11.0",
        "sentry-browser@5.7.1-tuxcare.3|util@0.11.1",
        "sentry-browser@5.7.1-tuxcare.3|vm-browserify@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-typescript@4.0.0|source-map@0.7.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rollup-plugin-license@0.8.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|commenting@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|magic-string@0.25.1",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|moment@2.23.0",
        "sentry-browser@5.7.1-tuxcare.3|rollup@1.10.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|webpack@4.30.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-module-context@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-edit@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-parser@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|acorn-dynamic-import@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|acorn@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|ajv-keywords@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|ajv@6.9.1",
        "sentry-browser@5.7.1-tuxcare.3|chrome-trace-event@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|enhanced-resolve@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|eslint-scope@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|json-parse-better-errors@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|loader-runner@2.3.1",
        "sentry-browser@5.7.1-tuxcare.3|loader-utils@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|neo-async@2.6.0",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|schema-utils@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|tapable@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|terser-webpack-plugin@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|webpack-sources@1.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sinonjs/commons@1.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|type-detect@4.0.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sinonjs/formatio@3.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sinonjs/commons@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|@sinonjs/samsam@3.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sinonjs/samsam@3.3.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sinonjs/commons@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|array-from@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lolex@4.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@sinonjs/formatio@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|@sinonjs/text-encoding@0.7.1",
        "sentry-browser@5.7.1-tuxcare.3|just-extend@4.0.2",
        "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10|lolex@2.7.5",
        "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10|path-to-regexp@1.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10|lolex@2.7.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10|path-to-regexp@1.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10|isarray@0.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|nise@1.4.10|isarray@0.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|supports-color@5.5.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|has-flag@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|bs-logger@0.2.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|fast-json-stable-stringify@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|buffer-from@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fast-json-stable-stringify@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|make-error@1.3.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|resolve@1.10.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|path-parse@1.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/code-frame@7.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/highlight@7.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tsutils@2.29.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/fs-extra@5.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/handlebars@4.0.40"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/highlight.js@9.12.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/lodash@4.14.121"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/marked@0.4.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/minimatch@3.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/shelljs@0.8.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/glob@7.1.1",
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|jsonfile@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|universalify@0.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|handlebars@4.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|async@2.6.1",
        "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|uglify-js@3.4.9"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|progress@2.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|shelljs@0.8.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|interpret@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|rechoir@0.6.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|typedoc-default-themes@0.5.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mock-require@3.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|get-caller-file@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|mock-require@3.0.3|normalize-path@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mock-require@3.0.3|normalize-path@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|remove-trailing-separator@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|vscode-languageserver@5.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|vscode-languageserver-protocol@3.14.1",
        "sentry-browser@5.7.1-tuxcare.3|vscode-uri@1.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@google-cloud/projectify@0.3.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/request@2.48.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/caseless@0.12.1",
        "sentry-browser@5.7.1-tuxcare.3|@types/form-data@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7",
        "sentry-browser@5.7.1-tuxcare.3|@types/tough-cookie@2.3.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ent@2.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|google-auth-library@3.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|base64-js@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|fast-text-encoding@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|gaxios@1.8.4",
        "sentry-browser@5.7.1-tuxcare.3|gcp-metadata@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|gtoken@2.3.2",
        "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|jws@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|lru-cache@5.1.1",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pify@4.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|through2@2.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|through2@2.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|retry-request@4.0.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|split-array-stream@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-stream-ended@0.1.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mime-db@1.37.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|readable-stream@3.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|string_decoder@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|typedarray@0.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|end-of-stream@1.4.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stream-shift@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|abort-controller@2.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|event-target-shim@5.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|configstore@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|dot-prop@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|unique-string@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|write-file-atomic@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|xdg-basedir@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gaxios@1.8.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|gaxios@1.8.4|abort-controller@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|extend@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|node-fetch@2.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gaxios@1.8.4|abort-controller@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|event-target-shim@5.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mimic-fn@2.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stubs@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|uuid@3.3.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|estree-walker@0.6.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rollup-pluginutils@2.6.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|estree-walker@0.6.0",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/resolve@0.0.8",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|builtin-modules@3.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-module@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-worker@24.6.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-worker@24.6.0|supports-color@6.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-worker@24.6.0|supports-color@6.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|has-flag@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serialize-javascript@1.6.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|terser@3.16.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|terser@3.16.1|commander@2.17.1",
        "sentry-browser@5.7.1-tuxcare.3|source-map-support@0.5.10",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|terser@3.16.1|commander@2.17.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/estree@0.0.39"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|accepts@1.3.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|mime-types@2.1.21",
        "sentry-browser@5.7.1-tuxcare.3|negotiator@0.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-flatten@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|body-parser@1.18.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bytes@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|content-type@1.0.4",
        "sentry-browser@5.7.1-tuxcare.3|body-parser@1.18.3|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|depd@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|http-errors@1.6.3",
        "sentry-browser@5.7.1-tuxcare.3|iconv-lite@0.4.23",
        "sentry-browser@5.7.1-tuxcare.3|on-finished@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|qs@6.5.2",
        "sentry-browser@5.7.1-tuxcare.3|raw-body@2.3.3",
        "sentry-browser@5.7.1-tuxcare.3|type-is@1.6.16"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|body-parser@1.18.3|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|body-parser@1.18.3|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|body-parser@1.18.3|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|content-disposition@0.5.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|content-type@1.0.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cookie-signature@1.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|depd@1.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|encodeurl@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|escape-html@1.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|etag@1.8.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|finalhandler@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|finalhandler@1.1.1|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|encodeurl@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|escape-html@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|on-finished@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|parseurl@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|statuses@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|unpipe@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|finalhandler@1.1.1|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|finalhandler@1.1.1|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|finalhandler@1.1.1|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fresh@0.5.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|merge-descriptors@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|methods@1.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|on-finished@2.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ee-first@1.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parseurl@1.3.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|path-to-regexp@0.1.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|proxy-addr@2.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|forwarded@0.1.2",
        "sentry-browser@5.7.1-tuxcare.3|ipaddr.js@1.8.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|qs@6.5.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|range-parser@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|send@0.16.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|send@0.16.2|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|depd@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|destroy@1.0.4",
        "sentry-browser@5.7.1-tuxcare.3|encodeurl@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|escape-html@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|etag@1.8.1",
        "sentry-browser@5.7.1-tuxcare.3|fresh@0.5.2",
        "sentry-browser@5.7.1-tuxcare.3|http-errors@1.6.3",
        "sentry-browser@5.7.1-tuxcare.3|send@0.16.2|mime@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|send@0.16.2|ms@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|on-finished@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|range-parser@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|statuses@1.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|send@0.16.2|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|send@0.16.2|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|send@0.16.2|mime@1.4.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|send@0.16.2|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|serve-static@1.13.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|encodeurl@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|escape-html@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|parseurl@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|send@0.16.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|setprototypeof@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|statuses@1.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|type-is@1.6.16",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|media-typer@0.3.0",
        "sentry-browser@5.7.1-tuxcare.3|mime-types@2.1.21"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|utils-merge@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|vary@1.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|agent-base@4.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|es6-promisify@5.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|debug@3.2.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@fimbul/bifrost@0.17.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@fimbul/ymir@0.17.0",
        "sentry-browser@5.7.1-tuxcare.3|@fimbul/bifrost@0.17.0|get-caller-file@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tslint@5.16.0",
        "sentry-browser@5.7.1-tuxcare.3|@fimbul/bifrost@0.17.0|tsutils@3.8.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@fimbul/bifrost@0.17.0|get-caller-file@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@fimbul/bifrost@0.17.0|tsutils@3.8.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|argparse@1.0.10",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|sprintf-js@1.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|esprima@4.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|camelcase@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|chalk@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|pkginfo@0.4.0",
        "sentry-browser@5.7.1-tuxcare.3|string-similarity@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|camelcase@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|chalk@1.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|ansi-styles@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|escape-string-regexp@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|strip-ansi@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|supports-color@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|ansi-styles@2.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|strip-ansi@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|supports-color@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|args@3.0.2|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|basic-auth@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ansi-align@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|camelcase@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|chalk@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|cli-boxes@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|camelcase@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|chalk@1.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|ansi-styles@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|escape-string-regexp@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|strip-ansi@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|supports-color@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|ansi-styles@2.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|strip-ansi@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|supports-color@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|execa@0.6.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|execa@0.6.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|cross-spawn@5.1.0",
        "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|get-stream@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-path@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|strip-eof@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|cross-spawn@5.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|lru-cache@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|shebang-command@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|get-stream@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|lru-cache@4.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pseudomap@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|yallist@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|clipboardy@1.1.4|yallist@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|detect-port@1.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|address@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|detect-port@1.2.1|debug@2.6.9"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|detect-port@1.2.1|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|detect-port@1.2.1|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|detect-port@1.2.1|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|filesize@3.5.10"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ip@1.1.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro-compress@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|compression@1.7.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|args@2.6.1",
        "sentry-browser@5.7.1-tuxcare.3|async-to-gen@1.3.3",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|bluebird@3.5.0",
        "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|chalk@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|clipboardy@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|get-port@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|ip@1.1.5",
        "sentry-browser@5.7.1-tuxcare.3|is-async-supported@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|isstream@0.1.2",
        "sentry-browser@5.7.1-tuxcare.3|media-typer@0.3.0",
        "sentry-browser@5.7.1-tuxcare.3|node-version@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|raw-body@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|update-notifier@2.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|args@2.6.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|camelcase@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|chalk@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|pkginfo@0.4.0",
        "sentry-browser@5.7.1-tuxcare.3|string-similarity@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|bluebird@3.5.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|chalk@1.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|ansi-styles@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|escape-string-regexp@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|strip-ansi@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|clipboardy@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|execa@0.6.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|get-port@3.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|raw-body@2.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|bytes@2.4.0",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|iconv-lite@0.4.15",
        "sentry-browser@5.7.1-tuxcare.3|unpipe@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|update-notifier@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|chalk@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|configstore@3.1.2",
        "sentry-browser@5.7.1-tuxcare.3|is-npm@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|latest-version@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|lazy-req@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|semver-diff@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|xdg-basedir@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|camelcase@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|ansi-styles@2.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|strip-ansi@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|supports-color@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|execa@0.6.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|cross-spawn@5.1.0",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|get-stream@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-path@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|strip-eof@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|bytes@2.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|iconv-lite@0.4.15"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|configstore@3.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|dot-prop@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|unique-string@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|write-file-atomic@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|xdg-basedir@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|cross-spawn@5.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|lru-cache@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|shebang-command@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|get-stream@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|lru-cache@4.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pseudomap@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|yallist@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|micro@7.3.3|yallist@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-version@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|opn@5.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-wsl@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|boxen@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|chalk@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|configstore@3.1.2",
        "sentry-browser@5.7.1-tuxcare.3|import-lazy@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|is-npm@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|latest-version@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|semver-diff@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|xdg-basedir@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|chalk@1.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|ansi-styles@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|escape-string-regexp@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|strip-ansi@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|supports-color@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|configstore@3.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|dot-prop@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|unique-string@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|write-file-atomic@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|xdg-basedir@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|ansi-styles@2.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|strip-ansi@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|supports-color@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|update-notifier@2.2.0|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|core-js@2.6.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|regenerator-runtime@0.12.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@octokit/request@2.4.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@octokit/endpoint@3.2.3",
        "sentry-browser@5.7.1-tuxcare.3|deprecation@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|is-plain-object@2.0.4",
        "sentry-browser@5.7.1-tuxcare.3|node-fetch@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|universal-user-agent@2.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|before-after-hook@1.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|btoa-lite@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|deprecation@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.get@4.4.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.set@4.3.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.uniq@4.5.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|octokit-pagination-methods@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|once@1.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|wrappy@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|universal-user-agent@2.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|os-name@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|url-template@2.0.8"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|json-stringify-safe@5.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jws@3.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jwa@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isboolean@3.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isinteger@4.0.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isnumber@3.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isplainobject@4.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.isstring@4.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.once@4.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|arr-diff@4.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-unique@0.3.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|define-property@2.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-descriptor@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|extend-shallow@3.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|assign-symbols@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-extendable@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|array-unique@0.3.2",
        "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4|define-property@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4",
        "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|fragment-cache@0.2.1",
        "sentry-browser@5.7.1-tuxcare.3|regex-not@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|to-regex@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4|define-property@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-descriptor@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|extglob@2.0.4|is-extendable@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fragment-cache@0.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|map-cache@0.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|kind-of@6.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|nanomatch@1.2.13",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arr-diff@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|array-unique@0.3.2",
        "sentry-browser@5.7.1-tuxcare.3|define-property@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|extend-shallow@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|fragment-cache@0.2.1",
        "sentry-browser@5.7.1-tuxcare.3|is-windows@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|kind-of@6.0.2",
        "sentry-browser@5.7.1-tuxcare.3|object.pick@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|regex-not@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|to-regex@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object.pick@1.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|regex-not@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|extend-shallow@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|safe-regex@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|base@0.11.2",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|define-property@0.2.5",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|map-cache@0.2.2",
        "sentry-browser@5.7.1-tuxcare.3|source-map-resolve@0.5.2",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|source-map@0.5.7",
        "sentry-browser@5.7.1-tuxcare.3|use@3.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|define-property@0.2.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-descriptor@0.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|source-map@0.5.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-descriptor@0.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-accessor-descriptor@0.1.6",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-data-descriptor@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|kind-of@5.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-extendable@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-accessor-descriptor@0.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-accessor-descriptor@0.1.6|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-data-descriptor@0.1.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-data-descriptor@0.1.4|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-data-descriptor@0.1.4|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|kind-of@5.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2|is-buffer@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|to-regex@3.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|define-property@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|extend-shallow@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|regex-not@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|safe-regex@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-try@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-tilde@2.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|homedir-polyfill@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-config-path@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-config-path@1.0.1|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|fs-exists-sync@0.1.0",
        "sentry-browser@5.7.1-tuxcare.3|homedir-polyfill@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-config-path@1.0.1|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-config-path@1.0.1|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-config-path@1.0.1|is-extendable@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ini@1.3.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pkg-dir@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|find-up@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|resolve-cwd@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|resolve-cwd@2.0.0|resolve-from@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|resolve-cwd@2.0.0|resolve-from@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/core@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/console@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/reporters@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/transform@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|ansi-escapes@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|exit@0.1.2",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|jest-changed-files@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-config@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-message-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-regex-util@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-resolve-dependencies@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-runner@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-runtime@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-snapshot@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-validate@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-watcher@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|p-each-series@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|pirates@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|realpath-native@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|strip-ansi@5.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/console@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|@types/istanbul-lib-coverage@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/istanbul-lib-coverage@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|@types/yargs@12.0.9"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|exit@0.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-ci@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ci-info@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-config@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/core@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@jest/test-sequencer@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-jest@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-environment-node@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-get-type@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-jasmine2@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-regex-util@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-resolve@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-validate@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|pretty-format@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|realpath-native@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/console@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/fake-timers@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/source-map@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|callsites@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|is-ci@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|slash@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-validate@24.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|camelcase@5.0.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|jest-get-type@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|leven@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|pretty-format@24.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prompts@2.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|kleur@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|sisteransi@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|realpath-native@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|util.promisify@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|yargs@12.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|find-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|get-caller-file@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|os-locale@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|require-directory@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|require-main-filename@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|set-blocking@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|which-module@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|y18n@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|yargs@12.0.5|yargs-parser@11.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|yargs@12.0.5|yargs-parser@11.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|camelcase@5.0.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-running@2.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ps-tree@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|event-stream@3.3.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|temp-fs@0.9.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|temp-fs@0.9.9|rimraf@2.5.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|temp-fs@0.9.9|rimraf@2.5.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|bluebird@3.5.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|colors@1.3.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|finalhandler@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|parseurl@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|utils-merge@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|finalhandler@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|encodeurl@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|escape-html@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|on-finished@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|parseurl@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|statuses@1.3.1",
        "sentry-browser@5.7.1-tuxcare.3|unpipe@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|connect@3.6.6|statuses@1.3.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|di@0.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|dom-serialize@2.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|custom-event@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|ent@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|extend@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|void-elements@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|flatted@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|http-proxy@1.17.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|eventemitter3@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|follow-redirects@1.5.10",
        "sentry-browser@5.7.1-tuxcare.3|requires-port@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|isbinaryfile@3.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|buffer-alloc@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|log4js@4.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|date-format@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|log4js@4.0.2|debug@3.2.6",
        "sentry-browser@5.7.1-tuxcare.3|flatted@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|rfdc@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|streamroller@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|log4js@4.0.2|debug@3.2.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1|minimist@0.0.10",
        "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1|wordwrap@0.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1|minimist@0.0.10"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|optimist@0.6.1|wordwrap@0.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|qjobs@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socket.io@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|socket.io@2.1.1|debug@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|has-binary2@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|socket.io-adapter@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|socket.io-client@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|socket.io-parser@3.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socket.io@2.1.1|debug@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|socket.io@2.1.1|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socket.io@2.1.1|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tmp@0.0.33",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|os-tmpdir@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|useragent@2.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|useragent@2.3.0|lru-cache@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|tmp@0.0.33"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|useragent@2.3.0|lru-cache@4.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pseudomap@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|useragent@2.3.0|yallist@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|useragent@2.3.0|yallist@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/package-graph@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/project@3.13.1",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/write-log-file@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|dedent@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|execa@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3|is-ci@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3|is-ci@1.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3|ci-info@1.6.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/command@3.13.3|ci-info@1.6.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-options@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/collect-updates@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-packages@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|dedent@0.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-conf@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|config-chain@1.1.12",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-conf@3.13.0|pify@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-conf@3.13.0|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|dedent@0.7.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|hosted-git-info@2.7.1",
        "sentry-browser@5.7.1-tuxcare.3|osenv@0.1.5",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|validate-npm-package-name@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pacote@9.5.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bluebird@3.5.3",
        "sentry-browser@5.7.1-tuxcare.3|cacache@11.3.2",
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
        "sentry-browser@5.7.1-tuxcare.3|get-stream@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|lru-cache@5.1.1",
        "sentry-browser@5.7.1-tuxcare.3|make-fetch-happen@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|minipass@2.3.5",
        "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-packlist@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-pick-manifest@2.2.3",
        "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0",
        "sentry-browser@5.7.1-tuxcare.3|osenv@0.1.5",
        "sentry-browser@5.7.1-tuxcare.3|promise-inflight@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|promise-retry@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|protoduck@5.0.1",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|ssri@6.0.1",
        "sentry-browser@5.7.1-tuxcare.3|tar@4.4.8",
        "sentry-browser@5.7.1-tuxcare.3|unique-filename@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/batch-packages@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/package-graph@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/has-npm-version@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-install@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/get-npm-exec-opts@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|write-pkg@3.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/package-graph@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/pulse-till-done@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/rimraf-dir@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|path-exists@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/run-lifecycle@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-conf@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-lifecycle@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/run-parallel-batches@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|p-map-series@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/symlink-binary@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/create-symlink@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/package@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/symlink-dependencies@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/create-symlink@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/resolve-symlink@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/symlink-binary@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|p-map-series@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-port@3.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|multimatch@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|array-differ@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|array-union@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|arrify@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-map-series@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|p-reduce@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-waterfall@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|p-reduce@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-package-tree@5.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|debuglog@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|dezalgo@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|read-package-json@2.0.13",
        "sentry-browser@5.7.1-tuxcare.3|readdir-scoped-modules@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/collect-updates@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/describe-ref@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/collect-updates@3.13.3|slash@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/collect-updates@3.13.3|slash@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/listable@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/batch-packages@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|columnify@1.5.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/output@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/prompt@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inquirer@6.2.2",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/global-options@3.13.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|execa@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|strong-log-transformer@2.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|camelcase@5.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|globby@8.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|array-union@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|dir-glob@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|fast-glob@2.2.6",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|ignore@3.3.10",
        "sentry-browser@5.7.1-tuxcare.3|globby@8.0.2|pify@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|globby@8.0.2|slash@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|globby@8.0.2|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|globby@8.0.2|slash@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|init-package-json@1.10.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|promzard@0.3.0",
        "sentry-browser@5.7.1-tuxcare.3|read-package-json@2.0.13",
        "sentry-browser@5.7.1-tuxcare.3|read@1.0.7",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|validate-npm-package-license@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|validate-npm-package-name@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-reduce@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|validate-npm-package-license@3.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|spdx-correct@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|spdx-expression-parse@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|validate-npm-package-name@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|builtins@1.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|whatwg-url@7.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lodash.sortby@4.7.0",
        "sentry-browser@5.7.1-tuxcare.3|tr46@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|webidl-conversions@4.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0|detect-indent@5.0.0",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0|pify@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|sort-keys@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|write-file-atomic@2.4.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0|detect-indent@5.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/check-working-tree@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/describe-ref@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/describe-ref@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/log-packed@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|byte-size@4.0.4",
        "sentry-browser@5.7.1-tuxcare.3|columnify@1.5.4",
        "sentry-browser@5.7.1-tuxcare.3|has-unicode@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-dist-tag@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-publish@3.13.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/run-lifecycle@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|libnpmpublish@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-publish@3.13.2|pify@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|read-package-json@2.0.13"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-publish@3.13.2|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/pack-directory@3.13.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/get-packed@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/package@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/run-lifecycle@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-packlist@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|tar@4.4.8",
        "sentry-browser@5.7.1-tuxcare.3|temp-write@3.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|libnpmaccess@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|aproba@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|get-stream@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bluebird@3.5.3",
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
        "sentry-browser@5.7.1-tuxcare.3|JSONStream@1.3.5",
        "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0|lru-cache@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|make-fetch-happen@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0|lru-cache@4.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pseudomap@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0|yallist@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0|yallist@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-pipe@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/npm-run-script@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/get-npm-exec-opts@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/timer@3.13.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/conventional-commits@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-angular@5.0.3",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6",
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|get-stream@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/conventional-commits@3.13.0|pify@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/conventional-commits@3.13.0|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/github-client@3.13.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/child-process@3.13.3",
        "sentry-browser@5.7.1-tuxcare.3|@octokit/plugin-enterprise-rest@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|@octokit/rest@16.18.0",
        "sentry-browser@5.7.1-tuxcare.3|git-url-parse@11.1.2",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|temp-write@3.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|temp-write@3.4.0|pify@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|temp-dir@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|uuid@3.3.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|temp-write@3.4.0|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|delegates@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|are-we-there-yet@1.1.5|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|console-control-strings@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|aproba@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|console-control-strings@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|has-unicode@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|object-assign@4.1.1",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|string-width@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|strip-ansi@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|wide-align@1.1.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|aproba@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|string-width@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|code-point-at@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|is-fullwidth-code-point@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|strip-ansi@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|is-fullwidth-code-point@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gauge@2.7.4|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|set-blocking@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|locate-path@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|p-locate@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|path-exists@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fs.realpath@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|inflight@1.0.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|wrappy@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|path-is-absolute@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|brace-expansion@1.1.11",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|balanced-match@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|concat-map@0.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object.getownpropertydescriptors@2.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|define-properties@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|es-abstract@1.13.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|define-properties@1.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|object-keys@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|function-bind@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-symbols@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-keys@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-flag@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|isexe@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-fullwidth-code-point@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1|strip-ansi@4.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1|strip-ansi@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1|ansi-regex@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1|ansi-regex@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|decamelize@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|flat@4.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-buffer@2.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0|strip-ansi@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0|strip-ansi@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0|ansi-regex@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cliui@4.1.0|ansi-regex@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|os-locale@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|execa@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|lcid@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|mem@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|require-directory@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|which-module@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|y18n@4.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|color-convert@1.9.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|color-name@1.1.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|nice-try@1.0.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|path-key@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|shebang-command@1.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|shebang-regex@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|load-json-file@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|parse-json@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|load-json-file@4.0.0|pify@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|strip-bom@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|load-json-file@4.0.0|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|hosted-git-info@2.7.1",
        "sentry-browser@5.7.1-tuxcare.3|resolve@1.10.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|validate-npm-package-license@3.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|path-type@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|path-type@3.0.0|pify@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|path-type@3.0.0|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-filter@0.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-map@0.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-reduce@0.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsonify@0.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|es-abstract@1.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|es-to-primitive@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|function-bind@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|has@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|is-callable@1.1.4",
        "sentry-browser@5.7.1-tuxcare.3|is-regex@1.0.4",
        "sentry-browser@5.7.1-tuxcare.3|object-keys@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npm-run-path@2.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|path-key@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|strip-eof@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|anymatch@3.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|normalize-path@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|picomatch@2.0.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|braces@3.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|fill-range@7.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|glob-parent@5.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-glob@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-binary-path@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|binary-extensions@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-glob@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-extglob@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|normalize-path@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|readdirp@3.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|picomatch@2.0.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|abab@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|acorn-globals@4.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|acorn-walk@6.1.1",
        "sentry-browser@5.7.1-tuxcare.3|acorn@6.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|acorn@6.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-equal@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cssom@0.3.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cssstyle@1.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cssom@0.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|data-urls@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|abab@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|whatwg-mimetype@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|whatwg-url@7.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|domexception@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|webidl-conversions@4.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|escodegen@1.11.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|escodegen@1.11.0|esprima@3.1.3",
        "sentry-browser@5.7.1-tuxcare.3|estraverse@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|esutils@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|optionator@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|escodegen@1.11.0|esprima@3.1.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|html-encoding-sniffer@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|whatwg-encoding@1.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|nwsapi@2.1.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse5@5.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pn@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|request-promise-native@1.0.7",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|request-promise-core@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|request@2.88.0",
        "sentry-browser@5.7.1-tuxcare.3|stealthy-require@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|tough-cookie@2.5.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|request@2.88.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|aws-sign2@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|aws4@1.8.0",
        "sentry-browser@5.7.1-tuxcare.3|caseless@0.12.0",
        "sentry-browser@5.7.1-tuxcare.3|combined-stream@1.0.7",
        "sentry-browser@5.7.1-tuxcare.3|extend@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|forever-agent@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|form-data@2.3.3",
        "sentry-browser@5.7.1-tuxcare.3|har-validator@5.1.3",
        "sentry-browser@5.7.1-tuxcare.3|http-signature@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|is-typedarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|isstream@0.1.2",
        "sentry-browser@5.7.1-tuxcare.3|json-stringify-safe@5.0.1",
        "sentry-browser@5.7.1-tuxcare.3|mime-types@2.1.21",
        "sentry-browser@5.7.1-tuxcare.3|oauth-sign@0.9.0",
        "sentry-browser@5.7.1-tuxcare.3|performance-now@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|qs@6.5.2",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|request@2.88.0|tough-cookie@2.4.3",
        "sentry-browser@5.7.1-tuxcare.3|tunnel-agent@0.6.0",
        "sentry-browser@5.7.1-tuxcare.3|uuid@3.3.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|request@2.88.0|tough-cookie@2.4.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|psl@1.1.31",
        "sentry-browser@5.7.1-tuxcare.3|request@2.88.0|punycode@1.4.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|request@2.88.0|punycode@1.4.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|saxes@3.1.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|xmlchars@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|symbol-tree@3.2.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tough-cookie@2.5.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|psl@1.1.31",
        "sentry-browser@5.7.1-tuxcare.3|punycode@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|w3c-hr-time@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|browser-process-hrtime@0.1.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|w3c-xmlserializer@1.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|domexception@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|webidl-conversions@4.0.2",
        "sentry-browser@5.7.1-tuxcare.3|xml-name-validator@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|webidl-conversions@4.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|whatwg-encoding@1.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|whatwg-encoding@1.0.5|iconv-lite@0.4.24"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|whatwg-encoding@1.0.5|iconv-lite@0.4.24",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safer-buffer@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|whatwg-mimetype@2.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ws@6.1.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|async-limiter@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|xml-name-validator@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fs-access@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|null-check@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|debounce@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|acorn-walk@6.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-generator@6.26.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-helpers@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-messages@6.23.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-register@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babylon@6.18.0",
        "sentry-browser@5.7.1-tuxcare.3|convert-source-map@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|json5@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|path-is-absolute@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|private@0.1.8",
        "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|slash@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|source-map@0.5.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|json5@0.5.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|slash@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|source-map@0.5.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-preset-env@1.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-check-es2015-constants@6.22.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-syntax-trailing-function-commas@6.22.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-async-to-generator@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-arrow-functions@6.22.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-block-scoped-functions@6.22.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-block-scoping@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-classes@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-computed-properties@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-destructuring@6.23.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-duplicate-keys@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-for-of@6.23.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-function-name@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-literals@6.22.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-amd@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-commonjs@6.26.2",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-systemjs@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-umd@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-object-super@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-parameters@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-shorthand-properties@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-spread@6.22.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-sticky-regex@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-template-literals@6.22.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-typeof-symbol@6.23.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-unicode-regex@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-exponentiation-operator@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-regenerator@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|browserslist@3.2.8",
        "sentry-browser@5.7.1-tuxcare.3|invariant@2.2.4",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|magic-string@0.25.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|sourcemap-codec@1.4.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|assert@1.4.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|assert@1.4.1|util@0.10.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|assert@1.4.1|util@0.10.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|assert@1.4.1|inherits@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|assert@1.4.1|inherits@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browser-resolve@1.11.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|browser-resolve@1.11.3|resolve@1.1.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browser-resolve@1.11.3|resolve@1.1.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserify-zlib@0.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pako@1.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|buffer@5.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|base64-js@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|ieee754@1.1.12"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0|convert-source-map@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|inline-source-map@0.6.2",
        "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0|lodash.memoize@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0|source-map@0.5.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0|convert-source-map@1.1.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0|lodash.memoize@3.0.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|combine-source-map@0.8.0|source-map@0.5.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|console-browserify@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|date-now@0.1.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|constants-browserify@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|convert-source-map@1.6.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|crypto-browserify@3.12.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|browserify-cipher@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|browserify-sign@4.0.4",
        "sentry-browser@5.7.1-tuxcare.3|create-ecdh@4.0.3",
        "sentry-browser@5.7.1-tuxcare.3|create-hash@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|create-hmac@1.1.7",
        "sentry-browser@5.7.1-tuxcare.3|diffie-hellman@5.0.3",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|pbkdf2@3.0.17",
        "sentry-browser@5.7.1-tuxcare.3|public-encrypt@4.0.3",
        "sentry-browser@5.7.1-tuxcare.3|randombytes@2.0.6",
        "sentry-browser@5.7.1-tuxcare.3|randomfill@1.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|diff@4.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|domain-browser@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|events@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|https-browserify@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|abbrev@1.0.9",
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|async@1.5.2",
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|escodegen@1.8.1",
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|esprima@2.7.3",
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|glob@5.0.15",
        "sentry-browser@5.7.1-tuxcare.3|handlebars@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|js-yaml@3.13.1",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|nopt@3.0.6",
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|resolve@1.1.7",
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|supports-color@3.2.3",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1",
        "sentry-browser@5.7.1-tuxcare.3|wordwrap@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|async@1.5.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|escodegen@1.8.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|esprima@2.7.3",
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|estraverse@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|esutils@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|optionator@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|source-map@0.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|esprima@2.7.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|glob@5.0.15",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inflight@1.0.6",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|path-is-absolute@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|resolve@1.1.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|supports-color@3.2.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|has-flag@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|estraverse@1.9.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|source-map@0.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|amdefine@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5|has-flag@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-coverage@1.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|dateformat@1.0.12",
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|karma-coverage@1.1.2|source-map@0.5.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|karma-coverage@1.1.2|source-map@0.5.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|os-browserify@0.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pad@2.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|wcwidth@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|path-browserify@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|process@0.11.10"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|punycode@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|querystring-es3@0.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|remap-istanbul@0.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|istanbul@0.4.5",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|plugin-error@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|through2@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stream-http@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|builtin-status-codes@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|readable-stream@3.1.1",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|string_decoder@1.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|timers-browserify@2.0.10",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|setimmediate@1.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tty-browserify@0.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|url@0.11.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|url@0.11.0|punycode@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|querystring@0.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|url@0.11.0|punycode@1.3.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|util@0.11.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|vm-browserify@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|commenting@1.0.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|moment@2.23.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-module-context@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-wasm-bytecode@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wast-parser@1.8.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-module-context@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|mamacro@0.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-edit@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-buffer@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-wasm-bytecode@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-wasm-section@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-gen@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-opt@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-parser@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wast-printer@1.8.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-parser@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-api-error@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-wasm-bytecode@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ieee754@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/leb128@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/utf8@1.8.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|acorn-dynamic-import@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|acorn@6.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ajv-keywords@3.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ajv@6.9.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ajv@6.9.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|fast-deep-equal@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|fast-json-stable-stringify@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|json-schema-traverse@0.4.1",
        "sentry-browser@5.7.1-tuxcare.3|uri-js@4.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|chrome-trace-event@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|enhanced-resolve@4.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1",
        "sentry-browser@5.7.1-tuxcare.3|tapable@1.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|eslint-scope@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|esrecurse@4.2.1",
        "sentry-browser@5.7.1-tuxcare.3|estraverse@4.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|json-parse-better-errors@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|loader-runner@2.3.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|loader-utils@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|big.js@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|emojis-list@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|loader-utils@1.1.0|json5@0.5.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|loader-utils@1.1.0|json5@0.5.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|errno@0.1.7",
        "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|memory-fs@0.4.1|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|neo-async@2.6.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|assert@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|browserify-zlib@0.2.0",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|buffer@4.9.1",
        "sentry-browser@5.7.1-tuxcare.3|console-browserify@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|constants-browserify@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|crypto-browserify@3.12.0",
        "sentry-browser@5.7.1-tuxcare.3|domain-browser@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|events@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|https-browserify@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|os-browserify@0.3.0",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|path-browserify@0.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process@0.11.10",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|punycode@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|querystring-es3@0.2.1",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|stream-browserify@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|stream-http@2.8.3",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|timers-browserify@2.0.10",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|tty-browserify@0.0.0",
        "sentry-browser@5.7.1-tuxcare.3|url@0.11.0",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|util@0.10.4",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|vm-browserify@0.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|buffer@4.9.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|base64-js@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|ieee754@1.1.12",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|isarray@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|events@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|path-browserify@0.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|punycode@1.4.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|stream-http@2.8.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|builtin-status-codes@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|to-arraybuffer@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|tty-browserify@0.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|util@0.10.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|vm-browserify@0.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|indexof@0.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-libs-browser@2.1.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|schema-utils@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ajv-errors@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|ajv-keywords@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|ajv@6.9.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tapable@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|terser-webpack-plugin@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cacache@11.3.2",
        "sentry-browser@5.7.1-tuxcare.3|find-cache-dir@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|schema-utils@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|serialize-javascript@1.6.1",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|terser@3.16.1",
        "sentry-browser@5.7.1-tuxcare.3|webpack-sources@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|webpack@4.30.0",
        "sentry-browser@5.7.1-tuxcare.3|worker-farm@1.6.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|chokidar@2.0.4",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|neo-async@2.6.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|chokidar@2.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|anymatch@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|async-each@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|braces@2.3.2",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|glob-parent@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|is-binary-path@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|is-glob@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash.debounce@4.0.8",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|normalize-path@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|path-is-absolute@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|readdirp@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|upath@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|anymatch@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|normalize-path@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|braces@2.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arr-flatten@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|array-unique@0.3.2",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|fill-range@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|repeat-element@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon-node@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|split-string@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|to-regex@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|glob-parent@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|glob-parent@3.1.0|is-glob@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|path-dirname@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|glob-parent@3.1.0|is-glob@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-extglob@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|is-binary-path@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|binary-extensions@1.12.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|normalize-path@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|remove-trailing-separator@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|readdirp@2.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|fill-range@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|to-regex-range@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|binary-extensions@1.12.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|is-extendable@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|to-regex-range@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|watchpack@1.6.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|webpack-sources@1.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|source-list-map@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-from@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@sinonjs/text-encoding@0.7.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|just-extend@4.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|path-parse@1.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/highlight@7.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|esutils@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|js-tokens@4.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/glob@7.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/events@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|@types/minimatch@3.0.3",
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsonfile@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|universalify@0.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|uglify-js@3.4.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|uglify-js@3.4.9|commander@2.17.1",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|uglify-js@3.4.9|commander@2.17.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|interpret@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rechoir@0.6.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|resolve@1.10.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-caller-file@1.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|vscode-languageserver-protocol@3.14.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|vscode-jsonrpc@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|vscode-languageserver-types@3.14.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|vscode-uri@1.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/caseless@0.12.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/form-data@2.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/node@11.13.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/tough-cookie@2.3.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|base64-js@1.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fast-text-encoding@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gcp-metadata@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|gaxios@1.8.4",
        "sentry-browser@5.7.1-tuxcare.3|json-bigint@0.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gtoken@2.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|gaxios@1.8.4",
        "sentry-browser@5.7.1-tuxcare.3|google-p12-pem@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|jws@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|mime@2.4.0",
        "sentry-browser@5.7.1-tuxcare.3|pify@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lru-cache@5.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|yallist@3.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-stream-ended@0.1.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|event-target-shim@5.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|dot-prop@4.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-obj@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0|pify@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|unique-string@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|crypto-random-string@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|write-file-atomic@2.4.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|imurmurhash@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sourcemap-codec@1.4.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.1|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.1|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.1|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.1|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.1|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|merge-stream@1.0.1|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|source-map-support@0.5.10",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|buffer-from@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|negotiator@0.6.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|bytes@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|http-errors@1.6.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|depd@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|setprototypeof@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|statuses@1.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|iconv-lite@0.4.23",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safer-buffer@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|raw-body@2.3.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bytes@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|http-errors@1.6.3",
        "sentry-browser@5.7.1-tuxcare.3|iconv-lite@0.4.23",
        "sentry-browser@5.7.1-tuxcare.3|unpipe@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|unpipe@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ee-first@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|forwarded@0.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ipaddr.js@1.8.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|destroy@1.0.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|media-typer@0.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|es6-promisify@5.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|es6-promise@4.2.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@fimbul/ymir@0.17.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inversify@5.0.1",
        "sentry-browser@5.7.1-tuxcare.3|reflect-metadata@0.1.13",
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3",
        "sentry-browser@5.7.1-tuxcare.3|tsutils@2.29.0",
        "sentry-browser@5.7.1-tuxcare.3|typescript@3.4.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sprintf-js@1.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pkginfo@0.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|string-similarity@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ansi-align@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cli-boxes@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1|execa@0.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1|execa@0.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cross-spawn-async@2.2.5",
        "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1|npm-run-path@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|object-assign@4.1.1",
        "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1|path-key@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|strip-eof@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1|npm-run-path@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1|path-key@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|term-size@0.1.1|path-key@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|string-width@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|string-width@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|code-point-at@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|is-fullwidth-code-point@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|is-fullwidth-code-point@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|strip-ansi@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|widest-line@1.0.0|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|address@1.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|compression@1.7.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|accepts@1.3.5",
        "sentry-browser@5.7.1-tuxcare.3|bytes@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|compressible@2.0.15",
        "sentry-browser@5.7.1-tuxcare.3|compression@1.7.3|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|on-headers@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|vary@1.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|compression@1.7.3|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|compression@1.7.3|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|compression@1.7.3|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|async-to-gen@1.3.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babylon@6.18.0",
        "sentry-browser@5.7.1-tuxcare.3|async-to-gen@1.3.3|magic-string@0.19.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|async-to-gen@1.3.3|magic-string@0.19.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|vlq@0.2.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-async-supported@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|isstream@0.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-wsl@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|import-lazy@2.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-npm@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|latest-version@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|package-json@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|semver-diff@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@octokit/endpoint@3.2.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|deepmerge@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|is-plain-object@2.0.4",
        "sentry-browser@5.7.1-tuxcare.3|universal-user-agent@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|url-template@2.0.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-plain-object@2.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|wrappy@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|os-name@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|macos-release@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|windows-release@3.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|require-main-filename@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jwa@1.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|buffer-equal-constant-time@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|ecdsa-sig-formatter@1.0.10",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|arr-flatten@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|repeat-element@1.1.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon-node@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon-node@2.1.1|define-property@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon-util@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon-node@2.1.1|define-property@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-descriptor@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|split-string@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|extend-shallow@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-descriptor@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-accessor-descriptor@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-data-descriptor@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|kind-of@6.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|assign-symbols@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-extendable@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-plain-object@2.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|define-property@0.2.5",
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|posix-character-classes@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|regex-not@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|snapdragon@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|to-regex@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|define-property@0.2.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-descriptor@0.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-descriptor@0.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-accessor-descriptor@0.1.6",
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-data-descriptor@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|kind-of@5.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-extendable@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-accessor-descriptor@0.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-accessor-descriptor@0.1.6|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-data-descriptor@0.1.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-data-descriptor@0.1.4|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-data-descriptor@0.1.4|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|kind-of@5.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expand-brackets@2.1.4|is-buffer@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|map-cache@0.2.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-windows@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|safe-regex@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ret@0.1.15"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|base@0.11.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cache-base@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6",
        "sentry-browser@5.7.1-tuxcare.3|component-emitter@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|base@0.11.2|define-property@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|mixin-deep@1.3.1",
        "sentry-browser@5.7.1-tuxcare.3|pascalcase@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|base@0.11.2|define-property@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-descriptor@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|source-map-resolve@0.5.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|atob@2.1.2",
        "sentry-browser@5.7.1-tuxcare.3|decode-uri-component@0.2.0",
        "sentry-browser@5.7.1-tuxcare.3|resolve-url@0.2.1",
        "sentry-browser@5.7.1-tuxcare.3|source-map-url@0.4.0",
        "sentry-browser@5.7.1-tuxcare.3|urix@0.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|use@3.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|homedir-polyfill@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|parse-passwd@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fs-exists-sync@0.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/console@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/source-map@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|slash@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/reporters@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/environment@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/transform@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|exit@0.1.2",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-api@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-coverage@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-instrument@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-source-maps@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-resolve@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-runtime@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-worker@24.6.0",
        "sentry-browser@5.7.1-tuxcare.3|node-notifier@5.4.0",
        "sentry-browser@5.7.1-tuxcare.3|slash@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|string-length@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/transform@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/core@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-istanbul@5.1.1",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|convert-source-map@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|fast-json-stable-stringify@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-regex-util@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|realpath-native@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|slash@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/transform@24.7.1|write-file-atomic@2.4.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/transform@24.7.1|write-file-atomic@2.4.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|imurmurhash@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ansi-escapes@3.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-changed-files@24.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|execa@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|throat@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1|anymatch@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|fb-watchman@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|invariant@2.2.4",
        "sentry-browser@5.7.1-tuxcare.3|jest-serializer@24.4.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-worker@24.6.0",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|sane@4.0.3",
        "sentry-browser@5.7.1-tuxcare.3|walker@1.0.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1|anymatch@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1|normalize-path@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1|normalize-path@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|remove-trailing-separator@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-message-util@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/code-frame@7.0.0",
        "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|@types/stack-utils@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|slash@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|stack-utils@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-regex-util@24.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-resolve-dependencies@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-regex-util@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-snapshot@24.7.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-runner@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/console@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/environment@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|exit@0.1.2",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|jest-config@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-docblock@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-jasmine2@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-leak-detector@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-message-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-resolve@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-runtime@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-worker@24.6.0",
        "sentry-browser@5.7.1-tuxcare.3|source-map-support@0.5.10",
        "sentry-browser@5.7.1-tuxcare.3|throat@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-runtime@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/console@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/environment@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/source-map@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|@jest/transform@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|@types/yargs@12.0.9",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|exit@0.1.2",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|jest-config@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-message-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-mock@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-regex-util@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-resolve@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-snapshot@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-validate@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|realpath-native@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|slash@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|strip-bom@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|yargs@12.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-snapshot@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|expect@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-diff@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-matcher-utils@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-message-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-resolve@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|natural-compare@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|pretty-format@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-watcher@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|@types/yargs@12.0.9",
        "sentry-browser@5.7.1-tuxcare.3|ansi-escapes@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|string-length@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-each-series@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|p-reduce@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pirates@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|node-modules-regexp@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|strip-ansi@5.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ansi-regex@4.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/istanbul-lib-coverage@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/yargs@12.0.9"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ci-info@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/core@7.3.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/code-frame@7.0.0",
        "sentry-browser@5.7.1-tuxcare.3|@babel/generator@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/helpers@7.3.1",
        "sentry-browser@5.7.1-tuxcare.3|@babel/parser@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/template@7.2.2",
        "sentry-browser@5.7.1-tuxcare.3|@babel/traverse@7.2.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|convert-source-map@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|debug@4.1.1",
        "sentry-browser@5.7.1-tuxcare.3|json5@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|resolve@1.10.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|@babel/core@7.3.3|source-map@0.5.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/core@7.3.3|source-map@0.5.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/test-sequencer@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-haste-map@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-runner@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-runtime@24.7.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-jest@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/core@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@jest/transform@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|@types/babel__core@7.1.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-istanbul@5.1.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-preset-jest@24.6.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|slash@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/environment@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/fake-timers@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-mock@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|jsdom@11.12.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|jsdom@11.12.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|abab@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|acorn-globals@4.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|acorn@5.7.3",
        "sentry-browser@5.7.1-tuxcare.3|array-equal@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|cssom@0.3.6",
        "sentry-browser@5.7.1-tuxcare.3|cssstyle@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|data-urls@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|domexception@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|escodegen@1.11.0",
        "sentry-browser@5.7.1-tuxcare.3|html-encoding-sniffer@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|left-pad@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|nwsapi@2.1.3",
        "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|parse5@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|pn@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|request-promise-native@1.0.7",
        "sentry-browser@5.7.1-tuxcare.3|request@2.88.0",
        "sentry-browser@5.7.1-tuxcare.3|sax@1.2.4",
        "sentry-browser@5.7.1-tuxcare.3|symbol-tree@3.2.2",
        "sentry-browser@5.7.1-tuxcare.3|tough-cookie@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|w3c-hr-time@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|webidl-conversions@4.0.2",
        "sentry-browser@5.7.1-tuxcare.3|whatwg-encoding@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|whatwg-mimetype@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|whatwg-url@6.5.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|ws@5.2.2",
        "sentry-browser@5.7.1-tuxcare.3|xml-name-validator@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|acorn@5.7.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|parse5@4.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|whatwg-url@6.5.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lodash.sortby@4.7.0",
        "sentry-browser@5.7.1-tuxcare.3|tr46@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|webidl-conversions@4.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-jsdom@24.7.1|ws@5.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|async-limiter@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-environment-node@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/environment@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/fake-timers@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-mock@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-get-type@24.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-jasmine2@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/traverse@7.2.3",
        "sentry-browser@5.7.1-tuxcare.3|@jest/environment@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/test-result@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|co@4.6.0",
        "sentry-browser@5.7.1-tuxcare.3|expect@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|is-generator-fn@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-each@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-matcher-utils@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-message-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-runtime@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-snapshot@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|pretty-format@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|throat@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-resolve@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|browser-resolve@1.11.3",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|jest-pnp-resolver@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|realpath-native@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pretty-format@24.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|ansi-regex@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|ansi-styles@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|react-is@16.8.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/fake-timers@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-message-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-mock@24.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/source-map@24.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|callsites@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|callsites@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|slash@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|leven@2.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|kleur@3.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sisteransi@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|util.promisify@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|define-properties@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|object.getownpropertydescriptors@2.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|event-stream@3.3.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|duplexer@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|from@0.1.7",
        "sentry-browser@5.7.1-tuxcare.3|map-stream@0.1.0",
        "sentry-browser@5.7.1-tuxcare.3|pause-stream@0.0.11",
        "sentry-browser@5.7.1-tuxcare.3|event-stream@3.3.4|split@0.3.3",
        "sentry-browser@5.7.1-tuxcare.3|stream-combiner@0.0.4",
        "sentry-browser@5.7.1-tuxcare.3|through@2.3.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|event-stream@3.3.4|split@0.3.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|through@2.3.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|formatio@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|samsam@1.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|samsam@1.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|async-each@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.debounce@4.0.8"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|upath@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|custom-event@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|void-elements@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|eventemitter3@3.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|follow-redirects@1.5.10",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|follow-redirects@1.5.10|debug@3.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|follow-redirects@1.5.10|debug@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|follow-redirects@1.5.10|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|follow-redirects@1.5.10|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|requires-port@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|buffer-alloc@1.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|buffer-alloc-unsafe@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|buffer-fill@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|date-format@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rfdc@1.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|streamroller@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|async@2.6.1",
        "sentry-browser@5.7.1-tuxcare.3|date-format@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|streamroller@1.0.1|debug@3.2.6",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|streamroller@1.0.1|debug@3.2.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|accepts@1.3.5",
        "sentry-browser@5.7.1-tuxcare.3|base64id@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|cookie@0.3.1",
        "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1|debug@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|engine.io-parser@2.1.3",
        "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1|ws@3.3.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1|debug@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1|ws@3.3.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|async-limiter@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|ultron@1.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|engine.io@3.2.1|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-binary2@1.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|isarray@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-adapter@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-client@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|backo2@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|base64-arraybuffer@0.1.5",
        "sentry-browser@5.7.1-tuxcare.3|component-bind@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|component-emitter@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|socket.io-client@2.1.1|debug@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|has-binary2@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|has-cors@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|indexof@0.0.1",
        "sentry-browser@5.7.1-tuxcare.3|object-component@0.0.3",
        "sentry-browser@5.7.1-tuxcare.3|parseqs@0.0.5",
        "sentry-browser@5.7.1-tuxcare.3|parseuri@0.0.5",
        "sentry-browser@5.7.1-tuxcare.3|socket.io-parser@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|to-array@0.1.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-client@2.1.1|debug@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|socket.io-client@2.1.1|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-client@2.1.1|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-parser@3.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|component-emitter@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|socket.io-parser@3.2.0|debug@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|isarray@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-parser@3.2.0|debug@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|socket.io-parser@3.2.0|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socket.io-parser@3.2.0|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|os-tmpdir@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/project@3.13.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/package@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|cosmiconfig@5.1.0",
        "sentry-browser@5.7.1-tuxcare.3|dedent@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|dot-prop@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|@lerna/project@3.13.1|glob-parent@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|globby@8.0.2",
        "sentry-browser@5.7.1-tuxcare.3|load-json-file@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|p-map@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|resolve-from@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/project@3.13.1|glob-parent@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/project@3.13.1|is-glob@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|path-dirname@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/project@3.13.1|is-glob@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-extglob@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/write-log-file@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|write-file-atomic@2.4.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|execa@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cross-spawn@6.0.5",
        "sentry-browser@5.7.1-tuxcare.3|get-stream@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-path@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|strip-eof@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/filter-packages@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@lerna/validation-error@3.13.0",
        "sentry-browser@5.7.1-tuxcare.3|multimatch@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|config-chain@1.1.12",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ini@1.3.5",
        "sentry-browser@5.7.1-tuxcare.3|proto-list@1.2.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|hosted-git-info@2.7.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|osenv@0.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|os-homedir@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|os-tmpdir@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cacache@11.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bluebird@3.5.3",
        "sentry-browser@5.7.1-tuxcare.3|chownr@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|lru-cache@5.1.1",
        "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|move-concurrently@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|promise-inflight@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|ssri@6.0.1",
        "sentry-browser@5.7.1-tuxcare.3|unique-filename@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|y18n@4.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-stream@4.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pump@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|make-fetch-happen@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|agentkeepalive@3.5.2",
        "sentry-browser@5.7.1-tuxcare.3|cacache@11.3.2",
        "sentry-browser@5.7.1-tuxcare.3|http-cache-semantics@3.8.1",
        "sentry-browser@5.7.1-tuxcare.3|http-proxy-agent@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|https-proxy-agent@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|make-fetch-happen@4.0.1|lru-cache@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|node-fetch-npm@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|promise-retry@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|socks-proxy-agent@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|ssri@6.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|make-fetch-happen@4.0.1|lru-cache@4.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pseudomap@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|make-fetch-happen@4.0.1|yallist@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|make-fetch-happen@4.0.1|yallist@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|minipass@2.3.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|yallist@3.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|concat-stream@1.6.2",
        "sentry-browser@5.7.1-tuxcare.3|duplexify@3.6.1",
        "sentry-browser@5.7.1-tuxcare.3|end-of-stream@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|pump@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|pumpify@1.5.1",
        "sentry-browser@5.7.1-tuxcare.3|stream-each@1.2.3",
        "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|through2@2.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|concat-stream@1.6.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|buffer-from@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|typedarray@0.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|through2@2.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mississippi@3.0.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npm-packlist@1.4.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ignore-walk@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-bundled@1.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npm-pick-manifest@2.2.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|promise-inflight@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|promise-retry@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|err-code@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|retry@0.10.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|protoduck@5.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|genfun@5.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ssri@6.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tar@4.4.8",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chownr@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|fs-minipass@1.2.5",
        "sentry-browser@5.7.1-tuxcare.3|minipass@2.3.5",
        "sentry-browser@5.7.1-tuxcare.3|minizlib@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|yallist@3.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|unique-filename@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|unique-slug@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/get-npm-exec-opts@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|write-pkg@3.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|sort-keys@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|write-json-file@2.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|path-exists@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npm-lifecycle@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|byline@5.0.0",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|node-gyp@3.8.0",
        "sentry-browser@5.7.1-tuxcare.3|resolve-from@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|slide@1.1.6",
        "sentry-browser@5.7.1-tuxcare.3|uid-number@0.0.6",
        "sentry-browser@5.7.1-tuxcare.3|umask@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/create-symlink@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cmd-shim@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/package@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|load-json-file@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|write-pkg@3.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/resolve-symlink@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|read-cmd-shim@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-differ@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-union@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|array-uniq@1.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|debuglog@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|dezalgo@1.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|asap@2.0.6",
        "sentry-browser@5.7.1-tuxcare.3|wrappy@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-package-json@2.0.13",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|json-parse-better-errors@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|read-package-json@2.0.13|slash@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-package-json@2.0.13|slash@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|readdir-scoped-modules@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|debuglog@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|dezalgo@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|columnify@1.5.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|columnify@1.5.4|strip-ansi@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|wcwidth@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|columnify@1.5.4|strip-ansi@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|columnify@1.5.4|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|columnify@1.5.4|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|inquirer@6.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ansi-escapes@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|cli-cursor@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|cli-width@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|external-editor@3.0.3",
        "sentry-browser@5.7.1-tuxcare.3|figures@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|mute-stream@0.0.7",
        "sentry-browser@5.7.1-tuxcare.3|run-async@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|rxjs@6.4.0",
        "sentry-browser@5.7.1-tuxcare.3|string-width@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|strip-ansi@5.0.0",
        "sentry-browser@5.7.1-tuxcare.3|through@2.3.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|strong-log-transformer@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|duplexer@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|through@2.3.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|dir-glob@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arrify@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|path-type@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fast-glob@2.2.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@mrmlnc/readdir-enhanced@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|@nodelib/fs.stat@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|fast-glob@2.2.6|glob-parent@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|is-glob@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|merge2@1.2.3",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fast-glob@2.2.6|glob-parent@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|fast-glob@2.2.6|glob-parent@3.1.0|is-glob@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|path-dirname@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fast-glob@2.2.6|glob-parent@3.1.0|is-glob@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-extglob@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ignore@3.3.10"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|promzard@0.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|read@1.0.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read@1.0.7",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|mute-stream@0.0.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|spdx-correct@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|spdx-expression-parse@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|spdx-license-ids@3.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|spdx-expression-parse@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|spdx-exceptions@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|spdx-license-ids@3.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|builtins@1.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.sortby@4.7.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tr46@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|punycode@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sort-keys@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-plain-obj@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|byte-size@4.0.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-unicode@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|libnpmpublish@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|aproba@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|figgy-pudding@3.5.1",
        "sentry-browser@5.7.1-tuxcare.3|get-stream@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash.clonedeep@4.5.0",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-package-arg@6.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-registry-fetch@3.9.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|ssri@6.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@lerna/get-packed@3.13.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|fs-extra@7.0.1",
        "sentry-browser@5.7.1-tuxcare.3|ssri@6.0.1",
        "sentry-browser@5.7.1-tuxcare.3|tar@4.4.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|aproba@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|JSONStream@1.3.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsonparse@1.3.1",
        "sentry-browser@5.7.1-tuxcare.3|through@2.3.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-angular@5.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|compare-func@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|q@1.5.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|dateformat@3.0.3",
        "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|git-remote-origin-url@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|q@1.5.1",
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|read-pkg@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|through2@2.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|dateformat@3.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|through2@2.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-core@3.1.6|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|concat-stream@1.6.2",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-preset-loader@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-filter@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|meow@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|q@1.5.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|concat-stream@1.6.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|buffer-from@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|typedarray@0.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|meow@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|camelcase-keys@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize-keys@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|loud-rejection@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|minimist-options@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|redent@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|trim-newlines@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|camelcase-keys@4.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|camelcase@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|map-obj@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|quick-lru@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|redent@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|indent-string@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|strip-indent@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|trim-newlines@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|camelcase@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|map-obj@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|indent-string@3.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-recommended-bump@4.0.4|strip-indent@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@octokit/plugin-enterprise-rest@2.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-url-parse@11.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-up@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|temp-dir@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|delegates@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-assign@4.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-locate@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|p-limit@2.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|balanced-match@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|concat-map@0.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-fullwidth-code-point@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-buffer@2.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|string-width@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|string-width@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|code-point-at@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|is-fullwidth-code-point@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|strip-ansi@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|is-fullwidth-code-point@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|wrap-ansi@2.1.0|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lcid@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|invert-kv@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mem@4.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|map-age-cleaner@0.1.3",
        "sentry-browser@5.7.1-tuxcare.3|mem@4.1.0|mimic-fn@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|p-is-promise@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mem@4.1.0|mimic-fn@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|emoji-regex@7.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|color-name@1.1.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|shebang-regex@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse-json@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|error-ex@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|json-parse-better-errors@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|strip-bom@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|es-to-primitive@1.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-callable@1.1.4",
        "sentry-browser@5.7.1-tuxcare.3|is-date-object@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|is-symbol@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has@1.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|function-bind@1.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-callable@1.1.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-regex@1.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|has@1.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|picomatch@2.0.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fill-range@7.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|to-regex-range@5.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|binary-extensions@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-extglob@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|estraverse@4.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|esutils@2.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|optionator@0.8.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|deep-is@0.1.3",
        "sentry-browser@5.7.1-tuxcare.3|fast-levenshtein@2.0.6",
        "sentry-browser@5.7.1-tuxcare.3|levn@0.3.0",
        "sentry-browser@5.7.1-tuxcare.3|prelude-ls@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|type-check@0.3.2",
        "sentry-browser@5.7.1-tuxcare.3|wordwrap@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|request-promise-core@1.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|request@2.88.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stealthy-require@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|aws-sign2@0.7.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|aws4@1.8.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|caseless@0.12.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|combined-stream@1.0.7",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|delayed-stream@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|forever-agent@0.6.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|form-data@2.3.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|asynckit@0.4.0",
        "sentry-browser@5.7.1-tuxcare.3|combined-stream@1.0.7",
        "sentry-browser@5.7.1-tuxcare.3|mime-types@2.1.21"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|har-validator@5.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ajv@6.9.1",
        "sentry-browser@5.7.1-tuxcare.3|har-schema@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|http-signature@1.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|assert-plus@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|jsprim@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|sshpk@1.16.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-typedarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|oauth-sign@0.9.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|performance-now@2.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tunnel-agent@0.6.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|xmlchars@1.3.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|psl@1.1.31"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browser-process-hrtime@0.1.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|async-limiter@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|null-check@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|chalk@1.1.3",
        "sentry-browser@5.7.1-tuxcare.3|esutils@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|js-tokens@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|chalk@1.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|ansi-styles@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|escape-string-regexp@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|has-ansi@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|strip-ansi@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|supports-color@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|js-tokens@3.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|ansi-styles@2.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|strip-ansi@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|supports-color@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0|ansi-regex@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-generator@6.26.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-messages@6.23.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|detect-indent@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-generator@6.26.1|jsesc@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|babel-generator@6.26.1|source-map@0.5.7",
        "sentry-browser@5.7.1-tuxcare.3|trim-right@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-generator@6.26.1|jsesc@1.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-generator@6.26.1|source-map@0.5.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helpers@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-messages@6.23.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-register@6.26.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-core@6.26.3",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|core-js@2.6.5",
        "sentry-browser@5.7.1-tuxcare.3|home-or-tmp@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-register@6.26.0|source-map-support@0.4.18"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-register@6.26.0|source-map-support@0.4.18",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-register@6.26.0|source-map@0.5.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-register@6.26.0|source-map@0.5.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-js@2.6.5",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0|regenerator-runtime@0.11.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0|regenerator-runtime@0.11.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babylon@6.18.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-code-frame@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-messages@6.23.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babylon@6.18.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0|debug@2.6.9",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0|globals@9.18.0",
        "sentry-browser@5.7.1-tuxcare.3|invariant@2.2.4",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0|debug@2.6.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0|globals@9.18.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|esutils@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0|to-fast-properties@1.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0|to-fast-properties@1.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babylon@6.18.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|private@0.1.8"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-check-es2015-constants@6.22.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-syntax-trailing-function-commas@6.22.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-async-to-generator@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-remap-async-to-generator@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-syntax-async-functions@6.13.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-arrow-functions@6.22.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-block-scoped-functions@6.22.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-block-scoping@6.26.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-classes@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-define-map@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-function-name@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-optimise-call-expression@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-replace-supers@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-messages@6.23.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-computed-properties@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-destructuring@6.23.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-duplicate-keys@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-for-of@6.23.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-function-name@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-function-name@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-literals@6.22.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-amd@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-commonjs@6.26.2",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-commonjs@6.26.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-strict-mode@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-systemjs@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-hoist-variables@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-umd@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-modules-amd@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-object-super@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-replace-supers@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-parameters@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-call-delegate@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-get-function-arity@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-shorthand-properties@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-spread@6.22.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-sticky-regex@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-regex@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-template-literals@6.22.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-typeof-symbol@6.23.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-es2015-unicode-regex@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-regex@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|regexpu-core@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-exponentiation-operator@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-builder-binary-assignment-operator-visitor@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-syntax-exponentiation-operator@6.13.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-regenerator@6.26.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|regenerator-transform@0.10.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserslist@3.2.8",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|caniuse-lite@1.0.30000912",
        "sentry-browser@5.7.1-tuxcare.3|electron-to-chromium@1.3.85"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|invariant@2.2.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|loose-envify@1.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pako@1.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ieee754@1.1.12"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|inline-source-map@0.6.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inline-source-map@0.6.2|source-map@0.5.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|inline-source-map@0.6.2|source-map@0.5.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|date-now@0.1.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserify-cipher@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|browserify-aes@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|browserify-des@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|evp_bytestokey@1.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserify-sign@4.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bn.js@4.11.8",
        "sentry-browser@5.7.1-tuxcare.3|browserify-rsa@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|create-hash@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|create-hmac@1.1.7",
        "sentry-browser@5.7.1-tuxcare.3|elliptic@6.4.1",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|parse-asn1@5.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|create-ecdh@4.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bn.js@4.11.8",
        "sentry-browser@5.7.1-tuxcare.3|elliptic@6.4.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|create-hash@1.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cipher-base@1.0.4",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|md5.js@1.3.5",
        "sentry-browser@5.7.1-tuxcare.3|ripemd160@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|sha.js@2.4.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|create-hmac@1.1.7",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cipher-base@1.0.4",
        "sentry-browser@5.7.1-tuxcare.3|create-hash@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|ripemd160@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|sha.js@2.4.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|diffie-hellman@5.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bn.js@4.11.8",
        "sentry-browser@5.7.1-tuxcare.3|miller-rabin@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|randombytes@2.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pbkdf2@3.0.17",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|create-hash@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|create-hmac@1.1.7",
        "sentry-browser@5.7.1-tuxcare.3|ripemd160@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|sha.js@2.4.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|public-encrypt@4.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bn.js@4.11.8",
        "sentry-browser@5.7.1-tuxcare.3|browserify-rsa@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|create-hash@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|parse-asn1@5.1.1",
        "sentry-browser@5.7.1-tuxcare.3|randombytes@2.0.6",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|randombytes@2.0.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|randomfill@1.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|randombytes@2.0.6",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|abbrev@1.0.9"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|nopt@3.0.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|abbrev@1.0.9"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|wordwrap@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|dateformat@1.0.12",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|dateformat@1.0.12|get-stdin@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|dateformat@1.0.12|get-stdin@4.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|wcwidth@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|defaults@1.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|plugin-error@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|plugin-error@1.0.1|ansi-colors@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|arr-diff@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|arr-union@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|extend-shallow@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|plugin-error@1.0.1|ansi-colors@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ansi-wrap@0.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|builtin-status-codes@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|setimmediate@1.0.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|querystring@0.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-wasm-bytecode@1.8.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wast-parser@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/floating-point-hex-parser@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-api-error@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-code-frame@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-fsm@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@xtuc/long@4.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mamacro@0.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-buffer@1.8.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-wasm-section@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-buffer@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-wasm-bytecode@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-gen@1.8.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-gen@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-wasm-bytecode@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ieee754@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/leb128@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/utf8@1.8.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-opt@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-buffer@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-gen@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wasm-parser@1.8.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wast-printer@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ast@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wast-parser@1.8.5",
        "sentry-browser@5.7.1-tuxcare.3|@xtuc/long@4.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-api-error@1.8.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/ieee754@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@xtuc/ieee754@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/leb128@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@xtuc/long@4.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/utf8@1.8.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fast-deep-equal@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|json-schema-traverse@0.4.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|uri-js@4.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|punycode@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|esrecurse@4.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|estraverse@4.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|big.js@3.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|emojis-list@2.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|errno@0.1.7",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|prr@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ajv-errors@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ajv@6.9.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|find-cache-dir@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|commondir@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|pkg-dir@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|worker-farm@1.6.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|errno@0.1.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|source-list-map@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|js-tokens@4.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/events@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|remove-trailing-separator@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|vscode-jsonrpc@4.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|vscode-languageserver-types@3.14.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|json-bigint@0.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bignumber.js@7.2.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|google-p12-pem@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|node-forge@0.7.6",
        "sentry-browser@5.7.1-tuxcare.3|google-p12-pem@1.0.2|pify@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|google-p12-pem@1.0.2|pify@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|yallist@3.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-obj@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|crypto-random-string@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|imurmurhash@0.1.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|safer-buffer@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|es6-promise@4.2.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|inversify@5.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|reflect-metadata@0.1.13"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|amdefine@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|uglify-to-browserify@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|on-headers@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lazy-req@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|package-json@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|got@6.7.1",
        "sentry-browser@5.7.1-tuxcare.3|registry-auth-token@3.3.2",
        "sentry-browser@5.7.1-tuxcare.3|registry-url@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|deepmerge@3.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|macos-release@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|windows-release@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|windows-release@3.1.0|execa@0.10.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|windows-release@3.1.0|execa@0.10.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cross-spawn@6.0.5",
        "sentry-browser@5.7.1-tuxcare.3|windows-release@3.1.0|get-stream@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|npm-run-path@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|p-finally@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|strip-eof@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|windows-release@3.1.0|get-stream@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|buffer-equal-constant-time@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ecdsa-sig-formatter@1.0.10",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0|is-buffer@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon-util@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon-util@3.0.1|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon-util@3.0.1|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|snapdragon-util@3.0.1|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|snapdragon-util@3.0.1|is-buffer@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-accessor-descriptor@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|kind-of@6.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-data-descriptor@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|kind-of@6.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|posix-character-classes@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ret@0.1.15"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cache-base@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|collection-visit@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|component-emitter@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|get-value@2.0.6",
        "sentry-browser@5.7.1-tuxcare.3|has-value@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|set-value@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|to-object-path@0.3.0",
        "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arr-union@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|define-property@0.2.5",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1",
        "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|define-property@0.2.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-descriptor@0.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-descriptor@0.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-accessor-descriptor@0.1.6",
        "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-data-descriptor@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|kind-of@5.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-accessor-descriptor@0.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-accessor-descriptor@0.1.6|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-data-descriptor@0.1.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-data-descriptor@0.1.4|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-data-descriptor@0.1.4|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|kind-of@5.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|class-utils@0.3.6|is-buffer@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|component-emitter@1.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mixin-deep@1.3.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|for-in@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|is-extendable@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pascalcase@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|atob@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|decode-uri-component@0.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|resolve-url@0.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|source-map-url@0.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|urix@0.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse-passwd@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@jest/environment@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/fake-timers@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/transform@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-mock@24.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-api@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|async@2.6.1",
        "sentry-browser@5.7.1-tuxcare.3|compare-versions@3.4.0",
        "sentry-browser@5.7.1-tuxcare.3|fileset@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-coverage@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-hook@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-instrument@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-report@2.0.4",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-source-maps@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-reports@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|js-yaml@3.13.1",
        "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-coverage@2.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-instrument@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/generator@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/parser@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/template@7.2.2",
        "sentry-browser@5.7.1-tuxcare.3|@babel/traverse@7.2.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-coverage@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-source-maps@3.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|debug@4.1.1",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-coverage@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|source-map@0.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-notifier@5.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|growly@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|is-wsl@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|shellwords@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|string-length@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|astral-regex@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|string-length@2.0.0|strip-ansi@4.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|string-length@2.0.0|strip-ansi@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|string-length@2.0.0|ansi-regex@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|string-length@2.0.0|ansi-regex@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-istanbul@5.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|find-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-instrument@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|test-exclude@5.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|throat@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fb-watchman@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bser@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-serializer@24.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sane@4.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@cnakazawa/watch@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|sane@4.0.3|anymatch@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|capture-exit@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|exec-sh@0.3.2",
        "sentry-browser@5.7.1-tuxcare.3|execa@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|fb-watchman@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|walker@1.0.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sane@4.0.3|anymatch@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|micromatch@3.1.10",
        "sentry-browser@5.7.1-tuxcare.3|sane@4.0.3|normalize-path@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sane@4.0.3|normalize-path@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|remove-trailing-separator@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|walker@1.0.7",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|makeerror@1.0.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/stack-utils@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stack-utils@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-docblock@24.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|detect-newline@2.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-leak-detector@24.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pretty-format@24.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-mock@24.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|esutils@2.0.2",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|to-fast-properties@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|expect@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|ansi-styles@3.2.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-get-type@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-matcher-utils@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-message-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|jest-regex-util@24.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-diff@24.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|diff-sequences@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-get-type@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|pretty-format@24.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-matcher-utils@24.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|jest-diff@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-get-type@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|pretty-format@24.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|natural-compare@1.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-modules-regexp@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ansi-regex@4.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/generator@7.3.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|jsesc@2.5.2",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|@babel/generator@7.3.3|source-map@0.5.7",
        "sentry-browser@5.7.1-tuxcare.3|trim-right@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/generator@7.3.3|source-map@0.5.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/helpers@7.3.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/template@7.2.2",
        "sentry-browser@5.7.1-tuxcare.3|@babel/traverse@7.2.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/parser@7.3.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/template@7.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/code-frame@7.0.0",
        "sentry-browser@5.7.1-tuxcare.3|@babel/parser@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/traverse@7.2.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/code-frame@7.0.0",
        "sentry-browser@5.7.1-tuxcare.3|@babel/generator@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/helper-function-name@7.1.0",
        "sentry-browser@5.7.1-tuxcare.3|@babel/helper-split-export-declaration@7.0.0",
        "sentry-browser@5.7.1-tuxcare.3|@babel/parser@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|debug@4.1.1",
        "sentry-browser@5.7.1-tuxcare.3|globals@11.11.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/babel__core@7.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/parser@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@types/babel__generator@7.0.2",
        "sentry-browser@5.7.1-tuxcare.3|@types/babel__template@7.0.2",
        "sentry-browser@5.7.1-tuxcare.3|@types/babel__traverse@7.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-preset-jest@24.6.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/core@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/plugin-syntax-object-rest-spread@7.2.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-plugin-jest-hoist@24.6.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|co@4.6.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-generator-fn@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-each@24.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@jest/types@24.7.0",
        "sentry-browser@5.7.1-tuxcare.3|chalk@2.4.2",
        "sentry-browser@5.7.1-tuxcare.3|jest-get-type@24.3.0",
        "sentry-browser@5.7.1-tuxcare.3|jest-util@24.7.1",
        "sentry-browser@5.7.1-tuxcare.3|pretty-format@24.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jest-pnp-resolver@1.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jest-resolve@24.7.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|react-is@16.8.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|duplexer@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|from@0.1.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|map-stream@0.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pause-stream@0.0.11",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|through@2.3.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stream-combiner@0.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|duplexer@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|through@2.3.8"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|path-dirname@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|buffer-alloc-unsafe@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|buffer-fill@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|base64id@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|engine.io-parser@2.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|after@0.8.2",
        "sentry-browser@5.7.1-tuxcare.3|arraybuffer.slice@0.0.7",
        "sentry-browser@5.7.1-tuxcare.3|base64-arraybuffer@0.1.5",
        "sentry-browser@5.7.1-tuxcare.3|blob@0.0.5",
        "sentry-browser@5.7.1-tuxcare.3|has-binary2@1.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|isarray@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|backo2@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|base64-arraybuffer@0.1.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|component-bind@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|component-emitter@1.2.1",
        "sentry-browser@5.7.1-tuxcare.3|component-inherit@0.0.3",
        "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1|debug@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|engine.io-parser@2.1.3",
        "sentry-browser@5.7.1-tuxcare.3|has-cors@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|indexof@0.0.1",
        "sentry-browser@5.7.1-tuxcare.3|parseqs@0.0.5",
        "sentry-browser@5.7.1-tuxcare.3|parseuri@0.0.5",
        "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1|ws@3.3.3",
        "sentry-browser@5.7.1-tuxcare.3|xmlhttprequest-ssl@1.5.5",
        "sentry-browser@5.7.1-tuxcare.3|yeast@0.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1|debug@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1|ms@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1|ws@3.3.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|async-limiter@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|ultron@1.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|engine.io-client@3.2.1|ms@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-cors@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|indexof@0.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-component@0.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parseqs@0.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|better-assert@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parseuri@0.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|better-assert@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|to-array@0.1.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pseudomap@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cosmiconfig@5.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|import-fresh@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-directory@0.3.1",
        "sentry-browser@5.7.1-tuxcare.3|js-yaml@3.13.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash.get@4.4.2",
        "sentry-browser@5.7.1-tuxcare.3|parse-json@4.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|resolve-from@4.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|proto-list@1.2.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|os-homedir@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|chownr@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|move-concurrently@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|move-concurrently@1.0.1|aproba@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|copy-concurrently@1.0.5",
        "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|run-queue@1.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|move-concurrently@1.0.1|aproba@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pump@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|end-of-stream@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|once@1.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|agentkeepalive@3.5.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|humanize-ms@1.2.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|http-cache-semantics@3.8.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-fetch-npm@2.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|encoding@0.1.12",
        "sentry-browser@5.7.1-tuxcare.3|json-parse-better-errors@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socks-proxy-agent@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|agent-base@4.3.0",
        "sentry-browser@5.7.1-tuxcare.3|socks@2.2.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.1|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.1|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.1|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.1|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.1|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|flush-write-stream@1.1.1|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|from2@2.3.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cyclist@0.2.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parallel-transform@1.1.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|stream-each@1.2.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|end-of-stream@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|stream-shift@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|npm-bundled@1.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|err-code@1.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|retry@0.10.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|genfun@5.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fs-minipass@1.2.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|minipass@2.3.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|minizlib@1.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|minipass@2.3.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|unique-slug@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|imurmurhash@0.1.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|byline@5.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-gyp@3.8.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|fstream@1.0.11",
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|nopt@3.0.6",
        "sentry-browser@5.7.1-tuxcare.3|npmlog@4.1.2",
        "sentry-browser@5.7.1-tuxcare.3|osenv@0.1.5",
        "sentry-browser@5.7.1-tuxcare.3|request@2.88.0",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|node-gyp@3.8.0|semver@5.3.0",
        "sentry-browser@5.7.1-tuxcare.3|node-gyp@3.8.0|tar@2.2.1",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-gyp@3.8.0|semver@5.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-gyp@3.8.0|tar@2.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|block-stream@0.0.9",
        "sentry-browser@5.7.1-tuxcare.3|fstream@1.0.11",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|slide@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|uid-number@0.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|umask@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cmd-shim@2.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-cmd-shim@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-uniq@1.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|asap@2.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cli-cursor@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|restore-cursor@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cli-width@2.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|external-editor@3.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|chardet@0.7.0",
        "sentry-browser@5.7.1-tuxcare.3|external-editor@3.0.3|iconv-lite@0.4.24",
        "sentry-browser@5.7.1-tuxcare.3|tmp@0.0.33"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|external-editor@3.0.3|iconv-lite@0.4.24",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safer-buffer@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|figures@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|escape-string-regexp@1.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|mute-stream@0.0.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|run-async@2.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-promise@2.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rxjs@6.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|tslib@1.9.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@mrmlnc/readdir-enhanced@2.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|call-me-maybe@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|glob-to-regexp@0.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@nodelib/fs.stat@1.1.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|merge2@1.2.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|spdx-license-ids@3.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|spdx-exceptions@2.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-plain-obj@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.clonedeep@4.5.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsonparse@1.3.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|compare-func@1.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|array-ify@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|compare-func@1.3.2|dot-prop@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|compare-func@1.3.2|dot-prop@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-obj@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|compare-func@1.3.2",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-filter@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|dateformat@3.0.3",
        "sentry-browser@5.7.1-tuxcare.3|handlebars@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|json-stringify-safe@5.0.1",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|meow@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0",
        "sentry-browser@5.7.1-tuxcare.3|split@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|through2@2.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|dateformat@3.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|meow@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|camelcase-keys@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize-keys@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|loud-rejection@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|minimist-options@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|redent@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|trim-newlines@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|through2@2.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|camelcase-keys@4.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|camelcase@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|map-obj@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|quick-lru@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|redent@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|indent-string@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|strip-indent@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|trim-newlines@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|camelcase@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|map-obj@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|indent-string@3.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|strip-indent@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-writer@4.0.3|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-text-path@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|JSONStream@1.3.5",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|meow@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|through2@2.0.5",
        "sentry-browser@5.7.1-tuxcare.3|trim-off-newlines@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|meow@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|camelcase-keys@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize-keys@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|loud-rejection@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|minimist-options@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|redent@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|trim-newlines@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|through2@2.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|camelcase-keys@4.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|camelcase@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|map-obj@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|quick-lru@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|redent@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|indent-string@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|strip-indent@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|trim-newlines@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|camelcase@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|map-obj@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|indent-string@3.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|strip-indent@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-parser@3.0.1|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|hosted-git-info@2.7.1",
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|parse-github-repo-url@1.4.1",
        "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|through2@2.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|through2@2.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-pkg-repo@1.4.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|dargs@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash.template@4.4.0",
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|meow@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|through2@2.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|meow@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|camelcase-keys@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize-keys@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|loud-rejection@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|minimist-options@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|redent@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|trim-newlines@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|through2@2.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|camelcase-keys@4.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|camelcase@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|map-obj@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|quick-lru@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|redent@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|indent-string@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|strip-indent@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|trim-newlines@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|camelcase@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|map-obj@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|indent-string@3.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|strip-indent@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-raw-commits@2.0.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-remote-origin-url@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|gitconfiglocal@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|git-remote-origin-url@2.0.0|pify@2.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-remote-origin-url@2.0.0|pify@2.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|meow@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|semver@5.7.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|meow@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|camelcase-keys@4.2.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize-keys@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|loud-rejection@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|minimist-options@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|redent@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|trim-newlines@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|camelcase-keys@4.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|camelcase@4.1.0",
        "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|map-obj@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|quick-lru@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|redent@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|indent-string@3.2.0",
        "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|strip-indent@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|trim-newlines@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|camelcase@4.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|map-obj@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|indent-string@3.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-semver-tags@2.0.2|strip-indent@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|find-up@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|read-pkg@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|find-up@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|locate-path@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|locate-path@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|p-locate@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|path-exists@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|p-locate@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|p-limit@1.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|p-limit@1.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|p-try@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|read-pkg-up@3.0.0|p-try@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-changelog-preset-loader@2.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|conventional-commits-filter@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-subset@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|modify-values@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|git-up@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-ssh@1.3.1",
        "sentry-browser@5.7.1-tuxcare.3|parse-url@5.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|code-point-at@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|invert-kv@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|map-age-cleaner@0.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|p-defer@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-is-promise@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|error-ex@1.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-arrayish@0.2.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-date-object@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-symbol@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|has-symbols@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|to-regex-range@5.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|to-regex-range@5.0.1|is-number@7.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|to-regex-range@5.0.1|is-number@7.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|deep-is@0.1.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fast-levenshtein@2.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|levn@0.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|prelude-ls@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|type-check@0.3.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prelude-ls@1.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|type-check@0.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|prelude-ls@1.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|delayed-stream@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|asynckit@0.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|har-schema@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|assert-plus@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsprim@1.4.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|assert-plus@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|extsprintf@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|json-schema@0.2.3",
        "sentry-browser@5.7.1-tuxcare.3|verror@1.10.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sshpk@1.16.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|asn1@0.2.4",
        "sentry-browser@5.7.1-tuxcare.3|assert-plus@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|bcrypt-pbkdf@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|dashdash@1.14.1",
        "sentry-browser@5.7.1-tuxcare.3|ecc-jsbn@0.1.2",
        "sentry-browser@5.7.1-tuxcare.3|getpass@0.1.7",
        "sentry-browser@5.7.1-tuxcare.3|jsbn@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|safer-buffer@2.1.2",
        "sentry-browser@5.7.1-tuxcare.3|tweetnacl@0.14.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|detect-indent@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|repeating@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|trim-right@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|home-or-tmp@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|os-homedir@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|os-tmpdir@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-remap-async-to-generator@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-function-name@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-syntax-async-functions@6.13.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-define-map@6.26.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-function-name@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-function-name@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-get-function-arity@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-optimise-call-expression@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-replace-supers@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-optimise-call-expression@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-messages@6.23.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-template@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-transform-strict-mode@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-hoist-variables@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-call-delegate@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-hoist-variables@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-get-function-arity@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-regex@6.26.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash@4.17.11"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|regexpu-core@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|regenerate@1.4.0",
        "sentry-browser@5.7.1-tuxcare.3|regjsgen@0.2.0",
        "sentry-browser@5.7.1-tuxcare.3|regjsparser@0.1.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-builder-binary-assignment-operator-visitor@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-helper-explode-assignable-expression@6.24.1",
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-syntax-exponentiation-operator@6.13.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|regenerator-transform@0.10.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|private@0.1.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|caniuse-lite@1.0.30000912"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|electron-to-chromium@1.3.85"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|loose-envify@1.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|js-tokens@4.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserify-aes@1.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|buffer-xor@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|cipher-base@1.0.4",
        "sentry-browser@5.7.1-tuxcare.3|create-hash@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|evp_bytestokey@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserify-des@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cipher-base@1.0.4",
        "sentry-browser@5.7.1-tuxcare.3|des.js@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|evp_bytestokey@1.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|md5.js@1.3.5",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|bn.js@4.11.8"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|browserify-rsa@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bn.js@4.11.8",
        "sentry-browser@5.7.1-tuxcare.3|randombytes@2.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|elliptic@6.4.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bn.js@4.11.8",
        "sentry-browser@5.7.1-tuxcare.3|brorand@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|hash.js@1.1.5",
        "sentry-browser@5.7.1-tuxcare.3|hmac-drbg@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|minimalistic-assert@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|minimalistic-crypto-utils@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse-asn1@5.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|asn1.js@4.10.1",
        "sentry-browser@5.7.1-tuxcare.3|browserify-aes@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|create-hash@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|evp_bytestokey@1.0.3",
        "sentry-browser@5.7.1-tuxcare.3|pbkdf2@3.0.17"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cipher-base@1.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|md5.js@1.3.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|hash-base@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ripemd160@2.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|hash-base@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sha.js@2.4.11",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|miller-rabin@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bn.js@4.11.8",
        "sentry-browser@5.7.1-tuxcare.3|brorand@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|camelcase-keys@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|decamelize@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|loud-rejection@1.6.0",
        "sentry-browser@5.7.1-tuxcare.3|map-obj@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|object-assign@4.1.1",
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|read-pkg-up@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|redent@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|trim-newlines@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|read-pkg-up@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|find-up@1.1.2",
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|read-pkg@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|find-up@1.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|path-exists@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|read-pkg@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|load-json-file@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|normalize-package-data@2.5.0",
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|path-type@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|path-exists@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|load-json-file@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|parse-json@2.2.0",
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|pify@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|pinkie-promise@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|strip-bom@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|path-type@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|pify@2.3.0",
        "sentry-browser@5.7.1-tuxcare.3|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|parse-json@2.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|error-ex@1.3.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|pify@2.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|meow@3.7.0|strip-bom@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-utf8@0.2.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|defaults@1.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|clone@1.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|arr-union@3.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/floating-point-hex-parser@1.8.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-code-frame@1.8.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/wast-printer@1.8.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@webassemblyjs/helper-fsm@1.8.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@xtuc/long@4.2.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@xtuc/ieee754@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prr@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|to-arraybuffer@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|commondir@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|bignumber.js@7.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-forge@0.7.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cross-spawn-async@2.2.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|cross-spawn-async@2.2.5|lru-cache@4.1.5",
        "sentry-browser@5.7.1-tuxcare.3|which@1.3.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cross-spawn-async@2.2.5|lru-cache@4.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pseudomap@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|cross-spawn-async@2.2.5|yallist@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cross-spawn-async@2.2.5|yallist@2.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|window-size@0.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|vlq@0.2.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|got@6.7.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|create-error-class@3.0.2",
        "sentry-browser@5.7.1-tuxcare.3|duplexer3@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|got@6.7.1|get-stream@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-redirect@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|is-retry-allowed@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|is-stream@1.1.0",
        "sentry-browser@5.7.1-tuxcare.3|lowercase-keys@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|timed-out@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|unzip-response@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|url-parse-lax@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|got@6.7.1|get-stream@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|registry-auth-token@3.3.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|rc@1.2.8",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|registry-url@3.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|rc@1.2.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|collection-visit@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|map-visit@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|object-visit@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|get-value@2.0.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-value@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|get-value@2.0.6",
        "sentry-browser@5.7.1-tuxcare.3|has-values@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|set-value@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|set-value@2.0.0|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|set-value@2.0.0|is-extendable@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|is-plain-object@2.0.4",
        "sentry-browser@5.7.1-tuxcare.3|split-string@3.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|set-value@2.0.0|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|set-value@2.0.0|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|set-value@2.0.0|is-extendable@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|to-object-path@0.3.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|to-object-path@0.3.0|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|to-object-path@0.3.0|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|to-object-path@0.3.0|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|to-object-path@0.3.0|is-buffer@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arr-union@3.1.0",
        "sentry-browser@5.7.1-tuxcare.3|get-value@2.0.6",
        "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|is-extendable@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|set-value@0.4.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|is-extendable@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|set-value@0.4.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|extend-shallow@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|is-extendable@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|is-plain-object@2.0.4",
        "sentry-browser@5.7.1-tuxcare.3|to-object-path@0.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|extend-shallow@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|union-value@1.0.0|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|has-value@0.3.1",
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|has-value@0.3.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|get-value@2.0.6",
        "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|has-values@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|has-value@0.3.1|isobject@2.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|has-value@0.3.1|isobject@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|isarray@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|has-values@0.1.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|unset-value@1.0.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|define-property@0.2.5",
        "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|define-property@0.2.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-descriptor@0.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-descriptor@0.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-accessor-descriptor@0.1.6",
        "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-data-descriptor@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|kind-of@5.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-accessor-descriptor@0.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-accessor-descriptor@0.1.6|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-data-descriptor@0.1.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-data-descriptor@0.1.4|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-data-descriptor@0.1.4|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|kind-of@5.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|static-extend@0.1.2|is-buffer@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|for-in@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|compare-versions@3.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fileset@2.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|glob@7.1.3",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-hook@2.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|append-transform@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-report@2.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-coverage@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|make-dir@1.3.0",
        "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-report@2.0.4|supports-color@6.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-lib-report@2.0.4|supports-color@6.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|has-flag@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|istanbul-reports@2.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|handlebars@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|growly@1.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|shellwords@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|astral-regex@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|test-exclude@5.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arrify@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|minimatch@3.0.4",
        "sentry-browser@5.7.1-tuxcare.3|test-exclude@5.1.0|read-pkg-up@4.0.0",
        "sentry-browser@5.7.1-tuxcare.3|require-main-filename@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|test-exclude@5.1.0|read-pkg-up@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|find-up@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|read-pkg@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|bser@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|node-int64@0.4.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@cnakazawa/watch@1.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|exec-sh@0.3.2",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|capture-exit@1.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|rsvp@3.6.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|exec-sh@0.3.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|makeerror@1.0.11",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|tmpl@1.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|detect-newline@2.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|to-fast-properties@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|diff-sequences@24.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsesc@2.5.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/helper-function-name@7.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/helper-get-function-arity@7.0.0",
        "sentry-browser@5.7.1-tuxcare.3|@babel/template@7.2.2",
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/helper-split-export-declaration@7.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|globals@11.11.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/babel__generator@7.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/babel__template@7.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/parser@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@types/babel__traverse@7.0.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/plugin-syntax-object-rest-spread@7.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/core@7.3.3",
        "sentry-browser@5.7.1-tuxcare.3|@babel/helper-plugin-utils@7.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-plugin-jest-hoist@24.6.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@types/babel__traverse@7.0.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|left-pad@1.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|sax@1.2.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|after@0.8.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|arraybuffer.slice@0.0.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|blob@0.0.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ultron@1.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|component-inherit@0.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|xmlhttprequest-ssl@1.5.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|yeast@0.1.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|better-assert@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|callsite@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|import-fresh@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|caller-path@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|import-fresh@2.0.0|resolve-from@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|import-fresh@2.0.0|resolve-from@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-directory@0.3.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|copy-concurrently@1.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|copy-concurrently@1.0.5|aproba@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10",
        "sentry-browser@5.7.1-tuxcare.3|iferr@0.1.5",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3",
        "sentry-browser@5.7.1-tuxcare.3|run-queue@1.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|copy-concurrently@1.0.5|aproba@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|iferr@0.1.5",
        "sentry-browser@5.7.1-tuxcare.3|imurmurhash@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10|readable-stream@2.3.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fs-write-stream-atomic@1.0.10|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|run-queue@1.0.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|run-queue@1.0.3|aproba@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|run-queue@1.0.3|aproba@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|humanize-ms@1.2.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ms@2.1.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|encoding@0.1.12",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|iconv-lite@0.4.23"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|socks@2.2.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ip@1.1.5",
        "sentry-browser@5.7.1-tuxcare.3|smart-buffer@4.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|cyclist@0.2.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|fstream@1.0.11",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|graceful-fs@4.1.15",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|mkdirp@0.5.1",
        "sentry-browser@5.7.1-tuxcare.3|rimraf@2.6.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|restore-cursor@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|restore-cursor@2.0.0|onetime@2.0.1",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|restore-cursor@2.0.0|onetime@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|restore-cursor@2.0.0|mimic-fn@1.2.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|restore-cursor@2.0.0|mimic-fn@1.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|chardet@0.7.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-promise@2.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|call-me-maybe@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|glob-to-regexp@0.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-ify@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|split@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|through@2.3.8"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-text-path@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|text-extensions@1.9.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|through2@2.0.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|through2@2.0.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|readable-stream@2.3.6",
        "sentry-browser@5.7.1-tuxcare.3|xtend@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|readable-stream@2.3.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|isarray@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|process-nextick-args@2.0.0",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2",
        "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|string_decoder@1.1.1",
        "sentry-browser@5.7.1-tuxcare.3|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|isarray@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|split2@2.2.0|string_decoder@1.1.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|trim-off-newlines@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse-github-repo-url@1.4.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|dargs@4.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.template@4.4.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lodash._reinterpolate@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|lodash.templatesettings@4.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|gitconfiglocal@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|ini@1.3.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-subset@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|modify-values@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|decamelize-keys@1.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|decamelize@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|map-obj@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|loud-rejection@1.6.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|currently-unhandled@0.4.1",
        "sentry-browser@5.7.1-tuxcare.3|signal-exit@3.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|minimist-options@3.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|arrify@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|is-plain-obj@1.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-ssh@1.3.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|protocols@1.4.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse-url@5.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-ssh@1.3.1",
        "sentry-browser@5.7.1-tuxcare.3|normalize-url@3.3.0",
        "sentry-browser@5.7.1-tuxcare.3|parse-path@4.0.1",
        "sentry-browser@5.7.1-tuxcare.3|protocols@1.4.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|number-is-nan@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|p-defer@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-arrayish@0.2.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|extsprintf@1.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|json-schema@0.2.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|verror@1.10.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|assert-plus@1.0.0",
        "sentry-browser@5.7.1-tuxcare.3|core-util-is@1.0.2",
        "sentry-browser@5.7.1-tuxcare.3|extsprintf@1.3.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|asn1@0.2.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|safer-buffer@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|bcrypt-pbkdf@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|tweetnacl@0.14.5"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|dashdash@1.14.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|assert-plus@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ecc-jsbn@0.1.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|jsbn@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|safer-buffer@2.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|getpass@0.1.7",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|assert-plus@1.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|jsbn@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tweetnacl@0.14.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|repeating@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-finite@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|regenerate@1.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|regjsgen@0.2.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|regjsparser@0.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|regjsparser@0.1.5|jsesc@0.5.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|regjsparser@0.1.5|jsesc@0.5.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|babel-helper-explode-assignable-expression@6.24.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|babel-runtime@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-traverse@6.26.0",
        "sentry-browser@5.7.1-tuxcare.3|babel-types@6.26.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|buffer-xor@1.0.3"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|des.js@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|minimalistic-assert@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|brorand@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|hash.js@1.1.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|minimalistic-assert@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|hmac-drbg@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|hash.js@1.1.5",
        "sentry-browser@5.7.1-tuxcare.3|minimalistic-assert@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|minimalistic-crypto-utils@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|minimalistic-assert@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|minimalistic-crypto-utils@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|asn1.js@4.10.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|bn.js@4.11.8",
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|minimalistic-assert@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|hash-base@3.0.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3",
        "sentry-browser@5.7.1-tuxcare.3|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|camelcase-keys@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|camelcase-keys@2.1.0|camelcase@2.1.1",
        "sentry-browser@5.7.1-tuxcare.3|map-obj@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|camelcase-keys@2.1.0|camelcase@2.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|map-obj@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|redent@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|indent-string@2.1.0",
        "sentry-browser@5.7.1-tuxcare.3|strip-indent@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|trim-newlines@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|clone@1.0.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|ansi-wrap@0.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|center-align@0.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|align-text@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|lazy-cache@1.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|right-align@0.1.3",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|align-text@0.1.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|create-error-class@3.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|capture-stack-trace@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|duplexer3@0.1.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-redirect@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-retry-allowed@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lowercase-keys@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|timed-out@4.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|unzip-response@2.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|url-parse-lax@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|prepend-http@1.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rc@1.2.8",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|deep-extend@0.6.0",
        "sentry-browser@5.7.1-tuxcare.3|ini@1.3.5",
        "sentry-browser@5.7.1-tuxcare.3|minimist@1.2.0",
        "sentry-browser@5.7.1-tuxcare.3|strip-json-comments@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|map-visit@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|object-visit@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-visit@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|isobject@3.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-values@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-number@3.0.0",
        "sentry-browser@5.7.1-tuxcare.3|has-values@1.0.0|kind-of@4.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-values@1.0.0|kind-of@4.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|has-values@1.0.0|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|has-values@1.0.0|is-buffer@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|copy-descriptor@0.1.1",
        "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|define-property@0.2.5",
        "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|define-property@0.2.5",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-descriptor@0.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-descriptor@0.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-accessor-descriptor@0.1.6",
        "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-data-descriptor@0.1.4",
        "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-descriptor@0.1.6|kind-of@5.1.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-descriptor@0.1.6|kind-of@5.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-buffer@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-accessor-descriptor@0.1.6",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|is-data-descriptor@0.1.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|object-copy@0.1.0|kind-of@3.2.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|append-transform@1.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|default-require-extensions@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|node-int64@0.4.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|rsvp@3.6.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|tmpl@1.0.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/helper-get-function-arity@7.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|@babel/types@7.3.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|@babel/helper-plugin-utils@7.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|callsite@1.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|caller-path@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|caller-callsite@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|iferr@0.1.5"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|smart-buffer@4.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|block-stream@0.0.9",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|inherits@2.0.3"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|text-extensions@1.9.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash._reinterpolate@3.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lodash.templatesettings@4.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|lodash._reinterpolate@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|quick-lru@1.1.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|currently-unhandled@0.4.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|array-find-index@1.0.2"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|protocols@1.4.7"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|normalize-url@3.3.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|parse-path@4.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|is-ssh@1.3.1",
        "sentry-browser@5.7.1-tuxcare.3|protocols@1.4.7"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-finite@1.0.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|indent-string@2.1.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|repeating@2.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|strip-indent@1.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|strip-indent@1.0.1|get-stdin@4.0.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|strip-indent@1.0.1|get-stdin@4.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|align-text@0.1.4",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|align-text@0.1.4|kind-of@3.2.2",
        "sentry-browser@5.7.1-tuxcare.3|longest@1.0.1",
        "sentry-browser@5.7.1-tuxcare.3|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|align-text@0.1.4|kind-of@3.2.2",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|align-text@0.1.4|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|align-text@0.1.4|is-buffer@1.1.6"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|lazy-cache@1.0.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|capture-stack-trace@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|prepend-http@1.0.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|deep-extend@0.6.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|copy-descriptor@0.1.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|default-require-extensions@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|strip-bom@3.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|caller-callsite@2.0.0",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|caller-callsite@2.0.0|callsites@2.0.0"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|caller-callsite@2.0.0|callsites@2.0.0"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|array-find-index@1.0.2"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pinkie-promise@2.0.1",
      "dependsOn": [
        "sentry-browser@5.7.1-tuxcare.3|pinkie@2.0.4"
      ]
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|longest@1.0.1"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|pinkie@2.0.4"
    },
    {
      "ref": "sentry-browser@5.7.1-tuxcare.3|is-utf8@0.2.1"
    }
  ]
}