{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "version": 1,
  "serialNumber": "urn:uuid:ccc99d03-89ad-4967-b518-08015f3d04df",
  "metadata": {
    "timestamp": "2026-04-10T12:10:55.042Z",
    "tools": {
      "components": [
        {
          "type": "application",
          "name": "npm",
          "version": "11.6.2"
        },
        {
          "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": "nuxt",
      "version": "1.4.5-tuxcare.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1",
      "description": "A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nuxt@1.4.5-tuxcare.1?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fnuxt%2Fnuxt.js.git",
      "externalReferences": [
        {
          "url": "git+https://github.com/nuxt/nuxt.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nuxt/nuxt.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nuxt/nuxt.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": ""
        }
      ]
    }
  },
  "components": [
    {
      "type": "library",
      "name": "youch",
      "group": "@nuxtjs",
      "version": "4.2.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@nuxtjs/youch@4.2.3",
      "author": "amanvirk",
      "description": "Pretty error reporting for Node.js 🚀 (Modified for Nuxt.js & SSR Bundles)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40nuxtjs/youch@4.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/nuxt/youch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/poppinss/nuxt#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/poppinss/nuxt/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@nuxtjs/youch/-/youch-4.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@nuxtjs/youch"
        }
      ]
    },
    {
      "type": "library",
      "name": "amdefine",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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:extraneous",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/amdefine"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-html",
      "version": "0.0.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ansi-html@0.0.7",
      "author": "Tjatse",
      "description": "An elegant lib that converts the chalked (ANSI) text to HTML.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-html@0.0.7",
      "externalReferences": [
        {
          "url": "git://github.com/Tjatse/ansi-html.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Tjatse/ansi-html",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Tjatse/ansi-html/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-html"
        }
      ]
    },
    {
      "type": "library",
      "name": "append-transform",
      "version": "0.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|append-transform@0.4.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@0.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/append-transform.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/append-transform#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/append-transform/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/append-transform/-/append-transform-0.4.0.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/append-transform"
        }
      ]
    },
    {
      "type": "library",
      "name": "archy",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|archy@1.0.0",
      "author": "James Halliday",
      "description": "render nested hierarchies `npm ls` style with unicode pipes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/archy@1.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/substack/node-archy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-archy#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-archy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/archy/-/archy-1.0.0.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/archy"
        }
      ]
    },
    {
      "type": "library",
      "name": "autoprefixer",
      "version": "7.2.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5",
      "author": "Andrey Sitnik",
      "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/autoprefixer@7.2.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/autoprefixer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/autoprefixer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/autoprefixer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-7.2.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/autoprefixer"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "caniuse-lite",
          "version": "1.0.30000792",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|caniuse-lite@1.0.30000792",
          "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.30000792",
          "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.30000792.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/autoprefixer/node_modules/caniuse-lite"
            }
          ]
        },
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/autoprefixer/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/autoprefixer/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/autoprefixer/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/autoprefixer/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ava",
      "version": "0.25.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0",
      "description": "Futuristic test runner 🚀",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ava@0.25.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/ava.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://ava.li",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/ava/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ava/-/ava-0.25.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ava"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/ava/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/ava/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "chokidar",
          "version": "1.7.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|chokidar@1.7.0",
          "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@1.7.0",
          "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-1.7.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/ava/node_modules/chokidar"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|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/ava/node_modules/ms"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.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/ava/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "5.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|supports-color@5.1.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@5.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-5.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/ava/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "anymatch",
          "version": "1.3.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|anymatch@1.3.2",
          "author": "Elan Shanker",
          "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/anymatch@1.3.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/es128/anymatch.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/es128/anymatch",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/es128/anymatch/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/ava/node_modules/anymatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.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/ava/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-core",
      "version": "6.26.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-core@6.26.0",
      "author": "Sebastian McKenzie",
      "description": "Babel compiler core.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-core@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-core/-/babel-core-6.26.0.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": "nuxt@1.4.5-tuxcare.1|babel-core@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-core/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-core@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-core/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-eslint",
      "version": "8.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-eslint@8.2.1",
      "author": "Sebastian McKenzie",
      "description": "Custom parser for ESLint",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-eslint@8.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel-eslint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel-eslint",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel-eslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-8.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-eslint"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "babylon",
          "version": "7.0.0-beta.36",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-eslint@8.2.1|babylon@7.0.0-beta.36",
          "author": "Sebastian McKenzie",
          "description": "A JavaScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/babylon@7.0.0-beta.36",
          "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/babylon/-/babylon-7.0.0-beta.36.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-eslint/node_modules/babylon"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-loader",
      "version": "7.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-loader@7.1.2",
      "author": "Luis Couto",
      "description": "babel module loader for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-loader@7.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel-loader.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel-loader",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel-loader/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-loader"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-array-includes",
      "version": "2.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-array-includes@2.0.3",
      "author": "Christoph Hermann",
      "description": "Replaces `arr.includes(val)' with `arr.indexOf(val) >= 0`.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-array-includes@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/stoeffel/babel-plugin-array-includes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stoeffel/babel-plugin-array-includes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stoeffel/babel-plugin-array-includes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-array-includes/-/babel-plugin-array-includes-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-array-includes"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-external-helpers",
      "version": "6.22.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-external-helpers@6.22.0",
      "description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-external-helpers@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-external-helpers/-/babel-plugin-external-helpers-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-external-helpers"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-istanbul",
      "version": "4.1.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-istanbul@4.1.5",
      "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@4.1.5",
      "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-4.1.5.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": "babel-preset-vue-app",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-preset-vue-app@2.0.0",
      "author": "egoist",
      "description": "Complete babel presets for a Vue app.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-vue-app@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/egoist/babel-preset-vue-app.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/egoist/babel-preset-vue-app#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/egoist/babel-preset-vue-app/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-preset-vue-app/-/babel-preset-vue-app-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-preset-vue-app"
        }
      ]
    },
    {
      "type": "library",
      "name": "caniuse-lite",
      "version": "1.0.30000808",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|caniuse-lite@1.0.30000808",
      "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.30000808",
      "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.30000808.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": "chalk",
      "version": "2.3.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|chalk@2.3.1",
      "description": "Terminal string styling done right",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chalk@2.3.1",
      "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.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chalk"
        }
      ]
    },
    {
      "type": "library",
      "name": "chokidar",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.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.0.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": "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chokidar"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "glob-parent",
          "version": "3.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.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/chokidar/node_modules/glob-parent"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "is-glob",
              "version": "3.1.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|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/chokidar/node_modules/glob-parent/node_modules/is-glob"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-glob",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|is-glob@4.0.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@4.0.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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/chokidar/node_modules/is-glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "upath",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|upath@1.0.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.0.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.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/chokidar/node_modules/upath"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extglob",
          "version": "2.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|is-extglob@2.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a string has an extglob.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extglob@2.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extglob.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extglob",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extglob/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/chokidar/node_modules/is-extglob"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "3.10.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|lodash@3.10.1",
          "author": "John-David Dalton",
          "description": "The modern build of lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@3.10.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/-/lodash-3.10.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/chokidar/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "clone",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|clone@2.1.1",
      "author": "Paul Vorbach",
      "description": "deep cloning of objects and arrays",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/clone@2.1.1",
      "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-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/clone"
        }
      ]
    },
    {
      "type": "library",
      "name": "codecov",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0",
      "author": "Codecov",
      "description": "Uploading report to Codecov: https://codecov.io",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/codecov@3.0.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.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/codecov"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "request",
          "version": "2.81.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|request@2.81.0",
          "author": "Mikeal Rogers",
          "description": "Simplified HTTP request client.",
          "licenses": [
            {
              "license": {
                "id": "Apache-2.0",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/request@2.81.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.81.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/codecov/node_modules/request"
            }
          ]
        },
        {
          "type": "library",
          "name": "aws-sign2",
          "version": "0.6.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|aws-sign2@0.6.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.6.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.6.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/codecov/node_modules/aws-sign2"
            }
          ]
        },
        {
          "type": "library",
          "name": "form-data",
          "version": "2.1.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|form-data@2.1.4",
          "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.1.4",
          "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.1.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/codecov/node_modules/form-data"
            }
          ]
        },
        {
          "type": "library",
          "name": "har-validator",
          "version": "4.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|har-validator@4.2.1",
          "author": "Ahmad Nassri",
          "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/har-validator@4.2.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/ahmadnassri/har-validator.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/ahmadnassri/har-validator",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/ahmadnassri/har-validator/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/codecov/node_modules/har-validator"
            }
          ]
        },
        {
          "type": "library",
          "name": "http-signature",
          "version": "1.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|http-signature@1.1.1",
          "author": "Joyent, Inc",
          "description": "Reference implementation of Joyent's HTTP Signature scheme.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/http-signature@1.1.1",
          "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.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/codecov/node_modules/http-signature"
            }
          ]
        },
        {
          "type": "library",
          "name": "performance-now",
          "version": "0.2.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|performance-now@0.2.0",
          "author": "Meryn Stol",
          "description": "Implements performance.now (based on process.hrtime).",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/performance-now@0.2.0",
          "externalReferences": [
            {
              "url": "git://github.com/meryn/performance-now.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/meryn/performance-now",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/meryn/performance-now/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/codecov/node_modules/performance-now"
            }
          ]
        },
        {
          "type": "library",
          "name": "qs",
          "version": "6.4.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|qs@6.4.0",
          "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.4.0",
          "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.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/codecov/node_modules/qs"
            }
          ]
        },
        {
          "type": "library",
          "name": "ajv",
          "version": "4.11.8",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|ajv@4.11.8",
          "author": "Evgeny Poberezkin",
          "description": "Another JSON Schema Validator",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ajv@4.11.8",
          "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-4.11.8.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/codecov/node_modules/ajv"
            }
          ]
        },
        {
          "type": "library",
          "name": "har-schema",
          "version": "1.0.5",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|har-schema@1.0.5",
          "author": "Ahmad Nassri",
          "description": "JSON Schema for HTTP Archive (HAR)",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/har-schema@1.0.5",
          "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-1.0.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/codecov/node_modules/har-schema"
            }
          ]
        },
        {
          "type": "library",
          "name": "assert-plus",
          "version": "0.2.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|assert-plus@0.2.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@0.2.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-0.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/codecov/node_modules/assert-plus"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "compression",
      "version": "1.7.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|compression@1.7.1",
      "description": "Node.js compression middleware",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/compression@1.7.1",
      "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.1.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": "nuxt@1.4.5-tuxcare.1|compression@1.7.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/compression/node_modules/debug"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "connect",
      "version": "3.6.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|connect@3.6.5",
      "author": "TJ Holowaychuk",
      "description": "High performance middleware framework",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/connect@3.6.5",
      "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.5.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": "nuxt@1.4.5-tuxcare.1|connect@3.6.5|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.0.6",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|connect@3.6.5|finalhandler@1.0.6",
          "author": "Douglas Christopher Wilson",
          "description": "Node.js final http responder",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/finalhandler@1.0.6",
          "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.0.6.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": "copy-webpack-plugin",
      "version": "4.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1",
      "author": "Len Boyette",
      "description": "Copy files && directories with webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/copy-webpack-plugin@4.4.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack-contrib/copy-webpack-plugin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack-contrib/copy-webpack-plugin",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack-contrib/copy-webpack-plugin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-4.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/copy-webpack-plugin"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "globby",
          "version": "7.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|globby@7.1.1",
          "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@7.1.1",
          "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-7.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/copy-webpack-plugin/node_modules/globby"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-glob",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|is-glob@4.0.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@4.0.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-4.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/copy-webpack-plugin/node_modules/is-glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "loader-utils",
          "version": "0.2.17",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|loader-utils@0.2.17",
          "author": "Tobias Koppers @sokra",
          "description": "utils for webpack loaders",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/loader-utils@0.2.17",
          "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-0.2.17.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/copy-webpack-plugin/node_modules/loader-utils"
            }
          ]
        },
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|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/copy-webpack-plugin/node_modules/pify"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extglob",
          "version": "2.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|is-extglob@2.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if a string has an extglob.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extglob@2.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-extglob.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extglob",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-extglob/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/copy-webpack-plugin/node_modules/is-extglob"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "cross-env",
      "version": "5.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cross-env@5.1.3",
      "author": "Kent C. Dodds",
      "description": "Run scripts that set and use environment variables across platforms",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cross-env@5.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/kentcdodds/cross-env.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kentcdodds/cross-env#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kentcdodds/cross-env/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cross-env/-/cross-env-5.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cross-env"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-hot-loader",
      "version": "1.3.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|css-hot-loader@1.3.7",
      "author": "shepherdwind",
      "description": "css hot reload work with extract-text-webpack-plugin",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css-hot-loader@1.3.7",
      "externalReferences": [
        {
          "url": "git://github.com/shepherdwind/css-hot-loader.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://git.shepherdwind.com/css-hot-loader/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shepherdwind/css-hot-loader/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/css-hot-loader/-/css-hot-loader-1.3.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/css-hot-loader"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-loader",
      "version": "0.28.9",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9",
      "author": "Tobias Koppers @sokra",
      "description": "css loader module for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css-loader@0.28.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack-contrib/css-loader.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack-contrib/css-loader",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack-contrib/css-loader/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/css-loader/-/css-loader-0.28.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/css-loader"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/css-loader/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|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/css-loader/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|chalk@1.1.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/css-loader/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|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/css-loader/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|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/css-loader/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|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/css-loader/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|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/css-loader/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "debug-log",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|debug-log@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Node.js 0.12 util.debuglog() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debug-log@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/debug-log.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/debug-log#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/debug-log/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/debug-log/-/debug-log-1.0.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/debug-log"
        }
      ]
    },
    {
      "type": "library",
      "name": "debug",
      "version": "3.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/debug"
        }
      ]
    },
    {
      "type": "library",
      "name": "default-require-extensions",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|default-require-extensions@1.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@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/default-require-extensions.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/default-require-extensions#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/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-1.0.0.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/default-require-extensions"
        }
      ]
    },
    {
      "type": "library",
      "name": "es6-promise",
      "version": "4.2.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|es6-promise@4.2.4",
      "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.4",
      "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#readme",
          "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.4.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": "eslint-config-standard-jsx",
      "version": "4.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-config-standard-jsx@4.0.2",
      "author": "Feross Aboukhadijeh",
      "description": "JavaScript Standard Style JSX support - ESLint Shareable Config",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-config-standard-jsx@4.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/feross/eslint-config-standard-jsx.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/eslint-config-standard-jsx",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/eslint-config-standard-jsx/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-config-standard-jsx/-/eslint-config-standard-jsx-4.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-config-standard-jsx"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-config-standard",
      "version": "11.0.0-beta.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-config-standard@11.0.0-beta.0",
      "author": "Feross Aboukhadijeh",
      "description": "JavaScript Standard Style - ESLint Shareable Config",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-config-standard@11.0.0-beta.0",
      "externalReferences": [
        {
          "url": "git://github.com/feross/eslint-config-standard.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/eslint-config-standard",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/eslint-config-standard/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-11.0.0-beta.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-config-standard"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-plugin-html",
      "version": "4.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-html@4.0.2",
      "description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-plugin-html@4.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/BenoitZugmeyer/eslint-plugin-html",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/BenoitZugmeyer/eslint-plugin-html/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-4.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-plugin-html"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-plugin-import",
      "version": "2.8.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-import@2.8.0",
      "author": "Ben Mosher",
      "description": "Import with sanity.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-plugin-import@2.8.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/benmosher/eslint-plugin-import.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/benmosher/eslint-plugin-import",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/benmosher/eslint-plugin-import/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.8.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-plugin-import"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-import@2.8.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/eslint-plugin-import/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "doctrine",
          "version": "1.5.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-import@2.8.0|doctrine@1.5.0",
          "description": "JSDoc parser",
          "licenses": [
            {
              "license": {
                "name": "BSD",
                "acknowledgement": "declared",
                "url": "http://github.com/eslint/doctrine/raw/master/LICENSE.BSD"
              }
            }
          ],
          "purl": "pkg:npm/doctrine@1.5.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/eslint/doctrine.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/eslint/doctrine",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/eslint/doctrine/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint-plugin-import/node_modules/doctrine"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-plugin-node",
      "version": "6.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-node@6.0.0",
      "author": "Toru Nagashima",
      "description": "Additional ESLint's rules for Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-plugin-node@6.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mysticatea/eslint-plugin-node.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mysticatea/eslint-plugin-node#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mysticatea/eslint-plugin-node/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-6.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-plugin-node"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-plugin-promise",
      "version": "3.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-promise@3.6.0",
      "author": "jden",
      "description": "Enforce best practices for JavaScript promises",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-plugin-promise@3.6.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/xjamundx/eslint-plugin-promise.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xjamundx/eslint-plugin-promise#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xjamundx/eslint-plugin-promise/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-3.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-plugin-promise"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-plugin-react",
      "version": "7.6.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-react@7.6.1",
      "author": "Yannick Croissant",
      "description": "React specific linting rules for ESLint",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-plugin-react@7.6.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/yannickcr/eslint-plugin-react.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yannickcr/eslint-plugin-react",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yannickcr/eslint-plugin-react/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-plugin-react"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-plugin-standard",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-standard@3.0.1",
      "author": "Jamund Ferguson",
      "description": "ESlint Plugin for the Standard Linter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-plugin-standard@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/xjamundx/eslint-plugin-standard.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/xjamundx/eslint-plugin-standard#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/xjamundx/eslint-plugin-standard/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-plugin-standard"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint",
      "version": "4.17.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint@4.17.0",
      "author": "Nicholas C. Zakas",
      "description": "An AST-based pattern checker for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint@4.17.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/eslint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://eslint.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eslint/eslint/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint/-/eslint-4.17.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "inquirer",
          "version": "3.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|inquirer@3.3.0",
          "author": "Simon Boudrias",
          "description": "A collection of common interactive command line user interfaces.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inquirer@3.3.0",
          "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-3.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/inquirer"
            }
          ]
        },
        {
          "type": "library",
          "name": "progress",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|progress@2.0.0",
          "author": "TJ Holowaychuk",
          "description": "Flexible ascii progress bar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/progress@2.0.0",
          "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.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint/node_modules/progress"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint@4.17.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/eslint/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint@4.17.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/eslint/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "etag",
      "version": "1.8.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|etag@1.8.1",
      "description": "Create simple HTTP ETags",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/etag@1.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/etag.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/etag#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/etag/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/etag"
        }
      ]
    },
    {
      "type": "library",
      "name": "express",
      "version": "4.16.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|express@4.16.2",
      "author": "TJ Holowaychuk",
      "description": "Fast, unopinionated, minimalist web framework",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/express@4.16.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/expressjs/express.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://expressjs.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/expressjs/express/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/express/-/express-4.16.2.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": "nuxt@1.4.5-tuxcare.1|express@4.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/express/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "serve-static",
          "version": "1.13.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|express@4.16.2|serve-static@1.13.1",
          "author": "Douglas Christopher Wilson",
          "description": "Serve static files",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/serve-static@1.13.1",
          "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.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/express/node_modules/serve-static"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "extract-text-webpack-plugin",
      "version": "3.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|extract-text-webpack-plugin@3.0.2",
      "author": "Tobias Koppers @sokra",
      "description": "Extract text from bundle into a file.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/extract-text-webpack-plugin@3.0.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/webpack-contrib/extract-text-webpack-plugin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/webpack-contrib/extract-text-webpack-plugin",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack-contrib/extract-text-webpack-plugin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/extract-text-webpack-plugin/-/extract-text-webpack-plugin-3.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extract-text-webpack-plugin"
        }
      ]
    },
    {
      "type": "library",
      "name": "file-loader",
      "version": "1.1.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|file-loader@1.1.6",
      "author": "Tobias Koppers @sokra",
      "description": "file loader module for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/file-loader@1.1.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/file-loader.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://webpack.js.org/loaders/file-loader",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/file-loader/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/file-loader/-/file-loader-1.1.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/file-loader"
        }
      ]
    },
    {
      "type": "library",
      "name": "finalhandler",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/finalhandler"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|finalhandler@1.1.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/finalhandler/node_modules/debug"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "foreground-child",
      "version": "1.5.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|foreground-child@1.5.6",
      "author": "Isaac Z. Schlueter",
      "description": "Run a child as if it's the foreground process.  Give it stdio.  Exit when it exits.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/foreground-child@1.5.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/tapjs/foreground-child.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tapjs/foreground-child#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tapjs/foreground-child/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.6.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/foreground-child"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "cross-spawn",
          "version": "4.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|foreground-child@1.5.6|cross-spawn@4.0.2",
          "author": "IndigoUnited",
          "description": "Cross platform child_process#spawn and child_process#spawnSync",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cross-spawn@4.0.2",
          "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-4.0.2.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/foreground-child/node_modules/cross-spawn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "fresh",
      "version": "0.5.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|fresh@0.5.2",
      "author": "TJ Holowaychuk",
      "description": "HTTP response freshness testing",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fresh@0.5.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/fresh.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/fresh#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/fresh/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fresh"
        }
      ]
    },
    {
      "type": "library",
      "name": "friendly-errors-webpack-plugin",
      "version": "1.6.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1",
      "author": "Geoffroy Warin",
      "description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/friendly-errors-webpack-plugin@1.6.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/geowarin/friendly-errors-webpack-plugin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://geowarin.github.io/friendly-errors-webpack-plugin",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/geowarin/friendly-errors-webpack-plugin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/friendly-errors-webpack-plugin"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1|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/friendly-errors-webpack-plugin/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1|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/friendly-errors-webpack-plugin/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1|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/friendly-errors-webpack-plugin/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-extra",
      "version": "5.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|fs-extra@5.0.0",
      "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@5.0.0",
      "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-5.0.0.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": "glob",
      "version": "7.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|glob@7.1.2",
      "author": "Isaac Z. Schlueter",
      "description": "a little globber",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/glob@7.1.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "handlebars",
      "version": "4.0.11",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11",
      "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.11",
      "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.11.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/handlebars"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "async",
          "version": "1.5.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/handlebars/node_modules/async"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "1.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/handlebars/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "cliui",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/handlebars/node_modules/cliui"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.4.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/handlebars/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "uglify-js",
          "version": "2.8.29",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/handlebars/node_modules/uglify-js"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "source-map",
              "version": "0.5.7",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|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:extraneous",
                  "value": "true"
                },
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/handlebars/node_modules/uglify-js/node_modules/source-map"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "wordwrap",
          "version": "0.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/handlebars/node_modules/wordwrap"
            }
          ]
        },
        {
          "type": "library",
          "name": "yargs",
          "version": "3.10.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/handlebars/node_modules/yargs"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "hash-sum",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|hash-sum@1.0.2",
      "description": "Blazing fast unique hash generator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hash-sum@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/bevacqua/hash-sum.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bevacqua/hash-sum",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bevacqua/hash-sum/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hash-sum"
        }
      ]
    },
    {
      "type": "library",
      "name": "html-minifier",
      "version": "3.5.9",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9",
      "author": "Juriy \"kangax\" Zaytsev",
      "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/html-minifier@3.5.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/kangax/html-minifier.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://kangax.github.io/html-minifier/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kangax/html-minifier/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/html-minifier"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "uglify-js",
          "version": "3.3.9",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9|uglify-js@3.3.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.3.9",
          "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-3.3.9.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/html-minifier/node_modules/uglify-js"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "commander",
              "version": "2.13.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9|uglify-js@3.3.9|commander@2.13.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.13.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.13.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/html-minifier/node_modules/uglify-js/node_modules/commander"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9|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/html-minifier/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "html-webpack-plugin",
      "version": "2.30.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1",
      "author": "Charles Blaxland",
      "description": "Simplifies creation of HTML files to serve your webpack bundles",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/html-webpack-plugin@2.30.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jantimon/html-webpack-plugin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jantimon/html-webpack-plugin",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jantimon/html-webpack-plugin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-2.30.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/html-webpack-plugin"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "html-minifier",
          "version": "3.5.8",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|html-minifier@3.5.8",
          "author": "Juriy \"kangax\" Zaytsev",
          "description": "Highly configurable, well-tested, JavaScript-based HTML minifier.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/html-minifier@3.5.8",
          "externalReferences": [
            {
              "url": "git+https://github.com/kangax/html-minifier.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://kangax.github.io/html-minifier/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/kangax/html-minifier/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.8.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/html-webpack-plugin/node_modules/html-minifier"
            }
          ]
        },
        {
          "type": "library",
          "name": "loader-utils",
          "version": "0.2.17",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|loader-utils@0.2.17",
          "author": "Tobias Koppers @sokra",
          "description": "utils for webpack loaders",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/loader-utils@0.2.17",
          "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-0.2.17.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/html-webpack-plugin/node_modules/loader-utils"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "4.17.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|lodash@4.17.4",
          "author": "John-David Dalton",
          "description": "Lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@4.17.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/-/lodash-4.17.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/html-webpack-plugin/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "commander",
          "version": "2.12.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|commander@2.12.2",
          "author": "TJ Holowaychuk",
          "description": "the complete solution for node.js command-line programs",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/commander@2.12.2",
          "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.12.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/html-webpack-plugin/node_modules/commander"
            }
          ]
        },
        {
          "type": "library",
          "name": "uglify-js",
          "version": "3.3.9",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|uglify-js@3.3.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.3.9",
          "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-3.3.9.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/html-webpack-plugin/node_modules/uglify-js"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "commander",
              "version": "2.13.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|uglify-js@3.3.9|commander@2.13.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.13.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.13.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/html-webpack-plugin/node_modules/uglify-js/node_modules/commander"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/html-webpack-plugin/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-hook",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-hook@1.1.0",
      "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@1.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#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-1.1.0.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/istanbul-lib-hook"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-report",
      "version": "1.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-report@1.1.2",
      "author": "Krishnan Anantheswaran",
      "description": "Base reporting library for istanbul",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-lib-report@1.1.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",
          "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-1.1.2.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/istanbul-lib-report"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-report@1.1.2|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul-lib-report/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-report@1.1.2|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul-lib-report/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-source-maps",
      "version": "1.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-source-maps@1.2.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@1.2.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-1.2.2.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/istanbul-lib-source-maps"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-source-maps@1.2.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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/istanbul-lib-source-maps/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-reports",
      "version": "1.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|istanbul-reports@1.1.3",
      "author": "Krishnan Anantheswaran",
      "description": "istanbul reports",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-reports@1.1.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-reports/-/istanbul-reports-1.1.3.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/istanbul-reports"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsdom",
      "version": "11.6.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|jsdom@11.6.2",
      "description": "A JavaScript implementation of many web standards",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsdom@11.6.2",
      "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.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsdom"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-loader",
      "version": "0.5.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|json-loader@0.5.7",
      "author": "Tobias Koppers @sokra",
      "description": "json loader module for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json-loader@0.5.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/json-loader.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack/json-loader#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/json-loader/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json-loader/-/json-loader-0.5.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-loader"
        }
      ]
    },
    {
      "type": "library",
      "name": "launch-editor-middleware",
      "version": "2.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|launch-editor-middleware@2.2.1",
      "author": "Evan You",
      "description": "express middleware for launching editor",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/launch-editor-middleware@2.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/yyx990803/launch-editor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yyx990803/launch-editor#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yyx990803/launch-editor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/launch-editor-middleware/-/launch-editor-middleware-2.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/launch-editor-middleware"
        }
      ]
    },
    {
      "type": "library",
      "name": "launch-editor",
      "version": "2.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|launch-editor@2.2.1",
      "author": "Evan You",
      "description": "launch editor from node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/launch-editor@2.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/yyx990803/launch-editor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yyx990803/launch-editor#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yyx990803/launch-editor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/launch-editor"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|launch-editor@2.2.1|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/launch-editor/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "4.5.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|launch-editor@2.2.1|supports-color@4.5.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/launch-editor/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash",
      "version": "4.17.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
      "author": "John-David Dalton",
      "description": "Lodash modular utilities.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash@4.17.5",
      "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.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash"
        }
      ]
    },
    {
      "type": "library",
      "name": "lru-cache",
      "version": "4.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lru-cache@4.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@4.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-4.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": "memory-fs",
      "version": "0.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "merge-source-map",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|merge-source-map@1.1.0",
      "author": "keik",
      "description": "Merge old source map and new source map in multi-transform flow",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/merge-source-map@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/keik/merge-source-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/keik/merge-source-map#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/keik/merge-source-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/merge-source-map/-/merge-source-map-1.1.0.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/merge-source-map"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|merge-source-map@1.1.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/merge-source-map/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "minimist",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nyc",
      "version": "11.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1",
      "author": "Ben Coe",
      "description": "the Istanbul command line interface",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nyc@11.4.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/istanbuljs/nyc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/istanbuljs/nyc#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/istanbuljs/nyc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nyc/-/nyc-11.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nyc"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "archy",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|archy@1.0.0",
          "author": "James Halliday",
          "description": "render nested hierarchies `npm ls` style with unicode pipes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/archy@1.0.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/substack/node-archy.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/substack/node-archy#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/substack/node-archy/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/archy"
            }
          ]
        },
        {
          "type": "library",
          "name": "arrify",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/arrify"
            }
          ]
        },
        {
          "type": "library",
          "name": "caching-transform",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|caching-transform@1.0.1",
          "author": "James Talmage",
          "description": "Wraps a transform and provides caching",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/caching-transform@1.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jamestalmage/caching-transform.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jamestalmage/caching-transform#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jamestalmage/caching-transform/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/caching-transform/-/caching-transform-1.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/caching-transform"
            }
          ]
        },
        {
          "type": "library",
          "name": "convert-source-map",
          "version": "1.5.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|convert-source-map@1.5.1",
          "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.5.1",
          "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.5.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/convert-source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "debug-log",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|debug-log@1.0.1",
          "author": "Sindre Sorhus",
          "description": "Node.js 0.12 util.debuglog() ponyfill",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug-log@1.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/debug-log.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/debug-log#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/debug-log/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/debug-log/-/debug-log-1.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/debug-log"
            }
          ]
        },
        {
          "type": "library",
          "name": "default-require-extensions",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|default-require-extensions@1.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@1.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jamestalmage/default-require-extensions.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jamestalmage/default-require-extensions#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jamestalmage/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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/default-require-extensions"
            }
          ]
        },
        {
          "type": "library",
          "name": "find-cache-dir",
          "version": "0.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|find-cache-dir@0.1.1",
          "author": "James Talmage",
          "description": "My well-made module",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/find-cache-dir@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jamestalmage/find-cache-dir.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jamestalmage/find-cache-dir#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jamestalmage/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-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/find-cache-dir"
            }
          ]
        },
        {
          "type": "library",
          "name": "find-up",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/find-up"
            }
          ]
        },
        {
          "type": "library",
          "name": "foreground-child",
          "version": "1.5.6",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|foreground-child@1.5.6",
          "author": "Isaac Z. Schlueter",
          "description": "Run a child as if it's the foreground process.  Give it stdio.  Exit when it exits.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/foreground-child@1.5.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/tapjs/foreground-child.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/tapjs/foreground-child#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/tapjs/foreground-child/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/foreground-child/-/foreground-child-1.5.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/foreground-child"
            }
          ]
        },
        {
          "type": "library",
          "name": "glob",
          "version": "7.1.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|glob@7.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "a little globber",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob@7.1.2",
          "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.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "istanbul-lib-coverage",
          "version": "1.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-coverage@1.1.1",
          "author": "Krishnan Anantheswaran",
          "description": "Data library for istanbul coverage objects",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/istanbul-lib-coverage@1.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-lib-coverage/-/istanbul-lib-coverage-1.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/istanbul-lib-coverage"
            }
          ]
        },
        {
          "type": "library",
          "name": "istanbul-lib-hook",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-hook@1.1.0",
          "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@1.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#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-1.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/istanbul-lib-hook"
            }
          ]
        },
        {
          "type": "library",
          "name": "istanbul-lib-instrument",
          "version": "1.9.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-instrument@1.9.1",
          "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@1.9.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-lib-instrument/-/istanbul-lib-instrument-1.9.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/istanbul-lib-instrument"
            }
          ]
        },
        {
          "type": "library",
          "name": "istanbul-lib-report",
          "version": "1.1.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-report@1.1.2",
          "author": "Krishnan Anantheswaran",
          "description": "Base reporting library for istanbul",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/istanbul-lib-report@1.1.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",
              "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-1.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/istanbul-lib-report"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "3.2.3",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-report@1.1.2|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/nyc/node_modules/istanbul-lib-report/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "istanbul-lib-source-maps",
          "version": "1.2.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-source-maps@1.2.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@1.2.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-1.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/istanbul-lib-source-maps"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "debug",
              "version": "3.1.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-source-maps@1.2.2|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/nyc/node_modules/istanbul-lib-source-maps/node_modules/debug"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "istanbul-reports",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-reports@1.1.3",
          "author": "Krishnan Anantheswaran",
          "description": "istanbul reports",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/istanbul-reports@1.1.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-reports/-/istanbul-reports-1.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/istanbul-reports"
            }
          ]
        },
        {
          "type": "library",
          "name": "md5-hex",
          "version": "1.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|md5-hex@1.3.0",
          "author": "Sindre Sorhus",
          "description": "Create a MD5 hash with hex encoding",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/md5-hex@1.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/md5-hex.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/md5-hex#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/md5-hex/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/md5-hex/-/md5-hex-1.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/md5-hex"
            }
          ]
        },
        {
          "type": "library",
          "name": "merge-source-map",
          "version": "1.0.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|merge-source-map@1.0.4",
          "author": "keik",
          "description": "Merge old source map and new source map in multi-transform flow",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/merge-source-map@1.0.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/keik/merge-source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/keik/merge-source-map#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/keik/merge-source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/merge-source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "micromatch",
          "version": "2.3.11",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|micromatch@2.3.11",
          "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@2.3.11",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/micromatch.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/micromatch",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/micromatch/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/micromatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "mkdirp",
          "version": "0.5.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/mkdirp"
            }
          ]
        },
        {
          "type": "library",
          "name": "resolve-from",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|resolve-from@2.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@2.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/resolve-from"
            }
          ]
        },
        {
          "type": "library",
          "name": "rimraf",
          "version": "2.6.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|rimraf@2.6.2",
          "author": "Isaac Z. Schlueter",
          "description": "A deep deletion module for node (like `rm -rf`)",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/rimraf@2.6.2",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/rimraf.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/rimraf#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/rimraf/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/rimraf"
            }
          ]
        },
        {
          "type": "library",
          "name": "signal-exit",
          "version": "3.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/signal-exit"
            }
          ]
        },
        {
          "type": "library",
          "name": "spawn-wrap",
          "version": "1.4.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spawn-wrap@1.4.2",
          "author": "Isaac Z. Schlueter",
          "description": "Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/spawn-wrap@1.4.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/isaacs/spawn-wrap.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/spawn-wrap#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/spawn-wrap/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-1.4.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/spawn-wrap"
            }
          ]
        },
        {
          "type": "library",
          "name": "test-exclude",
          "version": "4.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|test-exclude@4.1.1",
          "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@4.1.1",
          "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-4.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/test-exclude"
            }
          ]
        },
        {
          "type": "library",
          "name": "yargs-parser",
          "version": "8.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs-parser@8.0.0",
          "author": "Ben Coe",
          "description": "the mighty option parser used by yargs",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs-parser@8.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\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/yargs-parser"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "camelcase",
              "version": "4.1.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs-parser@8.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/nyc/node_modules/yargs-parser/node_modules/camelcase"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "yargs",
          "version": "10.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs@10.0.3",
          "description": "yargs the modern, pirate-themed, successor to optimist.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs@10.0.3",
          "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\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/yargs"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "cliui",
              "version": "3.2.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs@10.0.3|cliui@3.2.0",
              "author": "Ben Coe",
              "description": "easily create complex multi-column command-line-interfaces",
              "licenses": [
                {
                  "license": {
                    "id": "ISC",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/cliui@3.2.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-3.2.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/nyc/node_modules/yargs/node_modules/cliui"
                }
              ],
              "components": [
                {
                  "type": "library",
                  "name": "string-width",
                  "version": "1.0.2",
                  "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs@10.0.3|cliui@3.2.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/nyc/node_modules/yargs/node_modules/cliui/node_modules/string-width"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "write-file-atomic",
          "version": "1.3.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|write-file-atomic@1.3.4",
          "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@1.3.4",
          "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-1.3.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/write-file-atomic"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-bom",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/strip-bom"
            }
          ]
        },
        {
          "type": "library",
          "name": "commondir",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/commondir"
            }
          ]
        },
        {
          "type": "library",
          "name": "pkg-dir",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pkg-dir@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Find the root directory of a npm package",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pkg-dir@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/pkg-dir"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "find-up",
              "version": "1.1.2",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pkg-dir@1.0.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/nyc/node_modules/pkg-dir/node_modules/find-up"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "locate-path",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/locate-path"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "path-exists",
              "version": "3.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|locate-path@2.0.0|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/nyc/node_modules/locate-path/node_modules/path-exists"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "cross-spawn",
          "version": "4.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|cross-spawn@4.0.2",
          "author": "IndigoUnited",
          "description": "Cross platform child_process#spawn and child_process#spawnSync",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cross-spawn@4.0.2",
          "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-4.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/cross-spawn"
            }
          ]
        },
        {
          "type": "library",
          "name": "fs.realpath",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|fs.realpath@1.0.0",
          "author": "Isaac Z. Schlueter",
          "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/fs.realpath@1.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/isaacs/fs.realpath.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/fs.realpath#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/fs.realpath/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/fs.realpath"
            }
          ]
        },
        {
          "type": "library",
          "name": "inflight",
          "version": "1.0.6",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|inflight@1.0.6",
          "author": "Isaac Z. Schlueter",
          "description": "Add callbacks to requests in flight to avoid async duplication",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inflight@1.0.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/npm/inflight.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inflight",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inflight/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/inflight"
            }
          ]
        },
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/inherits"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "3.0.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|minimatch@3.0.4",
          "author": "Isaac Z. Schlueter",
          "description": "a glob matcher in javascript",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/minimatch@3.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/minimatch.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/minimatch#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/minimatch/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/minimatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "once",
          "version": "1.4.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|once@1.4.0",
          "author": "Isaac Z. Schlueter",
          "description": "Run a function exactly one time",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/once@1.4.0",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/once.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/once#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/once/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/once"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-is-absolute",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-is-absolute@1.0.1",
          "author": "Sindre Sorhus",
          "description": "Node.js 0.12 path.isAbsolute() ponyfill",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/path-is-absolute@1.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/path-is-absolute.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/path-is-absolute#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/path-is-absolute/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/path-is-absolute"
            }
          ]
        },
        {
          "type": "library",
          "name": "append-transform",
          "version": "0.4.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|append-transform@0.4.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@0.4.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jamestalmage/append-transform.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jamestalmage/append-transform#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jamestalmage/append-transform/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/append-transform/-/append-transform-0.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/append-transform"
            }
          ]
        },
        {
          "type": "library",
          "name": "babel-generator",
          "version": "6.26.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-generator@6.26.0",
          "author": "Sebastian McKenzie",
          "description": "Turns an AST into code.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/babel-generator@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-generator/-/babel-generator-6.26.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/babel-generator"
            }
          ]
        },
        {
          "type": "library",
          "name": "babel-template",
          "version": "6.26.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/babel-template"
            }
          ]
        },
        {
          "type": "library",
          "name": "babel-traverse",
          "version": "6.26.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/babel-traverse"
            }
          ]
        },
        {
          "type": "library",
          "name": "babel-types",
          "version": "6.26.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/babel-types"
            }
          ]
        },
        {
          "type": "library",
          "name": "babylon",
          "version": "6.18.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/babylon"
            }
          ]
        },
        {
          "type": "library",
          "name": "semver",
          "version": "5.4.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|semver@5.4.1",
          "description": "The semantic version parser used by npm.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/semver@5.4.1",
          "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\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/semver"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-parse",
          "version": "1.0.5",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-parse@1.0.5",
          "author": "Javier Blanco",
          "description": "Node.js path.parse() ponyfill",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/path-parse@1.0.5",
          "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.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/path-parse"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "handlebars",
          "version": "4.0.11",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|handlebars@4.0.11",
          "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.11",
          "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.11.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/handlebars"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "source-map",
              "version": "0.4.4",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|handlebars@4.0.11|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/nyc/node_modules/handlebars/node_modules/source-map"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "md5-o-matic",
          "version": "0.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|md5-o-matic@0.1.1",
          "author": "Trent Millar",
          "description": "Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared",
                "url": "https://github.com/trentmillar/md5-o-matic/blob/master/LICENSE"
              }
            }
          ],
          "purl": "pkg:npm/md5-o-matic@0.1.1",
          "externalReferences": [
            {
              "url": "git://github.com/trentmillar/md5-o-matic.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/trentmillar/md5-o-matic",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/trentmillar/md5-o-matic/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/md5-o-matic"
            }
          ]
        },
        {
          "type": "library",
          "name": "arr-diff",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|arr-diff@2.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@2.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/arr-diff"
            }
          ]
        },
        {
          "type": "library",
          "name": "array-unique",
          "version": "0.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|array-unique@0.2.1",
          "author": "Jon Schlinkert",
          "description": "Return an array free of duplicate values. Fastest ES5 implementation.",
          "purl": "pkg:npm/array-unique@0.2.1",
          "externalReferences": [
            {
              "url": "git://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.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/array-unique"
            }
          ]
        },
        {
          "type": "library",
          "name": "braces",
          "version": "1.8.5",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|braces@1.8.5",
          "author": "Jon Schlinkert",
          "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/braces@1.8.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/braces.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/braces",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/braces/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/braces"
            }
          ]
        },
        {
          "type": "library",
          "name": "expand-brackets",
          "version": "0.1.5",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|expand-brackets@0.1.5",
          "author": "Jon Schlinkert",
          "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/expand-brackets@0.1.5",
          "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-0.1.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/expand-brackets"
            }
          ]
        },
        {
          "type": "library",
          "name": "extglob",
          "version": "0.3.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|extglob@0.3.2",
          "author": "Jon Schlinkert",
          "description": "Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extglob@0.3.2",
          "externalReferences": [
            {
              "url": "git://github.com/jonschlinkert/extglob.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/extglob",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/extglob/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/extglob"
            }
          ]
        },
        {
          "type": "library",
          "name": "filename-regex",
          "version": "2.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|filename-regex@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Regular expression for matching file names, with or without extension.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/filename-regex@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/regexhq/filename-regex.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/regexhq/filename-regex",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/regexhq/filename-regex/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/filename-regex"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extglob",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-extglob@1.0.0",
          "author": "Jon Schlinkert",
          "description": "Returns true if a string has an extglob.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-extglob@1.0.0",
          "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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/is-extglob"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-glob",
          "version": "2.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-glob@2.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@2.0.1",
          "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-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/is-glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "3.2.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "normalize-path",
          "version": "2.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/normalize-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "object.omit",
          "version": "2.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|object.omit@2.0.1",
          "author": "Jon Schlinkert",
          "description": "Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/object.omit@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/object.omit.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/object.omit",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/object.omit/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/object.omit"
            }
          ]
        },
        {
          "type": "library",
          "name": "parse-glob",
          "version": "3.0.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|parse-glob@3.0.4",
          "author": "Jon Schlinkert",
          "description": "Parse a glob pattern into an object of tokens.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/parse-glob@3.0.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/parse-glob.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/parse-glob",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/parse-glob/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/parse-glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "regex-cache",
          "version": "0.4.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|regex-cache@0.4.4",
          "author": "Jon Schlinkert",
          "description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/regex-cache@0.4.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/regex-cache.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/regex-cache",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/regex-cache/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/regex-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimist",
          "version": "0.0.8",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/minimist"
            }
          ]
        },
        {
          "type": "library",
          "name": "os-homedir",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/os-homedir"
            }
          ]
        },
        {
          "type": "library",
          "name": "which",
          "version": "1.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|which@1.3.0",
          "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.0",
          "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.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/which"
            }
          ]
        },
        {
          "type": "library",
          "name": "object-assign",
          "version": "4.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/object-assign"
            }
          ]
        },
        {
          "type": "library",
          "name": "read-pkg-up",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/read-pkg-up"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "find-up",
              "version": "1.1.2",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|read-pkg-up@1.0.1|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/nyc/node_modules/read-pkg-up/node_modules/find-up"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "require-main-filename",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/require-main-filename"
            }
          ]
        },
        {
          "type": "library",
          "name": "decamelize",
          "version": "1.2.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/decamelize"
            }
          ]
        },
        {
          "type": "library",
          "name": "get-caller-file",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|get-caller-file@1.0.2",
          "author": "Stefan Penner",
          "description": "[![Build Status](https://travis-ci.org/ember-cli/ember-cli.svg?branch=master)](https://travis-ci.org/ember-cli/ember-cli) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-caller-file@1.0.2",
          "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.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/get-caller-file"
            }
          ]
        },
        {
          "type": "library",
          "name": "os-locale",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/os-locale"
            }
          ]
        },
        {
          "type": "library",
          "name": "require-directory",
          "version": "2.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|require-directory@2.1.1",
          "author": "Troy Goode",
          "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/require-directory@2.1.1",
          "externalReferences": [
            {
              "url": "git://github.com/troygoode/node-require-directory.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/troygoode/node-require-directory/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/troygoode/node-require-directory/issues/",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/require-directory"
            }
          ]
        },
        {
          "type": "library",
          "name": "set-blocking",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/set-blocking"
            }
          ]
        },
        {
          "type": "library",
          "name": "string-width",
          "version": "2.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/string-width"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "is-fullwidth-code-point",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|string-width@2.1.1|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/nyc/node_modules/string-width/node_modules/is-fullwidth-code-point"
                }
              ]
            },
            {
              "type": "library",
              "name": "strip-ansi",
              "version": "4.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/string-width/node_modules/strip-ansi"
                }
              ]
            },
            {
              "type": "library",
              "name": "ansi-regex",
              "version": "3.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/string-width/node_modules/ansi-regex"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "which-module",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/which-module"
            }
          ]
        },
        {
          "type": "library",
          "name": "y18n",
          "version": "3.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/y18n"
            }
          ]
        },
        {
          "type": "library",
          "name": "graceful-fs",
          "version": "4.1.11",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|graceful-fs@4.1.11",
          "description": "A drop-in replacement for fs, making various improvements.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/graceful-fs@4.1.11",
          "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.11.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/graceful-fs"
            }
          ]
        },
        {
          "type": "library",
          "name": "imurmurhash",
          "version": "0.1.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|imurmurhash@0.1.4",
          "author": "Jens Taylor",
          "description": "An incremental implementation of MurmurHash3",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/imurmurhash@0.1.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/jensyt/imurmurhash-js.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jensyt/imurmurhash-js",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jensyt/imurmurhash-js/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/imurmurhash"
            }
          ]
        },
        {
          "type": "library",
          "name": "slide",
          "version": "1.1.6",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/slide"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-utf8",
          "version": "0.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/is-utf8"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-locate",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/p-locate"
            }
          ]
        },
        {
          "type": "library",
          "name": "lru-cache",
          "version": "4.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lru-cache@4.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@4.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-4.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/lru-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "wrappy",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|wrappy@1.0.2",
          "author": "Isaac Z. Schlueter",
          "description": "Callback wrapping utility",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/wrappy@1.0.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/npm/wrappy.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/npm/wrappy",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/npm/wrappy/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/wrappy"
            }
          ]
        },
        {
          "type": "library",
          "name": "brace-expansion",
          "version": "1.1.8",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|brace-expansion@1.1.8",
          "author": "Julian Gruber",
          "description": "Brace expansion as known from sh/bash",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/brace-expansion@1.1.8",
          "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\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/brace-expansion"
            }
          ]
        },
        {
          "type": "library",
          "name": "babel-messages",
          "version": "6.23.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/babel-messages"
            }
          ]
        },
        {
          "type": "library",
          "name": "babel-runtime",
          "version": "6.26.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-runtime@6.26.0",
          "author": "Sebastian McKenzie",
          "description": "babel selfContained runtime",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/babel-runtime@6.26.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/babel/babel.git#master",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/babel/babel/tree/master#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/babel/babel/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/babel-runtime"
            }
          ]
        },
        {
          "type": "library",
          "name": "detect-indent",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/detect-indent"
            }
          ]
        },
        {
          "type": "library",
          "name": "jsesc",
          "version": "1.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/jsesc"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "4.17.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lodash@4.17.4",
          "author": "John-David Dalton",
          "description": "Lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@4.17.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\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "trim-right",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/trim-right"
            }
          ]
        },
        {
          "type": "library",
          "name": "babel-code-frame",
          "version": "6.26.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/babel-code-frame"
            }
          ]
        },
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "globals",
          "version": "9.18.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/globals"
            }
          ]
        },
        {
          "type": "library",
          "name": "invariant",
          "version": "2.2.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|invariant@2.2.2",
          "author": "Andres Suarez",
          "description": "invariant",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/invariant@2.2.2",
          "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.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/invariant"
            }
          ]
        },
        {
          "type": "library",
          "name": "esutils",
          "version": "2.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/esutils"
            }
          ]
        },
        {
          "type": "library",
          "name": "to-fast-properties",
          "version": "1.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/to-fast-properties"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/ms"
            }
          ]
        },
        {
          "type": "library",
          "name": "async",
          "version": "1.5.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/async"
            }
          ]
        },
        {
          "type": "library",
          "name": "optimist",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/optimist"
            }
          ]
        },
        {
          "type": "library",
          "name": "uglify-js",
          "version": "2.8.29",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/uglify-js"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "yargs",
              "version": "3.10.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|uglify-js@2.8.29|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/nyc/node_modules/uglify-js/node_modules/yargs"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "arr-flatten",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/arr-flatten"
            }
          ]
        },
        {
          "type": "library",
          "name": "expand-range",
          "version": "1.8.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|expand-range@1.8.2",
          "author": "Jon Schlinkert",
          "description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/expand-range@1.8.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/expand-range.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/expand-range",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/expand-range/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/expand-range"
            }
          ]
        },
        {
          "type": "library",
          "name": "preserve",
          "version": "0.2.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|preserve@0.2.0",
          "author": "Jon Schlinkert",
          "description": "Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.",
          "purl": "pkg:npm/preserve@0.2.0",
          "externalReferences": [
            {
              "url": "git://github.com/jonschlinkert/preserve.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/preserve",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/preserve/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/preserve"
            }
          ]
        },
        {
          "type": "library",
          "name": "repeat-element",
          "version": "1.1.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|repeat-element@1.1.2",
          "author": "Jon Schlinkert",
          "description": "Create an array by repeating the given value n times.",
          "purl": "pkg:npm/repeat-element@1.1.2",
          "externalReferences": [
            {
              "url": "git://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.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/repeat-element"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-posix-bracket",
          "version": "0.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-posix-bracket@0.1.1",
          "author": "Jon Schlinkert",
          "description": "Returns true if the given string is a POSIX bracket expression (POSIX character class).",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-posix-bracket@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-posix-bracket.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-posix-bracket",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-posix-bracket/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/is-posix-bracket"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-buffer",
          "version": "1.1.6",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/is-buffer"
            }
          ]
        },
        {
          "type": "library",
          "name": "remove-trailing-separator",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/remove-trailing-separator"
            }
          ]
        },
        {
          "type": "library",
          "name": "for-own",
          "version": "0.1.5",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|for-own@0.1.5",
          "author": "Jon Schlinkert",
          "description": "Iterate over the own 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-own@0.1.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/for-own.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/for-own",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/for-own/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/for-own"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "0.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/is-extendable"
            }
          ]
        },
        {
          "type": "library",
          "name": "glob-base",
          "version": "0.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|glob-base@0.3.0",
          "author": "Jon Schlinkert",
          "description": "Returns an object with the (non-glob) base path and the actual pattern.",
          "purl": "pkg:npm/glob-base@0.3.0",
          "externalReferences": [
            {
              "url": "git://github.com/jonschlinkert/glob-base.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/glob-base",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/glob-base/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/glob-base"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-dotfile",
          "version": "1.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-dotfile@1.0.3",
          "author": "Jon Schlinkert",
          "description": "Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-dotfile@1.0.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/is-dotfile.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-dotfile",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-dotfile/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/is-dotfile"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-equal-shallow",
          "version": "0.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-equal-shallow@0.1.3",
          "author": "Jon Schlinkert",
          "description": "Does a shallow comparison of two objects, returning false if the keys or values differ.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-equal-shallow@0.1.3",
          "externalReferences": [
            {
              "url": "git://github.com/jonschlinkert/is-equal-shallow.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-equal-shallow",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-equal-shallow/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/is-equal-shallow"
            }
          ]
        },
        {
          "type": "library",
          "name": "isexe",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|isexe@2.0.0",
          "author": "Isaac Z. Schlueter",
          "description": "Minimal module to check if a file is executable.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/isexe@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/isaacs/isexe.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/isexe#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/isexe/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/isexe"
            }
          ]
        },
        {
          "type": "library",
          "name": "read-pkg",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/read-pkg"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "wrap-ansi",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/wrap-ansi"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "string-width",
              "version": "1.0.2",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/wrap-ansi/node_modules/string-width"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "execa",
          "version": "0.7.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/execa"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "cross-spawn",
              "version": "5.1.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|execa@0.7.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/nyc/node_modules/execa/node_modules/cross-spawn"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "lcid",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/lcid"
            }
          ]
        },
        {
          "type": "library",
          "name": "mem",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/mem"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-exists",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/path-exists"
            }
          ]
        },
        {
          "type": "library",
          "name": "pinkie-promise",
          "version": "2.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/pinkie-promise"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-limit",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|p-limit@1.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@1.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\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/p-limit"
            }
          ]
        },
        {
          "type": "library",
          "name": "pseudomap",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/pseudomap"
            }
          ]
        },
        {
          "type": "library",
          "name": "yallist",
          "version": "2.1.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/yallist"
            }
          ]
        },
        {
          "type": "library",
          "name": "balanced-match",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/balanced-match"
            }
          ]
        },
        {
          "type": "library",
          "name": "concat-map",
          "version": "0.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|concat-map@0.0.1",
          "author": "James Halliday",
          "description": "concatenative mapdashery",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/concat-map@0.0.1",
          "externalReferences": [
            {
              "url": "git://github.com/substack/node-concat-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/substack/node-concat-map#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/substack/node-concat-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/concat-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "core-js",
          "version": "2.5.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|core-js@2.5.3",
          "description": "Standard library",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/core-js@2.5.3",
          "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.5.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/core-js"
            }
          ]
        },
        {
          "type": "library",
          "name": "regenerator-runtime",
          "version": "0.11.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/regenerator-runtime"
            }
          ]
        },
        {
          "type": "library",
          "name": "repeating",
          "version": "2.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/repeating"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "js-tokens",
          "version": "3.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/js-tokens"
            }
          ]
        },
        {
          "type": "library",
          "name": "loose-envify",
          "version": "1.3.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|loose-envify@1.3.1",
          "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.3.1",
          "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.3.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/loose-envify"
            }
          ]
        },
        {
          "type": "library",
          "name": "wordwrap",
          "version": "0.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/wordwrap"
            }
          ]
        },
        {
          "type": "library",
          "name": "amdefine",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/amdefine"
            }
          ]
        },
        {
          "type": "library",
          "name": "uglify-to-browserify",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/uglify-to-browserify"
            }
          ]
        },
        {
          "type": "library",
          "name": "fill-range",
          "version": "2.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|fill-range@2.2.3",
          "author": "Jon Schlinkert",
          "description": "Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/fill-range@2.2.3",
          "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-2.2.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/fill-range"
            }
          ]
        },
        {
          "type": "library",
          "name": "for-in",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/for-in"
            }
          ]
        },
        {
          "type": "library",
          "name": "glob-parent",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|glob-parent@2.0.0",
          "author": "Elan Shanker",
          "description": "Strips glob magic from a string to provide the parent path",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob-parent@2.0.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-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/glob-parent"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-primitive",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-primitive@2.0.0",
          "author": "Jon Schlinkert",
          "description": "Returns `true` if the value is a primitive. ",
          "purl": "pkg:npm/is-primitive@2.0.0",
          "externalReferences": [
            {
              "url": "git://github.com/jonschlinkert/is-primitive.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-primitive",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/is-primitive/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/is-primitive"
            }
          ]
        },
        {
          "type": "library",
          "name": "load-json-file",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/load-json-file"
            }
          ]
        },
        {
          "type": "library",
          "name": "normalize-package-data",
          "version": "2.4.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|normalize-package-data@2.4.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.4.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.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/normalize-package-data"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-type",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/path-type"
            }
          ]
        },
        {
          "type": "library",
          "name": "code-point-at",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/code-point-at"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-fullwidth-code-point",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/is-fullwidth-code-point"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "2.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/ansi-regex"
            }
          ]
        },
        {
          "type": "library",
          "name": "get-stream",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/get-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-stream",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/is-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "npm-run-path",
          "version": "2.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/npm-run-path"
            }
          ]
        },
        {
          "type": "library",
          "name": "p-finally",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/p-finally"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-eof",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/strip-eof"
            }
          ]
        },
        {
          "type": "library",
          "name": "invert-kv",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/invert-kv"
            }
          ]
        },
        {
          "type": "library",
          "name": "mimic-fn",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mimic-fn@1.1.0",
          "author": "Sindre Sorhus",
          "description": "Make a function mimic another one",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mimic-fn@1.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\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/mimic-fn"
            }
          ]
        },
        {
          "type": "library",
          "name": "pinkie",
          "version": "2.0.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/pinkie"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-finite",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/is-finite"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "escape-string-regexp",
          "version": "1.0.5",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|escape-string-regexp@1.0.5",
          "author": "Sindre Sorhus",
          "description": "Escape RegExp special characters",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/escape-string-regexp@1.0.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/escape-string-regexp.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/escape-string-regexp#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/escape-string-regexp/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/escape-string-regexp"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-ansi",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/has-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "1.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "cliui",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/cliui"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "wordwrap",
              "version": "0.0.2",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|cliui@2.1.0|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/nyc/node_modules/cliui/node_modules/wordwrap"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "window-size",
          "version": "0.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/window-size"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-number",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-number@2.1.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@2.1.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-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/is-number"
            }
          ]
        },
        {
          "type": "library",
          "name": "isobject",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.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/nyc/node_modules/isobject"
            }
          ]
        },
        {
          "type": "library",
          "name": "randomatic",
          "version": "1.1.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7",
          "author": "Jon Schlinkert",
          "description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/randomatic@1.1.7",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/randomatic.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/randomatic",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/randomatic/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/randomatic"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "is-number",
              "version": "3.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7|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/nyc/node_modules/randomatic/node_modules/is-number"
                }
              ],
              "components": [
                {
                  "type": "library",
                  "name": "kind-of",
                  "version": "3.2.2",
                  "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7|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/nyc/node_modules/randomatic/node_modules/is-number/node_modules/kind-of"
                    }
                  ]
                }
              ]
            },
            {
              "type": "library",
              "name": "kind-of",
              "version": "4.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7|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/nyc/node_modules/randomatic/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "repeat-string",
          "version": "1.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/repeat-string"
            }
          ]
        },
        {
          "type": "library",
          "name": "parse-json",
          "version": "2.2.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/parse-json"
            }
          ]
        },
        {
          "type": "library",
          "name": "pify",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/pify"
            }
          ]
        },
        {
          "type": "library",
          "name": "hosted-git-info",
          "version": "2.5.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|hosted-git-info@2.5.0",
          "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.5.0",
          "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.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/hosted-git-info"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-builtin-module",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-builtin-module@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if a string matches the name of a Node.js builtin module",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-builtin-module@1.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/is-builtin-module.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/is-builtin-module#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/is-builtin-module/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/is-builtin-module"
            }
          ]
        },
        {
          "type": "library",
          "name": "validate-npm-package-license",
          "version": "3.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|validate-npm-package-license@3.0.1",
          "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.1",
          "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.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/validate-npm-package-license"
            }
          ]
        },
        {
          "type": "library",
          "name": "number-is-nan",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/number-is-nan"
            }
          ]
        },
        {
          "type": "library",
          "name": "shebang-command",
          "version": "1.2.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/shebang-command"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-key",
          "version": "2.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/path-key"
            }
          ]
        },
        {
          "type": "library",
          "name": "center-align",
          "version": "0.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/center-align"
            }
          ]
        },
        {
          "type": "library",
          "name": "right-align",
          "version": "0.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/right-align"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.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/nyc/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "error-ex",
          "version": "1.3.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|error-ex@1.3.1",
          "description": "Easy error subclassing and stack customization",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/error-ex@1.3.1",
          "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.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/error-ex"
            }
          ]
        },
        {
          "type": "library",
          "name": "builtin-modules",
          "version": "1.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/builtin-modules"
            }
          ]
        },
        {
          "type": "library",
          "name": "spdx-correct",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spdx-correct@1.0.2",
          "author": "Kyle E. Mitchell",
          "description": "correct invalid SPDX identifiers",
          "licenses": [
            {
              "license": {
                "id": "Apache-2.0",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/spdx-correct@1.0.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/kemitchell/spdx-correct.js.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/kemitchell/spdx-correct.js#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/kemitchell/spdx-correct.js/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/spdx-correct"
            }
          ]
        },
        {
          "type": "library",
          "name": "spdx-expression-parse",
          "version": "1.0.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spdx-expression-parse@1.0.4",
          "author": "Kyle E. Mitchell",
          "description": "parse SPDX license expressions",
          "licenses": [
            {
              "expression": "(MIT AND CC-BY-3.0)",
              "acknowledgement": "declared"
            }
          ],
          "purl": "pkg:npm/spdx-expression-parse@1.0.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/kemitchell/spdx-expression-parse.js.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/kemitchell/spdx-expression-parse.js#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/kemitchell/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-1.0.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/spdx-expression-parse"
            }
          ]
        },
        {
          "type": "library",
          "name": "shebang-regex",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/shebang-regex"
            }
          ]
        },
        {
          "type": "library",
          "name": "align-text",
          "version": "0.1.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/align-text"
            }
          ]
        },
        {
          "type": "library",
          "name": "lazy-cache",
          "version": "1.0.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/lazy-cache"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-arrayish",
          "version": "0.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/is-arrayish"
            }
          ]
        },
        {
          "type": "library",
          "name": "spdx-license-ids",
          "version": "1.2.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spdx-license-ids@1.2.2",
          "author": "Shinnosuke Watanabe",
          "description": "A list of SPDX license identifiers",
          "licenses": [
            {
              "license": {
                "id": "Unlicense",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/spdx-license-ids@1.2.2",
          "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-1.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nyc/node_modules/spdx-license-ids"
            }
          ]
        },
        {
          "type": "library",
          "name": "longest",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|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/nyc/node_modules/longest"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "opencollective",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|opencollective@1.0.3",
      "author": "Xavier Damman",
      "description": "Official Command Line Interface for Open Collective",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/opencollective@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/opencollective/opencollective-cli.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/opencollective/opencollective-cli#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/opencollective/opencollective-cli/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/opencollective/-/opencollective-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/opencollective"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|opencollective@1.0.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/opencollective/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|opencollective@1.0.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/opencollective/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|opencollective@1.0.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/opencollective/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "optimist",
      "version": "0.6.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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:extraneous",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/optimist"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "minimist",
          "version": "0.0.10",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/optimist/node_modules/minimist"
            }
          ]
        },
        {
          "type": "library",
          "name": "wordwrap",
          "version": "0.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/optimist/node_modules/wordwrap"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-cssnext",
      "version": "3.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0",
      "author": "Maxime Thirouin",
      "description": "Use tomorrow’s CSS syntax, today",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-cssnext@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/MoOx/postcss-cssnext.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://cssnext.io/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/MoOx/postcss-cssnext/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-cssnext/-/postcss-cssnext-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-cssnext"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-cssnext/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-cssnext/node_modules/postcss"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "5.2.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|postcss@6.0.16|supports-color@5.2.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@5.2.0",
              "externalReferences": [
                {
                  "url": "git+https://github.com/chalk/supports-color.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/chalk/supports-color#readme",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/chalk/supports-color/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/supports-color/-/supports-color-5.2.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-cssnext/node_modules/postcss/node_modules/supports-color"
                }
              ]
            },
            {
              "type": "library",
              "name": "has-flag",
              "version": "3.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|postcss@6.0.16|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/postcss-cssnext/node_modules/postcss/node_modules/has-flag"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "4.5.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|supports-color@4.5.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-cssnext/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-cssnext/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-import-resolver",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-import-resolver@1.1.0",
      "author": "Clark Du",
      "description": "Customize postcss-import resolve with enhanced-resolve",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-import-resolver@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/clarkdo/postcss-import-resolver.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/clarkdo/postcss-import-resolver#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/clarkdo/postcss-import-resolver/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-import-resolver/-/postcss-import-resolver-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-import-resolver"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-import",
      "version": "11.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to import CSS files",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-import@11.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-import.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-import#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-import/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-import/-/postcss-import-11.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-import"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-import/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-import/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-import/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-import/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-loader",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-loader@2.1.0",
      "author": "Andrey Sitnik",
      "description": "PostCSS loader for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-loader@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-loader.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-loader#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-loader/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-loader"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "schema-utils",
          "version": "0.4.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-loader@2.1.0|schema-utils@0.4.3",
          "author": "Webpack Contrib",
          "description": "Webpack Schema Validation Utilities",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/schema-utils@0.4.3",
          "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#readme",
              "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-0.4.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-loader/node_modules/schema-utils"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-url",
      "version": "7.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to rebase or inline on url().",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-url@7.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-url/-/postcss-url-7.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-url"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "mime",
          "version": "1.6.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|mime@1.6.0",
          "author": "Robert Kieffer",
          "description": "A comprehensive library for mime-type mapping",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mime@1.6.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/broofa/node-mime.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/broofa/node-mime#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/broofa/node-mime/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-url/node_modules/mime"
            }
          ]
        },
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-url/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-url/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-url/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-url/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss",
      "version": "6.0.17",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss@6.0.17",
      "author": "Andrey Sitnik",
      "description": "Tool for transforming styles with JS plugins",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss@6.0.17",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://postcss.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.17.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss@6.0.17|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss@6.0.17|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss@6.0.17|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/postcss/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "pretty-error",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|pretty-error@2.1.1",
      "author": "Aria Minaei",
      "description": "See nodejs errors with less clutter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pretty-error@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/AriaMinaei/pretty-error.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/AriaMinaei/pretty-error#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/AriaMinaei/pretty-error/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pretty-error"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "utila",
          "version": "0.4.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|pretty-error@2.1.1|utila@0.4.0",
          "author": "Aria Minaei",
          "description": "notareplacementforunderscore",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/utila@0.4.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/AriaMinaei/utila.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/AriaMinaei/utila#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/AriaMinaei/utila/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/pretty-error/node_modules/utila"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "progress-bar-webpack-plugin",
      "version": "1.10.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.0",
      "author": "Chris Gaudreau",
      "description": "A progress bar for Webpack.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/progress-bar-webpack-plugin@1.10.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/clessg/progress-bar-webpack-plugin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/clessg/progress-bar-webpack-plugin#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/clessg/progress-bar-webpack-plugin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/progress-bar-webpack-plugin/-/progress-bar-webpack-plugin-1.10.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/progress-bar-webpack-plugin"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.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/progress-bar-webpack-plugin/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.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/progress-bar-webpack-plugin/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.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/progress-bar-webpack-plugin/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "puppeteer",
      "version": "1.20.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0",
      "author": "The Chromium Authors",
      "description": "A high-level API to control headless Chrome over the DevTools Protocol",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/puppeteer@1.20.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/GoogleChrome/puppeteer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/GoogleChrome/puppeteer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/GoogleChrome/puppeteer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/puppeteer/-/puppeteer-1.20.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/puppeteer"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "4.4.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|debug@4.4.3",
          "author": "Josh Junon",
          "description": "Lightweight debugging utility for Node.js and the browser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/debug@4.4.3",
          "externalReferences": [
            {
              "url": "git://github.com/debug-js/debug.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/debug-js/debug#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/debug-js/debug/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/puppeteer/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "mime",
          "version": "2.6.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|mime@2.6.0",
          "author": "Robert Kieffer",
          "description": "A comprehensive library for mime-type mapping",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mime@2.6.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/broofa/mime.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/broofa/mime#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/broofa/mime/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/puppeteer/node_modules/mime"
            }
          ]
        },
        {
          "type": "library",
          "name": "progress",
          "version": "2.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|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/puppeteer/node_modules/progress"
            }
          ]
        },
        {
          "type": "library",
          "name": "ws",
          "version": "6.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|ws@6.2.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@6.2.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-6.2.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/puppeteer/node_modules/ws"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "2.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|ms@2.1.3",
          "description": "Tiny millisecond conversion utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ms@2.1.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/vercel/ms.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/vercel/ms#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/vercel/ms/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/puppeteer/node_modules/ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "request-promise-native",
      "version": "1.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|request-promise-native@1.0.5",
      "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.5",
      "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.5.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.83.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0",
      "author": "Mikeal Rogers",
      "description": "Simplified HTTP request client.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/request@2.83.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.83.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": "hawk",
          "version": "6.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0|hawk@6.0.2",
          "author": "Eran Hammer",
          "description": "HTTP Hawk Authentication Scheme",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/hawk@6.0.2",
          "externalReferences": [
            {
              "url": "git://github.com/hueniverse/hawk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/hueniverse/hawk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/hueniverse/hawk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/hawk/-/hawk-6.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/request/node_modules/hawk"
            }
          ]
        },
        {
          "type": "library",
          "name": "boom",
          "version": "4.3.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0|boom@4.3.1",
          "description": "HTTP-friendly error objects",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/boom@4.3.1",
          "externalReferences": [
            {
              "url": "git://github.com/hapijs/boom.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/hapijs/boom#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/hapijs/boom/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/boom/-/boom-4.3.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/request/node_modules/boom"
            }
          ]
        },
        {
          "type": "library",
          "name": "cryptiles",
          "version": "3.1.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0|cryptiles@3.1.2",
          "description": "General purpose crypto utilities",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cryptiles@3.1.2",
          "externalReferences": [
            {
              "url": "git://github.com/hapijs/cryptiles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/hapijs/cryptiles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/hapijs/cryptiles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/request/node_modules/cryptiles"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "boom",
              "version": "5.2.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0|cryptiles@3.1.2|boom@5.2.0",
              "description": "HTTP-friendly error objects",
              "licenses": [
                {
                  "license": {
                    "id": "BSD-3-Clause",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/boom@5.2.0",
              "externalReferences": [
                {
                  "url": "git://github.com/hapijs/boom.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/hapijs/boom#readme",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/hapijs/boom/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/boom/-/boom-5.2.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/request/node_modules/cryptiles/node_modules/boom"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "sntp",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0|sntp@2.1.0",
          "author": "Eran Hammer",
          "description": "SNTP Client",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/sntp@2.1.0",
          "externalReferences": [
            {
              "url": "git://github.com/hueniverse/sntp.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/hueniverse/sntp#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/hueniverse/sntp/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/sntp/-/sntp-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/request/node_modules/sntp"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "semver",
      "version": "5.5.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|semver@5.5.0",
      "description": "The semantic version parser used by npm.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/semver@5.5.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.5.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": "serialize-javascript",
      "version": "1.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|serialize-javascript@1.4.0",
      "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.4.0",
      "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.4.0.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": "serve-static",
      "version": "1.13.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "send",
          "version": "0.16.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|serve-static@1.13.2|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/serve-static/node_modules/send"
            }
          ]
        },
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|serve-static@1.13.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/serve-static/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "statuses",
          "version": "1.4.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|serve-static@1.13.2|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/serve-static/node_modules/statuses"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "server-destroy",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|server-destroy@1.0.1",
      "author": "Isaac Z. Schlueter",
      "description": "Enable destroying a server, and all currently open connections.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/server-destroy@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/server-destroy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/server-destroy#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/server-destroy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/server-destroy"
        }
      ]
    },
    {
      "type": "library",
      "name": "sinon",
      "version": "4.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|sinon@4.3.0",
      "author": "Christian Johansen",
      "description": "JavaScript test spies, stubs and mocks.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sinon@4.3.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/sinonjs/sinon.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/sinonjs/sinon/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sinon/-/sinon-4.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sinon"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map",
      "version": "0.7.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|source-map@0.7.0",
      "author": "Nick Fitzgerald",
      "description": "Generates and consumes source maps",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map@0.7.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.7.0.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": "spawn-wrap",
      "version": "1.4.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|spawn-wrap@1.4.2",
      "author": "Isaac Z. Schlueter",
      "description": "Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spawn-wrap@1.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/spawn-wrap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/spawn-wrap#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/spawn-wrap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-1.4.2.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/spawn-wrap"
        }
      ]
    },
    {
      "type": "library",
      "name": "style-resources-loader",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|style-resources-loader@1.0.0",
      "description": "CSS preprocessor resources loader for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/style-resources-loader@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/yenshih/style-resources-loader.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yenshih/style-resources-loader#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yenshih/style-resources-loader/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/style-resources-loader/-/style-resources-loader-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/style-resources-loader"
        }
      ]
    },
    {
      "type": "library",
      "name": "uglify-js",
      "version": "3.3.10",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|uglify-js@3.3.10",
      "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.3.10",
      "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-3.3.10.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": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|uglify-js@3.3.10|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/uglify-js/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "uglifyjs-webpack-plugin",
      "version": "1.1.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|uglifyjs-webpack-plugin@1.1.8",
      "author": "webpack Contrib Team",
      "description": "UglifyJS plugin for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uglifyjs-webpack-plugin@1.1.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack-contrib/uglifyjs-webpack-plugin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-1.1.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uglifyjs-webpack-plugin"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "schema-utils",
          "version": "0.4.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|uglifyjs-webpack-plugin@1.1.8|schema-utils@0.4.3",
          "author": "Webpack Contrib",
          "description": "Webpack Schema Validation Utilities",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/schema-utils@0.4.3",
          "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#readme",
              "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-0.4.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/uglifyjs-webpack-plugin/node_modules/schema-utils"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|uglifyjs-webpack-plugin@1.1.8|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/uglifyjs-webpack-plugin/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "upath",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|upath@1.2.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.2.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.2.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": "url-loader",
      "version": "0.6.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|url-loader@0.6.2",
      "author": "Tobias Koppers @sokra",
      "description": "url loader module for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/url-loader@0.6.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack-contrib/url-loader.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack-contrib/url-loader",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack-contrib/url-loader/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/url-loader/-/url-loader-0.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/url-loader"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "mime",
          "version": "1.6.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|url-loader@0.6.2|mime@1.6.0",
          "author": "Robert Kieffer",
          "description": "A comprehensive library for mime-type mapping",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mime@1.6.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/broofa/node-mime.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/broofa/node-mime#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/broofa/node-mime/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/url-loader/node_modules/mime"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "vue-loader",
      "version": "13.7.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2",
      "author": "Evan You",
      "description": "Vue single-file component loader for Webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vue-loader@13.7.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/vuejs/vue-loader.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vuejs/vue-loader",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vuejs/vue-loader/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vue-loader/-/vue-loader-13.7.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vue-loader"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vue-loader/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "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/vue-loader/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vue-loader/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/vue-loader/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "vue-meta",
      "version": "1.4.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-meta@1.4.3",
      "author": "Declan de Wet",
      "description": "manage page meta info in Vue 2.0 server-rendered apps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vue-meta@1.4.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/declandewet/vue-meta.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/declandewet/vue-meta",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/declandewet/vue-meta/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vue-meta/-/vue-meta-1.4.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vue-meta"
        }
      ]
    },
    {
      "type": "library",
      "name": "vue-router",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-router@3.0.1",
      "author": "Evan You",
      "description": "Official router for Vue.js 2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vue-router@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/vuejs/vue-router.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vuejs/vue-router#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vuejs/vue-router/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vue-router/-/vue-router-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vue-router"
        }
      ]
    },
    {
      "type": "library",
      "name": "vue-server-renderer",
      "version": "2.5.17",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17",
      "author": "Evan You",
      "description": "server renderer for Vue 2.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vue-server-renderer@2.5.17",
      "externalReferences": [
        {
          "url": "git+https://github.com/vuejs/vue.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vuejs/vue/tree/dev/packages/vue-server-renderer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vuejs/vue/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vue-server-renderer/-/vue-server-renderer-2.5.17.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vue-server-renderer"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|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/vue-server-renderer/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.6",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|source-map@0.5.6",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.5.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vue-server-renderer/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|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/vue-server-renderer/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|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/vue-server-renderer/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "vue-template-compiler",
      "version": "2.5.17",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-template-compiler@2.5.17",
      "author": "Evan You",
      "description": "template compiler for Vue 2.0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vue-template-compiler@2.5.17",
      "externalReferences": [
        {
          "url": "git+https://github.com/vuejs/vue.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vuejs/vue/tree/dev/packages/vue-template-compiler#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vuejs/vue/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.17.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vue-template-compiler"
        }
      ]
    },
    {
      "type": "library",
      "name": "vue",
      "version": "2.5.17",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vue@2.5.17",
      "author": "Evan You",
      "description": "Reactive, component-oriented view layer for modern web interfaces.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vue@2.5.17",
      "externalReferences": [
        {
          "url": "git+https://github.com/vuejs/vue.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vuejs/vue#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vuejs/vue/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vue/-/vue-2.5.17.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vue"
        }
      ]
    },
    {
      "type": "library",
      "name": "vuex",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vuex@3.0.1",
      "author": "Evan You",
      "description": "state management for Vue.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vuex@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/vuejs/vuex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vuejs/vuex#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vuejs/vuex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vuex/-/vuex-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vuex"
        }
      ]
    },
    {
      "type": "library",
      "name": "webpack-bundle-analyzer",
      "version": "2.10.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack-bundle-analyzer@2.10.0",
      "author": "Yury Grunin",
      "description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webpack-bundle-analyzer@2.10.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack-contrib/webpack-bundle-analyzer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack-contrib/webpack-bundle-analyzer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack-contrib/webpack-bundle-analyzer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.10.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webpack-bundle-analyzer"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack-bundle-analyzer@2.10.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack-bundle-analyzer/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "4.5.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack-bundle-analyzer@2.10.0|supports-color@4.5.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack-bundle-analyzer/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "webpack-dev-middleware",
      "version": "2.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack-dev-middleware@2.0.5",
      "author": "Tobias Koppers @sokra",
      "description": "A development middleware for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webpack-dev-middleware@2.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/webpack-dev-middleware.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/webpack/webpack-dev-middleware",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/webpack-dev-middleware/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-2.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webpack-dev-middleware"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "mime",
          "version": "2.2.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack-dev-middleware@2.0.5|mime@2.2.0",
          "author": "Robert Kieffer",
          "description": "A comprehensive library for mime-type mapping",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mime@2.2.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.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack-dev-middleware/node_modules/mime"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "webpack-hot-middleware",
      "version": "2.21.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack-hot-middleware@2.21.0",
      "author": "Glen Mailer",
      "description": "Webpack hot reloading you can attach to your own server",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webpack-hot-middleware@2.21.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/glenjamin/webpack-hot-middleware.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/glenjamin/webpack-hot-middleware#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/glenjamin/webpack-hot-middleware/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.21.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webpack-hot-middleware"
        }
      ]
    },
    {
      "type": "library",
      "name": "webpack-node-externals",
      "version": "1.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack-node-externals@1.6.0",
      "author": "Liad Yosef",
      "description": "Easily exclude node_modules in Webpack bundle",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webpack-node-externals@1.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/liady/webpack-node-externals.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/liady/webpack-node-externals",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/liady/webpack-node-externals/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/webpack-node-externals/-/webpack-node-externals-1.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webpack-node-externals"
        }
      ]
    },
    {
      "type": "library",
      "name": "webpack",
      "version": "3.11.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.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@3.11.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-3.11.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webpack"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "acorn",
          "version": "5.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|acorn@5.3.0",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@5.3.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-5.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack/node_modules/acorn"
            }
          ]
        },
        {
          "type": "library",
          "name": "ajv-keywords",
          "version": "3.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|ajv-keywords@3.1.0",
          "author": "Evgeny Poberezkin",
          "description": "Custom JSON-Schema keywords for Ajv validator",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ajv-keywords@3.1.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.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack/node_modules/ajv-keywords"
            }
          ]
        },
        {
          "type": "library",
          "name": "ajv",
          "version": "6.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|ajv@6.1.1",
          "author": "Evgeny Poberezkin",
          "description": "Another JSON Schema Validator",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ajv@6.1.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.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack/node_modules/ajv"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.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/webpack/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "4.5.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|supports-color@4.5.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "uglifyjs-webpack-plugin",
          "version": "0.4.6",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglifyjs-webpack-plugin@0.4.6",
          "description": "UglifyJS plugin for webpack",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/uglifyjs-webpack-plugin@0.4.6",
          "externalReferences": [
            {
              "url": "git+https://github.com/webpack-contrib/uglifyjs-webpack-plugin.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack/node_modules/uglifyjs-webpack-plugin"
            }
          ]
        },
        {
          "type": "library",
          "name": "yargs",
          "version": "8.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|yargs@8.0.2",
          "description": "yargs the modern, pirate-themed, successor to optimist.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs@8.0.2",
          "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-8.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack/node_modules/yargs"
            }
          ]
        },
        {
          "type": "library",
          "name": "uglify-js",
          "version": "2.8.29",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|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/webpack/node_modules/uglify-js"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "yargs",
              "version": "3.10.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29|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/webpack/node_modules/uglify-js/node_modules/yargs"
                }
              ]
            },
            {
              "type": "library",
              "name": "camelcase",
              "version": "1.2.1",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29|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/webpack/node_modules/uglify-js/node_modules/camelcase"
                }
              ]
            },
            {
              "type": "library",
              "name": "cliui",
              "version": "2.1.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29|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/webpack/node_modules/uglify-js/node_modules/cliui"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "yargs-parser",
          "version": "7.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|yargs-parser@7.0.0",
          "author": "Ben Coe",
          "description": "the mighty option parser used by yargs",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs-parser@7.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-7.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack/node_modules/yargs-parser"
            }
          ]
        },
        {
          "type": "library",
          "name": "wordwrap",
          "version": "0.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|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/webpack/node_modules/wordwrap"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs-parser",
      "version": "8.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|yargs-parser@8.1.0",
      "author": "Ben Coe",
      "description": "the mighty option parser used by yargs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yargs-parser@8.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-8.1.0.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/yargs-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs",
      "version": "10.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|yargs@10.1.2",
      "description": "yargs the modern, pirate-themed, successor to optimist.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yargs@10.1.2",
      "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-10.1.2.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/yargs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/yargs/node_modules/ansi-regex"
            }
          ]
        },
        {
          "type": "library",
          "name": "cliui",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|cliui@4.0.0",
          "author": "Ben Coe",
          "description": "easily create complex multi-column command-line-interfaces",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/cliui@4.0.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.0.0.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/yargs/node_modules/cliui"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|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:extraneous",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/yargs/node_modules/strip-ansi"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "cookie",
      "version": "0.3.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "mustache",
      "version": "2.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|mustache@2.3.0",
      "author": "mustache.js Authors",
      "description": "Logic-less {{mustache}} templates with JavaScript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mustache@2.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/janl/mustache.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/janl/mustache.js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/janl/mustache.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mustache/-/mustache-2.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mustache"
        }
      ]
    },
    {
      "type": "library",
      "name": "stack-trace",
      "version": "0.0.10",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|stack-trace@0.0.10",
      "author": "Felix Geisendörfer",
      "description": "Get v8 stack traces as an array of CallSite objects.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stack-trace@0.0.10",
      "externalReferences": [
        {
          "url": "git://github.com/felixge/node-stack-trace.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/felixge/node-stack-trace",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/felixge/node-stack-trace/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stack-trace"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserslist",
      "version": "2.11.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|browserslist@2.11.3",
      "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@2.11.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/ai/browserslist.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ai/browserslist#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ai/browserslist/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserslist/-/browserslist-2.11.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserslist"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "caniuse-lite",
          "version": "1.0.30000792",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|browserslist@2.11.3|caniuse-lite@1.0.30000792",
          "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.30000792",
          "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.30000792.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/browserslist/node_modules/caniuse-lite"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "normalize-range",
      "version": "0.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|normalize-range@0.1.2",
      "author": "James Talmage",
      "description": "Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/normalize-range@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/normalize-range.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/normalize-range#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/normalize-range/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/normalize-range"
        }
      ]
    },
    {
      "type": "library",
      "name": "num2fraction",
      "version": "1.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|num2fraction@1.2.2",
      "author": "yisi",
      "description": "Convert number to fraction",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/num2fraction@1.2.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/yisibl/num2fraction.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yisibl/num2fraction#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yisibl/num2fraction/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/num2fraction"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-value-parser",
      "version": "3.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
      "author": "Bogdan Chadkin",
      "description": "Transforms css values and at-rule params into the tree",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-value-parser@3.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/TrySound/postcss-value-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TrySound/postcss-value-parser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TrySound/postcss-value-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-value-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-preset-stage-4",
      "group": "@ava",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-stage-4@1.1.0",
      "author": "Mark Wubben",
      "description": "Efficiently applies the minimum of transforms to run stage 4 code on Node.js 4, 6 and 8",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40ava/babel-preset-stage-4@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/babel-preset-stage-4.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/avajs/babel-preset-stage-4#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/babel-preset-stage-4/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@ava/babel-preset-stage-4/-/babel-preset-stage-4-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@ava/babel-preset-stage-4"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "package-hash",
          "version": "1.2.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-stage-4@1.1.0|package-hash@1.2.0",
          "author": "Mark Wubben",
          "description": "Generates a hash for an installed npm package, useful for salting caches",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/package-hash@1.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/novemberborn/package-hash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/novemberborn/package-hash#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/novemberborn/package-hash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/package-hash/-/package-hash-1.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@ava/babel-preset-stage-4/node_modules/package-hash"
            }
          ]
        },
        {
          "type": "library",
          "name": "md5-hex",
          "version": "1.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-stage-4@1.1.0|md5-hex@1.3.0",
          "author": "Sindre Sorhus",
          "description": "Create a MD5 hash with hex encoding",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/md5-hex@1.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/md5-hex.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/md5-hex#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/md5-hex/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/md5-hex/-/md5-hex-1.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@ava/babel-preset-stage-4/node_modules/md5-hex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-preset-transform-test-files",
      "group": "@ava",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-transform-test-files@3.0.0",
      "author": "Mark Wubben",
      "description": "Babel preset for use with AVA test files",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40ava/babel-preset-transform-test-files@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/babel-preset-transform-test-files.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/avajs/babel-preset-transform-test-files#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/babel-preset-transform-test-files/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@ava/babel-preset-transform-test-files/-/babel-preset-transform-test-files-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@ava/babel-preset-transform-test-files"
        }
      ]
    },
    {
      "type": "library",
      "name": "write-file-atomic",
      "group": "@ava",
      "version": "2.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@ava/write-file-atomic@2.2.0",
      "author": "Rebecca Turner",
      "description": "Write files in an atomic fashion w/configurable ownership",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40ava/write-file-atomic@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/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/@ava/write-file-atomic/-/write-file-atomic-2.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@ava/write-file-atomic"
        }
      ]
    },
    {
      "type": "library",
      "name": "react",
      "group": "@concordance",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@concordance/react@1.0.0",
      "author": "Mark Wubben",
      "description": "Compare, format, diff and serialize React trees with Concordance",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40concordance/react@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/concordancejs/react.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/concordancejs/react#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/concordancejs/react/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@concordance/react/-/react-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@concordance/react"
        }
      ]
    },
    {
      "type": "library",
      "name": "time-require",
      "group": "@ladjs",
      "version": "0.1.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4",
      "author": "Jaguard OSS",
      "description": "Displays the execution time for Node.js modules loading; inspired by @sindresorhus 'time-grunt'",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40ladjs/time-require@0.1.4",
      "externalReferences": [
        {
          "url": "git://github.com/ladjs/time-require.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ladjs/time-require",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ladjs/time-require/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@ladjs/time-require/-/time-require-0.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@ladjs/time-require"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "0.4.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|chalk@0.4.0",
          "author": "Sindre Sorhus",
          "description": "Terminal string styling done right. Created because the `colors` module does some really horrible things.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@0.4.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-0.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@ladjs/time-require/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "pretty-ms",
          "version": "0.2.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|pretty-ms@0.2.2",
          "author": "Sindre Sorhus",
          "description": "Convert milliseconds to a human readable string: 1337000000 ➔ 15d 11h 23m 20s",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pretty-ms@0.2.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/pretty-ms.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/pretty-ms#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/pretty-ms/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-0.2.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@ladjs/time-require/node_modules/pretty-ms"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|ansi-styles@1.0.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for colorizing strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@1.0.0",
          "externalReferences": [
            {
              "url": "git://github.com/sindresorhus/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/ansi-styles",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@ladjs/time-require/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "0.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|strip-ansi@0.1.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes (used for colorizing strings in the terminal)",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@0.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/strip-ansi.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-ansi#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/strip-ansi/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@ladjs/time-require/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "parse-ms",
          "version": "0.1.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|parse-ms@0.1.2",
          "author": "Sindre Sorhus",
          "description": "Parse milliseconds into an object",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/parse-ms@0.1.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/parse-ms.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/parse-ms#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/parse-ms/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/parse-ms/-/parse-ms-0.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@ladjs/time-require/node_modules/parse-ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-escapes",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ansi-escapes@3.0.0",
      "author": "Sindre Sorhus",
      "description": "ANSI escape codes for manipulating the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-escapes@3.0.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.0.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": "ansi-styles",
      "version": "3.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
      "author": "Sindre Sorhus",
      "description": "ANSI escape codes for styling strings in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-styles@3.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/ansi-styles.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/ansi-styles#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/ansi-styles/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.0.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": "arr-flatten",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "array-union",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "array-uniq",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "arrify",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "auto-bind",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|auto-bind@1.2.0",
      "author": "Sindre Sorhus",
      "description": "Automatically bind methods to their class instance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/auto-bind@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/auto-bind.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/auto-bind#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/auto-bind/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/auto-bind/-/auto-bind-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/auto-bind"
        }
      ]
    },
    {
      "type": "library",
      "name": "ava-init",
      "version": "0.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ava-init@0.2.1",
      "author": "Sindre Sorhus",
      "description": "Add AVA to your project",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ava-init@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/ava-init.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/avajs/ava-init#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/ava-init/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ava-init/-/ava-init-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ava-init"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-generator",
      "version": "6.26.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-generator@6.26.0",
      "author": "Sebastian McKenzie",
      "description": "Turns an AST into code.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-generator@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-generator/-/babel-generator-6.26.0.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": "nuxt@1.4.5-tuxcare.1|babel-generator@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-generator/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-syntax-object-rest-spread",
      "version": "6.13.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-object-rest-spread@6.13.0",
      "description": "Allow parsing of object rest/spread",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-syntax-object-rest-spread@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-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-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-object-rest-spread"
        }
      ]
    },
    {
      "type": "library",
      "name": "bluebird",
      "version": "3.5.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|bluebird@3.5.1",
      "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.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bluebird"
        }
      ]
    },
    {
      "type": "library",
      "name": "caching-transform",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|caching-transform@1.0.1",
      "author": "James Talmage",
      "description": "Wraps a transform and provides caching",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/caching-transform@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/caching-transform.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/caching-transform#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/caching-transform/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/caching-transform/-/caching-transform-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/caching-transform"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "md5-hex",
          "version": "1.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|caching-transform@1.0.1|md5-hex@1.3.0",
          "author": "Sindre Sorhus",
          "description": "Create a MD5 hash with hex encoding",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/md5-hex@1.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/md5-hex.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/md5-hex#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/md5-hex/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/md5-hex/-/md5-hex-1.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/caching-transform/node_modules/md5-hex"
            }
          ]
        },
        {
          "type": "library",
          "name": "write-file-atomic",
          "version": "1.3.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|caching-transform@1.0.1|write-file-atomic@1.3.4",
          "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@1.3.4",
          "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-1.3.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/caching-transform/node_modules/write-file-atomic"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "clean-stack",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|clean-stack@1.3.0",
      "author": "Sindre Sorhus",
      "description": "Clean up error stack traces",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/clean-stack@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/clean-stack.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/clean-stack#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/clean-stack/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/clean-stack/-/clean-stack-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/clean-stack"
        }
      ]
    },
    {
      "type": "library",
      "name": "clean-yaml-object",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|clean-yaml-object@0.1.0",
      "author": "James Talmage",
      "description": "Clean up an object prior to serialization",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/clean-yaml-object@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/tapjs/clean-yaml-object.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tapjs/clean-yaml-object#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tapjs/clean-yaml-object/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/clean-yaml-object"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli-cursor",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-spinners",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cli-spinners@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Spinners for use in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cli-spinners@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/cli-spinners.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/cli-spinners#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/cli-spinners/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cli-spinners"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli-truncate",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cli-truncate@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Truncate a string to a specific width in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cli-truncate@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/cli-truncate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/cli-truncate#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/cli-truncate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cli-truncate"
        }
      ]
    },
    {
      "type": "library",
      "name": "co-with-promise",
      "version": "4.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|co-with-promise@4.6.0",
      "description": "generator async control flow goodness",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/co-with-promise@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-with-promise/-/co-with-promise-4.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/co-with-promise"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pinkie-promise",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|co-with-promise@4.6.0|pinkie-promise@1.0.0",
          "author": "Vsevolod Strukchinsky",
          "description": "ES6 Promise ponyfill",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pinkie-promise@1.0.0",
          "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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/co-with-promise/node_modules/pinkie-promise"
            }
          ]
        },
        {
          "type": "library",
          "name": "pinkie",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|co-with-promise@4.6.0|pinkie@1.0.0",
          "author": "Vsevolod Strukchinsky",
          "description": "Itty bitty little wittle twinkie pinkie ES6 Promise implementation",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pinkie@1.0.0",
          "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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/co-with-promise/node_modules/pinkie"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "code-excerpt",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|code-excerpt@2.1.1",
      "author": "vdemedes",
      "description": "Extract code excerpts",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/code-excerpt@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/vadimdemedes/code-excerpt.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vadimdemedes/code-excerpt#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vadimdemedes/code-excerpt/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/code-excerpt/-/code-excerpt-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/code-excerpt"
        }
      ]
    },
    {
      "type": "library",
      "name": "common-path-prefix",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|common-path-prefix@1.0.0",
      "author": "Mark Wubben",
      "description": "Computes the longest prefix string that is common to each path, excluding the base component",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/common-path-prefix@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/novemberborn/common-path-prefix.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/novemberborn/common-path-prefix#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/novemberborn/common-path-prefix/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/common-path-prefix"
        }
      ]
    },
    {
      "type": "library",
      "name": "concordance",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|concordance@3.0.0",
      "author": "Mark Wubben",
      "description": "Compare, format, diff and serialize any JavaScript value",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/concordance@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/concordancejs/concordance.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/concordancejs/concordance#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/concordancejs/concordance/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/concordance/-/concordance-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/concordance"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "date-time",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|concordance@3.0.0|date-time@2.1.0",
          "author": "Sindre Sorhus",
          "description": "Pretty datetime: `2014-01-09 06:46:01`",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/date-time@2.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/date-time.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/date-time#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/date-time/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/date-time/-/date-time-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/concordance/node_modules/date-time"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "convert-source-map",
      "version": "1.5.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|convert-source-map@1.5.1",
      "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.5.1",
      "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.5.1.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": "core-assert",
      "version": "0.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|core-assert@0.2.1",
      "author": "Sindre Sorhus",
      "description": "Node.js `assert` as a standalone module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/core-assert@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/core-assert.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/core-assert#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/core-assert/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/core-assert/-/core-assert-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/core-assert"
        }
      ]
    },
    {
      "type": "library",
      "name": "currently-unhandled",
      "version": "0.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "dot-prop",
      "version": "4.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "empower-core",
      "version": "0.6.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|empower-core@0.6.2",
      "author": "Takuto Wada",
      "description": "Power Assert feature enhancer for assert function/object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/empower-core@0.6.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/twada/empower-core.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/twada/empower-core",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/twada/empower-core/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/empower-core/-/empower-core-0.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/empower-core"
        }
      ]
    },
    {
      "type": "library",
      "name": "equal-length",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|equal-length@1.0.1",
      "author": "vdemedes",
      "description": "Extend lines to equal length",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/equal-length@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/vadimdemedes/equal-length.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vadimdemedes/equal-length#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vadimdemedes/equal-length/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/equal-length/-/equal-length-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/equal-length"
        }
      ]
    },
    {
      "type": "library",
      "name": "figures",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "find-cache-dir",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|find-cache-dir@1.0.0",
      "author": "James Talmage",
      "description": "My well-made module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/find-cache-dir@1.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-1.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": "fn-name",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|fn-name@2.0.1",
      "author": "Sindre Sorhus",
      "description": "Get the name of a named function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fn-name@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/fn-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/fn-name#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/fn-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fn-name/-/fn-name-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fn-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-port",
      "version": "3.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "globby",
      "version": "6.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|globby@6.1.0",
      "author": "Sindre Sorhus",
      "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/globby@6.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/globby.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/globby#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/globby/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/globby"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-flag",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/has-flag"
        }
      ]
    },
    {
      "type": "library",
      "name": "hullabaloo-config-manager",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|hullabaloo-config-manager@1.1.1",
      "author": "Mark Wubben",
      "description": "Manages complex Babel config chains, avoiding duplicated work and enabling effective caching",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hullabaloo-config-manager@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/novemberborn/hullabaloo-config-manager.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/novemberborn/hullabaloo-config-manager#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/novemberborn/hullabaloo-config-manager/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hullabaloo-config-manager/-/hullabaloo-config-manager-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hullabaloo-config-manager"
        }
      ]
    },
    {
      "type": "library",
      "name": "ignore-by-default",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ignore-by-default@1.0.1",
      "author": "Mark Wubben",
      "description": "A list of directories you should ignore by default",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ignore-by-default@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/novemberborn/ignore-by-default.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/novemberborn/ignore-by-default#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/novemberborn/ignore-by-default/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ignore-by-default"
        }
      ]
    },
    {
      "type": "library",
      "name": "import-local",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|import-local@0.1.1",
      "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@0.1.1",
      "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-0.1.1.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": "indent-string",
      "version": "3.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/indent-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-ci",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-ci@1.1.0",
      "author": "Thomas Watson Steen",
      "description": "Detect if your code is running on a CI server",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-ci@1.1.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-1.1.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": "is-generator-fn",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-generator-fn@1.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@1.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-1.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": "is-obj",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "is-observable",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-observable@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Check if a value is an Observable",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-observable@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-observable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-observable#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-observable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-observable/-/is-observable-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-observable"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-promise",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "last-line-stream",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|last-line-stream@1.0.0",
      "author": "James Talmage",
      "description": "A PassThrough stream that keeps track of last line written",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/last-line-stream@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/last-line-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/last-line-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/last-line-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/last-line-stream/-/last-line-stream-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/last-line-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.clonedeepwith",
      "version": "4.5.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lodash.clonedeepwith@4.5.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.cloneDeepWith` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.clonedeepwith@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.clonedeepwith/-/lodash.clonedeepwith-4.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.clonedeepwith"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.debounce",
      "version": "4.0.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lodash.debounce@4.0.8",
      "author": "John-David Dalton",
      "description": "The lodash method `_.debounce` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.debounce@4.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.debounce"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.difference",
      "version": "4.5.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lodash.difference@4.5.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.difference` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.difference@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.difference/-/lodash.difference-4.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.difference"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.flatten",
      "version": "4.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lodash.flatten@4.4.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.flatten` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.flatten@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.flatten/-/lodash.flatten-4.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.flatten"
        }
      ]
    },
    {
      "type": "library",
      "name": "loud-rejection",
      "version": "1.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "make-dir",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|make-dir@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Make a directory and its parents if needed - Think `mkdir -p`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/make-dir@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/make-dir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/make-dir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/make-dir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/make-dir/-/make-dir-1.1.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": "nuxt@1.4.5-tuxcare.1|make-dir@1.1.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": "matcher",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|matcher@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Simple wildcard matching",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/matcher@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/matcher.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/matcher#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/matcher/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/matcher/-/matcher-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/matcher"
        }
      ]
    },
    {
      "type": "library",
      "name": "md5-hex",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|md5-hex@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Create a MD5 hash with hex encoding",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/md5-hex@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/md5-hex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/md5-hex#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/md5-hex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/md5-hex/-/md5-hex-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/md5-hex"
        }
      ]
    },
    {
      "type": "library",
      "name": "meow",
      "version": "3.7.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "multimatch",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "observable-to-promise",
      "version": "0.5.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|observable-to-promise@0.5.0",
      "author": "Sindre Sorhus",
      "description": "Convert an Observable to a Promise",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/observable-to-promise@0.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/observable-to-promise.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/observable-to-promise#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/observable-to-promise/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/observable-to-promise/-/observable-to-promise-0.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/observable-to-promise"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "is-observable",
          "version": "0.2.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|observable-to-promise@0.5.0|is-observable@0.2.0",
          "author": "Sindre Sorhus",
          "description": "Check if a value is an Observable",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-observable@0.2.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/is-observable.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/is-observable#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/is-observable/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-observable/-/is-observable-0.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/observable-to-promise/node_modules/is-observable"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "symbol-observable",
              "version": "0.2.4",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|observable-to-promise@0.5.0|is-observable@0.2.0|symbol-observable@0.2.4",
              "author": "Ben Lesh",
              "description": "Symbol.observable ponyfill",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/symbol-observable@0.2.4",
              "externalReferences": [
                {
                  "url": "git+https://github.com/blesh/symbol-observable.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/blesh/symbol-observable#readme",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/blesh/symbol-observable/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                },
                {
                  "url": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-0.2.4.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/observable-to-promise/node_modules/is-observable/node_modules/symbol-observable"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "option-chain",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|option-chain@1.0.0",
      "author": "James Talmage",
      "description": "Use fluent property chains in lieu of options objects",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/option-chain@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/option-chain.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/avajs/option-chain#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/option-chain/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/option-chain/-/option-chain-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/option-chain"
        }
      ]
    },
    {
      "type": "library",
      "name": "package-hash",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|package-hash@2.0.0",
      "author": "Mark Wubben",
      "description": "Generates a hash for an installed npm package, useful for salting caches",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/package-hash@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/novemberborn/package-hash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/novemberborn/package-hash#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/novemberborn/package-hash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/package-hash/-/package-hash-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/package-hash"
        }
      ]
    },
    {
      "type": "library",
      "name": "pkg-conf",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Get namespaced config from the closest package.json",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pkg-conf@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/pkg-conf.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/pkg-conf#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/pkg-conf/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pkg-conf/-/pkg-conf-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pkg-conf"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "load-json-file",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|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/pkg-conf/node_modules/load-json-file"
            }
          ]
        },
        {
          "type": "library",
          "name": "parse-json",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|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/pkg-conf/node_modules/parse-json"
            }
          ]
        },
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.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/pkg-conf/node_modules/pify"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-bom",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|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/pkg-conf/node_modules/strip-bom"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "plur",
      "version": "2.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|plur@2.1.2",
      "author": "Sindre Sorhus",
      "description": "Pluralize a word",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/plur@2.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/plur.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/plur#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/plur/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/plur/-/plur-2.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/plur"
        }
      ]
    },
    {
      "type": "library",
      "name": "pretty-ms",
      "version": "3.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|pretty-ms@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pretty-ms@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/pretty-ms.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/pretty-ms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/pretty-ms/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pretty-ms"
        }
      ]
    },
    {
      "type": "library",
      "name": "require-precompiled",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|require-precompiled@0.1.0",
      "author": "James Talmage",
      "description": "Require extension that allows for caching/precompiling",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/require-precompiled@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/require-precompiled.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/require-precompiled#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/require-precompiled/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/require-precompiled/-/require-precompiled-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/require-precompiled"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve-cwd",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "safe-buffer",
      "version": "5.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
      "author": "Feross Aboukhadijeh",
      "description": "Safer Node.js Buffer API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/safe-buffer@5.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/feross/safe-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/safe-buffer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/safe-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.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": "slash",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/slash"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-support",
      "version": "0.5.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|source-map-support@0.5.3",
      "description": "Fixes stack traces for files with source maps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-support@0.5.3",
      "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.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-map-support"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|source-map-support@0.5.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-support/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "stack-utils",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|stack-utils@1.0.1",
      "author": "James Talmage",
      "description": "Captures and cleans stack traces",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stack-utils@1.0.1",
      "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.1.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": "strip-bom-buf",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|strip-bom-buf@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Strip UTF-8 byte order mark (BOM) from a buffer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/strip-bom-buf@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/strip-bom-buf.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-bom-buf#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/strip-bom-buf/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/strip-bom-buf/-/strip-bom-buf-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-bom-buf"
        }
      ]
    },
    {
      "type": "library",
      "name": "supertap",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|supertap@1.0.0",
      "author": "Vadim Demedes",
      "description": "Generate TAP output",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/supertap@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/vadimdemedes/supertap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vadimdemedes/supertap#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vadimdemedes/supertap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/supertap/-/supertap-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/supertap"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|supertap@1.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/supertap/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-regex",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|supertap@1.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/supertap/node_modules/ansi-regex"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "trim-off-newlines",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "unique-temp-dir",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|unique-temp-dir@1.0.0",
      "author": "James Talmage",
      "description": "Provides a uniquely named temp directory.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unique-temp-dir@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/unique-temp-dir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/unique-temp-dir#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/unique-temp-dir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unique-temp-dir/-/unique-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/unique-temp-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "update-notifier",
      "version": "2.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|update-notifier@2.3.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.3.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.3.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": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|update-notifier@2.3.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.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/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "4.5.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|update-notifier@2.3.0|supports-color@4.5.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@4.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-4.5.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": "babel-code-frame",
      "version": "6.26.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "supports-color",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "babel-helpers",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
      "author": "Sebastian McKenzie",
      "description": "babel selfContained runtime",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-runtime@6.26.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/babel/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0|regenerator-runtime@0.11.1",
          "author": "Ben Newman",
          "description": "Runtime for Regenerator-compiled generator and async functions.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/regenerator-runtime@0.11.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/facebook/regenerator.git#master",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/facebook/regenerator/tree/master#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/facebook/regenerator/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz",
              "type": "distribution",
              "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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "babel-types",
      "version": "6.26.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "babylon",
      "version": "6.18.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "json5",
      "version": "0.5.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/json5"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimatch",
      "version": "3.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4",
      "author": "Isaac Z. Schlueter",
      "description": "a glob matcher in javascript",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minimatch@3.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/minimatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/minimatch#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/minimatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minimatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-is-absolute",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|path-is-absolute@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Node.js 0.12 path.isAbsolute() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-is-absolute@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/path-is-absolute.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/path-is-absolute#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/path-is-absolute/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-is-absolute"
        }
      ]
    },
    {
      "type": "library",
      "name": "private",
      "version": "0.1.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "code-frame",
      "group": "@babel",
      "version": "7.0.0-beta.36",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/code-frame@7.0.0-beta.36",
      "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-beta.36",
      "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-beta.36.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": "traverse",
      "group": "@babel",
      "version": "7.0.0-beta.36",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/traverse@7.0.0-beta.36",
      "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.0.0-beta.36",
      "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.0.0-beta.36.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": "babylon",
          "version": "7.0.0-beta.36",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/traverse@7.0.0-beta.36|babylon@7.0.0-beta.36",
          "author": "Sebastian McKenzie",
          "description": "A JavaScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/babylon@7.0.0-beta.36",
          "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/babylon/-/babylon-7.0.0-beta.36.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@babel/traverse/node_modules/babylon"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "4.17.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/traverse@7.0.0-beta.36|lodash@4.17.4",
          "author": "John-David Dalton",
          "description": "Lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@4.17.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/-/lodash-4.17.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@babel/traverse/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "types",
      "group": "@babel",
      "version": "7.0.0-beta.36",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36",
      "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.0.0-beta.36",
      "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.0.0-beta.36.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": "lodash",
          "version": "4.17.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36|lodash@4.17.4",
          "author": "John-David Dalton",
          "description": "Lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@4.17.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/-/lodash-4.17.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@babel/types/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "to-fast-properties",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36|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/@babel/types/node_modules/to-fast-properties"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-scope",
      "version": "3.7.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-scope@3.7.1",
      "description": "ECMAScript scope analyzer for ESLint",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-scope@3.7.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/eslint-scope.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/eslint/eslint-scope",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eslint/eslint-scope/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.1.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": "eslint-visitor-keys",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-visitor-keys@1.0.0",
      "author": "Toru Nagashima",
      "description": "Constants and utilities about visitor keys to traverse AST.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-visitor-keys@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/eslint-visitor-keys.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/eslint/eslint-visitor-keys#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eslint/eslint-visitor-keys/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-visitor-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "loader-utils",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "mkdirp",
      "version": "0.5.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "find-up",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/find-up"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-instrument",
      "version": "1.9.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-instrument@1.9.1",
      "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@1.9.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-lib-instrument/-/istanbul-lib-instrument-1.9.1.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": "test-exclude",
      "version": "4.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1",
      "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@4.1.1",
      "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-4.1.1.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": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|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/test-exclude/node_modules/read-pkg-up"
            }
          ]
        },
        {
          "type": "library",
          "name": "find-up",
          "version": "1.1.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|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/test-exclude/node_modules/find-up"
            }
          ]
        },
        {
          "type": "library",
          "name": "read-pkg",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|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/test-exclude/node_modules/read-pkg"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-exists",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|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/test-exclude/node_modules/path-exists"
            }
          ]
        },
        {
          "type": "library",
          "name": "load-json-file",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|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/test-exclude/node_modules/load-json-file"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-type",
          "version": "1.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|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/test-exclude/node_modules/path-type"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-syntax-dynamic-import",
      "version": "6.18.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-dynamic-import@6.18.0",
      "description": "Allow parsing of import()",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-syntax-dynamic-import@6.18.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-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-syntax-dynamic-import"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-object-rest-spread",
      "version": "6.26.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-object-rest-spread@6.26.0",
      "description": "Compile object rest and spread to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-object-rest-spread@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-object-rest-spread/-/babel-plugin-transform-object-rest-spread-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-object-rest-spread"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-runtime",
      "version": "6.23.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-runtime@6.23.0",
      "description": "Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-runtime@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-runtime/-/babel-plugin-transform-runtime-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-runtime"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-preset-env",
      "version": "1.6.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-preset-env@1.6.1",
      "author": "Henry Zhu",
      "description": "A Babel preset for each environment.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-env@1.6.1",
      "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.6.1.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": "babel-preset-vue",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-preset-vue@2.0.1",
      "author": "EGOIST",
      "description": "Babel preset for all Vue plugins.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-vue@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/egoist/babel-preset-vue.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/egoist/babel-preset-vue#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/egoist/babel-preset-vue/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-preset-vue/-/babel-preset-vue-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-preset-vue"
        }
      ]
    },
    {
      "type": "library",
      "name": "escape-string-regexp",
      "version": "1.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
      "author": "Sindre Sorhus",
      "description": "Escape RegExp special characters",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escape-string-regexp@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/escape-string-regexp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/escape-string-regexp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/escape-string-regexp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escape-string-regexp"
        }
      ]
    },
    {
      "type": "library",
      "name": "supports-color",
      "version": "5.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0",
      "author": "Sindre Sorhus",
      "description": "Detect whether a terminal supports color",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/supports-color@5.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/supports-color.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/supports-color#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/supports-color/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/supports-color/-/supports-color-5.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/supports-color"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "has-flag",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0|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/supports-color/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "anymatch",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/anymatch"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "micromatch",
          "version": "3.1.5",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|micromatch@3.1.5",
          "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.5",
          "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.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/anymatch/node_modules/micromatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "define-property",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/define-property"
            }
          ]
        },
        {
          "type": "library",
          "name": "extglob",
          "version": "2.0.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/extglob"
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "6.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-descriptor",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/is-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "expand-brackets",
          "version": "2.1.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/expand-brackets"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "define-property",
              "version": "0.2.5",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/expand-brackets/node_modules/define-property"
                }
              ]
            },
            {
              "type": "library",
              "name": "is-descriptor",
              "version": "0.1.6",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/expand-brackets/node_modules/is-descriptor"
                }
              ]
            },
            {
              "type": "library",
              "name": "is-accessor-descriptor",
              "version": "0.1.6",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/expand-brackets/node_modules/is-accessor-descriptor"
                }
              ],
              "components": [
                {
                  "type": "library",
                  "name": "kind-of",
                  "version": "3.2.2",
                  "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/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": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/expand-brackets/node_modules/is-data-descriptor"
                }
              ],
              "components": [
                {
                  "type": "library",
                  "name": "kind-of",
                  "version": "3.2.2",
                  "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of"
                    }
                  ]
                }
              ]
            },
            {
              "type": "library",
              "name": "kind-of",
              "version": "5.1.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/expand-brackets/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-accessor-descriptor",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/is-accessor-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-data-descriptor",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|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/anymatch/node_modules/is-data-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.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/anymatch/node_modules/debug"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "async-each",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "braces",
      "version": "2.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0",
      "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.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/braces"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "define-property",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0|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/braces/node_modules/define-property"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-descriptor",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0|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/braces/node_modules/is-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-accessor-descriptor",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0|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/braces/node_modules/is-accessor-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-data-descriptor",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0|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/braces/node_modules/is-data-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "6.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0|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/braces/node_modules/kind-of"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "inherits",
      "version": "2.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "is-binary-path",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/is-binary-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "normalize-path",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/normalize-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "readdirp",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|readdirp@2.1.0",
      "author": "Thorsten Lorenz",
      "description": "Recursive version of fs.readdir with streaming api.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/readdirp@2.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/thlorenz/readdirp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thlorenz/readdirp",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thlorenz/readdirp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/readdirp"
        }
      ]
    },
    {
      "type": "library",
      "name": "argv",
      "version": "0.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "urlgrey",
      "version": "0.4.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "accepts",
      "version": "1.3.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|accepts@1.3.4",
      "description": "Higher-level content negotiation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/accepts@1.3.4",
      "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.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/accepts"
        }
      ]
    },
    {
      "type": "library",
      "name": "bytes",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "compressible",
      "version": "2.0.12",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|compressible@2.0.12",
      "description": "Compressible Content-Type / mime checking",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/compressible@2.0.12",
      "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.12.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/compressible"
        }
      ]
    },
    {
      "type": "library",
      "name": "on-headers",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "vary",
      "version": "1.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vary@1.1.2",
      "author": "Douglas Christopher Wilson",
      "description": "Manipulate the HTTP Vary header",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vary@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/vary.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/vary#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/vary/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vary"
        }
      ]
    },
    {
      "type": "library",
      "name": "parseurl",
      "version": "1.3.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "utils-merge",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|utils-merge@1.0.1",
      "author": "Jared Hanson",
      "description": "merge() utility function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        },
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/utils-merge@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/jaredhanson/utils-merge.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jaredhanson/utils-merge#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/jaredhanson/utils-merge/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/utils-merge"
        }
      ]
    },
    {
      "type": "library",
      "name": "cacache",
      "version": "10.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cacache@10.0.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@10.0.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-10.0.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": "p-limit",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|p-limit@1.2.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.2.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.2.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": "cross-spawn",
      "version": "5.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/cross-spawn"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-windows",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-windows@1.0.1",
      "author": "Jon Schlinkert",
      "description": "Returns true if the platform is windows.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-windows@1.0.1",
      "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.1.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": "normalize-url",
      "version": "1.9.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|normalize-url@1.9.1",
      "author": "Sindre Sorhus",
      "description": "Normalize a URL",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/normalize-url@1.9.1",
      "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-1.9.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/normalize-url"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "sort-keys",
          "version": "1.1.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|normalize-url@1.9.1|sort-keys@1.1.2",
          "author": "Sindre Sorhus",
          "description": "Sort the keys of an object",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/sort-keys@1.1.2",
          "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-1.1.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/normalize-url/node_modules/sort-keys"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "css-selector-tokenizer",
      "version": "0.7.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|css-selector-tokenizer@0.7.0",
      "author": "Tobias Koppers @sokra",
      "description": "Parses and stringifies CSS selectors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css-selector-tokenizer@0.7.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/css-modules/css-selector-tokenizer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/css-modules/css-selector-tokenizer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/css-modules/css-selector-tokenizer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/css-selector-tokenizer"
        }
      ]
    },
    {
      "type": "library",
      "name": "cssnano",
      "version": "3.10.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0",
      "author": "Ben Briggs",
      "description": "A modular minifier, built on top of the PostCSS ecosystem.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cssnano@3.10.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/cssnano.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/cssnano",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/cssnano/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cssnano/-/cssnano-3.10.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cssnano"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "autoprefixer",
          "version": "6.7.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|autoprefixer@6.7.7",
          "author": "Andrey Sitnik",
          "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/autoprefixer@6.7.7",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/autoprefixer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/postcss/autoprefixer#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/autoprefixer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-6.7.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cssnano/node_modules/autoprefixer"
            }
          ]
        },
        {
          "type": "library",
          "name": "postcss-calc",
          "version": "5.3.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|postcss-calc@5.3.1",
          "author": "Maxime Thirouin",
          "description": "PostCSS plugin to reduce calc()",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss-calc@5.3.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss-calc.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/postcss/postcss-calc#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss-calc/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-5.3.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cssnano/node_modules/postcss-calc"
            }
          ]
        },
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cssnano/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "browserslist",
          "version": "1.7.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|browserslist@1.7.7",
          "author": "Andrey Sitnik",
          "description": "Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/browserslist@1.7.7",
          "externalReferences": [
            {
              "url": "git+https://github.com/ai/browserslist.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/ai/browserslist#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/ai/browserslist/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cssnano/node_modules/browserslist"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.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/cssnano/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|chalk@1.1.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/cssnano/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.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/cssnano/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|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/cssnano/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.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/cssnano/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|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/cssnano/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "icss-utils",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0",
      "author": "Glen Maddern",
      "description": "ICSS utils for postcss ast",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/icss-utils@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/css-modules/icss-utils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/css-modules/icss-utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/css-modules/icss-utils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/icss-utils/-/icss-utils-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/icss-utils"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/icss-utils/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/icss-utils/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/icss-utils/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/icss-utils/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.camelcase",
      "version": "4.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lodash.camelcase@4.3.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.camelCase` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.camelcase@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.camelcase/-/lodash.camelcase-4.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.camelcase"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-assign",
      "version": "4.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "postcss-modules-extract-imports",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0",
      "author": "Glen Maddern",
      "description": "A CSS Modules transform to extract local aliases for inline imports",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-modules-extract-imports@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/css-modules/postcss-modules-extract-imports.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/css-modules/postcss-modules-extract-imports",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/css-modules/postcss-modules-extract-imports/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-modules-extract-imports"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-extract-imports/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-extract-imports/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-modules-extract-imports/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-extract-imports/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-modules-local-by-default",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0",
      "author": "Mark Dalgleish",
      "description": "A CSS Modules transform to make local scope the default",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-modules-local-by-default@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/css-modules/postcss-modules-local-by-default.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/css-modules/postcss-modules-local-by-default#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/css-modules/postcss-modules-local-by-default/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-modules-local-by-default"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-local-by-default/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-local-by-default/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-modules-local-by-default/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-local-by-default/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-modules-scope",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0",
      "author": "Glen Maddern",
      "description": "A CSS Modules transform to extract export statements from local-scope classes",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-modules-scope@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/css-modules/postcss-modules-scope.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/css-modules/postcss-modules-scope",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/css-modules/postcss-modules-scope/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-modules-scope"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-scope/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-scope/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-modules-scope/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-scope/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-modules-values",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0",
      "author": "Glen Maddern",
      "description": "PostCSS plugin for CSS Modules to pass arbitrary values between your module files",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-modules-values@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/css-modules/postcss-modules-values.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/css-modules/postcss-modules-values#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/css-modules/postcss-modules-values/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-modules-values"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-values/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-values/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-modules-values/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-modules-values/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "source-list-map",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|source-list-map@2.0.0",
      "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.0",
      "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.0.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": "ms",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/ms"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-bom",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/strip-bom"
        }
      ]
    },
    {
      "type": "library",
      "name": "htmlparser2",
      "version": "3.9.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|htmlparser2@3.9.2",
      "author": "Felix Boehm",
      "description": "Fast & forgiving HTML/XML/RSS parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/htmlparser2@3.9.2",
      "externalReferences": [
        {
          "url": "git://github.com/fb55/htmlparser2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/htmlparser2#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/fb55/htmlparser2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/htmlparser2"
        }
      ]
    },
    {
      "type": "library",
      "name": "builtin-modules",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/builtin-modules"
        }
      ]
    },
    {
      "type": "library",
      "name": "contains-path",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|contains-path@0.1.0",
      "author": "Jon Schlinkert",
      "description": "Return true if a file path contains the given path.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/contains-path@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/contains-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/contains-path",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/contains-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/contains-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-import-resolver-node",
      "version": "0.3.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-import-resolver-node@0.3.2",
      "author": "Ben Mosher",
      "description": "Node default behavior import resolution plugin for eslint-plugin-import.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-import-resolver-node@0.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/benmosher/eslint-plugin-import.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/benmosher/eslint-plugin-import",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/benmosher/eslint-plugin-import/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-import-resolver-node"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-import-resolver-node@0.3.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/eslint-import-resolver-node/node_modules/debug"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-module-utils",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1",
      "author": "Ben Mosher",
      "description": "Core utilities to support eslint-plugin-import and other module-related plugins.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-module-utils@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/benmosher/eslint-plugin-import.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/benmosher/eslint-plugin-import#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/benmosher/eslint-plugin-import/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-module-utils"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.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/eslint-module-utils/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "pkg-dir",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|pkg-dir@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Find the root directory of a npm package",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pkg-dir@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/eslint-module-utils/node_modules/pkg-dir"
            }
          ]
        },
        {
          "type": "library",
          "name": "find-up",
          "version": "1.1.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|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/eslint-module-utils/node_modules/find-up"
            }
          ]
        },
        {
          "type": "library",
          "name": "path-exists",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|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/eslint-module-utils/node_modules/path-exists"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "has",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|has@1.0.1",
      "author": "Thiago de Arruda",
      "description": "Object.prototype.hasOwnProperty.call shortcut",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/tarruda/has/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/has@1.0.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.cond",
      "version": "4.5.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lodash.cond@4.5.2",
      "author": "John-David Dalton",
      "description": "The lodash method `_.cond` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.cond@4.5.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.cond/-/lodash.cond-4.5.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.cond"
        }
      ]
    },
    {
      "type": "library",
      "name": "read-pkg-up",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|read-pkg-up@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Read the closest package.json file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read-pkg-up@2.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-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "ignore",
      "version": "3.3.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ignore@3.3.7",
      "author": "kael",
      "description": "Ignore is a manager and filter for .gitignore rules.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ignore@3.3.7",
      "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.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ignore"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve",
      "version": "1.5.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|resolve@1.5.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.5.0",
      "externalReferences": [
        {
          "url": "git://github.com/browserify/node-resolve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserify/node-resolve#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserify/node-resolve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/resolve/-/resolve-1.5.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": "doctrine",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|doctrine@2.1.0",
      "description": "JSDoc parser",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/doctrine@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/doctrine.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/eslint/doctrine",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eslint/doctrine/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/doctrine"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsx-ast-utils",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|jsx-ast-utils@2.0.1",
      "author": "Ethan Cohen",
      "description": "AST utility module for statically analyzing JSX",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsx-ast-utils@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/evcohen/jsx-ast-utils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/evcohen/jsx-ast-utils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/evcohen/jsx-ast-utils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsx-ast-utils"
        }
      ]
    },
    {
      "type": "library",
      "name": "prop-types",
      "version": "15.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|prop-types@15.6.0",
      "description": "Runtime type checking for React props and similar objects.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prop-types@15.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/reactjs/prop-types.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://facebook.github.io/react/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/reactjs/prop-types/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prop-types"
        }
      ]
    },
    {
      "type": "library",
      "name": "ajv",
      "version": "5.5.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ajv@5.5.2",
      "author": "Evgeny Poberezkin",
      "description": "Another JSON Schema Validator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ajv@5.5.2",
      "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-5.5.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ajv"
        }
      ]
    },
    {
      "type": "library",
      "name": "concat-stream",
      "version": "1.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|concat-stream@1.6.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@1.6.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-1.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/concat-stream"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|concat-stream@1.6.0|readable-stream@2.3.4",
          "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.4",
          "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.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/concat-stream/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "process-nextick-args",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|concat-stream@1.6.0|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/concat-stream/node_modules/process-nextick-args"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "espree",
      "version": "3.5.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|espree@3.5.3",
      "author": "Nicholas C. Zakas",
      "description": "An Esprima-compatible JavaScript parser built on Acorn",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/espree@3.5.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/espree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/eslint/espree",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/eslint/espree.git",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/espree/-/espree-3.5.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/espree"
        }
      ]
    },
    {
      "type": "library",
      "name": "esquery",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|esquery@1.0.0",
      "author": "Joel Feenstra",
      "description": "A query library for ECMAScript AST using a CSS selector like query language.",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esquery@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jrfeenst/esquery.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jrfeenst/esquery#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jrfeenst/esquery/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/esquery/-/esquery-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esquery"
        }
      ]
    },
    {
      "type": "library",
      "name": "esutils",
      "version": "2.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "file-entry-cache",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|file-entry-cache@2.0.0",
      "author": "Roy Riojas",
      "description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/file-entry-cache@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/royriojas/file-entry-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/royriojas/file-entry-cache#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/royriojas/file-entry-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/file-entry-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "functional-red-black-tree",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|functional-red-black-tree@1.0.1",
      "author": "Mikola Lysenko",
      "description": "A fully persistent balanced binary search tree",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/functional-red-black-tree@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/mikolalysenko/functional-red-black-tree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikolalysenko/functional-red-black-tree#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikolalysenko/functional-red-black-tree/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/functional-red-black-tree"
        }
      ]
    },
    {
      "type": "library",
      "name": "globals",
      "version": "11.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|globals@11.3.0",
      "author": "Sindre Sorhus",
      "description": "Global identifiers from different JavaScript environments",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/globals@11.3.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.3.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": "imurmurhash",
      "version": "0.1.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|imurmurhash@0.1.4",
      "author": "Jens Taylor",
      "description": "An incremental implementation of MurmurHash3",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/imurmurhash@0.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jensyt/imurmurhash-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jensyt/imurmurhash-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jensyt/imurmurhash-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/imurmurhash"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-resolvable",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-resolvable@1.1.0",
      "author": "Shinnosuke Watanabe",
      "description": "Check if a module ID is resolvable with require()",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-resolvable@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/shinnn/is-resolvable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/shinnn/is-resolvable#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shinnn/is-resolvable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-resolvable"
        }
      ]
    },
    {
      "type": "library",
      "name": "js-yaml",
      "version": "3.10.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|js-yaml@3.10.0",
      "author": "Vladimir Zapparov",
      "description": "YAML 1.2 parser and serializer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js-yaml@3.10.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/nodeca/js-yaml.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodeca/js-yaml",
          "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.10.0.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": "json-stable-stringify-without-jsonify",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|json-stable-stringify-without-jsonify@1.0.1",
      "author": "James Halliday",
      "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json-stable-stringify-without-jsonify@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/samn/json-stable-stringify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/samn/json-stable-stringify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/samn/json-stable-stringify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-stable-stringify-without-jsonify"
        }
      ]
    },
    {
      "type": "library",
      "name": "levn",
      "version": "0.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "natural-compare",
      "version": "1.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|natural-compare@1.4.0",
      "author": "Lauri Rooden",
      "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/natural-compare@1.4.0",
      "externalReferences": [
        {
          "url": "git://github.com/litejs/natural-compare-lite.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/litejs/natural-compare-lite#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/litejs/natural-compare-lite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/natural-compare"
        }
      ]
    },
    {
      "type": "library",
      "name": "optionator",
      "version": "0.8.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "path-is-inside",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|path-is-inside@1.0.2",
      "author": "Domenic Denicola",
      "description": "Tests whether one path is inside another path",
      "licenses": [
        {
          "expression": "(WTFPL OR MIT)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/path-is-inside@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/domenic/path-is-inside.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/domenic/path-is-inside#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/domenic/path-is-inside/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-is-inside"
        }
      ]
    },
    {
      "type": "library",
      "name": "pluralize",
      "version": "7.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|pluralize@7.0.0",
      "author": "Blake Embrey",
      "description": "Pluralize and singularize any word",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pluralize@7.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/blakeembrey/pluralize.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/blakeembrey/pluralize#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/blakeembrey/pluralize/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pluralize"
        }
      ]
    },
    {
      "type": "library",
      "name": "require-uncached",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|require-uncached@1.0.3",
      "author": "Sindre Sorhus",
      "description": "Require a module bypassing the cache",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/require-uncached@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/require-uncached.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/require-uncached#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/require-uncached/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/require-uncached"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "resolve-from",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|require-uncached@1.0.3|resolve-from@1.0.1",
          "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@1.0.1",
          "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-1.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/require-uncached/node_modules/resolve-from"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-json-comments",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "table",
      "version": "4.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|table@4.0.2",
      "author": "Gajus Kuizinas",
      "description": "Formats data into a string table.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/table@4.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/gajus/table.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gajus/table#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gajus/table/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/table/-/table-4.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/table"
        }
      ]
    },
    {
      "type": "library",
      "name": "text-table",
      "version": "0.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|text-table@0.2.0",
      "author": "James Halliday",
      "description": "borderless text tables with alignment",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/text-table@0.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/substack/text-table.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/text-table",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/text-table/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/text-table"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-flatten",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|array-flatten@1.1.1",
      "author": "Blake Embrey",
      "description": "Flatten an array of nested arrays into a single flat array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-flatten@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/blakeembrey/array-flatten.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/blakeembrey/array-flatten",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/blakeembrey/array-flatten/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
          "type": "distribution",
          "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.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|body-parser@1.18.2",
      "description": "Node.js body parsing middleware",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/body-parser@1.18.2",
      "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.2.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": "nuxt@1.4.5-tuxcare.1|body-parser@1.18.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/body-parser/node_modules/debug"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "content-disposition",
      "version": "0.5.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|content-type@1.0.4",
      "author": "Douglas Christopher Wilson",
      "description": "Create and parse HTTP Content-Type header",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/content-type@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/content-type.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/content-type#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/content-type/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|cookie-signature@1.0.6",
      "author": "TJ Holowaychuk",
      "description": "Sign and unsign cookies",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cookie-signature@1.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/visionmedia/node-cookie-signature.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/visionmedia/node-cookie-signature#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/visionmedia/node-cookie-signature/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|depd@1.1.2",
      "author": "Douglas Christopher Wilson",
      "description": "Deprecate all the things",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/depd@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/dougwilson/nodejs-depd.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dougwilson/nodejs-depd#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dougwilson/nodejs-depd/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|encodeurl@1.0.2",
      "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/encodeurl@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/pillarjs/encodeurl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/pillarjs/encodeurl#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pillarjs/encodeurl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|escape-html@1.0.3",
      "description": "Escape string for use in HTML",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escape-html@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/escape-html.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/escape-html#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/escape-html/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escape-html"
        }
      ]
    },
    {
      "type": "library",
      "name": "merge-descriptors",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|merge-descriptors@1.0.1",
      "author": "Jonathan Ong",
      "description": "Merge objects using descriptors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/merge-descriptors@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/merge-descriptors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/merge-descriptors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/merge-descriptors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|methods@1.1.2",
      "description": "HTTP methods that node supports",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/methods@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/methods.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/methods#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/methods/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|on-finished@2.3.0",
      "description": "Execute a callback when a request closes, finishes, or errors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/on-finished@2.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/on-finished.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/on-finished#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/on-finished/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/on-finished"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-to-regexp",
      "version": "0.1.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|path-to-regexp@0.1.7",
      "description": "Express style path to RegExp utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-to-regexp@0.1.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/component/path-to-regexp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/component/path-to-regexp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/component/path-to-regexp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
          "type": "distribution",
          "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.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|proxy-addr@2.0.2",
      "author": "Douglas Christopher Wilson",
      "description": "Determine address of proxied request",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/proxy-addr@2.0.2",
      "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.2.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.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|qs@6.5.1",
      "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.1",
      "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.1.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": "nuxt@1.4.5-tuxcare.1|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": "send",
      "version": "0.16.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|send@0.16.1",
      "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.1",
      "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.1.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": "nuxt@1.4.5-tuxcare.1|send@0.16.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/send/node_modules/debug"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "setprototypeof",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.3.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/statuses"
        }
      ]
    },
    {
      "type": "library",
      "name": "type-is",
      "version": "1.6.15",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|type-is@1.6.15",
      "description": "Infer the content-type of a request.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/type-is@1.6.15",
      "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.15.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": "async",
      "version": "2.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|async@2.6.0",
      "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.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/async"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lodash",
          "version": "4.17.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|async@2.6.0|lodash@4.17.4",
          "author": "John-David Dalton",
          "description": "Lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@4.17.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/-/lodash-4.17.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/async/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "schema-utils",
      "version": "0.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|schema-utils@0.3.0",
      "author": "Webpack Contrib",
      "description": "Webpack Schema Validation Utilities",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/schema-utils@0.3.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#readme",
          "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-0.3.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": "webpack-sources",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack-sources@1.1.0",
      "author": "Tobias Koppers @sokra",
      "description": "Source code handling classes for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webpack-sources@1.1.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.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webpack-sources"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack-sources@1.1.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/webpack-sources/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "unpipe",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|unpipe@1.0.0",
      "author": "Douglas Christopher Wilson",
      "description": "Unpipe a stream from all destinations",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unpipe@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/stream-utils/unpipe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stream-utils/unpipe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stream-utils/unpipe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unpipe"
        }
      ]
    },
    {
      "type": "library",
      "name": "signal-exit",
      "version": "3.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "error-stack-parser",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|error-stack-parser@2.0.1",
      "description": "Extract meaning from JS Errors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/error-stack-parser@2.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/stacktracejs/error-stack-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://www.stacktracejs.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stacktracejs/error-stack-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/error-stack-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "string-length",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|string-length@1.0.1",
      "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@1.0.1",
      "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-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string-length"
        }
      ]
    },
    {
      "type": "library",
      "name": "graceful-fs",
      "version": "4.1.11",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
      "description": "A drop-in replacement for fs, making various improvements.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/graceful-fs@4.1.11",
      "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.11.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": "jsonfile",
      "version": "4.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|universalify@0.1.1",
      "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.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/universalify"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs.realpath",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|fs.realpath@1.0.0",
      "author": "Isaac Z. Schlueter",
      "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fs.realpath@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/fs.realpath.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/fs.realpath#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/fs.realpath/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|inflight@1.0.6",
      "author": "Isaac Z. Schlueter",
      "description": "Add callbacks to requests in flight to avoid async duplication",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/inflight@1.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/inflight.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/inflight",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/inflight/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inflight"
        }
      ]
    },
    {
      "type": "library",
      "name": "once",
      "version": "1.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|once@1.4.0",
      "author": "Isaac Z. Schlueter",
      "description": "Run a function exactly one time",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/once@1.4.0",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/once.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/once#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/once/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/once"
        }
      ]
    },
    {
      "type": "library",
      "name": "camel-case",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|camel-case@3.0.0",
      "author": "Blake Embrey",
      "description": "Camel case a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/camel-case@3.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/blakeembrey/camel-case.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/blakeembrey/camel-case",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/blakeembrey/camel-case/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/camel-case"
        }
      ]
    },
    {
      "type": "library",
      "name": "clean-css",
      "version": "4.1.9",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|clean-css@4.1.9",
      "author": "Jakub Pawlowicz",
      "description": "A well-tested CSS minifier",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/clean-css@4.1.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/jakubpawlowicz/clean-css.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jakubpawlowicz/clean-css",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jakubpawlowicz/clean-css/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/clean-css/-/clean-css-4.1.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/clean-css"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|clean-css@4.1.9|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/clean-css/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "commander",
      "version": "2.14.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|commander@2.14.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.14.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.14.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/commander"
        }
      ]
    },
    {
      "type": "library",
      "name": "he",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|he@1.1.1",
      "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.1.1",
      "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.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/he"
        }
      ]
    },
    {
      "type": "library",
      "name": "ncname",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ncname@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Regular expression for matching XML NCName",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ncname@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/ncname.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/ncname#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/ncname/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ncname/-/ncname-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ncname"
        }
      ]
    },
    {
      "type": "library",
      "name": "param-case",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|param-case@2.1.1",
      "author": "Blake Embrey",
      "description": "Param case a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/param-case@2.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/blakeembrey/param-case.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/blakeembrey/param-case",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/blakeembrey/param-case/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/param-case"
        }
      ]
    },
    {
      "type": "library",
      "name": "relateurl",
      "version": "0.2.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|relateurl@0.2.7",
      "author": "Steven Vachon",
      "description": "Minify URLs by converting them from absolute to relative.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/relateurl@0.2.7",
      "externalReferences": [
        {
          "url": "git://github.com/stevenvachon/relateurl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stevenvachon/relateurl",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stevenvachon/relateurl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/relateurl"
        }
      ]
    },
    {
      "type": "library",
      "name": "toposort",
      "version": "1.0.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|toposort@1.0.6",
      "author": "Marcel Klehr",
      "description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/toposort@1.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/marcelklehr/toposort.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/marcelklehr/toposort#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/marcelklehr/toposort/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/toposort/-/toposort-1.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/toposort"
        }
      ]
    },
    {
      "type": "library",
      "name": "istanbul-lib-coverage",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-coverage@1.1.1",
      "author": "Krishnan Anantheswaran",
      "description": "Data library for istanbul coverage objects",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/istanbul-lib-coverage@1.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-lib-coverage/-/istanbul-lib-coverage-1.1.1.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": "path-parse",
      "version": "1.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|path-parse@1.0.5",
      "author": "Javier Blanco",
      "description": "Node.js path.parse() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-parse@1.0.5",
      "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.5.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": "rimraf",
      "version": "2.6.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|rimraf@2.6.2",
      "author": "Isaac Z. Schlueter",
      "description": "A deep deletion module for node (like `rm -rf`)",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rimraf@2.6.2",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/rimraf.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/rimraf#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/rimraf/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rimraf"
        }
      ]
    },
    {
      "type": "library",
      "name": "abab",
      "version": "1.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|abab@1.0.4",
      "author": "Jeff Carpenter",
      "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/abab@1.0.4",
      "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-1.0.4.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.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|acorn-globals@4.1.0",
      "author": "ForbesLindesay",
      "description": "Detect global variables in JavaScript using acorn",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn-globals@4.1.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.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn-globals"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "acorn",
          "version": "5.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|acorn-globals@4.1.0|acorn@5.3.0",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@5.3.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-5.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/acorn-globals/node_modules/acorn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn",
      "version": "5.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|acorn@5.4.1",
      "description": "ECMAScript parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn@5.4.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/acornjs/acorn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/acornjs/acorn",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/acornjs/acorn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/acorn/-/acorn-5.4.1.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": "nuxt@1.4.5-tuxcare.1|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": "browser-process-hrtime",
      "version": "0.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|browser-process-hrtime@0.1.2",
      "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.2",
      "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.2.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": "content-type-parser",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|content-type-parser@1.0.2",
      "author": "Domenic Denicola",
      "description": "Parse the value of the Content-Type header",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/content-type-parser@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/content-type-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/content-type-parser#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/content-type-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/content-type-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "cssom",
      "version": "0.3.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cssom@0.3.2",
      "author": "Nikita Vasilyev",
      "description": "CSS Object Model implementation and CSS parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cssom@0.3.2",
      "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.2.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": "0.2.37",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cssstyle@0.2.37",
      "description": "CSSStyleDeclaration Object Model implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cssstyle@0.2.37",
      "externalReferences": [
        {
          "url": "git+https://github.com/chad3814/CSSStyleDeclaration.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chad3814/CSSStyleDeclaration",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chad3814/CSSStyleDeclaration/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cssstyle"
        }
      ]
    },
    {
      "type": "library",
      "name": "domexception",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.9.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|escodegen@1.9.0",
      "description": "ECMAScript code generator",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escodegen@1.9.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.9.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": "nuxt@1.4.5-tuxcare.1|escodegen@1.9.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": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|escodegen@1.9.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/escodegen/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "html-encoding-sniffer",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "left-pad",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|left-pad@1.2.0",
      "author": "azer",
      "description": "String left pad",
      "licenses": [
        {
          "license": {
            "id": "WTFPL",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/left-pad@1.2.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.2.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": "nwmatcher",
      "version": "1.4.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|nwmatcher@1.4.3",
      "author": "Diego Perini",
      "description": "A CSS3-compliant JavaScript selector engine.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nwmatcher@1.4.3",
      "externalReferences": [
        {
          "url": "git://github.com/dperini/nwmatcher.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://javascript.nwbox.com/NWMatcher/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/dperini/nwmatcher/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.4.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nwmatcher"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse5",
      "version": "4.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/parse5"
        }
      ]
    },
    {
      "type": "library",
      "name": "pn",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "sax",
      "version": "1.2.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|sax@1.2.4",
      "author": "Isaac Z. Schlueter",
      "description": "An evented streaming XML parser in JavaScript",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sax@1.2.4",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/sax-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/sax-js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/sax-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sax"
        }
      ]
    },
    {
      "type": "library",
      "name": "symbol-tree",
      "version": "3.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.3.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|tough-cookie@2.3.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.3.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.3.3.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": "nuxt@1.4.5-tuxcare.1|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": "webidl-conversions",
      "version": "4.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|whatwg-encoding@1.0.3",
      "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.3",
      "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.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/whatwg-encoding"
        }
      ]
    },
    {
      "type": "library",
      "name": "whatwg-url",
      "version": "6.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|whatwg-url@6.4.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.4.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.4.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": "ws",
      "version": "4.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ws@4.0.0",
      "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@4.0.0",
      "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-4.0.0.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": "nuxt@1.4.5-tuxcare.1|xml-name-validator@3.0.0",
      "author": "Domenic Denicola",
      "description": "Validates whether a string matches the production for an XML name or qualified name",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xml-name-validator@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/xml-name-validator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/xml-name-validator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/xml-name-validator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xml-name-validator"
        }
      ]
    },
    {
      "type": "library",
      "name": "shell-quote",
      "version": "1.6.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "pseudomap",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "yallist",
      "version": "2.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/yallist"
        }
      ]
    },
    {
      "type": "library",
      "name": "errno",
      "version": "0.1.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|errno@0.1.6",
      "description": "libuv errno details exposed",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/errno@0.1.6",
      "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.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/errno"
        }
      ]
    },
    {
      "type": "library",
      "name": "readable-stream",
      "version": "2.3.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3",
      "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.3",
      "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.3.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": "babel-polyfill",
      "version": "6.23.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-polyfill@6.23.0",
      "author": "Sebastian McKenzie",
      "description": "Provides polyfills necessary for a full ES2015+ environment",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-polyfill@6.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-polyfill/-/babel-polyfill-6.23.0.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": "inquirer",
      "version": "3.0.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6",
      "author": "Simon Boudrias",
      "description": "A collection of common interactive command line user interfaces.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/inquirer@3.0.6",
      "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-3.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inquirer"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "ansi-escapes",
          "version": "1.4.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|ansi-escapes@1.4.0",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for manipulating the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-escapes@1.4.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-1.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/inquirer/node_modules/ansi-escapes"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|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/inquirer/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|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/inquirer/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|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/inquirer/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "node-fetch",
      "version": "1.6.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|node-fetch@1.6.3",
      "author": "David Frank",
      "description": "A light-weight module that brings window.fetch to node.js and io.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-fetch@1.6.3",
      "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-1.6.3.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": "opn",
      "version": "4.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|opn@4.0.2",
      "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@4.0.2",
      "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-4.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/opn"
        }
      ]
    },
    {
      "type": "library",
      "name": "caniuse-api",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|caniuse-api@2.0.0",
      "description": "request the caniuse data to check browsers compatibilities",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/caniuse-api@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/nyalab/caniuse-api.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nyalab/caniuse-api#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nyalab/caniuse-api/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/caniuse-api"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "caniuse-lite",
          "version": "1.0.30000792",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|caniuse-api@2.0.0|caniuse-lite@1.0.30000792",
          "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.30000792",
          "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.30000792.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/caniuse-api/node_modules/caniuse-lite"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "pixrem",
      "version": "4.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|pixrem@4.0.1",
      "author": "Rob Wierzbowski",
      "description": "A CSS post-processor that generates pixel fallbacks for rem units.",
      "licenses": [
        {
          "license": {
            "name": "BSD-new",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pixrem@4.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/robwierzbowski/node-pixrem.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/robwierzbowski/node-pixrem",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/robwierzbowski/node-pixrem/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pixrem/-/pixrem-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pixrem"
        }
      ]
    },
    {
      "type": "library",
      "name": "pleeease-filters",
      "version": "4.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0",
      "author": "Vincent De Oliveira",
      "description": "Convert CSS shorthand filters to SVG ones",
      "purl": "pkg:npm/pleeease-filters@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/iamvdo/pleeease-filters.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iamvdo/pleeease-filters#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iamvdo/pleeease-filters/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pleeease-filters/-/pleeease-filters-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pleeease-filters"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/pleeease-filters/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/pleeease-filters/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/pleeease-filters/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/pleeease-filters/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-apply",
      "version": "0.8.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-apply@0.8.0",
      "author": "Pascal Duez",
      "description": "PostCSS plugin enabling custom properties sets references",
      "licenses": [
        {
          "license": {
            "id": "Unlicense",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-apply@0.8.0",
      "externalReferences": [
        {
          "url": "git://github.com/pascalduez/postcss-apply.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/pascalduez/postcss-apply",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pascalduez/postcss-apply/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-apply/-/postcss-apply-0.8.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-apply"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-attribute-case-insensitive",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-attribute-case-insensitive@2.0.0",
      "author": "Dmitry Semigradsky",
      "description": "PostCSS plugin to support case insensitive attributes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-attribute-case-insensitive@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/Semigradsky/postcss-attribute-case-insensitive.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Semigradsky/postcss-attribute-case-insensitive/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-attribute-case-insensitive"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-calc",
      "version": "6.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-calc@6.0.1",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to reduce calc()",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-calc@6.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-calc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-calc#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-calc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-6.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-calc"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "reduce-css-calc",
          "version": "2.1.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-calc@6.0.1|reduce-css-calc@2.1.4",
          "author": "Maxime Thirouin",
          "description": "Reduce CSS calc() function to the maximum",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/reduce-css-calc@2.1.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/MoOx/reduce-css-calc.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/MoOx/reduce-css-calc#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/MoOx/reduce-css-calc/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-2.1.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-calc/node_modules/reduce-css-calc"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-color-function",
      "version": "4.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to transform W3C CSS color function to more compatible CSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-color-function@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-color-function.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-function#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-function/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-color-function"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-function/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-function/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-color-function/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-function/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-color-gray",
      "version": "4.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0",
      "author": "Shinnosuke Watanabe",
      "description": "PostCSS plugin to transform gray() function to today's CSS",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-color-gray@4.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-color-gray.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-gray#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-gray/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-color-gray"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "color",
          "version": "2.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|color@2.0.1",
          "description": "Color conversion and manipulation with CSS string support",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color@2.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color/-/color-2.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-gray/node_modules/color"
            }
          ]
        },
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-gray/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-gray/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-color-gray/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-gray/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-color-hex-alpha",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to transform W3C RGBA hexadecimal notations (#RRGGBBAA or #RGBA) to more compatible CSS (rgba())",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-color-hex-alpha@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-color-hex-alpha.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-hex-alpha#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-hex-alpha/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-color-hex-alpha"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "color",
          "version": "1.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|color@1.0.3",
          "description": "Color conversion and manipulation with CSS string support",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color@1.0.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color/-/color-1.0.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hex-alpha/node_modules/color"
            }
          ]
        },
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hex-alpha/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hex-alpha/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-color-hex-alpha/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hex-alpha/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-color-hsl",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0",
      "author": "David Marchena",
      "description": "PostCSS plugin to transform W3C CSS Color Module Level 4 hsl() new syntax to more compatible CSS (comma-separated hsl() or hsla())",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-color-hsl@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/dmarchena/postcss-color-hsl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dmarchena/postcss-color-hsl",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dmarchena/postcss-color-hsl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-color-hsl/-/postcss-color-hsl-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-color-hsl"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hsl/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hsl/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-color-hsl/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hsl/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-color-hwb",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to transform W3C CSS hwb() color to more compatible CSS (rgb() (or rgba()))",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-color-hwb@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-color-hwb.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-hwb#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-hwb/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-color-hwb/-/postcss-color-hwb-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-color-hwb"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "color",
          "version": "1.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|color@1.0.3",
          "description": "Color conversion and manipulation with CSS string support",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color@1.0.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/Qix-/color.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Qix-/color#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Qix-/color/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color/-/color-1.0.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hwb/node_modules/color"
            }
          ]
        },
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hwb/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hwb/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-color-hwb/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-hwb/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-color-rebeccapurple",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to transform W3C CSS rebeccapurple color to more compatible CSS (rgb())",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-color-rebeccapurple@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-color-rebeccapurple.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-rebeccapurple#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-rebeccapurple/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-color-rebeccapurple"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-rebeccapurple/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-rebeccapurple/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-color-rebeccapurple/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-rebeccapurple/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-color-rgb",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0",
      "author": "David Marchena",
      "description": "PostCSS plugin to transform W3C CSS Color Module Level 4 rgb() new syntax to more compatible CSS (comma-separated rgb() or rgba())",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-color-rgb@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/dmarchena/postcss-color-rgb.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dmarchena/postcss-color-rgb",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dmarchena/postcss-color-rgb/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-color-rgb/-/postcss-color-rgb-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-color-rgb"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-rgb/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-rgb/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-color-rgb/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-rgb/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-color-rgba-fallback",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0",
      "author": "Guillaume Démésy",
      "description": "PostCSS plugin to transform rgba() to hexadecimal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-color-rgba-fallback@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-color-rgba-fallback.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-rgba-fallback#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-color-rgba-fallback/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-color-rgba-fallback/-/postcss-color-rgba-fallback-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-color-rgba-fallback"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-rgba-fallback/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-rgba-fallback/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-color-rgba-fallback/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-color-rgba-fallback/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-custom-media",
      "version": "6.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to transform W3C CSS Custom Media Queries to more compatible CSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-custom-media@6.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-custom-media.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-custom-media#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-custom-media/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-6.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-custom-media"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-custom-media/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-custom-media/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-custom-media/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-custom-media/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-custom-properties",
      "version": "6.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to polyfill W3C CSS Custom Properties for cascading variables",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-custom-properties@6.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-custom-properties.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-custom-properties#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-custom-properties/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-6.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-custom-properties"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "balanced-match",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|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/postcss-custom-properties/node_modules/balanced-match"
            }
          ]
        },
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-custom-properties/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-custom-properties/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-custom-properties/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-custom-properties/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-custom-selectors",
      "version": "4.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1",
      "description": "PostCSS plugin to transform W3C CSS Extensions(Custom Selectors) to more compatible CSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-custom-selectors@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-custom-selectors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-custom-selectors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-custom-selectors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-custom-selectors"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-custom-selectors/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-custom-selectors/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-custom-selectors/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-custom-selectors/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-font-family-system-ui",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0",
      "author": "Junliang Huang",
      "description": "Use the system-ui font family in CSS",
      "licenses": [
        {
          "license": {
            "id": "CC0-1.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-font-family-system-ui@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/JLHwung/postcss-font-family-system-ui.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/JLHwung/postcss-font-family-system-ui#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/JLHwung/postcss-font-family-system-ui/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-font-family-system-ui/-/postcss-font-family-system-ui-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-font-family-system-ui"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-font-family-system-ui/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-font-family-system-ui/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-font-family-system-ui/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-font-family-system-ui/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-font-variant",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to transform W3C font-variant properties to more compatible CSS  (font-feature-settings)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-font-variant@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-font-variant.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-font-variant#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-font-variant/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-font-variant"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-font-variant/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-font-variant/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-font-variant/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-font-variant/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-image-set-polyfill",
      "version": "0.3.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5",
      "author": "SuperOl3g",
      "description": "PostCSS plugin for fallback image-set",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-image-set-polyfill@0.3.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/SuperOl3g/postcss-image-set-polyfill.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SuperOl3g/postcss-image-set-polyfill#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SuperOl3g/postcss-image-set-polyfill/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-image-set-polyfill/-/postcss-image-set-polyfill-0.3.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-image-set-polyfill"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-image-set-polyfill/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-image-set-polyfill/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-image-set-polyfill/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-image-set-polyfill/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-initial",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0",
      "author": "Maksim Koretskiy",
      "description": "PostCSS plugin to fallback initial keyword.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-initial@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/maximkoretskiy/postcss-initial.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/maximkoretskiy/postcss-initial#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/maximkoretskiy/postcss-initial/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-initial"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-initial/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-initial/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-initial/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-initial/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-media-minmax",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0",
      "author": "yisi",
      "description": "Using more intuitive `>=`, `<=`, `>`, `<` instead of media queries min/max prefix.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-media-minmax@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-media-minmax.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-media-minmax#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-media-minmax/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-media-minmax"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-media-minmax/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-media-minmax/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-media-minmax/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-media-minmax/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-nesting",
      "version": "4.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1",
      "author": "Jonathan Neal",
      "description": "Nest style and media rules inside each another, following the CSS Nesting Module Level 3 specification",
      "licenses": [
        {
          "license": {
            "id": "CC0-1.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-nesting@4.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonathantneal/postcss-nesting.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonathantneal/postcss-nesting#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonathantneal/postcss-nesting/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-4.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-nesting"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-nesting/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-nesting/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-nesting/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-nesting/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-pseudo-class-any-link",
      "version": "4.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0",
      "author": "Jonathan Neal",
      "description": "Use the proposed :any-link pseudo-class in CSS",
      "licenses": [
        {
          "license": {
            "id": "CC0-1.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-pseudo-class-any-link@4.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonathantneal/postcss-pseudo-class-any-link.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonathantneal/postcss-pseudo-class-any-link#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonathantneal/postcss-pseudo-class-any-link/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-4.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-pseudo-class-any-link"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-pseudo-class-any-link/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-pseudo-class-any-link/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-pseudo-class-any-link/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-pseudo-class-any-link/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-pseudoelements",
      "version": "5.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudoelements@5.0.0",
      "author": "Sven Tschui",
      "description": "PostCSS plugin to add single-colon CSS 2.1 syntax pseudo selectors (i.e. :before)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-pseudoelements@5.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/axa-ch/postcss-pseudoelements.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/axa-ch/postcss-pseudoelements",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/axa-ch/postcss-pseudoelements/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-pseudoelements/-/postcss-pseudoelements-5.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-pseudoelements"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-replace-overflow-wrap",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0",
      "author": "Matthias Müller",
      "description": "PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-replace-overflow-wrap@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/MattDiMu/postcss-replace-overflow-wrap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/MattDiMu/postcss-replace-overflow-wrap",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/MattDiMu/postcss-replace-overflow-wrap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-replace-overflow-wrap"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-replace-overflow-wrap/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-replace-overflow-wrap/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-replace-overflow-wrap/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-replace-overflow-wrap/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-selector-matches",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-selector-matches@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-selector-matches.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-selector-matches#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-selector-matches/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-selector-matches"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-selector-matches/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-selector-matches/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-selector-matches/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-selector-matches/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-selector-not",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1",
      "author": "Maxime Thirouin",
      "description": "PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-selector-not@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-selector-not.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-selector-not#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-selector-not/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-selector-not"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "6.0.16",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|postcss@6.0.16",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@6.0.16",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-6.0.16.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-selector-not/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-selector-not/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "4.5.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|chalk@2.3.0|supports-color@4.5.0",
              "author": "Sindre Sorhus",
              "description": "Detect whether a terminal supports color",
              "licenses": [
                {
                  "license": {
                    "id": "MIT",
                    "acknowledgement": "declared"
                  }
                }
              ],
              "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
                  "type": "distribution",
                  "comment": "as detected from npm-ls property \"resolved\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/postcss-selector-not/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-selector-not/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "enhanced-resolve",
      "version": "3.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|enhanced-resolve@3.4.1",
      "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@3.4.1",
      "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-3.4.1.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": "read-cache",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|read-cache@1.0.0",
      "author": "Bogdan Chadkin",
      "description": "Reads and caches the entire contents of a file until it is modified",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read-cache@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/TrySound/read-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TrySound/read-cache#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TrySound/read-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-load-config",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-load-config@1.2.0",
      "author": "Michael Ciniawky",
      "description": "Autoload Config for PostCSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-load-config@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/michael-ciniawsky/postcss-load-config.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/michael-ciniawsky/postcss-load-config#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/michael-ciniawsky/postcss-load-config/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-load-config"
        }
      ]
    },
    {
      "type": "library",
      "name": "xxhashjs",
      "version": "0.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|xxhashjs@0.2.2",
      "author": "Pierre Curto",
      "description": "xxHash in Javascript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xxhashjs@0.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/pierrec/js-xxhash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/pierrec/js-xxhash",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pierrec/js-xxhash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xxhashjs/-/xxhashjs-0.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xxhashjs"
        }
      ]
    },
    {
      "type": "library",
      "name": "renderkid",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1",
      "author": "Aria Minaei",
      "description": "Stylish console.log for node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/renderkid@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/AriaMinaei/RenderKid.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/AriaMinaei/RenderKid#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/AriaMinaei/RenderKid/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/renderkid/-/renderkid-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/renderkid"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "htmlparser2",
          "version": "3.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|htmlparser2@3.3.0",
          "author": "Felix Boehm",
          "description": "Fast & forgiving HTML/XML/RSS parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared",
                "url": "http://github.com/fb55/htmlparser2/raw/master/LICENSE"
              }
            }
          ],
          "purl": "pkg:npm/htmlparser2@3.3.0",
          "externalReferences": [
            {
              "url": "git://github.com/fb55/htmlparser2.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/fb55/htmlparser2#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/fb55/htmlparser2/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/renderkid/node_modules/htmlparser2"
            }
          ]
        },
        {
          "type": "library",
          "name": "domhandler",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|domhandler@2.1.0",
          "author": "Felix Boehm",
          "description": "handler for htmlparser2 that turns pages into a dom",
          "purl": "pkg:npm/domhandler@2.1.0",
          "externalReferences": [
            {
              "url": "git://github.com/fb55/domhandler.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/fb55/domhandler#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/fb55/domhandler/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/domhandler/-/domhandler-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/renderkid/node_modules/domhandler"
            }
          ]
        },
        {
          "type": "library",
          "name": "domutils",
          "version": "1.1.6",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|domutils@1.1.6",
          "author": "Felix Boehm",
          "description": "utilities for working with htmlparser2's dom",
          "purl": "pkg:npm/domutils@1.1.6",
          "externalReferences": [
            {
              "url": "git://github.com/FB55/domutils.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/FB55/domutils#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/FB55/domutils/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/renderkid/node_modules/domutils"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "1.0.34",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|readable-stream@1.0.34",
          "author": "Isaac Z. Schlueter",
          "description": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/readable-stream@1.0.34",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/readable-stream.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/readable-stream#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/readable-stream/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/renderkid/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "0.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|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/renderkid/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "0.10.31",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|string_decoder@0.10.31",
          "description": "The string_decoder module from Node core",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/string_decoder@0.10.31",
          "externalReferences": [
            {
              "url": "git://github.com/rvagg/string_decoder.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/rvagg/string_decoder",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/rvagg/string_decoder/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/renderkid/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "object.assign",
      "version": "4.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "progress",
      "version": "1.1.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|progress@1.1.8",
      "author": "TJ Holowaychuk",
      "description": "Flexible ascii progress bar",
      "purl": "pkg:npm/progress@1.1.8",
      "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-1.1.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/progress"
        }
      ]
    },
    {
      "type": "library",
      "name": "extract-zip",
      "version": "1.7.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0",
      "author": "max ogden",
      "description": "unzip a zip file into a directory using 100% javascript",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/extract-zip@1.7.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/maxogden/extract-zip.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/maxogden/extract-zip#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/maxogden/extract-zip/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extract-zip"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "concat-stream",
          "version": "1.6.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.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/extract-zip/node_modules/concat-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "debug",
          "version": "2.6.9",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.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/extract-zip/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "mkdirp",
          "version": "0.5.6",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|mkdirp@0.5.6",
          "author": "James Halliday",
          "description": "Recursively mkdir, like `mkdir -p`",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mkdirp@0.5.6",
          "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.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/extract-zip/node_modules/mkdirp"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|readable-stream@2.3.4",
          "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.4",
          "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.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/extract-zip/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimist",
          "version": "1.2.8",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|minimist@1.2.8",
          "author": "James Halliday",
          "description": "parse argument options",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/minimist@1.2.8",
          "externalReferences": [
            {
              "url": "git://github.com/minimistjs/minimist.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/minimistjs/minimist",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/minimistjs/minimist/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/extract-zip/node_modules/minimist"
            }
          ]
        },
        {
          "type": "library",
          "name": "process-nextick-args",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|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/extract-zip/node_modules/process-nextick-args"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "https-proxy-agent",
      "version": "2.2.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|https-proxy-agent@2.2.4",
      "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.4",
      "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.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/https-proxy-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "proxy-from-env",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|proxy-from-env@1.0.0",
      "author": "Rob Wu",
      "description": "Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/proxy-from-env@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/Rob--W/proxy-from-env.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Rob--W/proxy-from-env#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Rob--W/proxy-from-env/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/proxy-from-env"
        }
      ]
    },
    {
      "type": "library",
      "name": "request-promise-core",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|request-promise-core@1.1.1",
      "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.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/request-promise-core"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lodash",
          "version": "4.17.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|request-promise-core@1.1.1|lodash@4.17.4",
          "author": "John-David Dalton",
          "description": "Lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@4.17.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/-/lodash-4.17.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/request-promise-core/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "stealthy-require",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|aws4@1.6.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.6.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.6.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": "nuxt@1.4.5-tuxcare.1|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.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|combined-stream@1.0.5",
      "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.5",
      "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.5.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": "extend",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|extend@3.0.1",
      "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.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extend"
        }
      ]
    },
    {
      "type": "library",
      "name": "forever-agent",
      "version": "0.6.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|form-data@2.3.1",
      "author": "Felix Geisendörfer",
      "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/form-data@2.3.1",
      "externalReferences": [
        {
          "url": "git://github.com/form-data/form-data.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/form-data/form-data#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/form-data/form-data/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/form-data/-/form-data-2.3.1.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.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|har-validator@5.0.3",
      "author": "Ahmad Nassri",
      "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/har-validator@5.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/ahmadnassri/har-validator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ahmadnassri/har-validator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ahmadnassri/har-validator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/har-validator/-/har-validator-5.0.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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|is-typedarray@1.0.0",
      "author": "Hugh Kennedy",
      "description": "Detect whether or not an object is a Typed Array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-typedarray@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/hughsk/is-typedarray.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hughsk/is-typedarray",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hughsk/is-typedarray/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-typedarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "isstream",
      "version": "0.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "json-stringify-safe",
      "version": "5.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "mime-types",
      "version": "2.1.17",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17",
      "description": "The ultimate javascript content-type utility.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime-types@2.1.17",
      "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.17.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mime-types"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "mime-db",
          "version": "1.30.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17|mime-db@1.30.0",
          "description": "Media Type Database",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/mime-db@1.30.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.30.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/mime-types/node_modules/mime-db"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "oauth-sign",
      "version": "0.8.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|oauth-sign@0.8.2",
      "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.8.2",
      "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.8.2.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": "nuxt@1.4.5-tuxcare.1|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": "stringstream",
      "version": "0.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|stringstream@0.0.5",
      "author": "Michael Hart",
      "description": "Encode and decode streams into string streams",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stringstream@0.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/mhart/StringStream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mhart/StringStream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mhart/StringStream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stringstream"
        }
      ]
    },
    {
      "type": "library",
      "name": "tunnel-agent",
      "version": "0.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "uuid",
      "version": "3.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|uuid@3.2.1",
      "description": "RFC4122 (v1, v4, and v5) UUIDs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uuid@3.2.1",
      "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.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uuid"
        }
      ]
    },
    {
      "type": "library",
      "name": "formatio",
      "group": "@sinonjs",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@sinonjs/formatio@2.0.0",
      "author": "Christian Johansen",
      "description": "Human-readable object formatting",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40sinonjs/formatio@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sinonjs/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/sinonjs/formatio/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@sinonjs/formatio/-/formatio-2.0.0.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": "diff",
      "version": "3.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|diff@3.4.0",
      "description": "A javascript text diff implementation.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/diff@3.4.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.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.get",
      "version": "4.4.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "lolex",
      "version": "2.3.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lolex@2.3.2",
      "author": "Christian Johansen",
      "description": "Fake JavaScript timers",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lolex@2.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-2.3.2.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.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|nise@1.2.2",
      "description": "Fake XHR and server",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nise@1.2.2",
      "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.2.2.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": "1.6.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nise@1.2.2|lolex@1.6.0",
          "author": "Christian Johansen",
          "description": "Fake JavaScript timers",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lolex@1.6.0",
          "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.6.0.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": "nuxt@1.4.5-tuxcare.1|nise@1.2.2|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": "nuxt@1.4.5-tuxcare.1|nise@1.2.2|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": "type-detect",
      "version": "4.0.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|type-detect@4.0.7",
      "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.7",
      "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.7.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": "os-homedir",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "which",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|which@1.3.0",
      "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.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/which"
        }
      ]
    },
    {
      "type": "library",
      "name": "uglify-es",
      "version": "3.3.9",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|uglify-es@3.3.9",
      "author": "Mihai Bazon",
      "description": "JavaScript parser, mangler/compressor and beautifier toolkit for ES6+",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uglify-es@3.3.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/mishoo/UglifyJS2.git#harmony",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mishoo/UglifyJS2/tree/harmony",
          "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-es/-/uglify-es-3.3.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uglify-es"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "commander",
          "version": "2.13.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|uglify-es@3.3.9|commander@2.13.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.13.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.13.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/uglify-es/node_modules/commander"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|uglify-es@3.3.9|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/uglify-es/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "worker-farm",
      "version": "1.5.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|worker-farm@1.5.2",
      "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.5.2",
      "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.5.2.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": "consolidate",
      "version": "0.14.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|consolidate@0.14.5",
      "author": "TJ Holowaychuk",
      "description": "Template engine consolidation library",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/consolidate@0.14.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/visionmedia/consolidate.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/visionmedia/consolidate.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/visionmedia/consolidate.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/consolidate/-/consolidate-0.14.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/consolidate"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-selector-parser",
      "version": "2.2.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-parser@2.2.3",
      "author": "Ben Briggs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-selector-parser@2.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-selector-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-selector-parser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-selector-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-selector-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "prettier",
      "version": "1.10.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|prettier@1.10.2",
      "author": "James Long",
      "description": "Prettier is an opinionated code formatter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/prettier@1.10.2",
      "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.10.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prettier"
        }
      ]
    },
    {
      "type": "library",
      "name": "vue-hot-reload-api",
      "version": "2.2.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-hot-reload-api@2.2.4",
      "author": "Evan You",
      "description": "hot reload api for *.vue components",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vue-hot-reload-api@2.2.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/vuejs/vue-hot-reload-api.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vuejs/vue-hot-reload-api#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vuejs/vue-hot-reload-api/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vue-hot-reload-api/-/vue-hot-reload-api-2.2.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vue-hot-reload-api"
        }
      ]
    },
    {
      "type": "library",
      "name": "vue-style-loader",
      "version": "3.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-style-loader@3.1.2",
      "author": "Evan You",
      "description": "Vue.js style loader module for webpack",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vue-style-loader@3.1.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/vuejs/vue-style-loader.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vuejs/vue-style-loader#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vuejs/vue-style-loader/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-3.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vue-style-loader"
        }
      ]
    },
    {
      "type": "library",
      "name": "vue-template-es2015-compiler",
      "version": "1.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vue-template-es2015-compiler@1.6.0",
      "author": "Evan You",
      "description": "Post compiler for Vue template render functions to support ES2015+ features",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vue-template-es2015-compiler@1.6.0",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/vue-template-es2015-compiler/-/vue-template-es2015-compiler-1.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vue-template-es2015-compiler"
        }
      ]
    },
    {
      "type": "library",
      "name": "deepmerge",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|deepmerge@2.0.1",
      "author": "Nick Fisher",
      "description": "A library for deep (recursive) merging of Javascript objects",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/deepmerge@2.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/KyleAMathews/deepmerge.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/KyleAMathews/deepmerge",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/KyleAMathews/deepmerge/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deepmerge"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isplainobject",
      "version": "4.0.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.template",
      "version": "4.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "lodash.uniq",
      "version": "4.5.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "de-indent",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|de-indent@1.0.2",
      "author": "Evan You",
      "description": "remove extra indent from a block of code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/de-indent@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/yyx990803/de-indent.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yyx990803/de-indent#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yyx990803/de-indent/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/de-indent"
        }
      ]
    },
    {
      "type": "library",
      "name": "bfj-node4",
      "version": "5.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|bfj-node4@5.2.1",
      "author": "Phil Booth",
      "description": "Big-friendly JSON. Asynchronous streaming functions for large JSON data sets.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bfj-node4@5.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/philbooth/bfj.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/philbooth/bfj",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/philbooth/bfj/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bfj-node4/-/bfj-node4-5.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bfj-node4"
        }
      ]
    },
    {
      "type": "library",
      "name": "ejs",
      "version": "2.5.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ejs@2.5.7",
      "author": "Matthew Eernisse",
      "description": "Embedded JavaScript templates",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ejs@2.5.7",
      "externalReferences": [
        {
          "url": "git://github.com/mde/ejs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mde/ejs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mde/ejs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ejs/-/ejs-2.5.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ejs"
        }
      ]
    },
    {
      "type": "library",
      "name": "filesize",
      "version": "3.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|filesize@3.6.0",
      "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.6.0",
      "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.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/filesize"
        }
      ]
    },
    {
      "type": "library",
      "name": "gzip-size",
      "version": "4.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|gzip-size@4.1.0",
      "author": "Sindre Sorhus",
      "description": "Get the gzipped size of a string or buffer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gzip-size@4.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/gzip-size.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/gzip-size#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/gzip-size/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gzip-size/-/gzip-size-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gzip-size"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|gzip-size@4.1.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/gzip-size/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "opener",
      "version": "1.4.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|opener@1.4.3",
      "author": "Domenic Denicola",
      "description": "Opens stuff, like webpages and files and executables, cross-platform",
      "licenses": [
        {
          "expression": "(WTFPL OR MIT)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/opener@1.4.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/domenic/opener.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/domenic/opener#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/domenic/opener/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/opener/-/opener-1.4.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/opener"
        }
      ]
    },
    {
      "type": "library",
      "name": "url-join",
      "version": "2.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|url-join@2.0.5",
      "author": "José F. Romaniello",
      "description": "Join urls and normalize as in path.join.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/url-join@2.0.5",
      "externalReferences": [
        {
          "url": "git://github.com/jfromaniello/url-join.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jfromaniello/url-join#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jfromaniello/url-join/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/url-join/-/url-join-2.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/url-join"
        }
      ]
    },
    {
      "type": "library",
      "name": "webpack-log",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|webpack-log@1.1.1",
      "author": "Andrew Powell",
      "description": "A common logging module for the Webpack ecosystem",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/webpack-log@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack-contrib/webpack-log.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/webpack-contrib/webpack-log",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack-contrib/webpack-log/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/webpack-log/-/webpack-log-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/webpack-log"
        }
      ]
    },
    {
      "type": "library",
      "name": "html-entities",
      "version": "1.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|html-entities@1.2.1",
      "author": "Marat Dulin",
      "description": "Faster HTML entities encode/decode library.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/html-entities@1.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/mdevils/node-html-entities.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mdevils/node-html-entities#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mdevils/node-html-entities/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/html-entities"
        }
      ]
    },
    {
      "type": "library",
      "name": "querystring",
      "version": "0.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "strip-ansi",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/strip-ansi"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn-dynamic-import",
      "version": "2.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|acorn-dynamic-import@2.0.2",
      "author": "Jordan Gensler",
      "description": "Support dynamic imports in acorn",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn-dynamic-import@2.0.2",
      "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-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn-dynamic-import"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "acorn",
          "version": "4.0.13",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|acorn-dynamic-import@2.0.2|acorn@4.0.13",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@4.0.13",
          "externalReferences": [
            {
              "url": "git+https://github.com/ternjs/acorn.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/ternjs/acorn",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/ternjs/acorn/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/acorn-dynamic-import/node_modules/acorn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "escope",
      "version": "3.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|escope@3.6.0",
      "description": "ECMAScript scope analyzer",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escope@3.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/estools/escope.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/estools/escope",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/escope/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/escope/-/escope-3.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escope"
        }
      ]
    },
    {
      "type": "library",
      "name": "interpret",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|interpret@1.1.0",
      "author": "Tyler Kellen",
      "description": "A dictionary of file extensions and associated module loaders.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/interpret@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/tkellen/node-interpret.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tkellen/node-interpret",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tkellen/node-interpret/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/interpret/-/interpret-1.1.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": "loader-runner",
      "version": "2.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|loader-runner@2.3.0",
      "author": "Tobias Koppers @sokra",
      "description": "Runs (webpack) loaders",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/loader-runner@2.3.0",
      "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.0.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": "node-libs-browser",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "tapable",
      "version": "0.2.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|tapable@0.2.8",
      "author": "Tobias Koppers @sokra",
      "description": "Just a little module for plugins.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tapable@0.2.8",
      "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-0.2.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tapable"
        }
      ]
    },
    {
      "type": "library",
      "name": "watchpack",
      "version": "1.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|watchpack@1.4.0",
      "author": "Tobias Koppers @sokra",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/watchpack@1.4.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.4.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": "1.7.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|watchpack@1.4.0|chokidar@1.7.0",
          "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@1.7.0",
          "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-1.7.0.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": "1.3.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|watchpack@1.4.0|anymatch@1.3.2",
          "author": "Elan Shanker",
          "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/anymatch@1.3.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/es128/anymatch.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/es128/anymatch",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/es128/anymatch/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/anymatch/-/anymatch-1.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/anymatch"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "camelcase",
      "version": "4.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/camelcase"
        }
      ]
    },
    {
      "type": "library",
      "name": "decamelize",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "get-caller-file",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|get-caller-file@1.0.2",
      "author": "Stefan Penner",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-caller-file@1.0.2",
      "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.2.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": "os-locale",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/os-locale"
        }
      ]
    },
    {
      "type": "library",
      "name": "require-directory",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|require-directory@2.1.1",
      "author": "Troy Goode",
      "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/require-directory@2.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/troygoode/node-require-directory.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/troygoode/node-require-directory/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/troygoode/node-require-directory/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/require-directory"
        }
      ]
    },
    {
      "type": "library",
      "name": "require-main-filename",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "set-blocking",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "string-width",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "which-module",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "3.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/y18n"
        }
      ]
    },
    {
      "type": "library",
      "name": "electron-to-chromium",
      "version": "1.3.31",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|electron-to-chromium@1.3.31",
      "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.31",
      "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.31.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": "babel-plugin-check-es2015-constants",
      "version": "6.22.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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-destructuring",
      "version": "6.23.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-function-name",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-modules-commonjs",
      "version": "6.26.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-commonjs@6.26.0",
      "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.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-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-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-modules-commonjs"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-parameters",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-spread",
      "version": "6.22.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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-unicode-regex",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "regexpu-core",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-unicode-regex@6.24.1|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/babel-plugin-transform-es2015-unicode-regex/node_modules/regexpu-core"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-exponentiation-operator",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-throws-helper",
      "group": "@ava",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@ava/babel-plugin-throws-helper@2.0.0",
      "author": "James Talmage",
      "description": "Babel plugin for protecting against improper use of `t.throws()` in AVA",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40ava/babel-plugin-throws-helper@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/babel-plugin-throws-helper.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/avajs/babel-plugin-throws-helper#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/babel-plugin-throws-helper/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/@ava/babel-plugin-throws-helper/-/babel-plugin-throws-helper-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@ava/babel-plugin-throws-helper"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-espower",
      "version": "2.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-espower@2.4.0",
      "author": "Takuto Wada",
      "description": "Babel plugin for power-assert",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-espower@2.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/power-assert-js/babel-plugin-espower.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/power-assert-js/babel-plugin-espower",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/power-assert-js/babel-plugin-espower/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-espower/-/babel-plugin-espower-2.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-espower"
        }
      ]
    },
    {
      "type": "library",
      "name": "slide",
      "version": "1.1.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "date-time",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|date-time@0.1.1",
      "author": "Sindre Sorhus",
      "description": "Pretty UTC datetime: 2014-01-09 06:46:01 UTC",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/date-time@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/date-time.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/date-time#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/date-time/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/date-time/-/date-time-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/date-time"
        }
      ]
    },
    {
      "type": "library",
      "name": "color-convert",
      "version": "1.9.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|color-convert@1.9.1",
      "author": "Heather Arthur",
      "description": "Plain color conversion functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/color-convert@1.9.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/Qix-/color-convert.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Qix-/color-convert#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Qix-/color-convert/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.1.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": "arr-exclude",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|arr-exclude@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Exclude certain items from an array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/arr-exclude@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/arr-exclude.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/arr-exclude#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/arr-exclude/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/arr-exclude/-/arr-exclude-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/arr-exclude"
        }
      ]
    },
    {
      "type": "library",
      "name": "execa",
      "version": "0.7.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/execa"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-yarn",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|has-yarn@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if a project is using Yarn",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-yarn@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/has-yarn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/has-yarn#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/has-yarn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-yarn/-/has-yarn-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-yarn"
        }
      ]
    },
    {
      "type": "library",
      "name": "write-pkg",
      "version": "3.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|write-pkg@3.1.0",
      "author": "Sindre Sorhus",
      "description": "Write a package.json file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/write-pkg@3.1.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.1.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": "detect-indent",
      "version": "4.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "jsesc",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/jsesc"
        }
      ]
    },
    {
      "type": "library",
      "name": "trim-right",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "glob-parent",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|glob-parent@2.0.0",
      "author": "Elan Shanker",
      "description": "Strips glob magic from a string to provide the parent path",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/glob-parent@2.0.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-2.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-glob",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-glob@2.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@2.0.1",
      "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-2.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": "restore-cursor",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "slice-ansi",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|slice-ansi@1.0.0",
      "author": "David Caccavella",
      "description": "Slice a string with ANSI escape codes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/slice-ansi@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/slice-ansi.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/slice-ansi#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/slice-ansi/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/slice-ansi"
        }
      ]
    },
    {
      "type": "library",
      "name": "convert-to-spaces",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|convert-to-spaces@1.0.2",
      "author": "Vadim Demedes",
      "description": "Convert tabs to spaces in a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/convert-to-spaces@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/vadimdemedes/convert-to-spaces.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vadimdemedes/convert-to-spaces#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vadimdemedes/convert-to-spaces/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/convert-to-spaces/-/convert-to-spaces-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/convert-to-spaces"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-diff",
      "version": "1.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|fast-diff@1.1.2",
      "author": "Jason Chen",
      "description": "Fast Javascript text diff",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-diff@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jhchen/fast-diff.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jhchen/fast-diff#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jhchen/fast-diff/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "function-name-support",
      "version": "0.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|function-name-support@0.2.0",
      "author": "Mark Wubben",
      "description": "Determine the level of support for function name inference.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/function-name-support@0.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/novemberborn/function-name-inference.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/novemberborn/function-name-inference#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/novemberborn/function-name-inference/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/function-name-support/-/function-name-support-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/function-name-support"
        }
      ]
    },
    {
      "type": "library",
      "name": "js-string-escape",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|js-string-escape@1.0.1",
      "author": "Jo Liss",
      "description": "Escape strings for use as JavaScript string literals",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js-string-escape@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/joliss/js-string-escape.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/joliss/js-string-escape#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/joliss/js-string-escape/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/js-string-escape"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.clonedeep",
      "version": "4.5.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "lodash.flattendeep",
      "version": "4.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lodash.flattendeep@4.4.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.flattenDeep` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.flattendeep@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.flattendeep/-/lodash.flattendeep-4.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.flattendeep"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.merge",
      "version": "4.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lodash.merge@4.6.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.merge` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.merge@4.6.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.merge/-/lodash.merge-4.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.merge"
        }
      ]
    },
    {
      "type": "library",
      "name": "well-known-symbols",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|well-known-symbols@1.0.0",
      "author": "Mark Wubben",
      "description": "Check whether a symbol is well-known",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/well-known-symbols@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/novemberborn/well-known-symbols.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/novemberborn/well-known-symbols#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/novemberborn/well-known-symbols/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/well-known-symbols/-/well-known-symbols-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/well-known-symbols"
        }
      ]
    },
    {
      "type": "library",
      "name": "buf-compare",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|buf-compare@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Node.js `Buffer.compare()` ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buf-compare@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/buf-compare.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/buf-compare#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/buf-compare/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buf-compare/-/buf-compare-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buf-compare"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-error",
      "version": "2.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-error@2.2.1",
      "author": "Raynos",
      "description": "Detect whether a value is an error",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/mk-pmb/is-error-js/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/is-error@2.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/mk-pmb/is-error-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mk-pmb/is-error-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mk-pmb/is-error-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-error/-/is-error-2.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-find-index",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "call-signature",
      "version": "0.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|call-signature@0.0.2",
      "author": "James Talmage",
      "description": "Parse / Generate Method Signatures",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/call-signature@0.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/call-signature.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/call-signature#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/call-signature/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/call-signature/-/call-signature-0.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/call-signature"
        }
      ]
    },
    {
      "type": "library",
      "name": "core-js",
      "version": "2.5.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|core-js@2.5.3",
      "description": "Standard library",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/core-js@2.5.3",
      "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.5.3.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": "commondir",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "pkg-dir",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/pkg-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "pify",
      "version": "2.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/pify"
        }
      ]
    },
    {
      "type": "library",
      "name": "pinkie-promise",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "es6-error",
      "version": "4.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|es6-error@4.1.1",
      "author": "Ben Youngblood",
      "description": "Easily-extendable error for use with ES6 classes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es6-error@4.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/bjyoungblood/es6-error.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bjyoungblood/es6-error",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bjyoungblood/es6-error/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es6-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isequal",
      "version": "4.5.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lodash.isequal@4.5.0",
      "author": "John-David Dalton",
      "description": "The Lodash method `_.isEqual` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isequal@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.isequal/-/lodash.isequal-4.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isequal"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve-from",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "ci-info",
      "version": "1.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ci-info@1.1.2",
      "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.1.2",
      "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.1.2.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": "symbol-observable",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|symbol-observable@1.2.0",
      "author": "Ben Lesh",
      "description": "Symbol.observable ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/symbol-observable@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/blesh/symbol-observable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/blesh/symbol-observable#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/blesh/symbol-observable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/symbol-observable"
        }
      ]
    },
    {
      "type": "library",
      "name": "through2",
      "version": "2.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|through2@2.0.3",
      "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.3",
      "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.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/through2"
        }
      ]
    },
    {
      "type": "library",
      "name": "md5-o-matic",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|md5-o-matic@0.1.1",
      "author": "Trent Millar",
      "description": "Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/trentmillar/md5-o-matic/blob/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/md5-o-matic@0.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/trentmillar/md5-o-matic.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/trentmillar/md5-o-matic",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/trentmillar/md5-o-matic/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/md5-o-matic/-/md5-o-matic-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/md5-o-matic"
        }
      ]
    },
    {
      "type": "library",
      "name": "camelcase-keys",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "normalize-package-data",
      "version": "2.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|normalize-package-data@2.4.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.4.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.4.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": "redent",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "indent-string",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|redent@1.0.0|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/redent/node_modules/indent-string"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "trim-newlines",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "array-differ",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "release-zalgo",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|release-zalgo@1.0.0",
      "author": "Mark Wubben",
      "description": "Helps you write code with promise-like chains that can run both synchronously and asynchronously",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/release-zalgo@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/novemberborn/release-zalgo.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/novemberborn/release-zalgo#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/novemberborn/release-zalgo/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/release-zalgo"
        }
      ]
    },
    {
      "type": "library",
      "name": "irregular-plurals",
      "version": "1.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|irregular-plurals@1.4.0",
      "author": "Sindre Sorhus",
      "description": "Map of nouns to their irregular plural form",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/irregular-plurals@1.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/irregular-plurals.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/irregular-plurals#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/irregular-plurals/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-1.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/irregular-plurals"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-ms",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|parse-ms@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Parse milliseconds into an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-ms@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/parse-ms.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/parse-ms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/parse-ms/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-ms/-/parse-ms-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-ms"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-utf8",
      "version": "0.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "serialize-error",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|serialize-error@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Serialize an error into a plain object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/serialize-error@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/serialize-error.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/serialize-error#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/serialize-error/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/serialize-error/-/serialize-error-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/serialize-error"
        }
      ]
    },
    {
      "type": "library",
      "name": "os-tmpdir",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "uid2",
      "version": "0.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|uid2@0.0.3",
      "description": "strong uid",
      "purl": "pkg:npm/uid2@0.0.3",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/uid2/-/uid2-0.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uid2"
        }
      ]
    },
    {
      "type": "library",
      "name": "boxen",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|boxen@1.3.0",
      "author": "Sindre Sorhus",
      "description": "Create boxes in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/boxen@1.3.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.3.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": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|boxen@1.3.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.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": "supports-color",
          "version": "4.5.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|boxen@1.3.0|supports-color@4.5.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@4.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-4.5.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": "configstore",
      "version": "3.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|configstore@3.1.1",
      "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.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/configstore"
        }
      ]
    },
    {
      "type": "library",
      "name": "import-lazy",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-installed-globally",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-installed-globally@0.1.0",
      "author": "Sindre Sorhus",
      "description": "Check if your package was installed globally",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-installed-globally@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-installed-globally.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-installed-globally#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-installed-globally/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-installed-globally"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-npm",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "xdg-basedir",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "js-tokens",
      "version": "3.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/js-tokens"
        }
      ]
    },
    {
      "type": "library",
      "name": "home-or-tmp",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "invariant",
      "version": "2.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|invariant@2.2.2",
      "author": "Andres Suarez",
      "description": "invariant",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/invariant@2.2.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/invariant"
        }
      ]
    },
    {
      "type": "library",
      "name": "to-fast-properties",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/to-fast-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "brace-expansion",
      "version": "1.1.11",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|brace-expansion@1.1.11",
      "author": "Julian Gruber",
      "description": "Brace expansion as known from sh/bash",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/brace-expansion@1.1.11",
      "externalReferences": [
        {
          "url": "git://github.com/juliangruber/brace-expansion.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/brace-expansion",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/brace-expansion/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/brace-expansion"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "balanced-match",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|brace-expansion@1.1.11|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/brace-expansion/node_modules/balanced-match"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-function-name",
      "group": "@babel",
      "version": "7.0.0-beta.36",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/helper-function-name@7.0.0-beta.36",
      "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.0.0-beta.36",
      "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.0.0-beta.36.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": "esrecurse",
      "version": "4.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|esrecurse@4.2.0",
      "description": "ECMAScript AST recursive visitor",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esrecurse@4.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/estools/esrecurse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/estools/esrecurse",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/esrecurse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esrecurse"
        }
      ]
    },
    {
      "type": "library",
      "name": "estraverse",
      "version": "4.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "big.js",
      "version": "3.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "locate-path",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/locate-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "micromatch",
      "version": "2.3.11",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11",
      "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@2.3.11",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/micromatch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/micromatch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/micromatch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.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": "arr-diff",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11|arr-diff@2.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@2.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-2.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/arr-diff"
            }
          ]
        },
        {
          "type": "library",
          "name": "array-unique",
          "version": "0.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11|array-unique@0.2.1",
          "author": "Jon Schlinkert",
          "description": "Return an array free of duplicate values. Fastest ES5 implementation.",
          "purl": "pkg:npm/array-unique@0.2.1",
          "externalReferences": [
            {
              "url": "git://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.2.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micromatch/node_modules/array-unique"
            }
          ]
        },
        {
          "type": "library",
          "name": "braces",
          "version": "1.8.5",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11|braces@1.8.5",
          "author": "Jon Schlinkert",
          "description": "Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/braces@1.8.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/braces.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/braces",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/braces/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/micromatch/node_modules/braces"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-arrow-functions",
      "version": "6.22.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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-duplicate-keys",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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-literals",
      "version": "6.22.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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-systemjs",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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-shorthand-properties",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-template-literals",
      "version": "6.22.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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-regenerator",
      "version": "6.26.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "babel-helper-vue-jsx-merge-props",
      "version": "2.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-helper-vue-jsx-merge-props@2.0.3",
      "author": "Evan You",
      "description": "babel helper for vue jsx spread.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-vue-jsx-merge-props@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/vuejs/babel-helper-vue-jsx-merge-props.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vuejs/babel-helper-vue-jsx-merge-props#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vuejs/babel-helper-vue-jsx-merge-props/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-vue-jsx-merge-props"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-jsx-event-modifiers",
      "version": "2.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-jsx-event-modifiers@2.0.5",
      "author": "Nicolai Moraru",
      "description": "JSX Syntactic Sugar Plugin for Event Modifiers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-jsx-event-modifiers@2.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/nickmessing/babel-plugin-jsx-event-modifiers.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nickmessing/babel-plugin-jsx-event-modifiers#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nickmessing/babel-plugin-jsx-event-modifiers/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-jsx-event-modifiers/-/babel-plugin-jsx-event-modifiers-2.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-jsx-event-modifiers"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-jsx-v-model",
      "version": "2.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-jsx-v-model@2.0.3",
      "author": "Nicolai Moraru",
      "description": "JSX v-model transform",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-jsx-v-model@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/nickmessing/babel-plugin-jsx-v-model.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nickmessing/babel-plugin-jsx-v-model#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nickmessing/babel-plugin-jsx-v-model/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-jsx-v-model/-/babel-plugin-jsx-v-model-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-jsx-v-model"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-syntax-jsx",
      "version": "6.18.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-jsx@6.18.0",
      "description": "Allow parsing of jsx",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-syntax-jsx@6.18.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-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-syntax-jsx"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-vue-jsx",
      "version": "3.5.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-vue-jsx@3.5.1",
      "author": "Evan You",
      "description": "Babel plugin for Vue 2.0 JSX",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-vue-jsx@3.5.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/vuejs/babel-plugin-transform-vue-jsx.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/vuejs/babel-plugin-transform-vue-jsx#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/vuejs/babel-plugin-transform-vue-jsx/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-3.5.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-transform-vue-jsx"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-unique",
      "version": "0.3.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "extend-shallow",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/extend-shallow"
        }
      ]
    },
    {
      "type": "library",
      "name": "fill-range",
      "version": "4.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/fill-range"
        }
      ]
    },
    {
      "type": "library",
      "name": "isobject",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|repeat-element@1.1.2",
      "author": "Jon Schlinkert",
      "description": "Create an array by repeating the given value n times.",
      "purl": "pkg:npm/repeat-element@1.1.2",
      "externalReferences": [
        {
          "url": "git://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.2.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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "is-descriptor",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|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/snapdragon-node/node_modules/is-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-accessor-descriptor",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|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/snapdragon-node/node_modules/is-accessor-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-data-descriptor",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|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/snapdragon-node/node_modules/is-data-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "6.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|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/snapdragon-node/node_modules/kind-of"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "snapdragon",
      "version": "0.8.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1",
      "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.1",
      "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.1.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": "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.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/snapdragon/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.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/snapdragon/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "split-string",
      "version": "3.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "extend-shallow",
          "version": "3.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|split-string@3.1.0|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/split-string/node_modules/extend-shallow"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-extendable",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|split-string@3.1.0|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/split-string/node_modules/is-extendable"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "to-regex",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|to-regex@3.0.1",
      "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.1",
      "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.1.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": "path-dirname",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "binary-extensions",
      "version": "1.11.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|binary-extensions@1.11.0",
      "author": "Sindre Sorhus",
      "description": "List of binary file extensions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/binary-extensions@1.11.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.11.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": "remove-trailing-separator",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "set-immediate-shim",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|set-immediate-shim@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Simple setImmediate shim",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/set-immediate-shim@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/set-immediate-shim.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/set-immediate-shim#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/set-immediate-shim/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/set-immediate-shim"
        }
      ]
    },
    {
      "type": "library",
      "name": "underscore.string",
      "version": "2.3.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|underscore.string@2.3.3",
      "description": "String manipulation extensions for Underscore.js javascript library.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/underscore.string@2.3.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/epeli/underscore.string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://epeli.github.com/underscore.string/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epeli/underscore.string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/underscore.string"
        }
      ]
    },
    {
      "type": "library",
      "name": "hawk",
      "version": "3.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|hawk@3.1.3",
      "author": "Eran Hammer",
      "description": "HTTP Hawk Authentication Scheme",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hawk@3.1.3",
      "externalReferences": [
        {
          "url": "git://github.com/hueniverse/hawk.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hueniverse/hawk#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hueniverse/hawk/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hawk"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "hoek",
          "version": "2.16.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|hawk@3.1.3|hoek@2.16.3",
          "description": "General purpose node utilities",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/hoek@2.16.3",
          "externalReferences": [
            {
              "url": "git://github.com/hapijs/hoek.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/hapijs/hoek#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/hapijs/hoek/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/hawk/node_modules/hoek"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "negotiator",
      "version": "0.6.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "mime-db",
      "version": "1.32.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|mime-db@1.32.0",
      "description": "Media Type Database",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime-db@1.32.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.32.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": "chownr",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|chownr@1.0.1",
      "author": "Isaac Z. Schlueter",
      "description": "like `chown -R`",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chownr@1.0.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.0.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": "mississippi",
      "version": "1.3.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|mississippi@1.3.1",
      "author": "max ogden",
      "description": "a collection of useful streams",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mississippi@1.3.1",
      "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-1.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mississippi"
        }
      ]
    },
    {
      "type": "library",
      "name": "move-concurrently",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "promise-inflight",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "ssri",
      "version": "5.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ssri@5.1.0",
      "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@5.1.0",
      "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-5.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ssri"
        }
      ]
    },
    {
      "type": "library",
      "name": "unique-filename",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|unique-filename@1.1.0",
      "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.0",
      "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.0.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": "dir-glob",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "path-type",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|dir-glob@2.0.0|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/dir-glob/node_modules/path-type"
            }
          ]
        },
        {
          "type": "library",
          "name": "pify",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|dir-glob@2.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/dir-glob/node_modules/pify"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "p-try",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/p-try"
        }
      ]
    },
    {
      "type": "library",
      "name": "shebang-command",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "prepend-http",
      "version": "1.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "query-string",
      "version": "4.3.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|query-string@4.3.4",
      "author": "Sindre Sorhus",
      "description": "Parse and stringify URL query strings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/query-string@4.3.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/query-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/query-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/query-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/query-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "cssesc",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cssesc@0.1.0",
      "author": "Mathias Bynens",
      "description": "A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://mths.be/mit"
          }
        }
      ],
      "purl": "pkg:npm/cssesc@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/cssesc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://mths.be/cssesc",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/cssesc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cssesc"
        }
      ]
    },
    {
      "type": "library",
      "name": "fastparse",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|fastparse@1.1.1",
      "author": "Tobias Koppers @sokra",
      "description": "A very simple and stupid parser, based on a statemachine and regular expressions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fastparse@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/webpack/fastparse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/webpack/fastparse",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/webpack/fastparse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fastparse"
        }
      ]
    },
    {
      "type": "library",
      "name": "regexpu-core",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|regexpu-core@1.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@1.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-1.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": "defined",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|defined@1.0.0",
      "author": "James Halliday",
      "description": "return the first argument that is `!== undefined`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/defined@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/substack/defined.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/defined",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/defined/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/defined"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-colormin",
      "version": "2.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2",
      "author": "Ben Briggs",
      "description": "Minify colors in your CSS files with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-colormin@2.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-colormin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-colormin",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-colormin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-2.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-colormin"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-colormin/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.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/postcss-colormin/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|chalk@1.1.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/postcss-colormin/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.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/postcss-colormin/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|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/postcss-colormin/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.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/postcss-colormin/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|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/postcss-colormin/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-convert-values",
      "version": "2.6.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1",
      "author": "Ben Briggs",
      "description": "Convert values with PostCSS (e.g. ms -> s)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-convert-values@2.6.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-convert-values.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-convert-values",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-convert-values/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-2.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-convert-values"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-convert-values/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|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/postcss-convert-values/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|chalk@1.1.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/postcss-convert-values/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.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/postcss-convert-values/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|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/postcss-convert-values/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|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/postcss-convert-values/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|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/postcss-convert-values/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-discard-comments",
      "version": "2.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4",
      "author": "Ben Briggs",
      "description": "Discard comments in your CSS files with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-discard-comments@2.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-discard-comments.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-discard-comments",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-discard-comments/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-2.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-discard-comments"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-discard-comments/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.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/postcss-discard-comments/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|chalk@1.1.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/postcss-discard-comments/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|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/postcss-discard-comments/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|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/postcss-discard-comments/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.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/postcss-discard-comments/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|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/postcss-discard-comments/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-discard-duplicates",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0",
      "author": "Ben Briggs",
      "description": "Discard duplicate rules in your CSS files with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-discard-duplicates@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-discard-duplicates.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-discard-duplicates",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-discard-duplicates/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-discard-duplicates"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-discard-duplicates/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.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/postcss-discard-duplicates/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|chalk@1.1.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/postcss-discard-duplicates/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.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/postcss-discard-duplicates/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|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/postcss-discard-duplicates/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.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/postcss-discard-duplicates/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|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/postcss-discard-duplicates/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-discard-empty",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0",
      "author": "Ben Briggs",
      "description": "Discard empty rules and values with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-discard-empty@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-discard-empty.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-discard-empty",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-discard-empty/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-discard-empty"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-discard-empty/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.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/postcss-discard-empty/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|chalk@1.1.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/postcss-discard-empty/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.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/postcss-discard-empty/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|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/postcss-discard-empty/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.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/postcss-discard-empty/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|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/postcss-discard-empty/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-discard-overridden",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1",
      "author": "Justineo",
      "description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-discard-overridden@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/Justineo/postcss-discard-overridden.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Justineo/postcss-discard-overridden",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Justineo/postcss-discard-overridden/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-discard-overridden"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-discard-overridden/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|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/postcss-discard-overridden/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|chalk@1.1.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/postcss-discard-overridden/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.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/postcss-discard-overridden/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|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/postcss-discard-overridden/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|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/postcss-discard-overridden/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|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/postcss-discard-overridden/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-discard-unused",
      "version": "2.2.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3",
      "author": "Ben Briggs",
      "description": "Discard unused counter styles, keyframes and fonts.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-discard-unused@2.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-discard-unused.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-discard-unused",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-discard-unused/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-discard-unused/-/postcss-discard-unused-2.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-discard-unused"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-discard-unused/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.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/postcss-discard-unused/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|chalk@1.1.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/postcss-discard-unused/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.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/postcss-discard-unused/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|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/postcss-discard-unused/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.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/postcss-discard-unused/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|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/postcss-discard-unused/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-filter-plugins",
      "version": "2.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2",
      "author": "Ben Briggs",
      "description": "Exclude/warn on duplicated PostCSS plugins.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-filter-plugins@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-filter-plugins.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-filter-plugins",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-filter-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-filter-plugins/-/postcss-filter-plugins-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-filter-plugins"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-filter-plugins/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.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/postcss-filter-plugins/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|chalk@1.1.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/postcss-filter-plugins/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.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/postcss-filter-plugins/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|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/postcss-filter-plugins/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.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/postcss-filter-plugins/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|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/postcss-filter-plugins/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-merge-idents",
      "version": "2.1.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7",
      "author": "Ben Briggs",
      "description": "Merge keyframe and counter style identifiers.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-merge-idents@2.1.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-merge-idents.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-merge-idents",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-merge-idents/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-merge-idents/-/postcss-merge-idents-2.1.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-merge-idents"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-merge-idents/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|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/postcss-merge-idents/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|chalk@1.1.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/postcss-merge-idents/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|source-map@0.5.7",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.5.7",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-merge-idents/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|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/postcss-merge-idents/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|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/postcss-merge-idents/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|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/postcss-merge-idents/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-merge-longhand",
      "version": "2.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2",
      "author": "Ben Briggs",
      "description": "Merge longhand properties into shorthand with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-merge-longhand@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-merge-longhand.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-merge-longhand",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-merge-longhand/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-merge-longhand"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-merge-longhand/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.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/postcss-merge-longhand/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|chalk@1.1.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/postcss-merge-longhand/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.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/postcss-merge-longhand/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|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/postcss-merge-longhand/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.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/postcss-merge-longhand/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|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/postcss-merge-longhand/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-merge-rules",
      "version": "2.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2",
      "author": "Ben Briggs",
      "description": "Merge CSS rules with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-merge-rules@2.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-merge-rules.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-merge-rules",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-merge-rules/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-2.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-merge-rules"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "browserslist",
          "version": "1.7.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|browserslist@1.7.7",
          "author": "Andrey Sitnik",
          "description": "Share browsers list between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/browserslist@1.7.7",
          "externalReferences": [
            {
              "url": "git+https://github.com/ai/browserslist.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/ai/browserslist#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/ai/browserslist/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/browserslist/-/browserslist-1.7.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-merge-rules/node_modules/browserslist"
            }
          ]
        },
        {
          "type": "library",
          "name": "caniuse-api",
          "version": "1.6.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|caniuse-api@1.6.1",
          "description": "request the caniuse data to check browsers compatibilities",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/caniuse-api@1.6.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/nyalab/caniuse-api.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/nyalab/caniuse-api#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/nyalab/caniuse-api/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-1.6.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-merge-rules/node_modules/caniuse-api"
            }
          ]
        },
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-merge-rules/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.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/postcss-merge-rules/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|chalk@1.1.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/postcss-merge-rules/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.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/postcss-merge-rules/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|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/postcss-merge-rules/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.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/postcss-merge-rules/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|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/postcss-merge-rules/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-minify-font-values",
      "version": "1.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5",
      "author": "Bogdan Chadkin",
      "description": "Minify font declarations with PostCSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-minify-font-values@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/TrySound/postcss-minify-font-values.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TrySound/postcss-minify-font-values",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TrySound/postcss-minify-font-values/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-1.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-minify-font-values"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-minify-font-values/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|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/postcss-minify-font-values/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|chalk@1.1.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/postcss-minify-font-values/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|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/postcss-minify-font-values/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.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/postcss-minify-font-values/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|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/postcss-minify-font-values/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.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/postcss-minify-font-values/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-minify-gradients",
      "version": "1.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5",
      "author": "Ben Briggs",
      "description": "Minify gradient parameters with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-minify-gradients@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-minify-gradients.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-minify-gradients",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-minify-gradients/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-1.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-minify-gradients"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-minify-gradients/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|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/postcss-minify-gradients/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|chalk@1.1.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/postcss-minify-gradients/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|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/postcss-minify-gradients/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.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/postcss-minify-gradients/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|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/postcss-minify-gradients/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.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/postcss-minify-gradients/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-minify-params",
      "version": "1.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2",
      "author": "Bogdan Chadkin",
      "description": "Minify at-rule params with PostCSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-minify-params@1.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-minify-params.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-minify-params",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-minify-params/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-1.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-minify-params"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-minify-params/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.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/postcss-minify-params/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|chalk@1.1.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/postcss-minify-params/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.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/postcss-minify-params/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|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/postcss-minify-params/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.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/postcss-minify-params/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|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/postcss-minify-params/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-minify-selectors",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1",
      "author": "Ben Briggs",
      "description": "Minify selectors with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-minify-selectors@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-minify-selectors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-minify-selectors",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-minify-selectors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-minify-selectors"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-minify-selectors/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|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/postcss-minify-selectors/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|chalk@1.1.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/postcss-minify-selectors/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.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/postcss-minify-selectors/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|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/postcss-minify-selectors/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|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/postcss-minify-selectors/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|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/postcss-minify-selectors/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-normalize-charset",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1",
      "author": "Bogdan Chadkin",
      "description": "Add necessary or remove extra charset with PostCSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-normalize-charset@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-charset.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-charset",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-charset/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-normalize-charset"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-normalize-charset/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|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/postcss-normalize-charset/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|chalk@1.1.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/postcss-normalize-charset/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.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/postcss-normalize-charset/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|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/postcss-normalize-charset/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|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/postcss-normalize-charset/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|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/postcss-normalize-charset/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-normalize-url",
      "version": "3.0.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8",
      "author": "Ben Briggs",
      "description": "Normalize URLs with PostCSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-normalize-url@3.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-normalize-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-normalize-url",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-normalize-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-3.0.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-normalize-url"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-normalize-url/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|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/postcss-normalize-url/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|chalk@1.1.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/postcss-normalize-url/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|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/postcss-normalize-url/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|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/postcss-normalize-url/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|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/postcss-normalize-url/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|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/postcss-normalize-url/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-ordered-values",
      "version": "2.2.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3",
      "author": "Ben Briggs",
      "description": "Ensure values are ordered consistently in your CSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-ordered-values@2.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-ordered-values.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-ordered-values",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-ordered-values/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-2.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-ordered-values"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-ordered-values/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.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/postcss-ordered-values/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|chalk@1.1.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/postcss-ordered-values/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.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/postcss-ordered-values/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|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/postcss-ordered-values/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.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/postcss-ordered-values/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|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/postcss-ordered-values/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-reduce-idents",
      "version": "2.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0",
      "author": "Ben Briggs",
      "description": "Reduce custom identifiers with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-reduce-idents@2.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-reduce-idents.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-reduce-idents",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-reduce-idents/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-reduce-idents/-/postcss-reduce-idents-2.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-reduce-idents"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-reduce-idents/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.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/postcss-reduce-idents/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|chalk@1.1.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/postcss-reduce-idents/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.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/postcss-reduce-idents/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|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/postcss-reduce-idents/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.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/postcss-reduce-idents/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|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/postcss-reduce-idents/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-reduce-initial",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1",
      "author": "Ben Briggs",
      "description": "Reduce initial definitions to the actual initial value, where possible.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-reduce-initial@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-reduce-initial.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-reduce-initial",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-reduce-initial/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-reduce-initial"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-reduce-initial/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|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/postcss-reduce-initial/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|chalk@1.1.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/postcss-reduce-initial/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.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/postcss-reduce-initial/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|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/postcss-reduce-initial/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|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/postcss-reduce-initial/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|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/postcss-reduce-initial/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-reduce-transforms",
      "version": "1.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4",
      "author": "Ben Briggs",
      "description": "Reduce transform functions with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-reduce-transforms@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-reduce-transforms.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-reduce-transforms",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-reduce-transforms/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-reduce-transforms"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-reduce-transforms/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.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/postcss-reduce-transforms/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|chalk@1.1.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/postcss-reduce-transforms/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|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/postcss-reduce-transforms/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|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/postcss-reduce-transforms/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.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/postcss-reduce-transforms/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|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/postcss-reduce-transforms/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-svgo",
      "version": "2.1.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6",
      "author": "Ben Briggs",
      "description": "Optimise inline SVG with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-svgo@2.1.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-svgo.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-svgo",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-svgo/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-2.1.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-svgo"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-svgo/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|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/postcss-svgo/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|chalk@1.1.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/postcss-svgo/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|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/postcss-svgo/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|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/postcss-svgo/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|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/postcss-svgo/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|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/postcss-svgo/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-unique-selectors",
      "version": "2.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2",
      "author": "Ben Briggs",
      "description": "Ensure CSS selectors are unique.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-unique-selectors@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-unique-selectors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-unique-selectors",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-unique-selectors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-unique-selectors"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-unique-selectors/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.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/postcss-unique-selectors/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|chalk@1.1.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/postcss-unique-selectors/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.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/postcss-unique-selectors/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|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/postcss-unique-selectors/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.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/postcss-unique-selectors/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|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/postcss-unique-selectors/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-zindex",
      "version": "2.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0",
      "author": "Ben Briggs",
      "description": "Reduce z-index values with PostCSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-zindex@2.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/postcss-zindex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-zindex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/postcss-zindex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-zindex/-/postcss-zindex-2.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-zindex"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "postcss",
          "version": "5.2.18",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|postcss@5.2.18",
          "author": "Andrey Sitnik",
          "description": "Tool for transforming styles with JS plugins",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/postcss@5.2.18",
          "externalReferences": [
            {
              "url": "git+https://github.com/postcss/postcss.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://postcss.org/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/postcss/postcss/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/postcss-zindex/node_modules/postcss"
            }
          ]
        },
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@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/postcss-zindex/node_modules/chalk"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "supports-color",
              "version": "2.0.0",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|chalk@1.1.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/postcss-zindex/node_modules/chalk/node_modules/supports-color"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.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/postcss-zindex/node_modules/source-map"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "3.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|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/postcss-zindex/node_modules/supports-color"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@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/postcss-zindex/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "has-flag",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|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/postcss-zindex/node_modules/has-flag"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "icss-replace-symbols",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|icss-replace-symbols@1.1.0",
      "author": "Glen Maddern",
      "description": "Replacing symbols during the linking phase of ICSS",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/icss-replace-symbols@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/css-modules/icss-replace-symbols.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/css-modules/icss-replace-symbols#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/css-modules/icss-replace-symbols/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/icss-replace-symbols"
        }
      ]
    },
    {
      "type": "library",
      "name": "js-base64",
      "version": "2.4.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
      "author": "Dan Kogai",
      "description": "Yet another Base64 transcoder in pure-JS",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js-base64@2.4.3",
      "externalReferences": [
        {
          "url": "git://github.com/dankogai/js-base64.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dankogai/js-base64#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dankogai/js-base64/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/js-base64"
        }
      ]
    },
    {
      "type": "library",
      "name": "domelementtype",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|domelementtype@1.3.0",
      "author": "Felix Boehm",
      "description": "all the types of nodes in htmlparser2's dom",
      "purl": "pkg:npm/domelementtype@1.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/FB55/domelementtype.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/FB55/domelementtype#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/FB55/domelementtype/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/domelementtype"
        }
      ]
    },
    {
      "type": "library",
      "name": "domhandler",
      "version": "2.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|domhandler@2.4.1",
      "author": "Felix Boehm",
      "description": "handler for htmlparser2 that turns pages into a dom",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/domhandler@2.4.1",
      "externalReferences": [
        {
          "url": "git://github.com/fb55/DomHandler.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/DomHandler#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fb55/DomHandler/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/domhandler"
        }
      ]
    },
    {
      "type": "library",
      "name": "domutils",
      "version": "1.6.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|domutils@1.6.2",
      "author": "Felix Boehm",
      "description": "utilities for working with htmlparser2's dom",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/domutils@1.6.2",
      "externalReferences": [
        {
          "url": "git://github.com/FB55/domutils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/FB55/domutils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/FB55/domutils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/domutils/-/domutils-1.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/domutils"
        }
      ]
    },
    {
      "type": "library",
      "name": "entities",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|entities@1.1.1",
      "author": "Felix Boehm",
      "description": "Encode & decode XML/HTML entities with ease",
      "licenses": [
        {
          "license": {
            "name": "BSD-like",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/entities@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/fb55/node-entities.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/node-entities#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fb55/node-entities/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/entities"
        }
      ]
    },
    {
      "type": "library",
      "name": "isarray",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|isarray@1.0.0",
      "author": "Julian Gruber",
      "description": "Array#isArray for older browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isarray@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/juliangruber/isarray.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/isarray",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/isarray/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "function-bind",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|function-bind@1.1.1",
      "author": "Raynos",
      "description": "Implementation of Function.prototype.bind",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/function-bind@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/Raynos/function-bind.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/function-bind",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/function-bind/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/function-bind"
        }
      ]
    },
    {
      "type": "library",
      "name": "read-pkg",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|read-pkg@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Read a package.json file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read-pkg@2.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-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-includes",
      "version": "3.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|array-includes@3.0.3",
      "author": "Jordan Harband",
      "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-includes@3.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/array-includes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/array-includes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/array-includes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-includes/-/array-includes-3.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-includes"
        }
      ]
    },
    {
      "type": "library",
      "name": "fbjs",
      "version": "0.8.16",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|fbjs@0.8.16",
      "description": "A collection of utility libraries used by other Facebook JS projects",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fbjs@0.8.16",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/fbjs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/facebook/fbjs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/fbjs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.16.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fbjs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "core-js",
          "version": "1.2.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|fbjs@0.8.16|core-js@1.2.7",
          "description": "Standard library",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/core-js@1.2.7",
          "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-1.2.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/fbjs/node_modules/core-js"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "loose-envify",
      "version": "1.3.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|loose-envify@1.3.1",
      "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.3.1",
      "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.3.1.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": "co",
      "version": "4.6.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|co@4.6.0",
      "description": "generator async control flow goodness",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/co@4.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/tj/co.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tj/co#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tj/co/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/co"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-deep-equal",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|fast-deep-equal@1.0.0",
      "author": "Evgeny Poberezkin",
      "description": "Fast deep equal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-deep-equal@1.0.0",
      "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-1.0.0.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": "fast-json-stable-stringify",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "json-schema-traverse",
      "version": "0.3.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|json-schema-traverse@0.3.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.3.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.3.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": "typedarray",
      "version": "0.0.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "acorn-jsx",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|acorn-jsx@3.0.1",
      "description": "Alternative, faster React.js JSX parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn-jsx@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/RReverser/acorn-jsx.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/RReverser/acorn-jsx",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/RReverser/acorn-jsx/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn-jsx"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "acorn",
          "version": "3.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|acorn-jsx@3.0.1|acorn@3.3.0",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@3.3.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/ternjs/acorn.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/ternjs/acorn",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/ternjs/acorn/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/acorn-jsx/node_modules/acorn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "flat-cache",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|flat-cache@1.3.0",
      "author": "Roy Riojas",
      "description": "A stupidly simple key/value storage using files to persist some data",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/flat-cache@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/royriojas/flat-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/royriojas/flat-cache#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/royriojas/flat-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/flat-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli-width",
      "version": "2.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|external-editor@2.1.0",
      "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@2.1.0",
      "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-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/external-editor"
        }
      ]
    },
    {
      "type": "library",
      "name": "mute-stream",
      "version": "0.0.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "rx-lite-aggregates",
      "version": "4.0.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|rx-lite-aggregates@4.0.8",
      "author": "Cloud Programmability Team",
      "description": "Lightweight library with aggregate functions for composing asynchronous and event-based operations in JavaScript",
      "licenses": [
        {
          "license": {
            "name": "Apache License, Version 2.0",
            "acknowledgement": "declared",
            "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
          }
        }
      ],
      "purl": "pkg:npm/rx-lite-aggregates@4.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/Reactive-Extensions/RxJS.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Reactive-Extensions/RxJS",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Reactive-Extensions/RxJS/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rx-lite-aggregates"
        }
      ]
    },
    {
      "type": "library",
      "name": "rx-lite",
      "version": "4.0.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|rx-lite@4.0.8",
      "author": "Cloud Programmability Team",
      "description": "Lightweight library for composing asynchronous and event-based operations in JavaScript",
      "licenses": [
        {
          "license": {
            "name": "Apache License, Version 2.0",
            "acknowledgement": "declared",
            "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
          }
        }
      ],
      "purl": "pkg:npm/rx-lite@4.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/Reactive-Extensions/RxJS.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Reactive-Extensions/RxJS",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Reactive-Extensions/RxJS/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rx-lite"
        }
      ]
    },
    {
      "type": "library",
      "name": "through",
      "version": "2.3.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|through@2.3.8",
      "author": "Dominic Tarr",
      "description": "simplified stream construction",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/through@2.3.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/dominictarr/through.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dominictarr/through",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/through/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/through"
        }
      ]
    },
    {
      "type": "library",
      "name": "argparse",
      "version": "1.0.9",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|argparse@1.0.9",
      "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.9",
      "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.9.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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|esprima@4.0.0",
      "author": "Ariya Hidayat",
      "description": "ECMAScript parsing infrastructure for multipurpose analysis",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esprima@4.0.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esprima"
        }
      ]
    },
    {
      "type": "library",
      "name": "prelude-ls",
      "version": "1.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "deep-is",
      "version": "0.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|fast-levenshtein@2.0.6",
      "author": "Ramesh Nair",
      "description": "Efficient implementation of Levenshtein algorithm  with locale-specific collator support.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-levenshtein@2.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/hiddentao/fast-levenshtein.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hiddentao/fast-levenshtein#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hiddentao/fast-levenshtein/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-levenshtein"
        }
      ]
    },
    {
      "type": "library",
      "name": "wordwrap",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "caller-path",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|caller-path@0.1.0",
      "author": "Sindre Sorhus",
      "description": "Get the path of the caller module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/caller-path@0.1.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-0.1.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": "ajv-keywords",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ajv-keywords@2.1.1",
      "author": "Evgeny Poberezkin",
      "description": "Custom JSON-Schema keywords for Ajv validator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ajv-keywords@2.1.1",
      "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-2.1.1.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": "http-errors",
      "version": "1.6.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2",
      "author": "Jonathan Ong",
      "description": "Create HTTP error objects",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/http-errors@1.6.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/http-errors"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "depd",
          "version": "1.1.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2|depd@1.1.1",
          "author": "Douglas Christopher Wilson",
          "description": "Deprecate all the things",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/depd@1.1.1",
          "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.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/http-errors/node_modules/depd"
            }
          ]
        },
        {
          "type": "library",
          "name": "setprototypeof",
          "version": "1.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2|setprototypeof@1.0.3",
          "author": "Wes Todd",
          "description": "A small polyfill for Object.setprototypeof",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/setprototypeof@1.0.3",
          "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.0.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/http-errors/node_modules/setprototypeof"
            }
          ]
        },
        {
          "type": "library",
          "name": "statuses",
          "version": "1.4.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2|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/http-errors/node_modules/statuses"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "iconv-lite",
      "version": "0.4.19",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|iconv-lite@0.4.19",
      "author": "Alexander Shtuchkin",
      "description": "Convert character encodings in pure javascript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/iconv-lite@0.4.19",
      "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.19.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.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|raw-body@2.3.2",
      "author": "Jonathan Ong",
      "description": "Get and validate the raw body of a readable stream.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/raw-body@2.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/stream-utils/raw-body.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stream-utils/raw-body#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stream-utils/raw-body/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.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": "ee-first",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ee-first@1.1.1",
      "author": "Jonathan Ong",
      "description": "return the first event in a set of ee/event pairs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ee-first@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonathanong/ee-first.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonathanong/ee-first#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonathanong/ee-first/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|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.5.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ipaddr.js@1.5.2",
      "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.5.2",
      "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.5.2.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": "nuxt@1.4.5-tuxcare.1|destroy@1.0.4",
      "author": "Jonathan Ong",
      "description": "destroy a stream if possible",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/destroy@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/stream-utils/destroy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stream-utils/destroy#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stream-utils/destroy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/destroy"
        }
      ]
    },
    {
      "type": "library",
      "name": "mime",
      "version": "1.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/mime"
        }
      ]
    },
    {
      "type": "library",
      "name": "media-typer",
      "version": "0.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|media-typer@0.3.0",
      "author": "Douglas Christopher Wilson",
      "description": "Simple RFC 6838 media type parser and formatter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/media-typer@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshttp/media-typer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jshttp/media-typer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshttp/media-typer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/media-typer"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-ansi",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "stackframe",
      "version": "1.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|stackframe@1.0.4",
      "description": "JS Object representation of a stack frame",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stackframe@1.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/stacktracejs/stackframe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://www.stacktracejs.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stacktracejs/stackframe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stackframe/-/stackframe-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stackframe"
        }
      ]
    },
    {
      "type": "library",
      "name": "wrappy",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|wrappy@1.0.2",
      "author": "Isaac Z. Schlueter",
      "description": "Callback wrapping utility",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/wrappy@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/wrappy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/wrappy",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/wrappy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/wrappy"
        }
      ]
    },
    {
      "type": "library",
      "name": "center-align",
      "version": "0.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lazy-cache",
          "version": "1.0.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|center-align@0.1.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/center-align/node_modules/lazy-cache"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "right-align",
      "version": "0.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "uglify-to-browserify",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "window-size",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "no-case",
      "version": "2.3.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|no-case@2.3.2",
      "author": "Blake Embrey",
      "description": "Remove case from a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/no-case@2.3.2",
      "externalReferences": [
        {
          "url": "git://github.com/blakeembrey/no-case.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/blakeembrey/no-case",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/blakeembrey/no-case/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/no-case"
        }
      ]
    },
    {
      "type": "library",
      "name": "upper-case",
      "version": "1.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|upper-case@1.1.3",
      "author": "Blake Embrey",
      "description": "Upper case a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/upper-case@1.1.3",
      "externalReferences": [
        {
          "url": "git://github.com/blakeembrey/upper-case.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/blakeembrey/upper-case",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/blakeembrey/upper-case/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/upper-case"
        }
      ]
    },
    {
      "type": "library",
      "name": "xml-char-classes",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|xml-char-classes@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Regular expressions for matching against the XML Character Classes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xml-char-classes@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/xml-char-classes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/xml-char-classes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/xml-char-classes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xml-char-classes/-/xml-char-classes-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xml-char-classes"
        }
      ]
    },
    {
      "type": "library",
      "name": "punycode",
      "version": "1.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/punycode"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.sortby",
      "version": "4.7.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "punycode",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|tr46@1.0.1|punycode@2.1.0",
          "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.0",
          "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.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/tr46/node_modules/punycode"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "async-limiter",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "ultron",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "array-filter",
      "version": "0.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "prr",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "core-util-is",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "1.0.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|process-nextick-args@1.0.7",
      "description": "process.nextTick but always with args",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/process-nextick-args@1.0.7",
      "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-1.0.7.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": "string_decoder",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|string_decoder@1.0.3",
      "description": "The string_decoder module from Node core",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/string_decoder@1.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/rvagg/string_decoder.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rvagg/string_decoder",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rvagg/string_decoder/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.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": "util-deprecate",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|util-deprecate@1.0.2",
      "author": "Nathan Rajlich",
      "description": "The Node.js `util.deprecate()` function with browser support",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/util-deprecate@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/TooTallNate/util-deprecate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TooTallNate/util-deprecate",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/util-deprecate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/util-deprecate"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerator-runtime",
      "version": "0.10.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|regenerator-runtime@0.10.5",
      "author": "Ben Newman",
      "description": "Runtime for Regenerator-compiled generator and async functions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regenerator-runtime@0.10.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/facebook/regenerator.git#master",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/facebook/regenerator/tree/master#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/facebook/regenerator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regenerator-runtime"
        }
      ]
    },
    {
      "type": "library",
      "name": "rx",
      "version": "4.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|rx@4.1.0",
      "author": "Cloud Programmability Team",
      "description": "Library for composing asynchronous and event-based operations in JavaScript",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rx@4.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/Reactive-Extensions/RxJS.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Reactive-Extensions/RxJS",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Reactive-Extensions/RxJS/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rx"
        }
      ]
    },
    {
      "type": "library",
      "name": "encoding",
      "version": "0.1.12",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "is-stream",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "lodash.memoize",
      "version": "4.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "reduce-css-calc",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|reduce-css-calc@1.3.0",
      "author": "Maxime Thirouin",
      "description": "Reduce CSS calc() function to the maximum",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/reduce-css-calc@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/MoOx/reduce-css-calc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/MoOx/reduce-css-calc#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/MoOx/reduce-css-calc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/reduce-css-calc"
        }
      ]
    },
    {
      "type": "library",
      "name": "onecolor",
      "version": "3.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|onecolor@3.0.5",
      "description": "Javascript color object with implicit color space conversions. Supports RGB, HSV, HSL and CMYK with alpha channel.",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/onecolor@3.0.5",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/One-com/one-color.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/One-com/one-color#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/One-com/one-color/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/onecolor/-/onecolor-3.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/onecolor"
        }
      ]
    },
    {
      "type": "library",
      "name": "balanced-match",
      "version": "0.4.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|balanced-match@0.4.2",
      "author": "Julian Gruber",
      "description": "Match balanced character pairs, like \"{\" and \"}\"",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/balanced-match@0.4.2",
      "externalReferences": [
        {
          "url": "git://github.com/juliangruber/balanced-match.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/balanced-match",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/balanced-match/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.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": "css-unit-converter",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|css-unit-converter@1.1.1",
      "author": "Andy Jansson",
      "description": "Converts CSS values from one unit to another",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css-unit-converter@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/andyjansson/css-unit-converter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/andyjansson/css-unit-converter",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/andyjansson/css-unit-converter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/css-unit-converter"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-color-function",
      "version": "1.3.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|css-color-function@1.3.3",
      "description": "A parser and converter for Tab Atkins's proposed color function in CSS.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css-color-function@1.3.3",
      "externalReferences": [
        {
          "url": "git://github.com/ianstormtaylor/css-color-function.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ianstormtaylor/css-color-function#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ianstormtaylor/css-color-function/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/css-color-function/-/css-color-function-1.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/css-color-function"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "balanced-match",
          "version": "0.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|css-color-function@1.3.3|balanced-match@0.1.0",
          "author": "Julian Gruber",
          "description": "Match balanced character pairs, like \"{\" and \"}\"",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/balanced-match@0.1.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-0.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/css-color-function/node_modules/balanced-match"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-message-helpers",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-message-helpers@2.0.0",
      "author": "Maxime Thirouin",
      "description": "PostCSS helpers to throw or output GNU style messages",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-message-helpers@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/MoOx/postcss-message-helpers.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/MoOx/postcss-message-helpers#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/MoOx/postcss-message-helpers/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-message-helpers"
        }
      ]
    },
    {
      "type": "library",
      "name": "reduce-function-call",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|reduce-function-call@1.0.2",
      "author": "MoOx",
      "description": "Reduce function calls in a string, using a callback",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/reduce-function-call@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/MoOx/reduce-function-call.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/MoOx/reduce-function-call#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/MoOx/reduce-function-call/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/reduce-function-call"
        }
      ]
    },
    {
      "type": "library",
      "name": "units-css",
      "version": "0.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|units-css@0.4.0",
      "author": "Alex Dunphy",
      "description": "Parse length and angle CSS values and convert between units",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/units-css@0.4.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/alexdunphy/units.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/alexdunphy/units",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/alexdunphy/units/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/units-css/-/units-css-0.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/units-css"
        }
      ]
    },
    {
      "type": "library",
      "name": "rgb-hex",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|rgb-hex@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Convert RGB(A) color to HEX",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rgb-hex@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/rgb-hex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/rgb-hex#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/rgb-hex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rgb-hex/-/rgb-hex-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rgb-hex"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-media-query-parser",
      "version": "0.2.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-media-query-parser@0.2.3",
      "author": "dryoma",
      "description": "A tool for parsing media query lists.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-media-query-parser@0.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/dryoma/postcss-media-query-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dryoma/postcss-media-query-parser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dryoma/postcss-media-query-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-media-query-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "cosmiconfig",
      "version": "2.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cosmiconfig@2.2.2",
      "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@2.2.2",
      "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-2.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cosmiconfig"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-load-options",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-load-options@1.2.0",
      "author": "Michael Ciniawky",
      "description": "Autoload Options for PostCSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-load-options@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/michael-ciniawsky/postcss-load-options.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/michael-ciniawsky/postcss-load-options#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/michael-ciniawsky/postcss-load-options/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-load-options/-/postcss-load-options-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-load-options"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-load-plugins",
      "version": "2.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|postcss-load-plugins@2.3.0",
      "author": "Michael Ciniawky",
      "description": "Autoload Plugins for PostCSS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-load-plugins@2.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/michael-ciniawsky/postcss-load-plugins.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/michael-ciniawsky/postcss-load-plugins#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/michael-ciniawsky/postcss-load-plugins/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-load-plugins/-/postcss-load-plugins-2.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-load-plugins"
        }
      ]
    },
    {
      "type": "library",
      "name": "cuint",
      "version": "0.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cuint@0.2.2",
      "author": "Pierre Curto",
      "description": "Unsigned integers for Javascript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cuint@0.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/pierrec/js-cuint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/pierrec/js-cuint",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pierrec/js-cuint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cuint"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-select",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|css-select@1.2.0",
      "author": "Felix Boehm",
      "description": "a CSS selector compiler/engine",
      "licenses": [
        {
          "license": {
            "name": "BSD-like",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css-select@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/fb55/css-select.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/css-select#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fb55/css-select/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/css-select"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "domutils",
          "version": "1.5.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|css-select@1.2.0|domutils@1.5.1",
          "author": "Felix Boehm",
          "description": "utilities for working with htmlparser2's dom",
          "purl": "pkg:npm/domutils@1.5.1",
          "externalReferences": [
            {
              "url": "git://github.com/FB55/domutils.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/FB55/domutils#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/FB55/domutils/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/css-select/node_modules/domutils"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "dom-converter",
      "version": "0.1.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|dom-converter@0.1.4",
      "author": "Aria Minaei",
      "description": "converts bare objects to DOM objects or xml representations",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dom-converter@0.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/AriaMinaei/dom-converter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/AriaMinaei/dom-converter#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/AriaMinaei/dom-converter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dom-converter"
        }
      ]
    },
    {
      "type": "library",
      "name": "utila",
      "version": "0.3.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|utila@0.3.3",
      "author": "Aria Minaei",
      "description": "notareplacementforunderscore",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/utila@0.3.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/AriaMinaei/utila.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/AriaMinaei/utila#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/AriaMinaei/utila/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/utila/-/utila-0.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/utila"
        }
      ]
    },
    {
      "type": "library",
      "name": "define-properties",
      "version": "1.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|define-properties@1.1.2",
      "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.2",
      "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.2.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": "has-symbols",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.0.11",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|object-keys@1.0.11",
      "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.0.11",
      "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.0.11.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": "yauzl",
      "version": "2.10.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|yauzl@2.10.0",
      "author": "Josh Wolfe",
      "description": "yet another unzip library for node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yauzl@2.10.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/thejoshwolfe/yauzl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thejoshwolfe/yauzl",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thejoshwolfe/yauzl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yauzl"
        }
      ]
    },
    {
      "type": "library",
      "name": "agent-base",
      "version": "4.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "delayed-stream",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|delayed-stream@1.0.0",
      "author": "Felix Geisendörfer",
      "description": "Buffers events from a stream until you are ready to handle them.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/delayed-stream@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/felixge/node-delayed-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/felixge/node-delayed-stream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/felixge/node-delayed-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|asynckit@0.4.0",
      "author": "Alex Indigo",
      "description": "Minimal async jobs utility library, with streams support",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/asynckit@0.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/alexindigo/asynckit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/alexindigo/asynckit#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/alexindigo/asynckit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
          "type": "distribution",
          "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": "nuxt@1.4.5-tuxcare.1|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": "hoek",
      "version": "4.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|hoek@4.2.0",
      "description": "General purpose node utilities",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hoek@4.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/hapijs/hoek.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hapijs/hoek#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hapijs/hoek/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hoek/-/hoek-4.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hoek"
        }
      ]
    },
    {
      "type": "library",
      "name": "assert-plus",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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.13.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|sshpk@1.13.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.13.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/arekinath/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.13.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": "samsam",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|samsam@1.3.0",
      "author": "Christian Johansen",
      "description": "Value identification and comparison functions",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/samsam@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/busterjs/samsam.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://docs.busterjs.org/en/latest/modules/samsam/",
          "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.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/samsam"
        }
      ]
    },
    {
      "type": "library",
      "name": "formatio",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|formatio@1.2.0",
      "author": "Christian Johansen",
      "description": "Human-readable object formatting",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/formatio@1.2.0",
      "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.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/formatio"
        }
      ]
    },
    {
      "type": "library",
      "name": "just-extend",
      "version": "1.1.27",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|just-extend@1.1.27",
      "author": "Angus Croll",
      "description": "extend an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/just-extend@1.1.27",
      "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-1.1.27.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": "text-encoding",
      "version": "0.6.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|text-encoding@0.6.4",
      "author": "Joshua Bell",
      "description": "Polyfill for the Encoding Living Standard's API.",
      "licenses": [
        {
          "license": {
            "id": "Unlicense",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/text-encoding@0.6.4",
      "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/text-encoding/-/text-encoding-0.6.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/text-encoding"
        }
      ]
    },
    {
      "type": "library",
      "name": "isexe",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|isexe@2.0.0",
      "author": "Isaac Z. Schlueter",
      "description": "Minimal module to check if a file is executable.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isexe@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/isexe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/isexe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/isexe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isexe"
        }
      ]
    },
    {
      "type": "library",
      "name": "xtend",
      "version": "4.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "flatten",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|flatten@1.0.2",
      "author": "Joshua Holbrook",
      "description": "Flatten arbitrarily nested arrays into a non-nested list of non-array items",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/flatten@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/jesusabdullah/node-flatten.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jesusabdullah/node-flatten#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jesusabdullah/node-flatten/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/flatten"
        }
      ]
    },
    {
      "type": "library",
      "name": "indexes-of",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|indexes-of@1.0.1",
      "author": "Dominic Tarr",
      "description": "line String/Array#indexOf but return all the indexes in an array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/indexes-of@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/dominictarr/indexes-of.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dominictarr/indexes-of",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/indexes-of/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/indexes-of"
        }
      ]
    },
    {
      "type": "library",
      "name": "uniq",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|uniq@1.0.1",
      "author": "Mikola Lysenko",
      "description": "Removes duplicates from a sorted array in place",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uniq@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/mikolalysenko/uniq.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikolalysenko/uniq#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikolalysenko/uniq/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uniq"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._reinterpolate",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "check-types",
      "version": "7.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|check-types@7.3.0",
      "author": "Phil Booth",
      "description": "A little library for asserting types and values.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/check-types@7.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/philbooth/check-types.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/philbooth/check-types.js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/philbooth/check-types.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/check-types/-/check-types-7.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/check-types"
        }
      ]
    },
    {
      "type": "library",
      "name": "tryer",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|tryer@1.0.0",
      "author": "Phil Booth",
      "description": "Because everyone loves a tryer! Conditional and repeated task invocation for node and browser.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tryer@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/philbooth/tryer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/philbooth/tryer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/philbooth/tryer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tryer/-/tryer-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tryer"
        }
      ]
    },
    {
      "type": "library",
      "name": "duplexer",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "log-symbols",
      "version": "2.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "2.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|log-symbols@2.2.0|chalk@2.3.0",
          "description": "Terminal string styling done right",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@2.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/log-symbols/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "4.5.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|log-symbols@2.2.0|supports-color@4.5.0",
          "author": "Sindre Sorhus",
          "description": "Detect whether a terminal supports color",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/supports-color@4.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-4.5.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/log-symbols/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "loglevelnext",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|loglevelnext@1.0.3",
      "author": "Andrew Powell",
      "description": "A modern logging library for Node.js and modern browsers that provides log level mapping to the console",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/loglevelnext@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/shellscape/loglevelnext.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/shellscape/loglevelnext",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shellscape/loglevelnext/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/loglevelnext"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-regex",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/ansi-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "es6-map",
      "version": "0.1.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|es6-map@0.1.5",
      "author": "Mariusz Nowak",
      "description": "ECMAScript6 Map polyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es6-map@0.1.5",
      "externalReferences": [
        {
          "url": "git://github.com/medikoo/es6-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/medikoo/es6-map#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/medikoo/es6-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es6-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "es6-weak-map",
      "version": "2.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|es6-weak-map@2.0.2",
      "author": "Mariusz Nowak",
      "description": "ECMAScript6 WeakMap polyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es6-weak-map@2.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/medikoo/es6-weak-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/medikoo/es6-weak-map#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/medikoo/es6-weak-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es6-weak-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "assert",
      "version": "1.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserify-zlib",
      "version": "0.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "4.9.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "console-browserify",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "crypto-browserify",
      "version": "3.12.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "domain-browser",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/events"
        }
      ]
    },
    {
      "type": "library",
      "name": "https-browserify",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "os-browserify",
      "version": "0.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "path-browserify",
      "version": "0.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/path-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "process",
      "version": "0.11.10",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "querystring-es3",
      "version": "0.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "stream-browserify",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|stream-browserify@2.0.1",
      "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.1",
      "externalReferences": [
        {
          "url": "git://github.com/substack/stream-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/stream-browserify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-http",
      "version": "2.8.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|stream-http@2.8.0",
      "author": "John Hiesey",
      "description": "Streaming http in the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-http@2.8.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-2.8.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": "timers-browserify",
      "version": "2.0.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|timers-browserify@2.0.6",
      "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.6",
      "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.6.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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/tty-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "url",
      "version": "0.11.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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.10.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/util"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|util@0.10.3|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/util/node_modules/inherits"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "vm-browserify",
      "version": "0.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/vm-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "cliui",
      "version": "3.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cliui@3.2.0",
      "author": "Ben Coe",
      "description": "easily create complex multi-column command-line-interfaces",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cliui@3.2.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-3.2.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": "string-width",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cliui@3.2.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/cliui/node_modules/string-width"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-fullwidth-code-point",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|cliui@3.2.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/cliui/node_modules/is-fullwidth-code-point"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "wrap-ansi",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "is-fullwidth-code-point",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "lcid",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/lcid"
        }
      ]
    },
    {
      "type": "library",
      "name": "mem",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/mem"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-fullwidth-code-point",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "babel-helper-remap-async-to-generator",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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-function-name",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-plugin-transform-strict-mode",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-call-delegate",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "babel-helper-builder-binary-assignment-operator-visitor",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "call-matcher",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|call-matcher@1.0.1",
      "author": "Takuto Wada",
      "description": "ECMAScript CallExpression matcher made from function/method signature",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/call-matcher@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/twada/call-matcher.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/call-matcher",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/call-matcher/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/call-matcher/-/call-matcher-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/call-matcher"
        }
      ]
    },
    {
      "type": "library",
      "name": "espower-location-detector",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|espower-location-detector@1.0.0",
      "author": "Takuto Wada",
      "description": "AST source location detection helper for power-assert",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/espower-location-detector@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/twada/espower-location-detector.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/espower-location-detector",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/espower-location-detector/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/espower-location-detector/-/espower-location-detector-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/espower-location-detector"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|espower-location-detector@1.0.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/espower-location-detector/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "espurify",
      "version": "1.7.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|espurify@1.7.0",
      "author": "Takuto Wada",
      "description": "Clone new AST without extra properties",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/espurify@1.7.0",
      "externalReferences": [
        {
          "url": "git://github.com/estools/espurify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/estools/espurify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/espurify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/espurify/-/espurify-1.7.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/espurify"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-color",
      "version": "0.1.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|has-color@0.1.7",
      "author": "Sindre Sorhus",
      "description": "Detect whether a terminal supports color",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-color@0.1.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/has-color.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/has-color#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/has-color/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-color/-/has-color-0.1.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-color"
        }
      ]
    },
    {
      "type": "library",
      "name": "color-name",
      "version": "1.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|color-name@1.1.3",
      "author": "DY",
      "description": "A list of color names and its values",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/color-name@1.1.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/dfcreative/color-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dfcreative/color-name",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dfcreative/color-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/color-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-stream",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/get-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-run-path",
      "version": "2.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "p-finally",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "strip-eof",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "sort-keys",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "write-json-file",
      "version": "2.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "repeating",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "is-extglob",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-extglob@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Returns true if a string has an extglob.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-extglob@1.0.0",
      "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-1.0.0.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": "onetime",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/onetime"
        }
      ]
    },
    {
      "type": "library",
      "name": "time-zone",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|time-zone@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Pretty time zone: `+2` or `-9:30`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/time-zone@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/time-zone.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/time-zone#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/time-zone/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/time-zone/-/time-zone-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/time-zone"
        }
      ]
    },
    {
      "type": "library",
      "name": "pinkie",
      "version": "2.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "hosted-git-info",
      "version": "2.5.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|hosted-git-info@2.5.0",
      "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.5.0",
      "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.5.0.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": "is-builtin-module",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-builtin-module@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if a string matches the name of a Node.js builtin module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-builtin-module@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-builtin-module.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-builtin-module#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-builtin-module/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-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-builtin-module"
        }
      ]
    },
    {
      "type": "library",
      "name": "validate-npm-package-license",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|validate-npm-package-license@3.0.1",
      "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.1",
      "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.1.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": "strip-indent",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-align",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|term-size@1.2.0",
      "author": "Sindre Sorhus",
      "description": "Reliably get the terminal window size (columns & rows)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/term-size@1.2.0",
      "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-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/term-size"
        }
      ]
    },
    {
      "type": "library",
      "name": "widest-line",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|widest-line@2.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@2.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-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/widest-line"
        }
      ]
    },
    {
      "type": "library",
      "name": "unique-string",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|write-file-atomic@2.3.0",
      "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.3.0",
      "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.3.0.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": "global-dirs",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|global-dirs@0.1.1",
      "author": "Sindre Sorhus",
      "description": "Get the directory of globally installed packages and binaries",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/global-dirs@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/global-dirs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/global-dirs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/global-dirs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/global-dirs"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-path-inside",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-path-inside@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Check if a path is inside another path",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-path-inside@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-path-inside.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-path-inside#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-path-inside/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-path-inside"
        }
      ]
    },
    {
      "type": "library",
      "name": "package-json",
      "version": "4.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "concat-map",
      "version": "0.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|concat-map@0.0.1",
      "author": "James Halliday",
      "description": "concatenative mapdashery",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/concat-map@0.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/substack/node-concat-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-concat-map#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-concat-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/concat-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "helper-get-function-arity",
      "group": "@babel",
      "version": "7.0.0-beta.36",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/helper-get-function-arity@7.0.0-beta.36",
      "description": "Helper function to get function arity",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/helper-get-function-arity@7.0.0-beta.36",
      "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-beta.36.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": "template",
      "group": "@babel",
      "version": "7.0.0-beta.36",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/template@7.0.0-beta.36",
      "author": "Sebastian McKenzie",
      "description": "Generate an AST from a string template.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/%40babel/template@7.0.0-beta.36",
      "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.0.0-beta.36.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/@babel/template"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "babylon",
          "version": "7.0.0-beta.36",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/template@7.0.0-beta.36|babylon@7.0.0-beta.36",
          "author": "Sebastian McKenzie",
          "description": "A JavaScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/babylon@7.0.0-beta.36",
          "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/babylon/-/babylon-7.0.0-beta.36.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@babel/template/node_modules/babylon"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "4.17.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|@babel/template@7.0.0-beta.36|lodash@4.17.4",
          "author": "John-David Dalton",
          "description": "Lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@4.17.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/-/lodash-4.17.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/@babel/template/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "p-locate",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/p-locate"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-exists",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "expand-brackets",
      "version": "0.1.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|expand-brackets@0.1.5",
      "author": "Jon Schlinkert",
      "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/expand-brackets@0.1.5",
      "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-0.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/expand-brackets"
        }
      ]
    },
    {
      "type": "library",
      "name": "extglob",
      "version": "0.3.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|extglob@0.3.2",
      "author": "Jon Schlinkert",
      "description": "Convert extended globs to regex-compatible strings. Add (almost) the expressive power of regular expressions to glob patterns.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/extglob@0.3.2",
      "externalReferences": [
        {
          "url": "git://github.com/jonschlinkert/extglob.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/extglob",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/extglob/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extglob"
        }
      ]
    },
    {
      "type": "library",
      "name": "filename-regex",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|filename-regex@2.0.1",
      "author": "Jon Schlinkert",
      "description": "Regular expression for matching file names, with or without extension.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/filename-regex@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/regexhq/filename-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/regexhq/filename-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/regexhq/filename-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/filename-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "kind-of",
      "version": "3.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/kind-of"
        }
      ]
    },
    {
      "type": "library",
      "name": "object.omit",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|object.omit@2.0.1",
      "author": "Jon Schlinkert",
      "description": "Return a copy of an object excluding the given key, or array of keys. Also accepts an optional filter function as the last argument.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object.omit@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/object.omit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/object.omit",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/object.omit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object.omit"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-glob",
      "version": "3.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|parse-glob@3.0.4",
      "author": "Jon Schlinkert",
      "description": "Parse a glob pattern into an object of tokens.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-glob@3.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/parse-glob.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/parse-glob",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/parse-glob/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "regex-cache",
      "version": "0.4.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|regex-cache@0.4.4",
      "author": "Jon Schlinkert",
      "description": "Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regex-cache@0.4.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/regex-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/regex-cache",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/regex-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regex-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-define-map",
      "version": "6.26.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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-optimise-call-expression",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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-helper-hoist-variables",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "regenerator-transform",
      "version": "0.10.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "html-tags",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|html-tags@2.0.0",
      "author": "Sindre Sorhus",
      "description": "List of standard HTML tags",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/html-tags@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/html-tags.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/html-tags#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/html-tags/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/html-tags"
        }
      ]
    },
    {
      "type": "library",
      "name": "svg-tags",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|svg-tags@1.0.0",
      "author": "Athan Reines",
      "description": "List of standard SVG tags.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://www.opensource.org/licenses/MIT"
          }
        }
      ],
      "purl": "pkg:npm/svg-tags@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/element-io/svg-tags.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/element-io/svg-tags#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/element-io/svg-tags/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/svg-tags"
        }
      ]
    },
    {
      "type": "library",
      "name": "arr-diff",
      "version": "4.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "fragment-cache",
      "version": "0.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nanomatch",
      "version": "1.2.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7",
      "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.7",
      "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.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nanomatch"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "define-property",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|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/nanomatch/node_modules/define-property"
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "5.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|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/nanomatch/node_modules/kind-of"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-descriptor",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|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/nanomatch/node_modules/is-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "6.0.2",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-descriptor@1.0.2|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/nanomatch/node_modules/is-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-accessor-descriptor",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|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/nanomatch/node_modules/is-accessor-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "6.0.2",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-accessor-descriptor@1.0.0|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/nanomatch/node_modules/is-accessor-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        },
        {
          "type": "library",
          "name": "is-data-descriptor",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|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/nanomatch/node_modules/is-data-descriptor"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "kind-of",
              "version": "6.0.2",
              "bom-ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-data-descriptor@1.0.0|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/nanomatch/node_modules/is-data-descriptor/node_modules/kind-of"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "object.pick",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|regex-not@1.0.0",
      "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.0",
      "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.0.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": "is-extendable",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/is-extendable"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-number",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "repeat-string",
      "version": "1.6.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "to-regex-range",
      "version": "2.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/to-regex-range"
        }
      ]
    },
    {
      "type": "library",
      "name": "snapdragon-util",
      "version": "3.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "base",
      "version": "0.11.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "is-descriptor",
          "version": "1.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|base@0.11.2|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/base/node_modules/is-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-accessor-descriptor",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|base@0.11.2|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/base/node_modules/is-accessor-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-data-descriptor",
          "version": "1.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|base@0.11.2|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/base/node_modules/is-data-descriptor"
            }
          ]
        },
        {
          "type": "library",
          "name": "kind-of",
          "version": "6.0.2",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|base@0.11.2|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/base/node_modules/kind-of"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "define-property",
      "version": "0.2.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/define-property"
        }
      ]
    },
    {
      "type": "library",
      "name": "map-cache",
      "version": "0.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "source-map-resolve",
      "version": "0.5.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|source-map-resolve@0.5.1",
      "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.1",
      "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.1.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": "2.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|use@2.0.2",
      "author": "Jon Schlinkert",
      "description": "Easily add plugin support to your node.js application.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/use@2.0.2",
      "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-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/use"
        }
      ]
    },
    {
      "type": "library",
      "name": "boom",
      "version": "2.10.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|boom@2.10.1",
      "description": "HTTP-friendly error objects",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/boom@2.10.1",
      "externalReferences": [
        {
          "url": "git://github.com/hapijs/boom.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hapijs/boom#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hapijs/boom/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/boom"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "hoek",
          "version": "2.16.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|boom@2.10.1|hoek@2.16.3",
          "description": "General purpose node utilities",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/hoek@2.16.3",
          "externalReferences": [
            {
              "url": "git://github.com/hapijs/hoek.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/hapijs/hoek#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/hapijs/hoek/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/boom/node_modules/hoek"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "cryptiles",
      "version": "2.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|cryptiles@2.0.5",
      "description": "General purpose crypto utilities",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cryptiles@2.0.5",
      "externalReferences": [
        {
          "url": "git://github.com/hapijs/cryptiles.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hapijs/cryptiles#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hapijs/cryptiles/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cryptiles"
        }
      ]
    },
    {
      "type": "library",
      "name": "sntp",
      "version": "1.0.9",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|sntp@1.0.9",
      "author": "Eran Hammer",
      "description": "SNTP Client",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared",
            "url": "http://github.com/hueniverse/sntp/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/sntp@1.0.9",
      "externalReferences": [
        {
          "url": "git://github.com/hueniverse/sntp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hueniverse/sntp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hueniverse/sntp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sntp"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "hoek",
          "version": "2.16.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|sntp@1.0.9|hoek@2.16.3",
          "description": "General purpose node utilities",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/hoek@2.16.3",
          "externalReferences": [
            {
              "url": "git://github.com/hapijs/hoek.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/hapijs/hoek#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/hapijs/hoek/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/sntp/node_modules/hoek"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "duplexify",
      "version": "3.5.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|duplexify@3.5.3",
      "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.5.3",
      "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.5.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/duplexify"
        }
      ]
    },
    {
      "type": "library",
      "name": "end-of-stream",
      "version": "1.4.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "flush-write-stream",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|flush-write-stream@1.0.2",
      "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.0.2",
      "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.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/flush-write-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "from2",
      "version": "2.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "parallel-transform",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "pump",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|pump@1.0.3",
      "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@1.0.3",
      "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-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pump"
        }
      ]
    },
    {
      "type": "library",
      "name": "pumpify",
      "version": "1.4.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|pumpify@1.4.0",
      "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.4.0",
      "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.4.0.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": "nuxt@1.4.5-tuxcare.1|pumpify@1.4.0|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": "stream-each",
      "version": "1.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|stream-each@1.2.2",
      "author": "Mathias Buus",
      "description": "Iterate all the data in a stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-each@1.2.2",
      "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.2.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": "aproba",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/aproba"
        }
      ]
    },
    {
      "type": "library",
      "name": "copy-concurrently",
      "version": "1.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-write-stream-atomic",
      "version": "1.0.10",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "run-queue",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "unique-slug",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|unique-slug@2.0.0",
      "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.0",
      "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.0.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": "shebang-regex",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "strict-uri-encode",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|strict-uri-encode@1.1.0",
      "author": "Kevin Mårtensson",
      "description": "A stricter URI encode adhering to RFC 3986",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/strict-uri-encode@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/kevva/strict-uri-encode.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kevva/strict-uri-encode#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kevva/strict-uri-encode/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strict-uri-encode"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-plain-obj",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "regenerate",
      "version": "1.3.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|regenerate@1.3.3",
      "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.3.3",
      "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.3.3.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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "caniuse-db",
      "version": "1.0.30000800",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|caniuse-db@1.0.30000800",
      "author": "Alexis Deveria",
      "description": "Raw browser/feature support data from caniuse.com",
      "licenses": [
        {
          "license": {
            "id": "CC-BY-4.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/caniuse-db@1.0.30000800",
      "externalReferences": [
        {
          "url": "git+https://github.com/Fyrd/caniuse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Fyrd/caniuse#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Fyrd/caniuse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30000800.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/caniuse-db"
        }
      ]
    },
    {
      "type": "library",
      "name": "colormin",
      "version": "1.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|colormin@1.1.2",
      "author": "Ben Briggs",
      "description": "Turn a CSS color into its smallest representation.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/colormin@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/colormin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/colormin",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/colormin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/colormin/-/colormin-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/colormin"
        }
      ]
    },
    {
      "type": "library",
      "name": "uniqs",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|uniqs@2.0.0",
      "author": "Felix Gnass",
      "description": "Tiny utility to create unions and de-duplicated lists",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uniqs@2.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/fgnass/uniqs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fgnass/uniqs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fgnass/uniqs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uniqs"
        }
      ]
    },
    {
      "type": "library",
      "name": "uniqid",
      "version": "4.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|uniqid@4.1.1",
      "author": "Halász Ádám",
      "description": "Unique ID Generator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uniqid@4.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/adamhalasz/uniqid.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/adamhalasz/diet-uniqid/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/adamhalasz/uniqid/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uniqid/-/uniqid-4.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uniqid"
        }
      ]
    },
    {
      "type": "library",
      "name": "vendors",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|vendors@1.0.1",
      "author": "Titus Wormer",
      "description": "List of vendor prefixes known to the web platform",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vendors@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/wooorm/vendors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/wooorm/vendors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wooorm/vendors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vendors/-/vendors-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vendors"
        }
      ]
    },
    {
      "type": "library",
      "name": "alphanum-sort",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|alphanum-sort@1.0.2",
      "author": "Bogdan Chadkin",
      "description": "Alphanumeric sorting algorithm",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/alphanum-sort@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/TrySound/alphanum-sort.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TrySound/alphanum-sort",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TrySound/alphanum-sort/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/alphanum-sort"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-absolute-url",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-absolute-url@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Check if an URL is absolute",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-absolute-url@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-absolute-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-absolute-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-absolute-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-absolute-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-svg",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-svg@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Check if a string or buffer is SVG",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-svg@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-svg.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-svg#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-svg/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-svg/-/is-svg-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-svg"
        }
      ]
    },
    {
      "type": "library",
      "name": "svgo",
      "version": "0.7.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|svgo@0.7.2",
      "author": "Kir Belevich",
      "description": "Nodejs-based tool for optimizing SVG vector graphics files",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/svgo@0.7.2",
      "externalReferences": [
        {
          "url": "git://github.com/svg/svgo.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/svg/svgo",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/svg/svgo/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/svgo/-/svgo-0.7.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/svgo"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "js-yaml",
          "version": "3.7.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|svgo@0.7.2|js-yaml@3.7.0",
          "author": "Vladimir Zapparov",
          "description": "YAML 1.2 parser and serializer",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/js-yaml@3.7.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/nodeca/js-yaml.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/nodeca/js-yaml",
              "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.7.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/svgo/node_modules/js-yaml"
            }
          ]
        },
        {
          "type": "library",
          "name": "esprima",
          "version": "2.7.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|svgo@0.7.2|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/svgo/node_modules/esprima"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "dom-serializer",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|dom-serializer@0.1.0",
      "author": "Felix Boehm",
      "description": "render dom nodes to string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dom-serializer@0.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/cheeriojs/dom-renderer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cheeriojs/dom-renderer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cheeriojs/dom-renderer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dom-serializer"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "domelementtype",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|dom-serializer@0.1.0|domelementtype@1.1.3",
          "author": "Felix Boehm",
          "description": "all the types of nodes in htmlparser2's dom",
          "purl": "pkg:npm/domelementtype@1.1.3",
          "externalReferences": [
            {
              "url": "git://github.com/FB55/domelementtype.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/FB55/domelementtype#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/FB55/domelementtype/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/dom-serializer/node_modules/domelementtype"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "load-json-file",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|load-json-file@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Read and parse a JSON file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/load-json-file@2.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-2.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": "strip-bom",
          "version": "3.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|load-json-file@2.0.0|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/load-json-file/node_modules/strip-bom"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "path-type",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/path-type"
        }
      ]
    },
    {
      "type": "library",
      "name": "es-abstract",
      "version": "1.10.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|es-abstract@1.10.0",
      "author": "Jordan Harband",
      "description": "ECMAScript spec abstract operations.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es-abstract@1.10.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.10.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": "isomorphic-fetch",
      "version": "2.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|isomorphic-fetch@2.2.1",
      "author": "Matt Andrews",
      "description": "Isomorphic WHATWG Fetch API, for Node & Browserify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isomorphic-fetch@2.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/matthew-andrews/isomorphic-fetch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isomorphic-fetch"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "node-fetch",
          "version": "1.7.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|isomorphic-fetch@2.2.1|node-fetch@1.7.3",
          "author": "David Frank",
          "description": "A light-weight module that brings window.fetch to node.js and io.js",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/node-fetch@1.7.3",
          "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-1.7.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/isomorphic-fetch/node_modules/node-fetch"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "promise",
      "version": "7.3.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|promise@7.3.1",
      "author": "ForbesLindesay",
      "description": "Bare bones Promises/A+ implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/promise@7.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/then/promise.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/then/promise#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/then/promise/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/promise"
        }
      ]
    },
    {
      "type": "library",
      "name": "setimmediate",
      "version": "1.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "ua-parser-js",
      "version": "0.7.17",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ua-parser-js@0.7.17",
      "author": "Faisal Salman",
      "description": "Lightweight JavaScript-based user-agent string parser",
      "licenses": [
        {
          "expression": "(GPL-2.0 OR MIT)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/ua-parser-js@0.7.17",
      "externalReferences": [
        {
          "url": "git+https://github.com/faisalman/ua-parser-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/faisalman/ua-parser-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/faisalman/ua-parser-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.17.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ua-parser-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "circular-json",
      "version": "0.3.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|circular-json@0.3.3",
      "author": "Andrea Giammarchi",
      "description": "JSON does not handle circular references. This version does",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/circular-json@0.3.3",
      "externalReferences": [
        {
          "url": "git://github.com/WebReflection/circular-json.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/WebReflection/circular-json",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/WebReflection/circular-json/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/circular-json"
        }
      ]
    },
    {
      "type": "library",
      "name": "del",
      "version": "2.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|del@2.2.2",
      "author": "Sindre Sorhus",
      "description": "Delete files and folders",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/del@2.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/del.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/del#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/del/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/del/-/del-2.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/del"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "globby",
          "version": "5.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|del@2.2.2|globby@5.0.0",
          "author": "Sindre Sorhus",
          "description": "Extends `glob` with support for multiple patterns and exposes a Promise API",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/globby@5.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/globby.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/globby#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/globby/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/del/node_modules/globby"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "write",
      "version": "0.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|write@0.2.1",
      "author": "Jon Schlinkert",
      "description": "Write files to disk, creating intermediate directories if they don't exist.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/write@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/write.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/write",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/write/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/write/-/write-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/write"
        }
      ]
    },
    {
      "type": "library",
      "name": "chardet",
      "version": "0.4.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|chardet@0.4.2",
      "author": "Dmitry Shirokov",
      "description": "Character detector",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/chardet@0.4.2",
      "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.4.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chardet"
        }
      ]
    },
    {
      "type": "library",
      "name": "tmp",
      "version": "0.0.33",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "sprintf-js",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|sprintf-js@1.0.3",
      "author": "Alexandru Marasteanu",
      "description": "JavaScript sprintf implementation",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sprintf-js@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/alexei/sprintf.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/alexei/sprintf.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/alexei/sprintf.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sprintf-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "callsites",
      "version": "0.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|callsites@0.2.0",
      "author": "Sindre Sorhus",
      "description": "Get callsites from the V8 stack trace API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/callsites@0.2.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-0.2.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": "align-text",
      "version": "0.1.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "lower-case",
      "version": "1.1.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lower-case@1.1.4",
      "author": "Blake Embrey",
      "description": "Lowercase a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lower-case@1.1.4",
      "externalReferences": [
        {
          "url": "git://github.com/blakeembrey/lower-case.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/blakeembrey/lower-case",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/blakeembrey/lower-case/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lower-case"
        }
      ]
    },
    {
      "type": "library",
      "name": "math-expression-evaluator",
      "version": "1.2.17",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|math-expression-evaluator@1.2.17",
      "author": "Ankit",
      "description": "A flexible math expression evaluator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/math-expression-evaluator@1.2.17",
      "externalReferences": [
        {
          "url": "git+https://github.com/redhivesoftware/math-expression-evaluator.git#readme",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/redhivesoftware/math-expression-evaluator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/redhivesoftware/math-expression-evaluator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/math-expression-evaluator"
        }
      ]
    },
    {
      "type": "library",
      "name": "color",
      "version": "0.11.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|color@0.11.4",
      "description": "Color conversion and manipulation with CSS string support",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/color@0.11.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/Qix-/color.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Qix-/color#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Qix-/color/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/color/-/color-0.11.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/color"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "clone",
          "version": "1.0.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|color@0.11.4|clone@1.0.3",
          "author": "Paul Vorbach",
          "description": "deep cloning of objects and arrays",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/clone@1.0.3",
          "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.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/color/node_modules/clone"
            }
          ]
        },
        {
          "type": "library",
          "name": "color-string",
          "version": "0.3.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|color@0.11.4|color-string@0.3.0",
          "author": "Heather Arthur",
          "description": "Parser and generator for CSS color strings",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/color-string@0.3.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/harthur/color-string.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/harthur/color-string#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/harthur/color-string/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/color/node_modules/color-string"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "rgb",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|rgb@0.1.0",
      "author": "Valerio Proietti",
      "description": "converts all sorts of colors to rgb format.",
      "licenses": [
        {
          "license": {
            "name": "MIT (http://mootools.net/license.txt)",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rgb@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/kamicane/rgb.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kamicane/rgb#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kamicane/rgb/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rgb/-/rgb-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rgb"
        }
      ]
    },
    {
      "type": "library",
      "name": "color-string",
      "version": "1.5.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|color-string@1.5.2",
      "author": "Heather Arthur",
      "description": "Parser and generator for CSS color strings",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/color-string@1.5.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/Qix-/color-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Qix-/color-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Qix-/color-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/color-string/-/color-string-1.5.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/color-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "isnumeric",
      "version": "0.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|isnumeric@0.2.0",
      "author": "Lee Crossley",
      "description": "Determine if a JavaScript object is numeric",
      "purl": "pkg:npm/isnumeric@0.2.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/leecrossley/isNumeric.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://ilee.co.uk",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/leecrossley/isNumeric/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isnumeric/-/isnumeric-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isnumeric"
        }
      ]
    },
    {
      "type": "library",
      "name": "viewport-dimensions",
      "version": "0.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|viewport-dimensions@0.2.0",
      "author": "Alex Dunphy",
      "description": "Simple utility for watching and retrieving browser viewport width, height, vmin and vmax",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/viewport-dimensions@0.2.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/alexdunphy/viewport.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/alexdunphy/viewport",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/alexdunphy/viewport/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/viewport-dimensions/-/viewport-dimensions-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/viewport-dimensions"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-directory",
      "version": "0.3.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "parse-json",
      "version": "2.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/parse-json"
        }
      ]
    },
    {
      "type": "library",
      "name": "require-from-string",
      "version": "1.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|require-from-string@1.2.1",
      "author": "Vsevolod Strukchinsky",
      "description": "Require module from string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/require-from-string@1.2.1",
      "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-1.2.1.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": "boolbase",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|boolbase@1.0.0",
      "author": "Felix Boehm",
      "description": "two functions: One that returns true, one that returns false",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/boolbase@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/fb55/boolbase.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/boolbase",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fb55/boolbase/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/boolbase"
        }
      ]
    },
    {
      "type": "library",
      "name": "css-what",
      "version": "2.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|css-what@2.1.0",
      "author": "Felix Böhm",
      "description": "a CSS selector parser",
      "licenses": [
        {
          "license": {
            "name": "BSD-like",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css-what@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/fb55/css-what.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/css-what#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fb55/css-what/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/css-what"
        }
      ]
    },
    {
      "type": "library",
      "name": "nth-check",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|nth-check@1.0.1",
      "author": "Felix Boehm",
      "description": "performant nth-check parser & compiler",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nth-check@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/fb55/nth-check.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/nth-check",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fb55/nth-check/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nth-check"
        }
      ]
    },
    {
      "type": "library",
      "name": "foreach",
      "version": "2.0.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|foreach@2.0.5",
      "author": "Manuel Stofer",
      "description": "foreach component + npm package",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/foreach@2.0.5",
      "externalReferences": [
        {
          "url": "git://github.com/manuelstofer/foreach.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/manuelstofer/foreach#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/manuelstofer/foreach/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/foreach"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-from",
      "version": "1.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|buffer-from@1.1.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer-from@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/LinusU/buffer-from.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/LinusU/buffer-from#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/LinusU/buffer-from/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-crc32",
      "version": "0.2.13",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|buffer-crc32@0.2.13",
      "author": "Brian J. Brennan",
      "description": "A pure javascript CRC32 algorithm that plays nice with binary data",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        },
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/buffer-crc32@0.2.13",
      "externalReferences": [
        {
          "url": "git://github.com/brianloveswords/buffer-crc32.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/brianloveswords/buffer-crc32",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/brianloveswords/buffer-crc32/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-crc32"
        }
      ]
    },
    {
      "type": "library",
      "name": "fd-slicer",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|fd-slicer@1.1.0",
      "author": "Andrew Kelley",
      "description": "safely create multiple ReadStream or WriteStream objects from the same file descriptor",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fd-slicer@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/andrewrk/node-fd-slicer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/andrewrk/node-fd-slicer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/andrewrk/node-fd-slicer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fd-slicer"
        }
      ]
    },
    {
      "type": "library",
      "name": "es6-promisify",
      "version": "5.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "extsprintf",
      "version": "1.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "extsprintf",
          "version": "1.4.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|verror@1.10.0|extsprintf@1.4.0",
          "description": "extended POSIX-style sprintf",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/extsprintf@1.4.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.4.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/verror/node_modules/extsprintf"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "asn1",
      "version": "0.2.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|asn1@0.2.3",
      "author": "Mark Cavage",
      "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/asn1@0.2.3",
      "externalReferences": [
        {
          "url": "git://github.com/mcavage/node-asn1.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mcavage/node-asn1#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mcavage/node-asn1/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.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.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|bcrypt-pbkdf@1.0.1",
      "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.1",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.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": "nuxt@1.4.5-tuxcare.1|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.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ecc-jsbn@0.1.1",
      "author": "Jeremie Miller",
      "description": "ECC JS code based on JSBN",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ecc-jsbn@0.1.1",
      "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.1.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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "d",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|d@1.0.0",
      "author": "Mariusz Nowak",
      "description": "Property descriptor factory",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/d@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/medikoo/d.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/medikoo/d#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/medikoo/d/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/d/-/d-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/d"
        }
      ]
    },
    {
      "type": "library",
      "name": "es5-ext",
      "version": "0.10.38",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|es5-ext@0.10.38",
      "author": "Mariusz Nowak",
      "description": "ECMAScript extensions and shims",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es5-ext@0.10.38",
      "externalReferences": [
        {
          "url": "git://github.com/medikoo/es5-ext.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/medikoo/es5-ext#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/medikoo/es5-ext/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.38.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es5-ext"
        }
      ]
    },
    {
      "type": "library",
      "name": "es6-iterator",
      "version": "2.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|es6-iterator@2.0.3",
      "author": "Mariusz Nowak",
      "description": "Iterator abstraction based on ES6 specification",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es6-iterator@2.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/medikoo/es6-iterator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/medikoo/es6-iterator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/medikoo/es6-iterator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es6-iterator"
        }
      ]
    },
    {
      "type": "library",
      "name": "es6-set",
      "version": "0.1.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|es6-set@0.1.5",
      "author": "Mariusz Nowak",
      "description": "ECMAScript6 Set polyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es6-set@0.1.5",
      "externalReferences": [
        {
          "url": "git://github.com/medikoo/es6-set.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/medikoo/es6-set#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/medikoo/es6-set/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es6-set"
        }
      ]
    },
    {
      "type": "library",
      "name": "es6-symbol",
      "version": "3.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|es6-symbol@3.1.1",
      "author": "Mariusz Nowak",
      "description": "ECMAScript 6 Symbol polyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es6-symbol@3.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/medikoo/es6-symbol.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/medikoo/es6-symbol#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/medikoo/es6-symbol/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es6-symbol"
        }
      ]
    },
    {
      "type": "library",
      "name": "event-emitter",
      "version": "0.3.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|event-emitter@0.3.5",
      "author": "Mariusz Nowak",
      "description": "Environment agnostic event emitter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/event-emitter@0.3.5",
      "externalReferences": [
        {
          "url": "git://github.com/medikoo/event-emitter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/medikoo/event-emitter#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/medikoo/event-emitter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/event-emitter"
        }
      ]
    },
    {
      "type": "library",
      "name": "pako",
      "version": "1.0.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "base64-js",
      "version": "1.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|base64-js@1.2.1",
      "author": "T. Jameson Little",
      "description": "Base64 encoding/decoding in pure JS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/base64-js@1.2.1",
      "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.2.1.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": "ieee754",
      "version": "1.1.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ieee754@1.1.8",
      "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.8",
      "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.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ieee754"
        }
      ]
    },
    {
      "type": "library",
      "name": "date-now",
      "version": "0.1.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|browserify-cipher@1.0.0",
      "author": "Calvin Metcalf",
      "description": "ciphers for the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserify-cipher@1.0.0",
      "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.0.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": "nuxt@1.4.5-tuxcare.1|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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|create-ecdh@4.0.0",
      "author": "Calvin Metcalf",
      "description": "createECDH but browserifiable",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/create-ecdh@4.0.0",
      "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.0.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.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|create-hash@1.1.3",
      "description": "create hashes for browserify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/create-hash@1.1.3",
      "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.1.3.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.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|create-hmac@1.1.6",
      "description": "node style hmacs in the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/create-hmac@1.1.6",
      "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.6.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.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|diffie-hellman@5.0.2",
      "author": "Calvin Metcalf",
      "description": "pure js diffie-hellman",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/diffie-hellman@5.0.2",
      "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.2.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.14",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|pbkdf2@3.0.14",
      "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.14",
      "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.14.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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|public-encrypt@4.0.0",
      "description": "browserify version of publicEncrypt & privateDecrypt",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/public-encrypt@4.0.0",
      "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.0.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": "nuxt@1.4.5-tuxcare.1|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.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|randomfill@1.0.3",
      "description": "random fill from browserify stand alone",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/randomfill@1.0.3",
      "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/randomfill/-/randomfill-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/randomfill"
        }
      ]
    },
    {
      "type": "library",
      "name": "builtin-status-codes",
      "version": "3.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "to-arraybuffer",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "indexof",
      "version": "0.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "invert-kv",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/invert-kv"
        }
      ]
    },
    {
      "type": "library",
      "name": "mimic-fn",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/mimic-fn"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-explode-assignable-expression",
      "version": "6.24.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "deep-equal",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|deep-equal@1.0.1",
      "author": "James Halliday",
      "description": "node's assert.deepEqual algorithm",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/deep-equal@1.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/substack/node-deep-equal.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-deep-equal#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-deep-equal/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deep-equal"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-url",
      "version": "1.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-url@1.2.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-url@1.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/segmentio/is-url.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/segmentio/is-url#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/segmentio/is-url/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-url/-/is-url-1.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-url"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-key",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "is-finite",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "spdx-correct",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|spdx-correct@1.0.2",
      "author": "Kyle E. Mitchell",
      "description": "correct invalid SPDX identifiers",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spdx-correct@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/kemitchell/spdx-correct.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kemitchell/spdx-correct.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kemitchell/spdx-correct.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.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": "1.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|spdx-expression-parse@1.0.4",
      "author": "Kyle E. Mitchell",
      "description": "parse SPDX license expressions",
      "licenses": [
        {
          "expression": "(MIT AND CC-BY-3.0)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/spdx-expression-parse@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/kemitchell/spdx-expression-parse.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kemitchell/spdx-expression-parse.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kemitchell/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-1.0.4.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": "get-stdin",
      "version": "4.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/get-stdin"
        }
      ]
    },
    {
      "type": "library",
      "name": "error-ex",
      "version": "1.3.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|error-ex@1.3.1",
      "description": "Easy error subclassing and stack customization",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/error-ex@1.3.1",
      "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.1.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": "json-parse-better-errors",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|json-parse-better-errors@1.0.1",
      "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.1",
      "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.1.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": "crypto-random-string",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "ini",
      "version": "1.3.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "got",
      "version": "6.7.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "registry-auth-token",
      "version": "3.3.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "expand-range",
      "version": "1.8.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2",
      "author": "Jon Schlinkert",
      "description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/expand-range@1.8.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/expand-range.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/expand-range",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/expand-range/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/expand-range"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "fill-range",
          "version": "2.2.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2|fill-range@2.2.3",
          "author": "Jon Schlinkert",
          "description": "Fill in a range of numbers or letters, optionally passing an increment or multiplier to use.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/fill-range@2.2.3",
          "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-2.2.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-range/node_modules/fill-range"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-number",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2|is-number@2.1.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@2.1.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-2.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/expand-range/node_modules/is-number"
            }
          ]
        },
        {
          "type": "library",
          "name": "isobject",
          "version": "2.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2|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/expand-range/node_modules/isobject"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "preserve",
      "version": "0.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|preserve@0.2.0",
      "author": "Jon Schlinkert",
      "description": "Temporarily substitute tokens in the given `string` with placeholders, then put them back after transforming the string.",
      "purl": "pkg:npm/preserve@0.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/jonschlinkert/preserve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/preserve",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/preserve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/preserve"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-posix-bracket",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-posix-bracket@0.1.1",
      "author": "Jon Schlinkert",
      "description": "Returns true if the given string is a POSIX bracket expression (POSIX character class).",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-posix-bracket@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-posix-bracket.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-posix-bracket",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-posix-bracket/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-posix-bracket"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-buffer",
      "version": "1.1.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.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/is-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "for-own",
      "version": "0.1.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|for-own@0.1.5",
      "author": "Jon Schlinkert",
      "description": "Iterate over the own 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-own@0.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/for-own.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/for-own",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/for-own/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/for-own"
        }
      ]
    },
    {
      "type": "library",
      "name": "glob-base",
      "version": "0.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|glob-base@0.3.0",
      "author": "Jon Schlinkert",
      "description": "Returns an object with the (non-glob) base path and the actual pattern.",
      "purl": "pkg:npm/glob-base@0.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/jonschlinkert/glob-base.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/glob-base",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/glob-base/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob-base"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-dotfile",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-dotfile@1.0.3",
      "author": "Jon Schlinkert",
      "description": "Return true if a file path is (or has) a dotfile. Returns false if the path is a dot directory.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-dotfile@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-dotfile.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-dotfile",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-dotfile/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-dotfile"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-equal-shallow",
      "version": "0.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-equal-shallow@0.1.3",
      "author": "Jon Schlinkert",
      "description": "Does a shallow comparison of two objects, returning false if the keys or values differ.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-equal-shallow@0.1.3",
      "externalReferences": [
        {
          "url": "git://github.com/jonschlinkert/is-equal-shallow.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-equal-shallow",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-equal-shallow/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-equal-shallow"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-odd",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-odd@1.0.0",
      "author": "Jon Schlinkert",
      "description": "Returns true if the given number is odd.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-odd@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-odd.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-odd",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-odd/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-odd/-/is-odd-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-odd"
        }
      ]
    },
    {
      "type": "library",
      "name": "cache-base",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "component-emitter",
      "version": "1.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|mixin-deep@1.3.0",
      "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.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mixin-deep"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "is-extendable",
          "version": "1.0.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|mixin-deep@1.3.0|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/mixin-deep/node_modules/is-extendable"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "pascalcase",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "is-descriptor",
      "version": "0.1.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/is-descriptor"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "kind-of",
          "version": "5.1.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|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/is-descriptor/node_modules/kind-of"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "atob",
      "version": "2.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|atob@2.0.3",
      "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.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/coolaj86/node-browser-compat/atob.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/coolaj86/node-browser-compat",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://registry.npmjs.org/atob/-/atob-2.0.3.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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "lazy-cache",
      "version": "2.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lazy-cache@2.0.2",
      "author": "Jon Schlinkert",
      "description": "Cache requires to be lazy-loaded when needed.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lazy-cache@2.0.2",
      "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-2.0.2.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": "assign-symbols",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "json-stable-stringify",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|json-stable-stringify@1.0.1",
      "author": "James Halliday",
      "description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json-stable-stringify@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/substack/json-stable-stringify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/json-stable-stringify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/json-stable-stringify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-stable-stringify"
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-shift",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "cyclist",
      "version": "0.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "iferr",
      "version": "0.1.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "css-color-names",
      "version": "0.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|css-color-names@0.0.4",
      "author": "Dave Eddy",
      "description": "A JSON Object of css color names mapped to their hex value",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css-color-names@0.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/bahamas10/css-color-names.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bahamas10/css-color-names#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bahamas10/css-color-names/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/css-color-names"
        }
      ]
    },
    {
      "type": "library",
      "name": "macaddress",
      "version": "0.2.8",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|macaddress@0.2.8",
      "author": "Julian Fleischer",
      "description": "Get the MAC addresses (hardware addresses) of the hosts network interfaces.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/macaddress@0.2.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/scravy/node-macaddress.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/scravy/node-macaddress",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/scravy/node-macaddress/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/macaddress/-/macaddress-0.2.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/macaddress"
        }
      ]
    },
    {
      "type": "library",
      "name": "html-comment-regex",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|html-comment-regex@1.1.1",
      "author": "Steve Mao",
      "description": "Regular expression for matching HTML comments",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/html-comment-regex@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/stevemao/html-comment-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/stevemao/html-comment-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/stevemao/html-comment-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/html-comment-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "coa",
      "version": "1.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|coa@1.0.4",
      "author": "Sergey Berezhnoy",
      "description": "Command-Option-Argument: Yet another parser for command line options.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/coa@1.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/veged/coa.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/veged/coa",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/veged/coa/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/coa/-/coa-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/coa"
        }
      ]
    },
    {
      "type": "library",
      "name": "colors",
      "version": "1.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|colors@1.1.2",
      "author": "Marak Squires",
      "description": "get colors in your node.js console",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/colors@1.1.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.1.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": "csso",
      "version": "2.3.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|csso@2.3.2",
      "author": "Sergey Kryzhanovsky",
      "description": "CSSO (CSS Optimizer) is a CSS minifier with structural optimisations",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/csso@2.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/css/csso.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/css/csso",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/css/csso/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/csso/-/csso-2.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/csso"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.5.7",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|csso@2.3.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/csso/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "whet.extend",
      "version": "0.9.9",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|whet.extend@0.9.9",
      "author": "Dmitrii Karpich",
      "description": "A sharped version of port of jQuery.extend that actually works on node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/whet.extend@0.9.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/Meettya/whet.extend.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Meettya/whet.extend#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Meettya/whet.extend/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/whet.extend/-/whet.extend-0.9.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/whet.extend"
        }
      ]
    },
    {
      "type": "library",
      "name": "es-to-primitive",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|es-to-primitive@1.1.1",
      "author": "Jordan Harband",
      "description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES6 versions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es-to-primitive@1.1.1",
      "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.1.1.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": "is-callable",
      "version": "1.1.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-callable@1.1.3",
      "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.3",
      "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.3.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": "nuxt@1.4.5-tuxcare.1|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": "whatwg-fetch",
      "version": "2.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|whatwg-fetch@2.0.3",
      "description": "A window.fetch polyfill.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/whatwg-fetch@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/github/fetch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/github/fetch#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/github/fetch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/whatwg-fetch"
        }
      ]
    },
    {
      "type": "library",
      "name": "asap",
      "version": "2.0.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "is-path-cwd",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-path-cwd@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if a path is CWD",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-path-cwd@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-path-cwd.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-path-cwd#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-path-cwd/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-path-cwd"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-path-in-cwd",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-path-in-cwd@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if a path is in the current working directory",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-path-in-cwd@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/is-path-in-cwd.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/is-path-in-cwd#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/is-path-in-cwd/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-path-in-cwd"
        }
      ]
    },
    {
      "type": "library",
      "name": "longest",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "simple-swizzle",
      "version": "0.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|simple-swizzle@0.2.2",
      "author": "Qix",
      "description": "Simply swizzle your arguments",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/simple-swizzle@0.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/qix-/node-simple-swizzle.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/qix-/node-simple-swizzle#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/qix-/node-simple-swizzle/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/simple-swizzle"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "is-arrayish",
          "version": "0.3.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|simple-swizzle@0.2.2|is-arrayish@0.3.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.3.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.3.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/simple-swizzle/node_modules/is-arrayish"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "pend",
      "version": "1.2.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|pend@1.2.0",
      "author": "Andrew Kelley",
      "description": "dead-simple optimistic async helper",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pend@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/andrewrk/node-pend.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/andrewrk/node-pend#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/andrewrk/node-pend/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pend"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserify-aes",
      "version": "1.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|browserify-aes@1.1.1",
      "description": "aes, for browserify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserify-aes@1.1.1",
      "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.1.1.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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|browserify-des@1.0.0",
      "author": "Calvin Metcalf",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserify-des@1.0.0",
      "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.0.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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|elliptic@6.4.0",
      "author": "Fedor Indutny",
      "description": "EC cryptography",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/elliptic@6.4.0",
      "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.0.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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|parse-asn1@5.1.0",
      "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.0",
      "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.0.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": "nuxt@1.4.5-tuxcare.1|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": "ripemd160",
      "version": "2.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|ripemd160@2.0.1",
      "description": "Compute ripemd160 of bytes or strings.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ripemd160@2.0.1",
      "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.1.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.10",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|sha.js@2.4.10",
      "author": "Dominic Tarr",
      "description": "Streamable SHA hashes in pure javascript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sha.js@2.4.10",
      "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.10.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": "nuxt@1.4.5-tuxcare.1|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": "code-point-at",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "number-is-nan",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "spdx-license-ids",
      "version": "1.2.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|spdx-license-ids@1.2.2",
      "author": "Shinnosuke Watanabe",
      "description": "A list of SPDX license identifiers",
      "licenses": [
        {
          "license": {
            "id": "Unlicense",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spdx-license-ids@1.2.2",
      "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-1.2.2.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": "is-arrayish",
      "version": "0.2.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "create-error-class",
      "version": "3.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|lowercase-keys@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Lowercase the keys of an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lowercase-keys@1.0.0",
      "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.0.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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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.5",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|rc@1.2.5",
      "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.5",
      "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.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rc"
        }
      ]
    },
    {
      "type": "library",
      "name": "for-in",
      "version": "1.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "is-primitive",
      "version": "2.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-primitive@2.0.0",
      "author": "Jon Schlinkert",
      "description": "Returns `true` if the value is a primitive. ",
      "purl": "pkg:npm/is-primitive@2.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/jonschlinkert/is-primitive.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-primitive",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-primitive/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-primitive"
        }
      ]
    },
    {
      "type": "library",
      "name": "posix-character-classes",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "collection-visit",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "to-object-path",
      "version": "0.3.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "union-value",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "set-value",
          "version": "0.4.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "unset-value",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "arr-union",
      "version": "3.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "static-extend",
      "version": "0.1.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-accessor-descriptor",
      "version": "0.1.6",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/is-accessor-descriptor"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-data-descriptor",
      "version": "0.1.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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/is-data-descriptor"
        }
      ]
    },
    {
      "type": "library",
      "name": "set-getter",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|set-getter@0.1.0",
      "author": "Brian Woodward",
      "description": "Create nested getter properties and any intermediary dot notation (`'a.b.c'`) paths",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/set-getter@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/doowb/set-getter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/doowb/set-getter",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/doowb/set-getter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/set-getter/-/set-getter-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/set-getter"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-plain-object",
      "version": "2.0.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "q",
      "version": "1.5.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "clap",
      "version": "1.2.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|clap@1.2.3",
      "author": "Roman Dvornov",
      "description": "Command line argument parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/clap@1.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/lahmatiy/clap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lahmatiy/clap",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lahmatiy/clap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/clap/-/clap-1.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/clap"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|clap@1.2.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/clap/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|clap@1.2.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/clap/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|clap@1.2.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/clap/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "is-date-object",
      "version": "1.0.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|is-symbol@1.0.1",
      "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.1",
      "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.1.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": "buffer-xor",
      "version": "1.0.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "md5.js",
      "version": "1.3.4",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|md5.js@1.3.4",
      "author": "Kirill Fomichev",
      "description": "node style md5 on pure JavaScript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/md5.js@1.3.4",
      "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.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/md5.js"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "hash-base",
          "version": "3.0.4",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|md5.js@1.3.4|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/md5.js/node_modules/hash-base"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "brorand",
      "version": "1.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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.3",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|hash.js@1.1.3",
      "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.3",
      "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.3.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": "nuxt@1.4.5-tuxcare.1|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.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|minimalistic-assert@1.0.0",
      "description": "minimalistic-assert ===",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minimalistic-assert@1.0.0",
      "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.0.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": "nuxt@1.4.5-tuxcare.1|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.9.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|asn1.js@4.9.2",
      "author": "Fedor Indutny",
      "description": "ASN.1 encoder and decoder",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/asn1.js@4.9.2",
      "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.9.2.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": "2.0.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|hash-base@2.0.2",
      "author": "Kirill Fomichev",
      "description": "abstract base class for hash-streams",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hash-base@2.0.2",
      "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-2.0.2.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": "capture-stack-trace",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|capture-stack-trace@1.0.0",
      "author": "Vsevolod Strukchinsky",
      "description": "Error.captureStackTrace ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/capture-stack-trace@1.0.0",
      "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.0.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": "deep-extend",
      "version": "0.4.2",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|deep-extend@0.4.2",
      "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.4.2",
      "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.4.2.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": "randomatic",
      "version": "1.1.7",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|randomatic@1.1.7",
      "author": "Jon Schlinkert",
      "description": "Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/randomatic@1.1.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/randomatic.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/randomatic",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/randomatic/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/randomatic"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "kind-of",
          "version": "4.0.0",
          "bom-ref": "nuxt@1.4.5-tuxcare.1|randomatic@1.1.7|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/randomatic/node_modules/kind-of"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "map-visit",
      "version": "1.0.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "nuxt@1.4.5-tuxcare.1|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": "object-copy",
      "version": "0.1.0",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "copy-descriptor",
      "version": "0.1.1",
      "bom-ref": "nuxt@1.4.5-tuxcare.1|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"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "nuxt@1.4.5-tuxcare.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@nuxtjs/youch@4.2.3",
        "nuxt@1.4.5-tuxcare.1|amdefine@1.0.1",
        "nuxt@1.4.5-tuxcare.1|ansi-html@0.0.7",
        "nuxt@1.4.5-tuxcare.1|append-transform@0.4.0",
        "nuxt@1.4.5-tuxcare.1|archy@1.0.0",
        "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5",
        "nuxt@1.4.5-tuxcare.1|ava@0.25.0",
        "nuxt@1.4.5-tuxcare.1|babel-core@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-eslint@8.2.1",
        "nuxt@1.4.5-tuxcare.1|babel-loader@7.1.2",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-array-includes@2.0.3",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-external-helpers@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-istanbul@4.1.5",
        "nuxt@1.4.5-tuxcare.1|babel-preset-vue-app@2.0.0",
        "nuxt@1.4.5-tuxcare.1|caniuse-lite@1.0.30000808",
        "nuxt@1.4.5-tuxcare.1|chalk@2.3.1",
        "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1",
        "nuxt@1.4.5-tuxcare.1|clone@2.1.1",
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0",
        "nuxt@1.4.5-tuxcare.1|compression@1.7.1",
        "nuxt@1.4.5-tuxcare.1|connect@3.6.5",
        "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1",
        "nuxt@1.4.5-tuxcare.1|cross-env@5.1.3",
        "nuxt@1.4.5-tuxcare.1|css-hot-loader@1.3.7",
        "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9",
        "nuxt@1.4.5-tuxcare.1|debug-log@1.0.1",
        "nuxt@1.4.5-tuxcare.1|debug@3.1.0",
        "nuxt@1.4.5-tuxcare.1|default-require-extensions@1.0.0",
        "nuxt@1.4.5-tuxcare.1|es6-promise@4.2.4",
        "nuxt@1.4.5-tuxcare.1|eslint-config-standard-jsx@4.0.2",
        "nuxt@1.4.5-tuxcare.1|eslint-config-standard@11.0.0-beta.0",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-html@4.0.2",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-import@2.8.0",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-node@6.0.0",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-promise@3.6.0",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-react@7.6.1",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-standard@3.0.1",
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0",
        "nuxt@1.4.5-tuxcare.1|etag@1.8.1",
        "nuxt@1.4.5-tuxcare.1|express@4.16.2",
        "nuxt@1.4.5-tuxcare.1|extract-text-webpack-plugin@3.0.2",
        "nuxt@1.4.5-tuxcare.1|file-loader@1.1.6",
        "nuxt@1.4.5-tuxcare.1|finalhandler@1.1.0",
        "nuxt@1.4.5-tuxcare.1|foreground-child@1.5.6",
        "nuxt@1.4.5-tuxcare.1|fresh@0.5.2",
        "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1",
        "nuxt@1.4.5-tuxcare.1|fs-extra@5.0.0",
        "nuxt@1.4.5-tuxcare.1|glob@7.1.2",
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11",
        "nuxt@1.4.5-tuxcare.1|hash-sum@1.0.2",
        "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9",
        "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1",
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-hook@1.1.0",
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-report@1.1.2",
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-source-maps@1.2.2",
        "nuxt@1.4.5-tuxcare.1|istanbul-reports@1.1.3",
        "nuxt@1.4.5-tuxcare.1|jsdom@11.6.2",
        "nuxt@1.4.5-tuxcare.1|json-loader@0.5.7",
        "nuxt@1.4.5-tuxcare.1|launch-editor-middleware@2.2.1",
        "nuxt@1.4.5-tuxcare.1|launch-editor@2.2.1",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
        "nuxt@1.4.5-tuxcare.1|lru-cache@4.1.1",
        "nuxt@1.4.5-tuxcare.1|memory-fs@0.4.1",
        "nuxt@1.4.5-tuxcare.1|merge-source-map@1.1.0",
        "nuxt@1.4.5-tuxcare.1|minimist@1.2.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1",
        "nuxt@1.4.5-tuxcare.1|opencollective@1.0.3",
        "nuxt@1.4.5-tuxcare.1|optimist@0.6.1",
        "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-import-resolver@1.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-loader@2.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss@6.0.17",
        "nuxt@1.4.5-tuxcare.1|pretty-error@2.1.1",
        "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.0",
        "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0",
        "nuxt@1.4.5-tuxcare.1|request-promise-native@1.0.5",
        "nuxt@1.4.5-tuxcare.1|request@2.83.0",
        "nuxt@1.4.5-tuxcare.1|semver@5.5.0",
        "nuxt@1.4.5-tuxcare.1|serialize-javascript@1.4.0",
        "nuxt@1.4.5-tuxcare.1|serve-static@1.13.2",
        "nuxt@1.4.5-tuxcare.1|server-destroy@1.0.1",
        "nuxt@1.4.5-tuxcare.1|sinon@4.3.0",
        "nuxt@1.4.5-tuxcare.1|source-map@0.7.0",
        "nuxt@1.4.5-tuxcare.1|spawn-wrap@1.4.2",
        "nuxt@1.4.5-tuxcare.1|style-resources-loader@1.0.0",
        "nuxt@1.4.5-tuxcare.1|uglify-js@3.3.10",
        "nuxt@1.4.5-tuxcare.1|uglifyjs-webpack-plugin@1.1.8",
        "nuxt@1.4.5-tuxcare.1|upath@1.2.0",
        "nuxt@1.4.5-tuxcare.1|url-loader@0.6.2",
        "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2",
        "nuxt@1.4.5-tuxcare.1|vue-meta@1.4.3",
        "nuxt@1.4.5-tuxcare.1|vue-router@3.0.1",
        "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17",
        "nuxt@1.4.5-tuxcare.1|vue-template-compiler@2.5.17",
        "nuxt@1.4.5-tuxcare.1|vue@2.5.17",
        "nuxt@1.4.5-tuxcare.1|vuex@3.0.1",
        "nuxt@1.4.5-tuxcare.1|webpack-bundle-analyzer@2.10.0",
        "nuxt@1.4.5-tuxcare.1|webpack-dev-middleware@2.0.5",
        "nuxt@1.4.5-tuxcare.1|webpack-hot-middleware@2.21.0",
        "nuxt@1.4.5-tuxcare.1|webpack-node-externals@1.6.0",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0",
        "nuxt@1.4.5-tuxcare.1|yargs-parser@8.1.0",
        "nuxt@1.4.5-tuxcare.1|yargs@10.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@nuxtjs/youch@4.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cookie@0.3.1",
        "nuxt@1.4.5-tuxcare.1|mustache@2.3.0",
        "nuxt@1.4.5-tuxcare.1|stack-trace@0.0.10"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|amdefine@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ansi-html@0.0.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|append-transform@0.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|default-require-extensions@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|archy@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|browserslist@2.11.3",
        "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|caniuse-lite@1.0.30000792",
        "nuxt@1.4.5-tuxcare.1|normalize-range@0.1.2",
        "nuxt@1.4.5-tuxcare.1|num2fraction@1.2.2",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|caniuse-lite@1.0.30000792"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-stage-4@1.1.0",
        "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-transform-test-files@3.0.0",
        "nuxt@1.4.5-tuxcare.1|@ava/write-file-atomic@2.2.0",
        "nuxt@1.4.5-tuxcare.1|@concordance/react@1.0.0",
        "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4",
        "nuxt@1.4.5-tuxcare.1|ansi-escapes@3.0.0",
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|arr-flatten@1.1.0",
        "nuxt@1.4.5-tuxcare.1|array-union@1.0.2",
        "nuxt@1.4.5-tuxcare.1|array-uniq@1.0.3",
        "nuxt@1.4.5-tuxcare.1|arrify@1.0.1",
        "nuxt@1.4.5-tuxcare.1|auto-bind@1.2.0",
        "nuxt@1.4.5-tuxcare.1|ava-init@0.2.1",
        "nuxt@1.4.5-tuxcare.1|babel-core@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-generator@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-object-rest-spread@6.13.0",
        "nuxt@1.4.5-tuxcare.1|bluebird@3.5.1",
        "nuxt@1.4.5-tuxcare.1|caching-transform@1.0.1",
        "nuxt@1.4.5-tuxcare.1|ava@0.25.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|ava@0.25.0|chokidar@1.7.0",
        "nuxt@1.4.5-tuxcare.1|clean-stack@1.3.0",
        "nuxt@1.4.5-tuxcare.1|clean-yaml-object@0.1.0",
        "nuxt@1.4.5-tuxcare.1|cli-cursor@2.1.0",
        "nuxt@1.4.5-tuxcare.1|cli-spinners@1.1.0",
        "nuxt@1.4.5-tuxcare.1|cli-truncate@1.1.0",
        "nuxt@1.4.5-tuxcare.1|co-with-promise@4.6.0",
        "nuxt@1.4.5-tuxcare.1|code-excerpt@2.1.1",
        "nuxt@1.4.5-tuxcare.1|common-path-prefix@1.0.0",
        "nuxt@1.4.5-tuxcare.1|concordance@3.0.0",
        "nuxt@1.4.5-tuxcare.1|convert-source-map@1.5.1",
        "nuxt@1.4.5-tuxcare.1|core-assert@0.2.1",
        "nuxt@1.4.5-tuxcare.1|currently-unhandled@0.4.1",
        "nuxt@1.4.5-tuxcare.1|debug@3.1.0",
        "nuxt@1.4.5-tuxcare.1|dot-prop@4.2.0",
        "nuxt@1.4.5-tuxcare.1|empower-core@0.6.2",
        "nuxt@1.4.5-tuxcare.1|equal-length@1.0.1",
        "nuxt@1.4.5-tuxcare.1|figures@2.0.0",
        "nuxt@1.4.5-tuxcare.1|find-cache-dir@1.0.0",
        "nuxt@1.4.5-tuxcare.1|fn-name@2.0.1",
        "nuxt@1.4.5-tuxcare.1|get-port@3.2.0",
        "nuxt@1.4.5-tuxcare.1|globby@6.1.0",
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0",
        "nuxt@1.4.5-tuxcare.1|hullabaloo-config-manager@1.1.1",
        "nuxt@1.4.5-tuxcare.1|ignore-by-default@1.0.1",
        "nuxt@1.4.5-tuxcare.1|import-local@0.1.1",
        "nuxt@1.4.5-tuxcare.1|indent-string@3.2.0",
        "nuxt@1.4.5-tuxcare.1|is-ci@1.1.0",
        "nuxt@1.4.5-tuxcare.1|is-generator-fn@1.0.0",
        "nuxt@1.4.5-tuxcare.1|is-obj@1.0.1",
        "nuxt@1.4.5-tuxcare.1|is-observable@1.1.0",
        "nuxt@1.4.5-tuxcare.1|is-promise@2.1.0",
        "nuxt@1.4.5-tuxcare.1|last-line-stream@1.0.0",
        "nuxt@1.4.5-tuxcare.1|lodash.clonedeepwith@4.5.0",
        "nuxt@1.4.5-tuxcare.1|lodash.debounce@4.0.8",
        "nuxt@1.4.5-tuxcare.1|lodash.difference@4.5.0",
        "nuxt@1.4.5-tuxcare.1|lodash.flatten@4.4.0",
        "nuxt@1.4.5-tuxcare.1|loud-rejection@1.6.0",
        "nuxt@1.4.5-tuxcare.1|make-dir@1.1.0",
        "nuxt@1.4.5-tuxcare.1|matcher@1.0.0",
        "nuxt@1.4.5-tuxcare.1|md5-hex@2.0.0",
        "nuxt@1.4.5-tuxcare.1|meow@3.7.0",
        "nuxt@1.4.5-tuxcare.1|ava@0.25.0|ms@2.1.1",
        "nuxt@1.4.5-tuxcare.1|multimatch@2.1.0",
        "nuxt@1.4.5-tuxcare.1|observable-to-promise@0.5.0",
        "nuxt@1.4.5-tuxcare.1|option-chain@1.0.0",
        "nuxt@1.4.5-tuxcare.1|package-hash@2.0.0",
        "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0",
        "nuxt@1.4.5-tuxcare.1|plur@2.1.2",
        "nuxt@1.4.5-tuxcare.1|pretty-ms@3.1.0",
        "nuxt@1.4.5-tuxcare.1|require-precompiled@0.1.0",
        "nuxt@1.4.5-tuxcare.1|resolve-cwd@2.0.0",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|semver@5.5.0",
        "nuxt@1.4.5-tuxcare.1|slash@1.0.0",
        "nuxt@1.4.5-tuxcare.1|source-map-support@0.5.3",
        "nuxt@1.4.5-tuxcare.1|stack-utils@1.0.1",
        "nuxt@1.4.5-tuxcare.1|ava@0.25.0|strip-ansi@4.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-bom-buf@1.0.0",
        "nuxt@1.4.5-tuxcare.1|supertap@1.0.0",
        "nuxt@1.4.5-tuxcare.1|ava@0.25.0|supports-color@5.1.0",
        "nuxt@1.4.5-tuxcare.1|trim-off-newlines@1.0.1",
        "nuxt@1.4.5-tuxcare.1|unique-temp-dir@1.0.0",
        "nuxt@1.4.5-tuxcare.1|update-notifier@2.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|ava@0.25.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|chokidar@1.7.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ava@0.25.0|anymatch@1.3.2",
        "nuxt@1.4.5-tuxcare.1|async-each@1.0.1",
        "nuxt@1.4.5-tuxcare.1|glob-parent@2.0.0",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|is-binary-path@1.0.1",
        "nuxt@1.4.5-tuxcare.1|is-glob@2.0.1",
        "nuxt@1.4.5-tuxcare.1|path-is-absolute@1.0.1",
        "nuxt@1.4.5-tuxcare.1|readdirp@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|ms@2.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|strip-ansi@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ava@0.25.0|ansi-regex@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|supports-color@5.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|anymatch@1.3.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11",
        "nuxt@1.4.5-tuxcare.1|normalize-path@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ava@0.25.0|ansi-regex@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-core@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-generator@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-helpers@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-messages@6.23.0",
        "nuxt@1.4.5-tuxcare.1|babel-register@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babylon@6.18.0",
        "nuxt@1.4.5-tuxcare.1|convert-source-map@1.5.1",
        "nuxt@1.4.5-tuxcare.1|babel-core@6.26.0|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|json5@0.5.1",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
        "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4",
        "nuxt@1.4.5-tuxcare.1|path-is-absolute@1.0.1",
        "nuxt@1.4.5-tuxcare.1|private@0.1.8",
        "nuxt@1.4.5-tuxcare.1|slash@1.0.0",
        "nuxt@1.4.5-tuxcare.1|babel-core@6.26.0|source-map@0.5.7"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-core@6.26.0|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-core@6.26.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-eslint@8.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@babel/code-frame@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|@babel/traverse@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|babel-eslint@8.2.1|babylon@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|eslint-scope@3.7.1",
        "nuxt@1.4.5-tuxcare.1|eslint-visitor-keys@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-eslint@8.2.1|babylon@7.0.0-beta.36"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-loader@7.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-core@6.26.0",
        "nuxt@1.4.5-tuxcare.1|find-cache-dir@1.0.0",
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-array-includes@2.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-external-helpers@6.22.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-istanbul@4.1.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|find-up@2.1.0",
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-instrument@1.9.1",
        "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-preset-vue-app@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-dynamic-import@6.18.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-object-rest-spread@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-runtime@6.23.0",
        "nuxt@1.4.5-tuxcare.1|babel-preset-env@1.6.1",
        "nuxt@1.4.5-tuxcare.1|babel-preset-vue@2.0.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|caniuse-lite@1.0.30000808"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|chalk@2.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0",
        "nuxt@1.4.5-tuxcare.1|async-each@1.0.1",
        "nuxt@1.4.5-tuxcare.1|braces@2.3.0",
        "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|glob-parent@3.1.0",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|is-binary-path@1.0.1",
        "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|is-glob@4.0.0",
        "nuxt@1.4.5-tuxcare.1|normalize-path@2.1.1",
        "nuxt@1.4.5-tuxcare.1|path-is-absolute@1.0.1",
        "nuxt@1.4.5-tuxcare.1|readdirp@2.1.0",
        "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|upath@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|glob-parent@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|glob-parent@3.1.0|is-glob@3.1.0",
        "nuxt@1.4.5-tuxcare.1|path-dirname@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|glob-parent@3.1.0|is-glob@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|is-extglob@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|is-glob@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|is-extglob@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|upath@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|lodash@3.10.1",
        "nuxt@1.4.5-tuxcare.1|underscore.string@2.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|is-extglob@2.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|chokidar@2.0.1|lodash@3.10.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|clone@2.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|argv@0.0.2",
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|request@2.81.0",
        "nuxt@1.4.5-tuxcare.1|urlgrey@0.4.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|request@2.81.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|aws-sign2@0.6.0",
        "nuxt@1.4.5-tuxcare.1|aws4@1.6.0",
        "nuxt@1.4.5-tuxcare.1|caseless@0.12.0",
        "nuxt@1.4.5-tuxcare.1|combined-stream@1.0.5",
        "nuxt@1.4.5-tuxcare.1|extend@3.0.1",
        "nuxt@1.4.5-tuxcare.1|forever-agent@0.6.1",
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|form-data@2.1.4",
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|har-validator@4.2.1",
        "nuxt@1.4.5-tuxcare.1|hawk@3.1.3",
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|http-signature@1.1.1",
        "nuxt@1.4.5-tuxcare.1|is-typedarray@1.0.0",
        "nuxt@1.4.5-tuxcare.1|isstream@0.1.2",
        "nuxt@1.4.5-tuxcare.1|json-stringify-safe@5.0.1",
        "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17",
        "nuxt@1.4.5-tuxcare.1|oauth-sign@0.8.2",
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|performance-now@0.2.0",
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|qs@6.4.0",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|stringstream@0.0.5",
        "nuxt@1.4.5-tuxcare.1|tough-cookie@2.3.3",
        "nuxt@1.4.5-tuxcare.1|tunnel-agent@0.6.0",
        "nuxt@1.4.5-tuxcare.1|uuid@3.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|aws-sign2@0.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|form-data@2.1.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|asynckit@0.4.0",
        "nuxt@1.4.5-tuxcare.1|combined-stream@1.0.5",
        "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|har-validator@4.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|ajv@4.11.8",
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|har-schema@1.0.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|http-signature@1.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|assert-plus@0.2.0",
        "nuxt@1.4.5-tuxcare.1|jsprim@1.4.1",
        "nuxt@1.4.5-tuxcare.1|sshpk@1.13.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|performance-now@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|qs@6.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|ajv@4.11.8",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|co@4.6.0",
        "nuxt@1.4.5-tuxcare.1|json-stable-stringify@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|har-schema@1.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|codecov@3.0.0|assert-plus@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|compression@1.7.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|accepts@1.3.4",
        "nuxt@1.4.5-tuxcare.1|bytes@3.0.0",
        "nuxt@1.4.5-tuxcare.1|compressible@2.0.12",
        "nuxt@1.4.5-tuxcare.1|compression@1.7.1|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|on-headers@1.0.1",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|vary@1.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|compression@1.7.1|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|connect@3.6.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|connect@3.6.5|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|connect@3.6.5|finalhandler@1.0.6",
        "nuxt@1.4.5-tuxcare.1|parseurl@1.3.2",
        "nuxt@1.4.5-tuxcare.1|utils-merge@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|connect@3.6.5|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|connect@3.6.5|finalhandler@1.0.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|connect@3.6.5|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|encodeurl@1.0.2",
        "nuxt@1.4.5-tuxcare.1|escape-html@1.0.3",
        "nuxt@1.4.5-tuxcare.1|on-finished@2.3.0",
        "nuxt@1.4.5-tuxcare.1|parseurl@1.3.2",
        "nuxt@1.4.5-tuxcare.1|statuses@1.3.1",
        "nuxt@1.4.5-tuxcare.1|unpipe@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cacache@10.0.2",
        "nuxt@1.4.5-tuxcare.1|find-cache-dir@1.0.0",
        "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|globby@7.1.1",
        "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|is-glob@4.0.0",
        "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|loader-utils@0.2.17",
        "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4",
        "nuxt@1.4.5-tuxcare.1|p-limit@1.2.0",
        "nuxt@1.4.5-tuxcare.1|serialize-javascript@1.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|globby@7.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|array-union@1.0.2",
        "nuxt@1.4.5-tuxcare.1|dir-glob@2.0.0",
        "nuxt@1.4.5-tuxcare.1|glob@7.1.2",
        "nuxt@1.4.5-tuxcare.1|ignore@3.3.7",
        "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|pify@3.0.0",
        "nuxt@1.4.5-tuxcare.1|slash@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|is-glob@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|is-extglob@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|loader-utils@0.2.17",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|big.js@3.2.0",
        "nuxt@1.4.5-tuxcare.1|emojis-list@2.1.0",
        "nuxt@1.4.5-tuxcare.1|json5@0.5.1",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|pify@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|copy-webpack-plugin@4.4.1|is-extglob@2.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cross-env@5.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cross-spawn@5.1.0",
        "nuxt@1.4.5-tuxcare.1|is-windows@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-hot-loader@1.3.7",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
        "nuxt@1.4.5-tuxcare.1|normalize-url@1.9.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0",
        "nuxt@1.4.5-tuxcare.1|css-selector-tokenizer@0.7.0",
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0",
        "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0",
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
        "nuxt@1.4.5-tuxcare.1|lodash.camelcase@4.3.0",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|postcss@5.2.18",
        "nuxt@1.4.5-tuxcare.1|source-list-map@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|debug-log@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|debug@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|default-require-extensions@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|strip-bom@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es6-promise@4.2.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-config-standard-jsx@4.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-react@7.6.1",
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-config-standard@11.0.0-beta.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-import@2.8.0",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-node@6.0.0",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-promise@3.6.0",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-standard@3.0.1",
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-html@4.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|htmlparser2@3.9.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-import@2.8.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|builtin-modules@1.1.1",
        "nuxt@1.4.5-tuxcare.1|contains-path@0.1.0",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-import@2.8.0|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|eslint-plugin-import@2.8.0|doctrine@1.5.0",
        "nuxt@1.4.5-tuxcare.1|eslint-import-resolver-node@0.3.2",
        "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1",
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0",
        "nuxt@1.4.5-tuxcare.1|has@1.0.1",
        "nuxt@1.4.5-tuxcare.1|lodash.cond@4.5.2",
        "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4",
        "nuxt@1.4.5-tuxcare.1|read-pkg-up@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-import@2.8.0|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-import@2.8.0|doctrine@1.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|esutils@2.0.2",
        "nuxt@1.4.5-tuxcare.1|isarray@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-node@6.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0",
        "nuxt@1.4.5-tuxcare.1|ignore@3.3.7",
        "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4",
        "nuxt@1.4.5-tuxcare.1|resolve@1.5.0",
        "nuxt@1.4.5-tuxcare.1|semver@5.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-promise@3.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-react@7.6.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|doctrine@2.1.0",
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0",
        "nuxt@1.4.5-tuxcare.1|has@1.0.1",
        "nuxt@1.4.5-tuxcare.1|jsx-ast-utils@2.0.1",
        "nuxt@1.4.5-tuxcare.1|prop-types@15.6.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-plugin-standard@3.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint@4.17.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ajv@5.5.2",
        "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0",
        "nuxt@1.4.5-tuxcare.1|chalk@2.3.1",
        "nuxt@1.4.5-tuxcare.1|concat-stream@1.6.0",
        "nuxt@1.4.5-tuxcare.1|cross-spawn@5.1.0",
        "nuxt@1.4.5-tuxcare.1|debug@3.1.0",
        "nuxt@1.4.5-tuxcare.1|doctrine@2.1.0",
        "nuxt@1.4.5-tuxcare.1|eslint-scope@3.7.1",
        "nuxt@1.4.5-tuxcare.1|eslint-visitor-keys@1.0.0",
        "nuxt@1.4.5-tuxcare.1|espree@3.5.3",
        "nuxt@1.4.5-tuxcare.1|esquery@1.0.0",
        "nuxt@1.4.5-tuxcare.1|esutils@2.0.2",
        "nuxt@1.4.5-tuxcare.1|file-entry-cache@2.0.0",
        "nuxt@1.4.5-tuxcare.1|functional-red-black-tree@1.0.1",
        "nuxt@1.4.5-tuxcare.1|glob@7.1.2",
        "nuxt@1.4.5-tuxcare.1|globals@11.3.0",
        "nuxt@1.4.5-tuxcare.1|ignore@3.3.7",
        "nuxt@1.4.5-tuxcare.1|imurmurhash@0.1.4",
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|inquirer@3.3.0",
        "nuxt@1.4.5-tuxcare.1|is-resolvable@1.1.0",
        "nuxt@1.4.5-tuxcare.1|js-yaml@3.10.0",
        "nuxt@1.4.5-tuxcare.1|json-stable-stringify-without-jsonify@1.0.1",
        "nuxt@1.4.5-tuxcare.1|levn@0.3.0",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
        "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|natural-compare@1.4.0",
        "nuxt@1.4.5-tuxcare.1|optionator@0.8.2",
        "nuxt@1.4.5-tuxcare.1|path-is-inside@1.0.2",
        "nuxt@1.4.5-tuxcare.1|pluralize@7.0.0",
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|progress@2.0.0",
        "nuxt@1.4.5-tuxcare.1|require-uncached@1.0.3",
        "nuxt@1.4.5-tuxcare.1|semver@5.5.0",
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|strip-ansi@4.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-json-comments@2.0.1",
        "nuxt@1.4.5-tuxcare.1|table@4.0.2",
        "nuxt@1.4.5-tuxcare.1|text-table@0.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|inquirer@3.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-escapes@3.0.0",
        "nuxt@1.4.5-tuxcare.1|chalk@2.3.1",
        "nuxt@1.4.5-tuxcare.1|cli-cursor@2.1.0",
        "nuxt@1.4.5-tuxcare.1|cli-width@2.2.0",
        "nuxt@1.4.5-tuxcare.1|external-editor@2.1.0",
        "nuxt@1.4.5-tuxcare.1|figures@2.0.0",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
        "nuxt@1.4.5-tuxcare.1|mute-stream@0.0.7",
        "nuxt@1.4.5-tuxcare.1|run-async@2.3.0",
        "nuxt@1.4.5-tuxcare.1|rx-lite-aggregates@4.0.8",
        "nuxt@1.4.5-tuxcare.1|rx-lite@4.0.8",
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1",
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|strip-ansi@4.0.0",
        "nuxt@1.4.5-tuxcare.1|through@2.3.8"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|progress@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|strip-ansi@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|ansi-regex@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint@4.17.0|ansi-regex@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|etag@1.8.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|express@4.16.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|accepts@1.3.4",
        "nuxt@1.4.5-tuxcare.1|array-flatten@1.1.1",
        "nuxt@1.4.5-tuxcare.1|body-parser@1.18.2",
        "nuxt@1.4.5-tuxcare.1|content-disposition@0.5.2",
        "nuxt@1.4.5-tuxcare.1|content-type@1.0.4",
        "nuxt@1.4.5-tuxcare.1|cookie-signature@1.0.6",
        "nuxt@1.4.5-tuxcare.1|cookie@0.3.1",
        "nuxt@1.4.5-tuxcare.1|express@4.16.2|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|depd@1.1.2",
        "nuxt@1.4.5-tuxcare.1|encodeurl@1.0.2",
        "nuxt@1.4.5-tuxcare.1|escape-html@1.0.3",
        "nuxt@1.4.5-tuxcare.1|etag@1.8.1",
        "nuxt@1.4.5-tuxcare.1|finalhandler@1.1.0",
        "nuxt@1.4.5-tuxcare.1|fresh@0.5.2",
        "nuxt@1.4.5-tuxcare.1|merge-descriptors@1.0.1",
        "nuxt@1.4.5-tuxcare.1|methods@1.1.2",
        "nuxt@1.4.5-tuxcare.1|on-finished@2.3.0",
        "nuxt@1.4.5-tuxcare.1|parseurl@1.3.2",
        "nuxt@1.4.5-tuxcare.1|path-to-regexp@0.1.7",
        "nuxt@1.4.5-tuxcare.1|proxy-addr@2.0.2",
        "nuxt@1.4.5-tuxcare.1|qs@6.5.1",
        "nuxt@1.4.5-tuxcare.1|range-parser@1.2.0",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|send@0.16.1",
        "nuxt@1.4.5-tuxcare.1|express@4.16.2|serve-static@1.13.1",
        "nuxt@1.4.5-tuxcare.1|setprototypeof@1.1.0",
        "nuxt@1.4.5-tuxcare.1|statuses@1.3.1",
        "nuxt@1.4.5-tuxcare.1|type-is@1.6.15",
        "nuxt@1.4.5-tuxcare.1|utils-merge@1.0.1",
        "nuxt@1.4.5-tuxcare.1|vary@1.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|express@4.16.2|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|express@4.16.2|serve-static@1.13.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|encodeurl@1.0.2",
        "nuxt@1.4.5-tuxcare.1|escape-html@1.0.3",
        "nuxt@1.4.5-tuxcare.1|parseurl@1.3.2",
        "nuxt@1.4.5-tuxcare.1|send@0.16.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extract-text-webpack-plugin@3.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|async@2.6.0",
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
        "nuxt@1.4.5-tuxcare.1|schema-utils@0.3.0",
        "nuxt@1.4.5-tuxcare.1|webpack-sources@1.1.0",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|file-loader@1.1.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
        "nuxt@1.4.5-tuxcare.1|schema-utils@0.3.0",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|finalhandler@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|finalhandler@1.1.0|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|encodeurl@1.0.2",
        "nuxt@1.4.5-tuxcare.1|escape-html@1.0.3",
        "nuxt@1.4.5-tuxcare.1|on-finished@2.3.0",
        "nuxt@1.4.5-tuxcare.1|parseurl@1.3.2",
        "nuxt@1.4.5-tuxcare.1|statuses@1.3.1",
        "nuxt@1.4.5-tuxcare.1|unpipe@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|finalhandler@1.1.0|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|foreground-child@1.5.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|foreground-child@1.5.6|cross-spawn@4.0.2",
        "nuxt@1.4.5-tuxcare.1|signal-exit@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|foreground-child@1.5.6|cross-spawn@4.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|lru-cache@4.1.1",
        "nuxt@1.4.5-tuxcare.1|which@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fresh@0.5.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|error-stack-parser@2.0.1",
        "nuxt@1.4.5-tuxcare.1|string-length@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|friendly-errors-webpack-plugin@1.6.1|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fs-extra@5.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|jsonfile@4.0.0",
        "nuxt@1.4.5-tuxcare.1|universalify@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|glob@7.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|fs.realpath@1.0.0",
        "nuxt@1.4.5-tuxcare.1|inflight@1.0.6",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4",
        "nuxt@1.4.5-tuxcare.1|once@1.4.0",
        "nuxt@1.4.5-tuxcare.1|path-is-absolute@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|async@1.5.2",
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|camelcase@1.2.1",
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|cliui@2.1.0",
        "nuxt@1.4.5-tuxcare.1|optimist@0.6.1",
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|source-map@0.4.4",
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|uglify-js@2.8.29",
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|wordwrap@0.0.2",
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|yargs@3.10.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|async@1.5.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|camelcase@1.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|cliui@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|center-align@0.1.3",
        "nuxt@1.4.5-tuxcare.1|right-align@0.1.3",
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|wordwrap@0.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|source-map@0.4.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|amdefine@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|uglify-js@2.8.29",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|uglify-js@2.8.29|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|uglify-to-browserify@1.0.2",
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|yargs@3.10.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|uglify-js@2.8.29|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|wordwrap@0.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|yargs@3.10.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|camelcase@1.2.1",
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11|cliui@2.1.0",
        "nuxt@1.4.5-tuxcare.1|decamelize@1.2.0",
        "nuxt@1.4.5-tuxcare.1|window-size@0.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|hash-sum@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|camel-case@3.0.0",
        "nuxt@1.4.5-tuxcare.1|clean-css@4.1.9",
        "nuxt@1.4.5-tuxcare.1|commander@2.14.1",
        "nuxt@1.4.5-tuxcare.1|he@1.1.1",
        "nuxt@1.4.5-tuxcare.1|ncname@1.0.0",
        "nuxt@1.4.5-tuxcare.1|param-case@2.1.1",
        "nuxt@1.4.5-tuxcare.1|relateurl@0.2.7",
        "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9|uglify-js@3.3.9"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9|uglify-js@3.3.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9|uglify-js@3.3.9|commander@2.13.0",
        "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9|source-map@0.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9|uglify-js@3.3.9|commander@2.13.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-minifier@3.5.9|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bluebird@3.5.1",
        "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|html-minifier@3.5.8",
        "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|loader-utils@0.2.17",
        "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|lodash@4.17.4",
        "nuxt@1.4.5-tuxcare.1|pretty-error@2.1.1",
        "nuxt@1.4.5-tuxcare.1|toposort@1.0.6",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|html-minifier@3.5.8",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|camel-case@3.0.0",
        "nuxt@1.4.5-tuxcare.1|clean-css@4.1.9",
        "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|commander@2.12.2",
        "nuxt@1.4.5-tuxcare.1|he@1.1.1",
        "nuxt@1.4.5-tuxcare.1|ncname@1.0.0",
        "nuxt@1.4.5-tuxcare.1|param-case@2.1.1",
        "nuxt@1.4.5-tuxcare.1|relateurl@0.2.7",
        "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|uglify-js@3.3.9"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|loader-utils@0.2.17",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|big.js@3.2.0",
        "nuxt@1.4.5-tuxcare.1|emojis-list@2.1.0",
        "nuxt@1.4.5-tuxcare.1|json5@0.5.1",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|lodash@4.17.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|commander@2.12.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|uglify-js@3.3.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|uglify-js@3.3.9|commander@2.13.0",
        "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|source-map@0.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|uglify-js@3.3.9|commander@2.13.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-webpack-plugin@2.30.1|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-hook@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|append-transform@0.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-report@1.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-report@1.1.2|has-flag@1.0.0",
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-coverage@1.1.1",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|path-parse@1.0.5",
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-report@1.1.2|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-report@1.1.2|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-report@1.1.2|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-report@1.1.2|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-source-maps@1.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|debug@3.1.0",
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-coverage@1.1.1",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|rimraf@2.6.2",
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-source-maps@1.2.2|source-map@0.5.7"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-source-maps@1.2.2|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|istanbul-reports@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|handlebars@4.0.11"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|jsdom@11.6.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|abab@1.0.4",
        "nuxt@1.4.5-tuxcare.1|acorn-globals@4.1.0",
        "nuxt@1.4.5-tuxcare.1|acorn@5.4.1",
        "nuxt@1.4.5-tuxcare.1|array-equal@1.0.0",
        "nuxt@1.4.5-tuxcare.1|browser-process-hrtime@0.1.2",
        "nuxt@1.4.5-tuxcare.1|content-type-parser@1.0.2",
        "nuxt@1.4.5-tuxcare.1|cssom@0.3.2",
        "nuxt@1.4.5-tuxcare.1|cssstyle@0.2.37",
        "nuxt@1.4.5-tuxcare.1|domexception@1.0.1",
        "nuxt@1.4.5-tuxcare.1|escodegen@1.9.0",
        "nuxt@1.4.5-tuxcare.1|html-encoding-sniffer@1.0.2",
        "nuxt@1.4.5-tuxcare.1|left-pad@1.2.0",
        "nuxt@1.4.5-tuxcare.1|nwmatcher@1.4.3",
        "nuxt@1.4.5-tuxcare.1|parse5@4.0.0",
        "nuxt@1.4.5-tuxcare.1|pn@1.1.0",
        "nuxt@1.4.5-tuxcare.1|request-promise-native@1.0.5",
        "nuxt@1.4.5-tuxcare.1|request@2.83.0",
        "nuxt@1.4.5-tuxcare.1|sax@1.2.4",
        "nuxt@1.4.5-tuxcare.1|symbol-tree@3.2.2",
        "nuxt@1.4.5-tuxcare.1|tough-cookie@2.3.3",
        "nuxt@1.4.5-tuxcare.1|w3c-hr-time@1.0.1",
        "nuxt@1.4.5-tuxcare.1|webidl-conversions@4.0.2",
        "nuxt@1.4.5-tuxcare.1|whatwg-encoding@1.0.3",
        "nuxt@1.4.5-tuxcare.1|whatwg-url@6.4.0",
        "nuxt@1.4.5-tuxcare.1|ws@4.0.0",
        "nuxt@1.4.5-tuxcare.1|xml-name-validator@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|json-loader@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|launch-editor-middleware@2.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|launch-editor@2.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|launch-editor@2.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|launch-editor@2.2.1|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|shell-quote@1.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|launch-editor@2.2.1|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|launch-editor@2.2.1|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|launch-editor@2.2.1|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash@4.17.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lru-cache@4.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pseudomap@1.0.2",
        "nuxt@1.4.5-tuxcare.1|yallist@2.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|memory-fs@0.4.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|errno@0.1.6",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|merge-source-map@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|merge-source-map@1.1.0|source-map@0.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|merge-source-map@1.1.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|minimist@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|archy@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|arrify@1.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|caching-transform@1.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|convert-source-map@1.5.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|debug-log@1.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|default-require-extensions@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|find-cache-dir@0.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|find-up@2.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|foreground-child@1.5.6",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|glob@7.1.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-coverage@1.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-hook@1.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-instrument@1.9.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-report@1.1.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-source-maps@1.2.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-reports@1.1.3",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|md5-hex@1.3.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|merge-source-map@1.0.4",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|micromatch@2.3.11",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|resolve-from@2.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|rimraf@2.6.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|signal-exit@3.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spawn-wrap@1.4.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|test-exclude@4.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs-parser@8.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs@10.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|archy@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|arrify@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|caching-transform@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|md5-hex@1.3.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|write-file-atomic@1.3.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|convert-source-map@1.5.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|debug-log@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|default-require-extensions@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-bom@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|find-cache-dir@0.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|commondir@1.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pkg-dir@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|find-up@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|locate-path@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|foreground-child@1.5.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|cross-spawn@4.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|signal-exit@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|glob@7.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|fs.realpath@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|inflight@1.0.6",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|minimatch@3.0.4",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|once@1.4.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-is-absolute@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-coverage@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-hook@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|append-transform@0.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-instrument@1.9.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-generator@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-template@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babylon@6.18.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-coverage@1.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|semver@5.4.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-report@1.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-coverage@1.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-parse@1.0.5",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-report@1.1.2|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-report@1.1.2|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-source-maps@1.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-source-maps@1.2.2|debug@3.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-coverage@1.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|rimraf@2.6.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|source-map@0.5.7"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-lib-source-maps@1.2.2|debug@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|istanbul-reports@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|handlebars@4.0.11"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|md5-hex@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|md5-o-matic@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|merge-source-map@1.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|source-map@0.5.7"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|micromatch@2.3.11",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|arr-diff@2.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|array-unique@0.2.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|braces@1.8.5",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|expand-brackets@0.1.5",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|extglob@0.3.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|filename-regex@2.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-extglob@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-glob@2.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|kind-of@3.2.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|normalize-path@2.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|object.omit@2.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|parse-glob@3.0.4",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|regex-cache@0.4.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mkdirp@0.5.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|minimist@0.0.8"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|resolve-from@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|rimraf@2.6.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|glob@7.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|signal-exit@3.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spawn-wrap@1.4.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|foreground-child@1.5.6",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|os-homedir@1.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|rimraf@2.6.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|signal-exit@3.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|which@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|test-exclude@4.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|arrify@1.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|micromatch@2.3.11",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|read-pkg-up@1.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|require-main-filename@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs-parser@8.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs-parser@8.0.0|camelcase@4.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs-parser@8.0.0|camelcase@4.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs@10.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs@10.0.3|cliui@3.2.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|decamelize@1.2.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|find-up@2.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|get-caller-file@1.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|os-locale@2.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|require-directory@2.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|require-main-filename@1.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|set-blocking@2.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|string-width@2.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|which-module@2.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|y18n@3.2.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs-parser@8.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs@10.0.3|cliui@3.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs@10.0.3|cliui@3.2.0|string-width@1.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|wrap-ansi@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yargs@10.0.3|cliui@3.2.0|string-width@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|code-point-at@1.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-fullwidth-code-point@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|write-file-atomic@1.3.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|imurmurhash@0.1.4",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|slide@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-bom@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-utf8@0.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|commondir@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pkg-dir@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pkg-dir@1.0.0|find-up@1.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pkg-dir@1.0.0|find-up@1.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-exists@2.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|locate-path@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|p-locate@2.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|locate-path@2.0.0|path-exists@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|locate-path@2.0.0|path-exists@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|cross-spawn@4.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lru-cache@4.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|which@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|fs.realpath@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|inflight@1.0.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|once@1.4.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|inherits@2.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|minimatch@3.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|brace-expansion@1.1.8"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|once@1.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-is-absolute@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|append-transform@0.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|default-require-extensions@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-generator@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-messages@6.23.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|detect-indent@4.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|jsesc@1.3.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lodash@4.17.4",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|trim-right@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-template@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babylon@6.18.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lodash@4.17.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-traverse@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-code-frame@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-messages@6.23.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babylon@6.18.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|globals@9.18.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|invariant@2.2.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lodash@4.17.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-types@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|esutils@2.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lodash@4.17.4",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|to-fast-properties@1.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babylon@6.18.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|semver@5.4.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-parse@1.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|handlebars@4.0.11",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|async@1.5.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|optimist@0.6.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|handlebars@4.0.11|source-map@0.4.4",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|uglify-js@2.8.29"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|handlebars@4.0.11|source-map@0.4.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|amdefine@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|md5-o-matic@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|arr-diff@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|arr-flatten@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|array-unique@0.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|braces@1.8.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|expand-range@1.8.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|preserve@0.2.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|repeat-element@1.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|expand-brackets@0.1.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-posix-bracket@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|extglob@0.3.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-extglob@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|filename-regex@2.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-extglob@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-glob@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-extglob@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|kind-of@3.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|normalize-path@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|remove-trailing-separator@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|object.omit@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|for-own@0.1.5",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|parse-glob@3.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|glob-base@0.3.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-dotfile@1.0.3",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-extglob@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-glob@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|regex-cache@0.4.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-equal-shallow@0.1.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|minimist@0.0.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|os-homedir@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|which@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|isexe@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|object-assign@4.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|read-pkg-up@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|read-pkg-up@1.0.1|find-up@1.1.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|read-pkg@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|read-pkg-up@1.0.1|find-up@1.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-exists@2.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|require-main-filename@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|decamelize@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|get-caller-file@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|os-locale@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|execa@0.7.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lcid@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mem@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|require-directory@2.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|set-blocking@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|string-width@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|string-width@2.1.1|is-fullwidth-code-point@2.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|string-width@2.1.1|strip-ansi@4.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|string-width@2.1.1|is-fullwidth-code-point@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|string-width@2.1.1|strip-ansi@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|string-width@2.1.1|ansi-regex@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|string-width@2.1.1|ansi-regex@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|which-module@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|y18n@3.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|graceful-fs@4.1.11"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|imurmurhash@0.1.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|slide@1.1.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-utf8@0.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|p-locate@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|p-limit@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lru-cache@4.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pseudomap@1.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yallist@2.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|wrappy@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|brace-expansion@1.1.8",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|balanced-match@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|concat-map@0.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-messages@6.23.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-runtime@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|core-js@2.5.3",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|regenerator-runtime@0.11.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|detect-indent@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|repeating@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|jsesc@1.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lodash@4.17.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|trim-right@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|babel-code-frame@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|esutils@2.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|js-tokens@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|globals@9.18.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|invariant@2.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|loose-envify@1.3.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|esutils@2.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|to-fast-properties@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|ms@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|async@1.5.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|optimist@0.6.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|minimist@0.0.8",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|wordwrap@0.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|uglify-js@2.8.29",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|uglify-to-browserify@1.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|uglify-js@2.8.29|yargs@3.10.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|uglify-js@2.8.29|yargs@3.10.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|camelcase@1.2.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|cliui@2.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|decamelize@1.2.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|window-size@0.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|arr-flatten@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|expand-range@1.8.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|fill-range@2.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|preserve@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|repeat-element@1.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-posix-bracket@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-buffer@1.1.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|remove-trailing-separator@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|for-own@0.1.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|for-in@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-extendable@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|glob-base@0.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|glob-parent@2.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-glob@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-dotfile@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-equal-shallow@0.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-primitive@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|isexe@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|read-pkg@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|load-json-file@1.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|normalize-package-data@2.4.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-type@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-ansi@3.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|wrap-ansi@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|wrap-ansi@2.1.0|string-width@1.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|wrap-ansi@2.1.0|string-width@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|code-point-at@1.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-fullwidth-code-point@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|execa@0.7.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|execa@0.7.0|cross-spawn@5.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|get-stream@3.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-stream@1.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|npm-run-path@2.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|p-finally@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|signal-exit@3.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-eof@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|execa@0.7.0|cross-spawn@5.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lru-cache@4.1.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|shebang-command@1.2.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|which@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lcid@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|invert-kv@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mem@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mimic-fn@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-exists@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pinkie-promise@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pinkie@2.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|p-limit@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pseudomap@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|yallist@2.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|balanced-match@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|concat-map@0.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|core-js@2.5.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|regenerator-runtime@0.11.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|repeating@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-finite@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|js-tokens@3.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|loose-envify@1.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|js-tokens@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|wordwrap@0.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|amdefine@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|uglify-to-browserify@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|fill-range@2.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-number@2.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|isobject@2.1.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|repeat-element@1.1.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|for-in@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|glob-parent@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-glob@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-primitive@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|load-json-file@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|parse-json@2.2.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pify@2.3.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pinkie-promise@2.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-bom@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|normalize-package-data@2.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|hosted-git-info@2.5.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-builtin-module@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|semver@5.4.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|validate-npm-package-license@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-type@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pify@2.3.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|code-point-at@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-fullwidth-code-point@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|ansi-regex@2.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|get-stream@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-stream@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|npm-run-path@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-key@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|p-finally@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|strip-eof@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|invert-kv@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|mimic-fn@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pinkie@2.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-finite@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|escape-string-regexp@1.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|has-ansi@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|camelcase@1.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|cliui@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|center-align@0.1.3",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|right-align@0.1.3",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|cliui@2.1.0|wordwrap@0.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|cliui@2.1.0|wordwrap@0.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|window-size@0.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-number@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|isobject@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|isarray@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7|is-number@3.0.0",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7|kind-of@4.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7|is-number@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7|is-number@3.0.0|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7|is-number@3.0.0|kind-of@3.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|randomatic@1.1.7|kind-of@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|repeat-string@1.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|parse-json@2.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|error-ex@1.3.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|pify@2.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|hosted-git-info@2.5.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-builtin-module@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|builtin-modules@1.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|validate-npm-package-license@3.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spdx-correct@1.0.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spdx-expression-parse@1.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|number-is-nan@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|shebang-command@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|shebang-regex@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|path-key@2.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|center-align@0.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|align-text@0.1.4",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lazy-cache@1.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|right-align@0.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|align-text@0.1.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|isarray@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|error-ex@1.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-arrayish@0.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|builtin-modules@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spdx-correct@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spdx-license-ids@1.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spdx-expression-parse@1.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|shebang-regex@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|align-text@0.1.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|kind-of@3.2.2",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|longest@1.0.1",
        "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|lazy-cache@1.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|is-arrayish@0.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|spdx-license-ids@1.2.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nyc@11.4.1|longest@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|opencollective@1.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-polyfill@6.23.0",
        "nuxt@1.4.5-tuxcare.1|opencollective@1.0.3|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6",
        "nuxt@1.4.5-tuxcare.1|minimist@1.2.0",
        "nuxt@1.4.5-tuxcare.1|node-fetch@1.6.3",
        "nuxt@1.4.5-tuxcare.1|opn@4.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|opencollective@1.0.3|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|opencollective@1.0.3|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|opencollective@1.0.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|opencollective@1.0.3|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|opencollective@1.0.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|optimist@0.6.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|optimist@0.6.1|minimist@0.0.10",
        "nuxt@1.4.5-tuxcare.1|optimist@0.6.1|wordwrap@0.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|optimist@0.6.1|minimist@0.0.10"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|optimist@0.6.1|wordwrap@0.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|autoprefixer@7.2.5",
        "nuxt@1.4.5-tuxcare.1|caniuse-api@2.0.0",
        "nuxt@1.4.5-tuxcare.1|caniuse-lite@1.0.30000808",
        "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|pixrem@4.0.1",
        "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-apply@0.8.0",
        "nuxt@1.4.5-tuxcare.1|postcss-attribute-case-insensitive@2.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-calc@6.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5",
        "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1",
        "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-pseudoelements@5.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|postcss@6.0.16|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|postcss@6.0.16|supports-color@5.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|postcss@6.0.16|has-flag@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|postcss@6.0.16|has-flag@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-cssnext@3.1.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-import-resolver@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|enhanced-resolve@3.4.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|postcss@6.0.16",
        "nuxt@1.4.5-tuxcare.1|read-cache@1.0.0",
        "nuxt@1.4.5-tuxcare.1|resolve@1.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-import@11.1.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-loader@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-load-config@1.2.0",
        "nuxt@1.4.5-tuxcare.1|postcss@6.0.17",
        "nuxt@1.4.5-tuxcare.1|postcss-loader@2.1.0|schema-utils@0.4.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-loader@2.1.0|schema-utils@0.4.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ajv-keywords@2.1.1",
        "nuxt@1.4.5-tuxcare.1|ajv@5.5.2",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|mime@1.6.0",
        "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|postcss@6.0.16",
        "nuxt@1.4.5-tuxcare.1|xxhashjs@0.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|mime@1.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-url@7.3.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss@6.0.17",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss@6.0.17|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss@6.0.17|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss@6.0.17|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss@6.0.17|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss@6.0.17|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss@6.0.17|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pretty-error@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1",
        "nuxt@1.4.5-tuxcare.1|pretty-error@2.1.1|utila@0.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pretty-error@2.1.1|utila@0.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.0|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|object.assign@4.1.0",
        "nuxt@1.4.5-tuxcare.1|progress@1.1.8",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.0|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.0|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.0|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.0|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|progress-bar-webpack-plugin@1.10.0|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|debug@4.4.3",
        "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0",
        "nuxt@1.4.5-tuxcare.1|https-proxy-agent@2.2.4",
        "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|mime@2.6.0",
        "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|progress@2.0.3",
        "nuxt@1.4.5-tuxcare.1|proxy-from-env@1.0.0",
        "nuxt@1.4.5-tuxcare.1|rimraf@2.6.2",
        "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|ws@6.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|debug@4.4.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|ms@2.1.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|mime@2.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|progress@2.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|ws@6.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|async-limiter@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|puppeteer@1.20.0|ms@2.1.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|request-promise-native@1.0.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|request-promise-core@1.1.1",
        "nuxt@1.4.5-tuxcare.1|request@2.83.0",
        "nuxt@1.4.5-tuxcare.1|stealthy-require@1.1.1",
        "nuxt@1.4.5-tuxcare.1|tough-cookie@2.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|aws-sign2@0.7.0",
        "nuxt@1.4.5-tuxcare.1|aws4@1.6.0",
        "nuxt@1.4.5-tuxcare.1|caseless@0.12.0",
        "nuxt@1.4.5-tuxcare.1|combined-stream@1.0.5",
        "nuxt@1.4.5-tuxcare.1|extend@3.0.1",
        "nuxt@1.4.5-tuxcare.1|forever-agent@0.6.1",
        "nuxt@1.4.5-tuxcare.1|form-data@2.3.1",
        "nuxt@1.4.5-tuxcare.1|har-validator@5.0.3",
        "nuxt@1.4.5-tuxcare.1|request@2.83.0|hawk@6.0.2",
        "nuxt@1.4.5-tuxcare.1|http-signature@1.2.0",
        "nuxt@1.4.5-tuxcare.1|is-typedarray@1.0.0",
        "nuxt@1.4.5-tuxcare.1|isstream@0.1.2",
        "nuxt@1.4.5-tuxcare.1|json-stringify-safe@5.0.1",
        "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17",
        "nuxt@1.4.5-tuxcare.1|oauth-sign@0.8.2",
        "nuxt@1.4.5-tuxcare.1|performance-now@2.1.0",
        "nuxt@1.4.5-tuxcare.1|qs@6.5.1",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|stringstream@0.0.5",
        "nuxt@1.4.5-tuxcare.1|tough-cookie@2.3.3",
        "nuxt@1.4.5-tuxcare.1|tunnel-agent@0.6.0",
        "nuxt@1.4.5-tuxcare.1|uuid@3.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0|hawk@6.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|request@2.83.0|boom@4.3.1",
        "nuxt@1.4.5-tuxcare.1|request@2.83.0|cryptiles@3.1.2",
        "nuxt@1.4.5-tuxcare.1|hoek@4.2.0",
        "nuxt@1.4.5-tuxcare.1|request@2.83.0|sntp@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0|boom@4.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|hoek@4.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0|cryptiles@3.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|request@2.83.0|cryptiles@3.1.2|boom@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0|cryptiles@3.1.2|boom@5.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|hoek@4.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|request@2.83.0|sntp@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|hoek@4.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|semver@5.5.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|serialize-javascript@1.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|serve-static@1.13.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|encodeurl@1.0.2",
        "nuxt@1.4.5-tuxcare.1|escape-html@1.0.3",
        "nuxt@1.4.5-tuxcare.1|parseurl@1.3.2",
        "nuxt@1.4.5-tuxcare.1|serve-static@1.13.2|send@0.16.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|serve-static@1.13.2|send@0.16.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|serve-static@1.13.2|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|depd@1.1.2",
        "nuxt@1.4.5-tuxcare.1|destroy@1.0.4",
        "nuxt@1.4.5-tuxcare.1|encodeurl@1.0.2",
        "nuxt@1.4.5-tuxcare.1|escape-html@1.0.3",
        "nuxt@1.4.5-tuxcare.1|etag@1.8.1",
        "nuxt@1.4.5-tuxcare.1|fresh@0.5.2",
        "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2",
        "nuxt@1.4.5-tuxcare.1|mime@1.4.1",
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0",
        "nuxt@1.4.5-tuxcare.1|on-finished@2.3.0",
        "nuxt@1.4.5-tuxcare.1|range-parser@1.2.0",
        "nuxt@1.4.5-tuxcare.1|serve-static@1.13.2|statuses@1.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|serve-static@1.13.2|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|serve-static@1.13.2|statuses@1.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|server-destroy@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|sinon@4.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@sinonjs/formatio@2.0.0",
        "nuxt@1.4.5-tuxcare.1|diff@3.4.0",
        "nuxt@1.4.5-tuxcare.1|lodash.get@4.4.2",
        "nuxt@1.4.5-tuxcare.1|lolex@2.3.2",
        "nuxt@1.4.5-tuxcare.1|nise@1.2.2",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0",
        "nuxt@1.4.5-tuxcare.1|type-detect@4.0.7"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|source-map@0.7.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|spawn-wrap@1.4.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|foreground-child@1.5.6",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|os-homedir@1.0.2",
        "nuxt@1.4.5-tuxcare.1|rimraf@2.6.2",
        "nuxt@1.4.5-tuxcare.1|signal-exit@3.0.2",
        "nuxt@1.4.5-tuxcare.1|which@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|style-resources-loader@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|glob@7.1.2",
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uglify-js@3.3.10",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|commander@2.14.1",
        "nuxt@1.4.5-tuxcare.1|uglify-js@3.3.10|source-map@0.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uglify-js@3.3.10|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uglifyjs-webpack-plugin@1.1.8",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cacache@10.0.2",
        "nuxt@1.4.5-tuxcare.1|find-cache-dir@1.0.0",
        "nuxt@1.4.5-tuxcare.1|uglifyjs-webpack-plugin@1.1.8|schema-utils@0.4.3",
        "nuxt@1.4.5-tuxcare.1|serialize-javascript@1.4.0",
        "nuxt@1.4.5-tuxcare.1|uglifyjs-webpack-plugin@1.1.8|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|uglify-es@3.3.9",
        "nuxt@1.4.5-tuxcare.1|webpack-sources@1.1.0",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0",
        "nuxt@1.4.5-tuxcare.1|worker-farm@1.5.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uglifyjs-webpack-plugin@1.1.8|schema-utils@0.4.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ajv-keywords@2.1.1",
        "nuxt@1.4.5-tuxcare.1|ajv@5.5.2",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uglifyjs-webpack-plugin@1.1.8|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|upath@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|url-loader@0.6.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|file-loader@1.1.6",
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
        "nuxt@1.4.5-tuxcare.1|url-loader@0.6.2|mime@1.6.0",
        "nuxt@1.4.5-tuxcare.1|schema-utils@0.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|url-loader@0.6.2|mime@1.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|consolidate@0.14.5",
        "nuxt@1.4.5-tuxcare.1|css-loader@0.28.9",
        "nuxt@1.4.5-tuxcare.1|hash-sum@1.0.2",
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
        "nuxt@1.4.5-tuxcare.1|lru-cache@4.1.1",
        "nuxt@1.4.5-tuxcare.1|postcss-load-config@1.2.0",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-parser@2.2.3",
        "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|postcss@6.0.16",
        "nuxt@1.4.5-tuxcare.1|prettier@1.10.2",
        "nuxt@1.4.5-tuxcare.1|resolve@1.5.0",
        "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|vue-hot-reload-api@2.2.4",
        "nuxt@1.4.5-tuxcare.1|vue-style-loader@3.1.2",
        "nuxt@1.4.5-tuxcare.1|vue-template-compiler@2.5.17",
        "nuxt@1.4.5-tuxcare.1|vue-template-es2015-compiler@1.6.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-loader@13.7.2|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-meta@1.4.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|deepmerge@2.0.1",
        "nuxt@1.4.5-tuxcare.1|lodash.isplainobject@4.0.6",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-router@3.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|hash-sum@1.0.2",
        "nuxt@1.4.5-tuxcare.1|he@1.1.1",
        "nuxt@1.4.5-tuxcare.1|lodash.template@4.4.0",
        "nuxt@1.4.5-tuxcare.1|lodash.uniq@4.5.0",
        "nuxt@1.4.5-tuxcare.1|resolve@1.5.0",
        "nuxt@1.4.5-tuxcare.1|serialize-javascript@1.4.0",
        "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|source-map@0.5.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|source-map@0.5.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-server-renderer@2.5.17|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-template-compiler@2.5.17",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|de-indent@1.0.2",
        "nuxt@1.4.5-tuxcare.1|he@1.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue@2.5.17"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vuex@3.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack-bundle-analyzer@2.10.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|acorn@5.4.1",
        "nuxt@1.4.5-tuxcare.1|bfj-node4@5.2.1",
        "nuxt@1.4.5-tuxcare.1|webpack-bundle-analyzer@2.10.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|commander@2.14.1",
        "nuxt@1.4.5-tuxcare.1|ejs@2.5.7",
        "nuxt@1.4.5-tuxcare.1|express@4.16.2",
        "nuxt@1.4.5-tuxcare.1|filesize@3.6.0",
        "nuxt@1.4.5-tuxcare.1|gzip-size@4.1.0",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|opener@1.4.3",
        "nuxt@1.4.5-tuxcare.1|ws@4.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack-bundle-analyzer@2.10.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|webpack-bundle-analyzer@2.10.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack-bundle-analyzer@2.10.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack-dev-middleware@2.0.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|loud-rejection@1.6.0",
        "nuxt@1.4.5-tuxcare.1|memory-fs@0.4.1",
        "nuxt@1.4.5-tuxcare.1|webpack-dev-middleware@2.0.5|mime@2.2.0",
        "nuxt@1.4.5-tuxcare.1|path-is-absolute@1.0.1",
        "nuxt@1.4.5-tuxcare.1|range-parser@1.2.0",
        "nuxt@1.4.5-tuxcare.1|url-join@2.0.5",
        "nuxt@1.4.5-tuxcare.1|webpack-log@1.1.1",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack-dev-middleware@2.0.5|mime@2.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack-hot-middleware@2.21.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-html@0.0.7",
        "nuxt@1.4.5-tuxcare.1|html-entities@1.2.1",
        "nuxt@1.4.5-tuxcare.1|querystring@0.2.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack-node-externals@1.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|acorn-dynamic-import@2.0.2",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|acorn@5.3.0",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|ajv-keywords@3.1.0",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|ajv@6.1.1",
        "nuxt@1.4.5-tuxcare.1|async@2.6.0",
        "nuxt@1.4.5-tuxcare.1|enhanced-resolve@3.4.1",
        "nuxt@1.4.5-tuxcare.1|escope@3.6.0",
        "nuxt@1.4.5-tuxcare.1|interpret@1.1.0",
        "nuxt@1.4.5-tuxcare.1|json-loader@0.5.7",
        "nuxt@1.4.5-tuxcare.1|json5@0.5.1",
        "nuxt@1.4.5-tuxcare.1|loader-runner@2.3.0",
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
        "nuxt@1.4.5-tuxcare.1|memory-fs@0.4.1",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|node-libs-browser@2.1.0",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|supports-color@4.5.0",
        "nuxt@1.4.5-tuxcare.1|tapable@0.2.8",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglifyjs-webpack-plugin@0.4.6",
        "nuxt@1.4.5-tuxcare.1|watchpack@1.4.0",
        "nuxt@1.4.5-tuxcare.1|webpack-sources@1.1.0",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|yargs@8.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|acorn@5.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|ajv-keywords@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|ajv@6.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|ajv@6.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|fast-deep-equal@1.0.0",
        "nuxt@1.4.5-tuxcare.1|fast-json-stable-stringify@2.0.0",
        "nuxt@1.4.5-tuxcare.1|json-schema-traverse@0.3.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglifyjs-webpack-plugin@0.4.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29",
        "nuxt@1.4.5-tuxcare.1|webpack-sources@1.1.0",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|yargs@8.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|camelcase@4.1.0",
        "nuxt@1.4.5-tuxcare.1|cliui@3.2.0",
        "nuxt@1.4.5-tuxcare.1|decamelize@1.2.0",
        "nuxt@1.4.5-tuxcare.1|get-caller-file@1.0.2",
        "nuxt@1.4.5-tuxcare.1|os-locale@2.1.0",
        "nuxt@1.4.5-tuxcare.1|read-pkg-up@2.0.0",
        "nuxt@1.4.5-tuxcare.1|require-directory@2.1.1",
        "nuxt@1.4.5-tuxcare.1|require-main-filename@1.0.1",
        "nuxt@1.4.5-tuxcare.1|set-blocking@2.0.0",
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1",
        "nuxt@1.4.5-tuxcare.1|which-module@2.0.0",
        "nuxt@1.4.5-tuxcare.1|y18n@3.2.1",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|yargs-parser@7.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|uglify-to-browserify@1.0.2",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29|yargs@3.10.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29|yargs@3.10.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29|camelcase@1.2.1",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29|cliui@2.1.0",
        "nuxt@1.4.5-tuxcare.1|decamelize@1.2.0",
        "nuxt@1.4.5-tuxcare.1|window-size@0.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29|camelcase@1.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|uglify-js@2.8.29|cliui@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|center-align@0.1.3",
        "nuxt@1.4.5-tuxcare.1|right-align@0.1.3",
        "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|wordwrap@0.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|yargs-parser@7.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|camelcase@4.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack@3.11.0|wordwrap@0.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|yargs-parser@8.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|camelcase@4.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|yargs@10.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|ansi-regex@3.0.0",
        "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|cliui@4.0.0",
        "nuxt@1.4.5-tuxcare.1|decamelize@1.2.0",
        "nuxt@1.4.5-tuxcare.1|find-up@2.1.0",
        "nuxt@1.4.5-tuxcare.1|get-caller-file@1.0.2",
        "nuxt@1.4.5-tuxcare.1|os-locale@2.1.0",
        "nuxt@1.4.5-tuxcare.1|require-directory@2.1.1",
        "nuxt@1.4.5-tuxcare.1|require-main-filename@1.0.1",
        "nuxt@1.4.5-tuxcare.1|set-blocking@2.0.0",
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1",
        "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|strip-ansi@4.0.0",
        "nuxt@1.4.5-tuxcare.1|which-module@2.0.0",
        "nuxt@1.4.5-tuxcare.1|y18n@3.2.1",
        "nuxt@1.4.5-tuxcare.1|yargs-parser@8.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|ansi-regex@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|cliui@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1",
        "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|strip-ansi@4.0.0",
        "nuxt@1.4.5-tuxcare.1|wrap-ansi@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|strip-ansi@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|yargs@10.1.2|ansi-regex@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cookie@0.3.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mustache@2.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|stack-trace@0.0.10"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|browserslist@2.11.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|browserslist@2.11.3|caniuse-lite@1.0.30000792",
        "nuxt@1.4.5-tuxcare.1|electron-to-chromium@1.3.31"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|browserslist@2.11.3|caniuse-lite@1.0.30000792"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|normalize-range@0.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|num2fraction@1.2.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-stage-4@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-plugin-check-es2015-constants@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-trailing-function-commas@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-async-to-generator@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-destructuring@6.23.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-function-name@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-commonjs@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-parameters@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-spread@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-sticky-regex@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-unicode-regex@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-exponentiation-operator@6.24.1",
        "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-stage-4@1.1.0|package-hash@1.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-stage-4@1.1.0|package-hash@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-stage-4@1.1.0|md5-hex@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-stage-4@1.1.0|md5-hex@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|md5-o-matic@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ava/babel-preset-transform-test-files@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@ava/babel-plugin-throws-helper@2.0.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-espower@2.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ava/write-file-atomic@2.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|imurmurhash@0.1.4",
        "nuxt@1.4.5-tuxcare.1|slide@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@concordance/react@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arrify@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|chalk@0.4.0",
        "nuxt@1.4.5-tuxcare.1|date-time@0.1.1",
        "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|pretty-ms@0.2.2",
        "nuxt@1.4.5-tuxcare.1|text-table@0.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|chalk@0.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|ansi-styles@1.0.0",
        "nuxt@1.4.5-tuxcare.1|has-color@0.1.7",
        "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|strip-ansi@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|pretty-ms@0.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|parse-ms@0.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|ansi-styles@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|strip-ansi@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ladjs/time-require@0.1.4|parse-ms@0.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ansi-escapes@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|color-convert@1.9.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|arr-flatten@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-union@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|array-uniq@1.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-uniq@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|arrify@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|auto-bind@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ava-init@0.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arr-exclude@1.0.0",
        "nuxt@1.4.5-tuxcare.1|execa@0.7.0",
        "nuxt@1.4.5-tuxcare.1|has-yarn@1.0.0",
        "nuxt@1.4.5-tuxcare.1|read-pkg-up@2.0.0",
        "nuxt@1.4.5-tuxcare.1|write-pkg@3.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-generator@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-messages@6.23.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|detect-indent@4.0.0",
        "nuxt@1.4.5-tuxcare.1|jsesc@1.3.0",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
        "nuxt@1.4.5-tuxcare.1|babel-generator@6.26.0|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|trim-right@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-generator@6.26.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-object-rest-spread@6.13.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|bluebird@3.5.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|caching-transform@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|caching-transform@1.0.1|md5-hex@1.3.0",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|caching-transform@1.0.1|write-file-atomic@1.3.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|caching-transform@1.0.1|md5-hex@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|md5-o-matic@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|caching-transform@1.0.1|write-file-atomic@1.3.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|imurmurhash@0.1.4",
        "nuxt@1.4.5-tuxcare.1|slide@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|clean-stack@1.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|clean-yaml-object@0.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cli-cursor@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|restore-cursor@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cli-spinners@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cli-truncate@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|slice-ansi@1.0.0",
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|co-with-promise@4.6.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|co-with-promise@4.6.0|pinkie-promise@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|co-with-promise@4.6.0|pinkie-promise@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|co-with-promise@4.6.0|pinkie@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|co-with-promise@4.6.0|pinkie@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|code-excerpt@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|convert-to-spaces@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|common-path-prefix@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|concordance@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|concordance@3.0.0|date-time@2.1.0",
        "nuxt@1.4.5-tuxcare.1|esutils@2.0.2",
        "nuxt@1.4.5-tuxcare.1|fast-diff@1.1.2",
        "nuxt@1.4.5-tuxcare.1|function-name-support@0.2.0",
        "nuxt@1.4.5-tuxcare.1|js-string-escape@1.0.1",
        "nuxt@1.4.5-tuxcare.1|lodash.clonedeep@4.5.0",
        "nuxt@1.4.5-tuxcare.1|lodash.flattendeep@4.4.0",
        "nuxt@1.4.5-tuxcare.1|lodash.merge@4.6.0",
        "nuxt@1.4.5-tuxcare.1|md5-hex@2.0.0",
        "nuxt@1.4.5-tuxcare.1|semver@5.5.0",
        "nuxt@1.4.5-tuxcare.1|well-known-symbols@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|concordance@3.0.0|date-time@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|time-zone@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|convert-source-map@1.5.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|core-assert@0.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|buf-compare@1.0.1",
        "nuxt@1.4.5-tuxcare.1|is-error@2.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|currently-unhandled@0.4.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|array-find-index@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|dot-prop@4.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-obj@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|empower-core@0.6.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|call-signature@0.0.2",
        "nuxt@1.4.5-tuxcare.1|core-js@2.5.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|equal-length@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|figures@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|find-cache-dir@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|commondir@1.0.1",
        "nuxt@1.4.5-tuxcare.1|make-dir@1.1.0",
        "nuxt@1.4.5-tuxcare.1|pkg-dir@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fn-name@2.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|get-port@3.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|globby@6.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|array-union@1.0.2",
        "nuxt@1.4.5-tuxcare.1|glob@7.1.2",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|pify@2.3.0",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|hullabaloo-config-manager@1.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|dot-prop@4.2.0",
        "nuxt@1.4.5-tuxcare.1|es6-error@4.1.1",
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|indent-string@3.2.0",
        "nuxt@1.4.5-tuxcare.1|json5@0.5.1",
        "nuxt@1.4.5-tuxcare.1|lodash.clonedeep@4.5.0",
        "nuxt@1.4.5-tuxcare.1|lodash.clonedeepwith@4.5.0",
        "nuxt@1.4.5-tuxcare.1|lodash.isequal@4.5.0",
        "nuxt@1.4.5-tuxcare.1|lodash.merge@4.6.0",
        "nuxt@1.4.5-tuxcare.1|md5-hex@2.0.0",
        "nuxt@1.4.5-tuxcare.1|package-hash@2.0.0",
        "nuxt@1.4.5-tuxcare.1|pkg-dir@2.0.0",
        "nuxt@1.4.5-tuxcare.1|resolve-from@3.0.0",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ignore-by-default@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|import-local@0.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pkg-dir@2.0.0",
        "nuxt@1.4.5-tuxcare.1|resolve-cwd@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|indent-string@3.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-ci@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ci-info@1.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-generator-fn@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-obj@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-observable@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|symbol-observable@1.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-promise@2.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|last-line-stream@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|through2@2.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.clonedeepwith@4.5.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.debounce@4.0.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.difference@4.5.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.flatten@4.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|loud-rejection@1.6.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|currently-unhandled@0.4.1",
        "nuxt@1.4.5-tuxcare.1|signal-exit@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|make-dir@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|make-dir@1.1.0|pify@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|make-dir@1.1.0|pify@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|matcher@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|md5-hex@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|md5-o-matic@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|meow@3.7.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|camelcase-keys@2.1.0",
        "nuxt@1.4.5-tuxcare.1|decamelize@1.2.0",
        "nuxt@1.4.5-tuxcare.1|loud-rejection@1.6.0",
        "nuxt@1.4.5-tuxcare.1|map-obj@1.0.1",
        "nuxt@1.4.5-tuxcare.1|minimist@1.2.0",
        "nuxt@1.4.5-tuxcare.1|normalize-package-data@2.4.0",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|meow@3.7.0|read-pkg-up@1.0.1",
        "nuxt@1.4.5-tuxcare.1|redent@1.0.0",
        "nuxt@1.4.5-tuxcare.1|trim-newlines@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|meow@3.7.0|read-pkg-up@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|meow@3.7.0|find-up@1.1.2",
        "nuxt@1.4.5-tuxcare.1|meow@3.7.0|read-pkg@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|meow@3.7.0|find-up@1.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|meow@3.7.0|path-exists@2.1.0",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|meow@3.7.0|read-pkg@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|meow@3.7.0|load-json-file@1.1.0",
        "nuxt@1.4.5-tuxcare.1|normalize-package-data@2.4.0",
        "nuxt@1.4.5-tuxcare.1|meow@3.7.0|path-type@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|meow@3.7.0|path-exists@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|meow@3.7.0|load-json-file@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|parse-json@2.2.0",
        "nuxt@1.4.5-tuxcare.1|pify@2.3.0",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1",
        "nuxt@1.4.5-tuxcare.1|strip-bom@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|meow@3.7.0|path-type@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|pify@2.3.0",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|multimatch@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|array-differ@1.0.0",
        "nuxt@1.4.5-tuxcare.1|array-union@1.0.2",
        "nuxt@1.4.5-tuxcare.1|arrify@1.0.1",
        "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|observable-to-promise@0.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|observable-to-promise@0.5.0|is-observable@0.2.0",
        "nuxt@1.4.5-tuxcare.1|symbol-observable@1.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|observable-to-promise@0.5.0|is-observable@0.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|observable-to-promise@0.5.0|is-observable@0.2.0|symbol-observable@0.2.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|observable-to-promise@0.5.0|is-observable@0.2.0|symbol-observable@0.2.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|option-chain@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|package-hash@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|lodash.flattendeep@4.4.0",
        "nuxt@1.4.5-tuxcare.1|md5-hex@2.0.0",
        "nuxt@1.4.5-tuxcare.1|release-zalgo@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|find-up@2.1.0",
        "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|load-json-file@4.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|load-json-file@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|parse-json@4.0.0",
        "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|pify@3.0.0",
        "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|strip-bom@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|parse-json@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|error-ex@1.3.1",
        "nuxt@1.4.5-tuxcare.1|json-parse-better-errors@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|pify@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pkg-conf@2.1.0|strip-bom@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|plur@2.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|irregular-plurals@1.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pretty-ms@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|parse-ms@1.0.1",
        "nuxt@1.4.5-tuxcare.1|plur@2.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|require-precompiled@0.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|resolve-cwd@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|resolve-from@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|slash@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|source-map-support@0.5.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|source-map-support@0.5.3|source-map@0.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|source-map-support@0.5.3|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|stack-utils@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|strip-bom-buf@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-utf8@0.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|supertap@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arrify@1.0.1",
        "nuxt@1.4.5-tuxcare.1|indent-string@3.2.0",
        "nuxt@1.4.5-tuxcare.1|js-yaml@3.10.0",
        "nuxt@1.4.5-tuxcare.1|serialize-error@2.1.0",
        "nuxt@1.4.5-tuxcare.1|supertap@1.0.0|strip-ansi@4.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|supertap@1.0.0|strip-ansi@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|supertap@1.0.0|ansi-regex@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|supertap@1.0.0|ansi-regex@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|trim-off-newlines@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|unique-temp-dir@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|os-tmpdir@1.0.2",
        "nuxt@1.4.5-tuxcare.1|uid2@0.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|update-notifier@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|boxen@1.3.0",
        "nuxt@1.4.5-tuxcare.1|update-notifier@2.3.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|configstore@3.1.1",
        "nuxt@1.4.5-tuxcare.1|import-lazy@2.1.0",
        "nuxt@1.4.5-tuxcare.1|is-installed-globally@0.1.0",
        "nuxt@1.4.5-tuxcare.1|is-npm@1.0.0",
        "nuxt@1.4.5-tuxcare.1|latest-version@3.1.0",
        "nuxt@1.4.5-tuxcare.1|semver-diff@2.1.0",
        "nuxt@1.4.5-tuxcare.1|xdg-basedir@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|update-notifier@2.3.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|update-notifier@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|update-notifier@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|esutils@2.0.2",
        "nuxt@1.4.5-tuxcare.1|js-tokens@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helpers@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-messages@6.23.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-register@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-core@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|core-js@2.5.3",
        "nuxt@1.4.5-tuxcare.1|home-or-tmp@2.0.0",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|babel-register@6.26.0|source-map-support@0.4.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-register@6.26.0|source-map-support@0.4.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-register@6.26.0|source-map@0.5.7"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-register@6.26.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|core-js@2.5.3",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0|regenerator-runtime@0.11.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0|regenerator-runtime@0.11.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babylon@6.18.0",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-code-frame@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-messages@6.23.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babylon@6.18.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0|globals@9.18.0",
        "nuxt@1.4.5-tuxcare.1|invariant@2.2.2",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0|globals@9.18.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|esutils@2.0.2",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
        "nuxt@1.4.5-tuxcare.1|to-fast-properties@1.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babylon@6.18.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|json5@0.5.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|brace-expansion@1.1.11"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|path-is-absolute@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|private@0.1.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/code-frame@7.0.0-beta.36",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|chalk@2.3.1",
        "nuxt@1.4.5-tuxcare.1|esutils@2.0.2",
        "nuxt@1.4.5-tuxcare.1|js-tokens@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/traverse@7.0.0-beta.36",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@babel/code-frame@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|@babel/helper-function-name@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|@babel/traverse@7.0.0-beta.36|babylon@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|debug@3.1.0",
        "nuxt@1.4.5-tuxcare.1|globals@11.3.0",
        "nuxt@1.4.5-tuxcare.1|invariant@2.2.2",
        "nuxt@1.4.5-tuxcare.1|@babel/traverse@7.0.0-beta.36|lodash@4.17.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/traverse@7.0.0-beta.36|babylon@7.0.0-beta.36"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/traverse@7.0.0-beta.36|lodash@4.17.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|esutils@2.0.2",
        "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36|lodash@4.17.4",
        "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36|to-fast-properties@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36|lodash@4.17.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36|to-fast-properties@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-scope@3.7.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|esrecurse@4.2.0",
        "nuxt@1.4.5-tuxcare.1|estraverse@4.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-visitor-keys@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|big.js@3.2.0",
        "nuxt@1.4.5-tuxcare.1|emojis-list@2.1.0",
        "nuxt@1.4.5-tuxcare.1|json5@0.5.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1|minimist@0.0.8"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1|minimist@0.0.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|find-up@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|locate-path@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-instrument@1.9.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-generator@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babylon@6.18.0",
        "nuxt@1.4.5-tuxcare.1|istanbul-lib-coverage@1.1.1",
        "nuxt@1.4.5-tuxcare.1|semver@5.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arrify@1.0.1",
        "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|read-pkg-up@1.0.1",
        "nuxt@1.4.5-tuxcare.1|require-main-filename@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|read-pkg-up@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|find-up@1.1.2",
        "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|read-pkg@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|find-up@1.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|path-exists@2.1.0",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|read-pkg@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|load-json-file@1.1.0",
        "nuxt@1.4.5-tuxcare.1|normalize-package-data@2.4.0",
        "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|path-type@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|path-exists@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|load-json-file@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|parse-json@2.2.0",
        "nuxt@1.4.5-tuxcare.1|pify@2.3.0",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1",
        "nuxt@1.4.5-tuxcare.1|strip-bom@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|test-exclude@4.1.1|path-type@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|pify@2.3.0",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-dynamic-import@6.18.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-object-rest-spread@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-object-rest-spread@6.13.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-runtime@6.23.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-preset-env@1.6.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-plugin-check-es2015-constants@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-trailing-function-commas@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-async-to-generator@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-arrow-functions@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-block-scoped-functions@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-block-scoping@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-classes@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-computed-properties@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-destructuring@6.23.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-duplicate-keys@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-for-of@6.23.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-function-name@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-literals@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-amd@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-commonjs@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-systemjs@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-umd@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-object-super@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-parameters@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-shorthand-properties@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-spread@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-sticky-regex@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-template-literals@6.22.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-typeof-symbol@6.23.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-unicode-regex@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-exponentiation-operator@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-regenerator@6.26.0",
        "nuxt@1.4.5-tuxcare.1|browserslist@2.11.3",
        "nuxt@1.4.5-tuxcare.1|invariant@2.2.2",
        "nuxt@1.4.5-tuxcare.1|semver@5.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-preset-vue@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-vue-jsx-merge-props@2.0.3",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-jsx-event-modifiers@2.0.5",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-jsx-v-model@2.0.3",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-jsx@6.18.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-vue-jsx@3.5.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0|has-flag@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0|has-flag@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|micromatch@3.1.5",
        "nuxt@1.4.5-tuxcare.1|normalize-path@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|micromatch@3.1.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arr-diff@4.0.0",
        "nuxt@1.4.5-tuxcare.1|array-unique@0.3.2",
        "nuxt@1.4.5-tuxcare.1|braces@2.3.0",
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|define-property@1.0.0",
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|extglob@2.0.4",
        "nuxt@1.4.5-tuxcare.1|fragment-cache@0.2.1",
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|kind-of@6.0.2",
        "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7",
        "nuxt@1.4.5-tuxcare.1|object.pick@1.3.0",
        "nuxt@1.4.5-tuxcare.1|regex-not@1.0.0",
        "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1",
        "nuxt@1.4.5-tuxcare.1|to-regex@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|define-property@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|is-descriptor@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|extglob@2.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|array-unique@0.3.2",
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|define-property@1.0.0",
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4",
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
        "nuxt@1.4.5-tuxcare.1|fragment-cache@0.2.1",
        "nuxt@1.4.5-tuxcare.1|regex-not@1.0.0",
        "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1",
        "nuxt@1.4.5-tuxcare.1|to-regex@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|kind-of@6.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|is-descriptor@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|is-accessor-descriptor@1.0.0",
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|is-data-descriptor@1.0.0",
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|define-property@0.2.5",
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
        "nuxt@1.4.5-tuxcare.1|posix-character-classes@0.1.1",
        "nuxt@1.4.5-tuxcare.1|regex-not@1.0.0",
        "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1",
        "nuxt@1.4.5-tuxcare.1|to-regex@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|define-property@0.2.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|is-descriptor@0.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|is-descriptor@0.1.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|is-accessor-descriptor@0.1.6",
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|is-data-descriptor@0.1.4",
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|kind-of@5.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|is-accessor-descriptor@0.1.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|is-accessor-descriptor@0.1.6|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|is-accessor-descriptor@0.1.6|kind-of@3.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|is-data-descriptor@0.1.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|is-data-descriptor@0.1.4|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|is-data-descriptor@0.1.4|kind-of@3.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|expand-brackets@2.1.4|kind-of@5.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|is-accessor-descriptor@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|is-data-descriptor@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|anymatch@2.0.0|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|async-each@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arr-flatten@1.1.0",
        "nuxt@1.4.5-tuxcare.1|array-unique@0.3.2",
        "nuxt@1.4.5-tuxcare.1|braces@2.3.0|define-property@1.0.0",
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
        "nuxt@1.4.5-tuxcare.1|fill-range@4.0.0",
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1",
        "nuxt@1.4.5-tuxcare.1|repeat-element@1.1.2",
        "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1",
        "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1",
        "nuxt@1.4.5-tuxcare.1|split-string@3.1.0",
        "nuxt@1.4.5-tuxcare.1|to-regex@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0|define-property@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|braces@2.3.0|is-descriptor@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0|is-descriptor@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|braces@2.3.0|is-accessor-descriptor@1.0.0",
        "nuxt@1.4.5-tuxcare.1|braces@2.3.0|is-data-descriptor@1.0.0",
        "nuxt@1.4.5-tuxcare.1|braces@2.3.0|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0|is-accessor-descriptor@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|braces@2.3.0|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0|is-data-descriptor@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|braces@2.3.0|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|braces@2.3.0|kind-of@6.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|inherits@2.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-binary-path@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|binary-extensions@1.11.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|normalize-path@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|remove-trailing-separator@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|readdirp@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|minimatch@3.0.4",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3",
        "nuxt@1.4.5-tuxcare.1|set-immediate-shim@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|argv@0.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|urlgrey@0.4.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|accepts@1.3.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17",
        "nuxt@1.4.5-tuxcare.1|negotiator@0.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|bytes@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|compressible@2.0.12",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|mime-db@1.32.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|on-headers@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vary@1.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|parseurl@1.3.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|utils-merge@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cacache@10.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bluebird@3.5.1",
        "nuxt@1.4.5-tuxcare.1|chownr@1.0.1",
        "nuxt@1.4.5-tuxcare.1|glob@7.1.2",
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|lru-cache@4.1.1",
        "nuxt@1.4.5-tuxcare.1|mississippi@1.3.1",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|move-concurrently@1.0.1",
        "nuxt@1.4.5-tuxcare.1|promise-inflight@1.0.1",
        "nuxt@1.4.5-tuxcare.1|rimraf@2.6.2",
        "nuxt@1.4.5-tuxcare.1|ssri@5.1.0",
        "nuxt@1.4.5-tuxcare.1|unique-filename@1.1.0",
        "nuxt@1.4.5-tuxcare.1|y18n@3.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|p-limit@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|p-try@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cross-spawn@5.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|lru-cache@4.1.1",
        "nuxt@1.4.5-tuxcare.1|shebang-command@1.2.0",
        "nuxt@1.4.5-tuxcare.1|which@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-windows@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|normalize-url@1.9.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|prepend-http@1.0.4",
        "nuxt@1.4.5-tuxcare.1|query-string@4.3.4",
        "nuxt@1.4.5-tuxcare.1|normalize-url@1.9.1|sort-keys@1.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|normalize-url@1.9.1|sort-keys@1.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-plain-obj@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-selector-tokenizer@0.7.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cssesc@0.1.0",
        "nuxt@1.4.5-tuxcare.1|fastparse@1.1.1",
        "nuxt@1.4.5-tuxcare.1|regexpu-core@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|autoprefixer@6.7.7",
        "nuxt@1.4.5-tuxcare.1|decamelize@1.2.0",
        "nuxt@1.4.5-tuxcare.1|defined@1.0.0",
        "nuxt@1.4.5-tuxcare.1|has@1.0.1",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|postcss-calc@5.3.1",
        "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2",
        "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3",
        "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1",
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1",
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8",
        "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4",
        "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6",
        "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0",
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|autoprefixer@6.7.7",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|browserslist@1.7.7",
        "nuxt@1.4.5-tuxcare.1|caniuse-db@1.0.30000800",
        "nuxt@1.4.5-tuxcare.1|normalize-range@0.1.2",
        "nuxt@1.4.5-tuxcare.1|num2fraction@1.2.2",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|postcss-calc@5.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-message-helpers@2.0.0",
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|postcss@5.2.18",
        "nuxt@1.4.5-tuxcare.1|reduce-css-calc@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|browserslist@1.7.7",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|caniuse-db@1.0.30000800",
        "nuxt@1.4.5-tuxcare.1|electron-to-chromium@1.3.31"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssnano@3.10.0|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|icss-utils@2.1.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.camelcase@4.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-extract-imports@1.2.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|css-selector-tokenizer@0.7.0",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-local-by-default@1.2.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|css-selector-tokenizer@0.7.0",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-scope@1.1.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|icss-replace-symbols@1.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-modules-values@1.3.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|source-list-map@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|strip-bom@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-utf8@0.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|htmlparser2@3.9.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|domelementtype@1.3.0",
        "nuxt@1.4.5-tuxcare.1|domhandler@2.4.1",
        "nuxt@1.4.5-tuxcare.1|domutils@1.6.2",
        "nuxt@1.4.5-tuxcare.1|entities@1.1.1",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|builtin-modules@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|contains-path@0.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-import-resolver-node@0.3.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|eslint-import-resolver-node@0.3.2|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|resolve@1.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-import-resolver-node@0.3.2|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|pkg-dir@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|pkg-dir@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|find-up@1.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|find-up@1.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|path-exists@2.1.0",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|eslint-module-utils@2.1.1|path-exists@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|has@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|function-bind@1.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.cond@4.5.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|read-pkg-up@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|find-up@2.1.0",
        "nuxt@1.4.5-tuxcare.1|read-pkg@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ignore@3.3.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|resolve@1.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|path-parse@1.0.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|doctrine@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|esutils@2.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|jsx-ast-utils@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|array-includes@3.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|prop-types@15.6.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|fbjs@0.8.16",
        "nuxt@1.4.5-tuxcare.1|loose-envify@1.3.1",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ajv@5.5.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|co@4.6.0",
        "nuxt@1.4.5-tuxcare.1|fast-deep-equal@1.0.0",
        "nuxt@1.4.5-tuxcare.1|fast-json-stable-stringify@2.0.0",
        "nuxt@1.4.5-tuxcare.1|json-schema-traverse@0.3.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|concat-stream@1.6.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|concat-stream@1.6.0|readable-stream@2.3.4",
        "nuxt@1.4.5-tuxcare.1|typedarray@0.0.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|concat-stream@1.6.0|readable-stream@2.3.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|core-util-is@1.0.2",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|isarray@1.0.0",
        "nuxt@1.4.5-tuxcare.1|concat-stream@1.6.0|process-nextick-args@2.0.0",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|string_decoder@1.0.3",
        "nuxt@1.4.5-tuxcare.1|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|concat-stream@1.6.0|process-nextick-args@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|espree@3.5.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|acorn-jsx@3.0.1",
        "nuxt@1.4.5-tuxcare.1|acorn@5.4.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|esquery@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|estraverse@4.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|esutils@2.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|file-entry-cache@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|flat-cache@1.3.0",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|functional-red-black-tree@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|globals@11.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|imurmurhash@0.1.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-resolvable@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|js-yaml@3.10.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|argparse@1.0.9",
        "nuxt@1.4.5-tuxcare.1|esprima@4.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|json-stable-stringify-without-jsonify@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|levn@0.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|prelude-ls@1.1.2",
        "nuxt@1.4.5-tuxcare.1|type-check@0.3.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|natural-compare@1.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|optionator@0.8.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|deep-is@0.1.3",
        "nuxt@1.4.5-tuxcare.1|fast-levenshtein@2.0.6",
        "nuxt@1.4.5-tuxcare.1|levn@0.3.0",
        "nuxt@1.4.5-tuxcare.1|prelude-ls@1.1.2",
        "nuxt@1.4.5-tuxcare.1|type-check@0.3.2",
        "nuxt@1.4.5-tuxcare.1|wordwrap@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|path-is-inside@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pluralize@7.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|require-uncached@1.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|caller-path@0.1.0",
        "nuxt@1.4.5-tuxcare.1|require-uncached@1.0.3|resolve-from@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|require-uncached@1.0.3|resolve-from@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|strip-json-comments@2.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|table@4.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ajv-keywords@2.1.1",
        "nuxt@1.4.5-tuxcare.1|ajv@5.5.2",
        "nuxt@1.4.5-tuxcare.1|chalk@2.3.1",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
        "nuxt@1.4.5-tuxcare.1|slice-ansi@1.0.0",
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|text-table@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-flatten@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|body-parser@1.18.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bytes@3.0.0",
        "nuxt@1.4.5-tuxcare.1|content-type@1.0.4",
        "nuxt@1.4.5-tuxcare.1|body-parser@1.18.2|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|depd@1.1.2",
        "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2",
        "nuxt@1.4.5-tuxcare.1|iconv-lite@0.4.19",
        "nuxt@1.4.5-tuxcare.1|on-finished@2.3.0",
        "nuxt@1.4.5-tuxcare.1|qs@6.5.1",
        "nuxt@1.4.5-tuxcare.1|raw-body@2.3.2",
        "nuxt@1.4.5-tuxcare.1|type-is@1.6.15"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|body-parser@1.18.2|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|content-disposition@0.5.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|content-type@1.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cookie-signature@1.0.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|depd@1.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|encodeurl@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|escape-html@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|merge-descriptors@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|methods@1.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|on-finished@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ee-first@1.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|path-to-regexp@0.1.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|proxy-addr@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|forwarded@0.1.2",
        "nuxt@1.4.5-tuxcare.1|ipaddr.js@1.5.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|qs@6.5.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|range-parser@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|send@0.16.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|send@0.16.1|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|depd@1.1.2",
        "nuxt@1.4.5-tuxcare.1|destroy@1.0.4",
        "nuxt@1.4.5-tuxcare.1|encodeurl@1.0.2",
        "nuxt@1.4.5-tuxcare.1|escape-html@1.0.3",
        "nuxt@1.4.5-tuxcare.1|etag@1.8.1",
        "nuxt@1.4.5-tuxcare.1|fresh@0.5.2",
        "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2",
        "nuxt@1.4.5-tuxcare.1|mime@1.4.1",
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0",
        "nuxt@1.4.5-tuxcare.1|on-finished@2.3.0",
        "nuxt@1.4.5-tuxcare.1|range-parser@1.2.0",
        "nuxt@1.4.5-tuxcare.1|statuses@1.3.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|send@0.16.1|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|setprototypeof@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|statuses@1.3.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|type-is@1.6.15",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|media-typer@0.3.0",
        "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|async@2.6.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|async@2.6.0|lodash@4.17.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|async@2.6.0|lodash@4.17.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|schema-utils@0.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ajv@5.5.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack-sources@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|source-list-map@2.0.0",
        "nuxt@1.4.5-tuxcare.1|webpack-sources@1.1.0|source-map@0.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack-sources@1.1.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|unpipe@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|signal-exit@3.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|error-stack-parser@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|stackframe@1.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|string-length@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|jsonfile@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|universalify@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fs.realpath@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|inflight@1.0.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|once@1.4.0",
        "nuxt@1.4.5-tuxcare.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|once@1.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|camel-case@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|no-case@2.3.2",
        "nuxt@1.4.5-tuxcare.1|upper-case@1.1.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|clean-css@4.1.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|clean-css@4.1.9|source-map@0.5.7"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|clean-css@4.1.9|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|commander@2.14.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|he@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ncname@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|xml-char-classes@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|param-case@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|no-case@2.3.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|relateurl@0.2.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|toposort@1.0.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|istanbul-lib-coverage@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|path-parse@1.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|rimraf@2.6.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|glob@7.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|abab@1.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|acorn-globals@4.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|acorn-globals@4.1.0|acorn@5.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|acorn-globals@4.1.0|acorn@5.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|acorn@5.4.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-equal@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|browser-process-hrtime@0.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|content-type-parser@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssom@0.3.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssstyle@0.2.37",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cssom@0.3.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|domexception@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|webidl-conversions@4.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|escodegen@1.9.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|escodegen@1.9.0|esprima@3.1.3",
        "nuxt@1.4.5-tuxcare.1|estraverse@4.2.0",
        "nuxt@1.4.5-tuxcare.1|esutils@2.0.2",
        "nuxt@1.4.5-tuxcare.1|optionator@0.8.2",
        "nuxt@1.4.5-tuxcare.1|escodegen@1.9.0|source-map@0.5.7"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|escodegen@1.9.0|esprima@3.1.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|escodegen@1.9.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-encoding-sniffer@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|whatwg-encoding@1.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|left-pad@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nwmatcher@1.4.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|parse5@4.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pn@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|sax@1.2.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|symbol-tree@3.2.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|tough-cookie@2.3.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|punycode@1.4.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|w3c-hr-time@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|browser-process-hrtime@0.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webidl-conversions@4.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|whatwg-encoding@1.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|iconv-lite@0.4.19"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|whatwg-url@6.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|lodash.sortby@4.7.0",
        "nuxt@1.4.5-tuxcare.1|tr46@1.0.1",
        "nuxt@1.4.5-tuxcare.1|webidl-conversions@4.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ws@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|async-limiter@1.0.0",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|ultron@1.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|xml-name-validator@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|shell-quote@1.6.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|array-filter@0.0.1",
        "nuxt@1.4.5-tuxcare.1|array-map@0.0.0",
        "nuxt@1.4.5-tuxcare.1|array-reduce@0.0.0",
        "nuxt@1.4.5-tuxcare.1|jsonify@0.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pseudomap@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|yallist@2.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|errno@0.1.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|prr@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|core-util-is@1.0.2",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|isarray@1.0.0",
        "nuxt@1.4.5-tuxcare.1|process-nextick-args@1.0.7",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|string_decoder@1.0.3",
        "nuxt@1.4.5-tuxcare.1|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-polyfill@6.23.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|core-js@2.5.3",
        "nuxt@1.4.5-tuxcare.1|regenerator-runtime@0.10.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|ansi-escapes@1.4.0",
        "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|cli-cursor@2.1.0",
        "nuxt@1.4.5-tuxcare.1|cli-width@2.2.0",
        "nuxt@1.4.5-tuxcare.1|external-editor@2.1.0",
        "nuxt@1.4.5-tuxcare.1|figures@2.0.0",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5",
        "nuxt@1.4.5-tuxcare.1|mute-stream@0.0.7",
        "nuxt@1.4.5-tuxcare.1|run-async@2.3.0",
        "nuxt@1.4.5-tuxcare.1|rx@4.1.0",
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|through@2.3.8"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|ansi-escapes@1.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|inquirer@3.0.6|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|node-fetch@1.6.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|encoding@0.1.12",
        "nuxt@1.4.5-tuxcare.1|is-stream@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|opn@4.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|caniuse-api@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|browserslist@2.11.3",
        "nuxt@1.4.5-tuxcare.1|caniuse-api@2.0.0|caniuse-lite@1.0.30000792",
        "nuxt@1.4.5-tuxcare.1|lodash.memoize@4.1.2",
        "nuxt@1.4.5-tuxcare.1|lodash.uniq@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|caniuse-api@2.0.0|caniuse-lite@1.0.30000792"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pixrem@4.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|browserslist@2.11.3",
        "nuxt@1.4.5-tuxcare.1|postcss@6.0.17",
        "nuxt@1.4.5-tuxcare.1|reduce-css-calc@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|onecolor@3.0.5",
        "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pleeease-filters@4.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-apply@0.8.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|balanced-match@0.4.2",
        "nuxt@1.4.5-tuxcare.1|postcss@6.0.17"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-attribute-case-insensitive@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-selector-parser@2.2.3",
        "nuxt@1.4.5-tuxcare.1|postcss@6.0.17"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-calc@6.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|css-unit-converter@1.1.1",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-parser@2.2.3",
        "nuxt@1.4.5-tuxcare.1|postcss@6.0.17",
        "nuxt@1.4.5-tuxcare.1|postcss-calc@6.0.1|reduce-css-calc@2.1.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-calc@6.0.1|reduce-css-calc@2.1.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|css-unit-converter@1.1.1",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|css-color-function@1.3.3",
        "nuxt@1.4.5-tuxcare.1|postcss-message-helpers@2.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-function@4.0.1|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|color@2.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-message-helpers@2.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|postcss@6.0.16",
        "nuxt@1.4.5-tuxcare.1|reduce-function-call@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|color@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|color-convert@1.9.1",
        "nuxt@1.4.5-tuxcare.1|color-string@1.5.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-gray@4.1.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|color@1.0.3",
        "nuxt@1.4.5-tuxcare.1|postcss-message-helpers@2.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|color@1.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|color-convert@1.9.1",
        "nuxt@1.4.5-tuxcare.1|color-string@1.5.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hex-alpha@3.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|postcss@6.0.16",
        "nuxt@1.4.5-tuxcare.1|units-css@0.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hsl@2.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|color@1.0.3",
        "nuxt@1.4.5-tuxcare.1|postcss-message-helpers@2.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|postcss@6.0.16",
        "nuxt@1.4.5-tuxcare.1|reduce-function-call@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|color@1.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|color-convert@1.9.1",
        "nuxt@1.4.5-tuxcare.1|color-string@1.5.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-hwb@3.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rebeccapurple@3.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgb@2.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|postcss@6.0.16",
        "nuxt@1.4.5-tuxcare.1|rgb-hex@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-color-rgba-fallback@3.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-media@6.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|balanced-match@1.0.0",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|balanced-match@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-properties@6.2.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-custom-selectors@4.0.1|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-font-family-system-ui@3.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-font-variant@3.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-media-query-parser@0.2.3",
        "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-image-set-polyfill@0.3.5|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|lodash.template@4.4.0",
        "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-initial@2.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-media-minmax@3.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-nesting@4.2.1|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-selector-parser@2.2.3",
        "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudo-class-any-link@4.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-pseudoelements@5.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss@6.0.17"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-replace-overflow-wrap@2.0.0|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|balanced-match@0.4.2",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-matches@3.0.1|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|balanced-match@0.4.2",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|postcss@6.0.16"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|postcss@6.0.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|source-map@0.6.1",
        "nuxt@1.4.5-tuxcare.1|supports-color@5.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|chalk@2.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|chalk@2.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-not@3.0.1|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|enhanced-resolve@3.4.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|memory-fs@0.4.1",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|tapable@0.2.8"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|read-cache@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pify@2.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-load-config@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cosmiconfig@2.2.2",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|postcss-load-options@1.2.0",
        "nuxt@1.4.5-tuxcare.1|postcss-load-plugins@2.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|xxhashjs@0.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cuint@0.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|css-select@1.2.0",
        "nuxt@1.4.5-tuxcare.1|dom-converter@0.1.4",
        "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|htmlparser2@3.3.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|utila@0.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|htmlparser2@3.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|domelementtype@1.3.0",
        "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|domhandler@2.1.0",
        "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|domutils@1.1.6",
        "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|readable-stream@1.0.34"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|domhandler@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|domelementtype@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|domutils@1.1.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|domelementtype@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|readable-stream@1.0.34",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|core-util-is@1.0.2",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|isarray@0.0.1",
        "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|string_decoder@0.10.31"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|isarray@0.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|renderkid@2.0.1|string_decoder@0.10.31"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|object.assign@4.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|define-properties@1.1.2",
        "nuxt@1.4.5-tuxcare.1|function-bind@1.1.1",
        "nuxt@1.4.5-tuxcare.1|has-symbols@1.0.0",
        "nuxt@1.4.5-tuxcare.1|object-keys@1.0.11"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|progress@1.1.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|concat-stream@1.6.2",
        "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|mkdirp@0.5.6",
        "nuxt@1.4.5-tuxcare.1|yauzl@2.10.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|concat-stream@1.6.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|buffer-from@1.1.2",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|readable-stream@2.3.4",
        "nuxt@1.4.5-tuxcare.1|typedarray@0.0.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|mkdirp@0.5.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|minimist@1.2.8"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|readable-stream@2.3.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|core-util-is@1.0.2",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|isarray@1.0.0",
        "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|process-nextick-args@2.0.0",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|string_decoder@1.0.3",
        "nuxt@1.4.5-tuxcare.1|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|minimist@1.2.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extract-zip@1.7.0|process-nextick-args@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|https-proxy-agent@2.2.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|agent-base@4.3.0",
        "nuxt@1.4.5-tuxcare.1|debug@3.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|proxy-from-env@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|request-promise-core@1.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|request-promise-core@1.1.1|lodash@4.17.4",
        "nuxt@1.4.5-tuxcare.1|request@2.83.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|request-promise-core@1.1.1|lodash@4.17.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|stealthy-require@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|aws-sign2@0.7.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|aws4@1.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|caseless@0.12.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|combined-stream@1.0.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|delayed-stream@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extend@3.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|forever-agent@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|form-data@2.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|asynckit@0.4.0",
        "nuxt@1.4.5-tuxcare.1|combined-stream@1.0.5",
        "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|har-validator@5.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ajv@5.5.2",
        "nuxt@1.4.5-tuxcare.1|har-schema@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|http-signature@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|assert-plus@1.0.0",
        "nuxt@1.4.5-tuxcare.1|jsprim@1.4.1",
        "nuxt@1.4.5-tuxcare.1|sshpk@1.13.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-typedarray@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|isstream@0.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|json-stringify-safe@5.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17|mime-db@1.30.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mime-types@2.1.17|mime-db@1.30.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|oauth-sign@0.8.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|performance-now@2.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|stringstream@0.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|tunnel-agent@0.6.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uuid@3.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@sinonjs/formatio@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|samsam@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|diff@3.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.get@4.4.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lolex@2.3.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nise@1.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|formatio@1.2.0",
        "nuxt@1.4.5-tuxcare.1|just-extend@1.1.27",
        "nuxt@1.4.5-tuxcare.1|nise@1.2.2|lolex@1.6.0",
        "nuxt@1.4.5-tuxcare.1|nise@1.2.2|path-to-regexp@1.7.0",
        "nuxt@1.4.5-tuxcare.1|text-encoding@0.6.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nise@1.2.2|lolex@1.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nise@1.2.2|path-to-regexp@1.7.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nise@1.2.2|isarray@0.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nise@1.2.2|isarray@0.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|type-detect@4.0.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|os-homedir@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|which@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|isexe@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uglify-es@3.3.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|uglify-es@3.3.9|commander@2.13.0",
        "nuxt@1.4.5-tuxcare.1|uglify-es@3.3.9|source-map@0.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uglify-es@3.3.9|commander@2.13.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uglify-es@3.3.9|source-map@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|worker-farm@1.5.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|errno@0.1.6",
        "nuxt@1.4.5-tuxcare.1|xtend@4.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|consolidate@0.14.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bluebird@3.5.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-selector-parser@2.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|flatten@1.0.2",
        "nuxt@1.4.5-tuxcare.1|indexes-of@1.0.1",
        "nuxt@1.4.5-tuxcare.1|uniq@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|prettier@1.10.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-hot-reload-api@2.2.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-style-loader@3.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|hash-sum@1.0.2",
        "nuxt@1.4.5-tuxcare.1|loader-utils@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vue-template-es2015-compiler@1.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|deepmerge@2.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.isplainobject@4.0.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.template@4.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|lodash._reinterpolate@3.0.0",
        "nuxt@1.4.5-tuxcare.1|lodash.templatesettings@4.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.uniq@4.5.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|de-indent@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|bfj-node4@5.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bluebird@3.5.1",
        "nuxt@1.4.5-tuxcare.1|check-types@7.3.0",
        "nuxt@1.4.5-tuxcare.1|tryer@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ejs@2.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|filesize@3.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|gzip-size@4.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|duplexer@0.1.1",
        "nuxt@1.4.5-tuxcare.1|gzip-size@4.1.0|pify@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|gzip-size@4.1.0|pify@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|opener@1.4.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|url-join@2.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|webpack-log@1.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|chalk@2.3.1",
        "nuxt@1.4.5-tuxcare.1|log-symbols@2.2.0",
        "nuxt@1.4.5-tuxcare.1|loglevelnext@1.0.3",
        "nuxt@1.4.5-tuxcare.1|uuid@3.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-entities@1.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|querystring@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|acorn-dynamic-import@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|acorn-dynamic-import@2.0.2|acorn@4.0.13"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|acorn-dynamic-import@2.0.2|acorn@4.0.13"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|escope@3.6.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|es6-map@0.1.5",
        "nuxt@1.4.5-tuxcare.1|es6-weak-map@2.0.2",
        "nuxt@1.4.5-tuxcare.1|esrecurse@4.2.0",
        "nuxt@1.4.5-tuxcare.1|estraverse@4.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|interpret@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|loader-runner@2.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|node-libs-browser@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|assert@1.4.1",
        "nuxt@1.4.5-tuxcare.1|browserify-zlib@0.2.0",
        "nuxt@1.4.5-tuxcare.1|buffer@4.9.1",
        "nuxt@1.4.5-tuxcare.1|console-browserify@1.1.0",
        "nuxt@1.4.5-tuxcare.1|constants-browserify@1.0.0",
        "nuxt@1.4.5-tuxcare.1|crypto-browserify@3.12.0",
        "nuxt@1.4.5-tuxcare.1|domain-browser@1.2.0",
        "nuxt@1.4.5-tuxcare.1|events@1.1.1",
        "nuxt@1.4.5-tuxcare.1|https-browserify@1.0.0",
        "nuxt@1.4.5-tuxcare.1|os-browserify@0.3.0",
        "nuxt@1.4.5-tuxcare.1|path-browserify@0.0.0",
        "nuxt@1.4.5-tuxcare.1|process@0.11.10",
        "nuxt@1.4.5-tuxcare.1|punycode@1.4.1",
        "nuxt@1.4.5-tuxcare.1|querystring-es3@0.2.1",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3",
        "nuxt@1.4.5-tuxcare.1|stream-browserify@2.0.1",
        "nuxt@1.4.5-tuxcare.1|stream-http@2.8.0",
        "nuxt@1.4.5-tuxcare.1|string_decoder@1.0.3",
        "nuxt@1.4.5-tuxcare.1|timers-browserify@2.0.6",
        "nuxt@1.4.5-tuxcare.1|tty-browserify@0.0.0",
        "nuxt@1.4.5-tuxcare.1|url@0.11.0",
        "nuxt@1.4.5-tuxcare.1|util@0.10.3",
        "nuxt@1.4.5-tuxcare.1|vm-browserify@0.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|tapable@0.2.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|watchpack@1.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|async@2.6.0",
        "nuxt@1.4.5-tuxcare.1|watchpack@1.4.0|chokidar@1.7.0",
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|watchpack@1.4.0|chokidar@1.7.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|watchpack@1.4.0|anymatch@1.3.2",
        "nuxt@1.4.5-tuxcare.1|async-each@1.0.1",
        "nuxt@1.4.5-tuxcare.1|glob-parent@2.0.0",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|is-binary-path@1.0.1",
        "nuxt@1.4.5-tuxcare.1|is-glob@2.0.1",
        "nuxt@1.4.5-tuxcare.1|path-is-absolute@1.0.1",
        "nuxt@1.4.5-tuxcare.1|readdirp@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|watchpack@1.4.0|anymatch@1.3.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11",
        "nuxt@1.4.5-tuxcare.1|normalize-path@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|camelcase@4.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|decamelize@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|get-caller-file@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|os-locale@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|execa@0.7.0",
        "nuxt@1.4.5-tuxcare.1|lcid@1.0.0",
        "nuxt@1.4.5-tuxcare.1|mem@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|require-directory@2.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|require-main-filename@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|set-blocking@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|string-width@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-fullwidth-code-point@2.0.0",
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1|strip-ansi@4.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|string-width@2.1.1|strip-ansi@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1|ansi-regex@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|string-width@2.1.1|ansi-regex@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|which-module@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|y18n@3.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|electron-to-chromium@1.3.31"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-check-es2015-constants@6.22.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-trailing-function-commas@6.22.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-async-to-generator@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-remap-async-to-generator@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-async-functions@6.13.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-destructuring@6.23.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-function-name@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-function-name@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-commonjs@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-strict-mode@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-parameters@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-call-delegate@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-helper-get-function-arity@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-spread@6.22.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-sticky-regex@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-regex@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-unicode-regex@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-regex@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-unicode-regex@6.24.1|regexpu-core@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-unicode-regex@6.24.1|regexpu-core@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|regenerate@1.3.3",
        "nuxt@1.4.5-tuxcare.1|regjsgen@0.2.0",
        "nuxt@1.4.5-tuxcare.1|regjsparser@0.1.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-exponentiation-operator@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-builder-binary-assignment-operator-visitor@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-exponentiation-operator@6.13.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@ava/babel-plugin-throws-helper@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-espower@2.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-generator@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babylon@6.18.0",
        "nuxt@1.4.5-tuxcare.1|call-matcher@1.0.1",
        "nuxt@1.4.5-tuxcare.1|core-js@2.5.3",
        "nuxt@1.4.5-tuxcare.1|espower-location-detector@1.0.0",
        "nuxt@1.4.5-tuxcare.1|espurify@1.7.0",
        "nuxt@1.4.5-tuxcare.1|estraverse@4.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|slide@1.1.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|date-time@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|color-convert@1.9.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|color-name@1.1.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|arr-exclude@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|execa@0.7.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cross-spawn@5.1.0",
        "nuxt@1.4.5-tuxcare.1|get-stream@3.0.0",
        "nuxt@1.4.5-tuxcare.1|is-stream@1.1.0",
        "nuxt@1.4.5-tuxcare.1|npm-run-path@2.0.2",
        "nuxt@1.4.5-tuxcare.1|p-finally@1.0.0",
        "nuxt@1.4.5-tuxcare.1|signal-exit@3.0.2",
        "nuxt@1.4.5-tuxcare.1|strip-eof@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|has-yarn@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|write-pkg@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|sort-keys@2.0.0",
        "nuxt@1.4.5-tuxcare.1|write-json-file@2.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|detect-indent@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|repeating@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|jsesc@1.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|trim-right@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|glob-parent@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-glob@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-glob@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-extglob@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|restore-cursor@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|onetime@2.0.1",
        "nuxt@1.4.5-tuxcare.1|signal-exit@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|slice-ansi@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-fullwidth-code-point@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|convert-to-spaces@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fast-diff@1.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|function-name-support@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|js-string-escape@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.clonedeep@4.5.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.flattendeep@4.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.merge@4.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|well-known-symbols@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|buf-compare@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-error@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-find-index@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|call-signature@0.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|core-js@2.5.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|commondir@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pkg-dir@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|find-up@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pify@2.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pinkie@2.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es6-error@4.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.isequal@4.5.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|resolve-from@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ci-info@1.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|symbol-observable@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|through2@2.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3",
        "nuxt@1.4.5-tuxcare.1|xtend@4.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|md5-o-matic@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|camelcase-keys@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|camelcase-keys@2.1.0|camelcase@2.1.1",
        "nuxt@1.4.5-tuxcare.1|map-obj@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|camelcase-keys@2.1.0|camelcase@2.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|map-obj@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|normalize-package-data@2.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|hosted-git-info@2.5.0",
        "nuxt@1.4.5-tuxcare.1|is-builtin-module@1.0.0",
        "nuxt@1.4.5-tuxcare.1|semver@5.5.0",
        "nuxt@1.4.5-tuxcare.1|validate-npm-package-license@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|redent@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|redent@1.0.0|indent-string@2.1.0",
        "nuxt@1.4.5-tuxcare.1|strip-indent@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|redent@1.0.0|indent-string@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|repeating@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|trim-newlines@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-differ@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|release-zalgo@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|es6-error@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|irregular-plurals@1.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|parse-ms@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-utf8@0.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|serialize-error@2.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|os-tmpdir@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uid2@0.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|boxen@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-align@2.0.0",
        "nuxt@1.4.5-tuxcare.1|camelcase@4.1.0",
        "nuxt@1.4.5-tuxcare.1|boxen@1.3.0|chalk@2.3.0",
        "nuxt@1.4.5-tuxcare.1|cli-boxes@1.0.0",
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1",
        "nuxt@1.4.5-tuxcare.1|term-size@1.2.0",
        "nuxt@1.4.5-tuxcare.1|widest-line@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|boxen@1.3.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|boxen@1.3.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|boxen@1.3.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|configstore@3.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|dot-prop@4.2.0",
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|make-dir@1.1.0",
        "nuxt@1.4.5-tuxcare.1|unique-string@1.0.0",
        "nuxt@1.4.5-tuxcare.1|write-file-atomic@2.3.0",
        "nuxt@1.4.5-tuxcare.1|xdg-basedir@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|import-lazy@2.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-installed-globally@0.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|global-dirs@0.1.1",
        "nuxt@1.4.5-tuxcare.1|is-path-inside@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-npm@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|latest-version@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|package-json@4.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|semver-diff@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|semver@5.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|xdg-basedir@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|js-tokens@3.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|home-or-tmp@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|os-homedir@1.0.2",
        "nuxt@1.4.5-tuxcare.1|os-tmpdir@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|invariant@2.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|loose-envify@1.3.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|to-fast-properties@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|brace-expansion@1.1.11",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|brace-expansion@1.1.11|balanced-match@1.0.0",
        "nuxt@1.4.5-tuxcare.1|concat-map@0.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|brace-expansion@1.1.11|balanced-match@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/helper-function-name@7.0.0-beta.36",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@babel/helper-get-function-arity@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|@babel/template@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|esrecurse@4.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|estraverse@4.2.0",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|estraverse@4.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|big.js@3.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|emojis-list@2.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|locate-path@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|p-locate@2.0.0",
        "nuxt@1.4.5-tuxcare.1|path-exists@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11|arr-diff@2.0.0",
        "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11|array-unique@0.2.1",
        "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11|braces@1.8.5",
        "nuxt@1.4.5-tuxcare.1|expand-brackets@0.1.5",
        "nuxt@1.4.5-tuxcare.1|extglob@0.3.2",
        "nuxt@1.4.5-tuxcare.1|filename-regex@2.0.1",
        "nuxt@1.4.5-tuxcare.1|is-extglob@1.0.0",
        "nuxt@1.4.5-tuxcare.1|is-glob@2.0.1",
        "nuxt@1.4.5-tuxcare.1|kind-of@3.2.2",
        "nuxt@1.4.5-tuxcare.1|normalize-path@2.1.1",
        "nuxt@1.4.5-tuxcare.1|object.omit@2.0.1",
        "nuxt@1.4.5-tuxcare.1|parse-glob@3.0.4",
        "nuxt@1.4.5-tuxcare.1|regex-cache@0.4.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11|arr-diff@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arr-flatten@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11|array-unique@0.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|micromatch@2.3.11|braces@1.8.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2",
        "nuxt@1.4.5-tuxcare.1|preserve@0.2.0",
        "nuxt@1.4.5-tuxcare.1|repeat-element@1.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-arrow-functions@6.22.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-block-scoped-functions@6.22.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-block-scoping@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-classes@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-define-map@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-helper-function-name@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-helper-optimise-call-expression@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-helper-replace-supers@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-messages@6.23.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-computed-properties@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-duplicate-keys@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-for-of@6.23.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-literals@6.22.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-amd@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-commonjs@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-systemjs@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-hoist-variables@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-umd@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-modules-amd@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-object-super@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-replace-supers@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-shorthand-properties@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-template-literals@6.22.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-es2015-typeof-symbol@6.23.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-regenerator@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|regenerator-transform@0.10.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-vue-jsx-merge-props@2.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-jsx-event-modifiers@2.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-jsx-v-model@2.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-jsx@6.18.0",
        "nuxt@1.4.5-tuxcare.1|html-tags@2.0.0",
        "nuxt@1.4.5-tuxcare.1|svg-tags@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-jsx@6.18.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-vue-jsx@3.5.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-vue-jsx-merge-props@2.0.3",
        "nuxt@1.4.5-tuxcare.1|esutils@2.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-unique@0.3.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fill-range@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
        "nuxt@1.4.5-tuxcare.1|is-number@3.0.0",
        "nuxt@1.4.5-tuxcare.1|repeat-string@1.6.1",
        "nuxt@1.4.5-tuxcare.1|to-regex-range@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|isobject@3.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|repeat-element@1.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|define-property@1.0.0",
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1",
        "nuxt@1.4.5-tuxcare.1|snapdragon-util@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|define-property@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|is-descriptor@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|is-descriptor@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|is-accessor-descriptor@1.0.0",
        "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|is-data-descriptor@1.0.0",
        "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|is-accessor-descriptor@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|is-data-descriptor@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|snapdragon-node@2.1.1|kind-of@6.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|base@0.11.2",
        "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1|debug@2.6.9",
        "nuxt@1.4.5-tuxcare.1|define-property@0.2.5",
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
        "nuxt@1.4.5-tuxcare.1|map-cache@0.2.2",
        "nuxt@1.4.5-tuxcare.1|source-map-resolve@0.5.1",
        "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|use@2.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1|debug@2.6.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|split-string@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|split-string@3.1.0|extend-shallow@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|split-string@3.1.0|extend-shallow@3.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|assign-symbols@1.0.0",
        "nuxt@1.4.5-tuxcare.1|split-string@3.1.0|is-extendable@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|split-string@3.1.0|is-extendable@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-plain-object@2.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|to-regex@3.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|define-property@0.2.5",
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
        "nuxt@1.4.5-tuxcare.1|regex-not@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|path-dirname@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|binary-extensions@1.11.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|remove-trailing-separator@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|set-immediate-shim@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|underscore.string@2.3.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|hawk@3.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|boom@2.10.1",
        "nuxt@1.4.5-tuxcare.1|cryptiles@2.0.5",
        "nuxt@1.4.5-tuxcare.1|hawk@3.1.3|hoek@2.16.3",
        "nuxt@1.4.5-tuxcare.1|sntp@1.0.9"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|hawk@3.1.3|hoek@2.16.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|negotiator@0.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mime-db@1.32.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|chownr@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mississippi@1.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|concat-stream@1.6.0",
        "nuxt@1.4.5-tuxcare.1|duplexify@3.5.3",
        "nuxt@1.4.5-tuxcare.1|end-of-stream@1.4.1",
        "nuxt@1.4.5-tuxcare.1|flush-write-stream@1.0.2",
        "nuxt@1.4.5-tuxcare.1|from2@2.3.0",
        "nuxt@1.4.5-tuxcare.1|parallel-transform@1.1.0",
        "nuxt@1.4.5-tuxcare.1|pump@1.0.3",
        "nuxt@1.4.5-tuxcare.1|pumpify@1.4.0",
        "nuxt@1.4.5-tuxcare.1|stream-each@1.2.2",
        "nuxt@1.4.5-tuxcare.1|through2@2.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|move-concurrently@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|aproba@1.2.0",
        "nuxt@1.4.5-tuxcare.1|copy-concurrently@1.0.5",
        "nuxt@1.4.5-tuxcare.1|fs-write-stream-atomic@1.0.10",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|rimraf@2.6.2",
        "nuxt@1.4.5-tuxcare.1|run-queue@1.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|promise-inflight@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ssri@5.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|unique-filename@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|unique-slug@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|dir-glob@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arrify@1.0.1",
        "nuxt@1.4.5-tuxcare.1|dir-glob@2.0.0|path-type@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|dir-glob@2.0.0|path-type@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|dir-glob@2.0.0|pify@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|dir-glob@2.0.0|pify@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|p-try@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|shebang-command@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|shebang-regex@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|prepend-http@1.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|query-string@4.3.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|strict-uri-encode@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cssesc@0.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fastparse@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|regexpu-core@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|regenerate@1.3.3",
        "nuxt@1.4.5-tuxcare.1|regjsgen@0.2.0",
        "nuxt@1.4.5-tuxcare.1|regjsparser@0.1.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|defined@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|colormin@1.1.2",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-colormin@2.2.2|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-convert-values@2.6.1|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-comments@2.0.4|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-duplicates@2.1.0|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-empty@2.1.0|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-overridden@0.1.1|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|postcss@5.2.18",
        "nuxt@1.4.5-tuxcare.1|uniqs@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-discard-unused@2.2.3|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|postcss@5.2.18",
        "nuxt@1.4.5-tuxcare.1|uniqid@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-filter-plugins@2.0.2|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has@1.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-idents@2.1.7|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-longhand@2.0.2|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|browserslist@1.7.7",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|caniuse-api@1.6.1",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-parser@2.2.3",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|postcss@5.2.18",
        "nuxt@1.4.5-tuxcare.1|vendors@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|browserslist@1.7.7",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|caniuse-db@1.0.30000800",
        "nuxt@1.4.5-tuxcare.1|electron-to-chromium@1.3.31"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|caniuse-api@1.6.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|browserslist@1.7.7",
        "nuxt@1.4.5-tuxcare.1|caniuse-db@1.0.30000800",
        "nuxt@1.4.5-tuxcare.1|lodash.memoize@4.1.2",
        "nuxt@1.4.5-tuxcare.1|lodash.uniq@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-merge-rules@2.1.2|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-font-values@1.0.5|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-gradients@1.0.5|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|alphanum-sort@1.0.2",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|postcss@5.2.18",
        "nuxt@1.4.5-tuxcare.1|uniqs@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-params@1.2.2|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|alphanum-sort@1.0.2",
        "nuxt@1.4.5-tuxcare.1|has@1.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-selector-parser@2.2.3",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-minify-selectors@2.1.1|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-charset@1.1.1|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-absolute-url@2.1.0",
        "nuxt@1.4.5-tuxcare.1|normalize-url@1.9.1",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-normalize-url@3.0.8|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-ordered-values@2.2.3|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-idents@2.4.0|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-initial@1.0.1|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has@1.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|postcss@5.2.18"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-reduce-transforms@1.0.4|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-svg@2.1.0",
        "nuxt@1.4.5-tuxcare.1|postcss-value-parser@3.3.0",
        "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|postcss@5.2.18",
        "nuxt@1.4.5-tuxcare.1|svgo@0.7.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-svgo@2.1.6|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|alphanum-sort@1.0.2",
        "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|postcss@5.2.18",
        "nuxt@1.4.5-tuxcare.1|uniqs@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-unique-selectors@2.0.2|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has@1.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|postcss@5.2.18",
        "nuxt@1.4.5-tuxcare.1|uniqs@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|postcss@5.2.18",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|chalk@1.1.3",
        "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3",
        "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|supports-color@3.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|supports-color@3.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|has-flag@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-zindex@2.2.0|has-flag@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|icss-replace-symbols@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|js-base64@2.4.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|domelementtype@1.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|domhandler@2.4.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|domelementtype@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|domutils@1.6.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|dom-serializer@0.1.0",
        "nuxt@1.4.5-tuxcare.1|domelementtype@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|entities@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|isarray@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|function-bind@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|read-pkg@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|load-json-file@2.0.0",
        "nuxt@1.4.5-tuxcare.1|normalize-package-data@2.4.0",
        "nuxt@1.4.5-tuxcare.1|path-type@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-includes@3.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|define-properties@1.1.2",
        "nuxt@1.4.5-tuxcare.1|es-abstract@1.10.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fbjs@0.8.16",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|fbjs@0.8.16|core-js@1.2.7",
        "nuxt@1.4.5-tuxcare.1|isomorphic-fetch@2.2.1",
        "nuxt@1.4.5-tuxcare.1|loose-envify@1.3.1",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|promise@7.3.1",
        "nuxt@1.4.5-tuxcare.1|setimmediate@1.0.5",
        "nuxt@1.4.5-tuxcare.1|ua-parser-js@0.7.17"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fbjs@0.8.16|core-js@1.2.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|loose-envify@1.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|js-tokens@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|co@4.6.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fast-deep-equal@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fast-json-stable-stringify@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|json-schema-traverse@0.3.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|typedarray@0.0.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|acorn-jsx@3.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|acorn-jsx@3.0.1|acorn@3.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|acorn-jsx@3.0.1|acorn@3.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|flat-cache@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|circular-json@0.3.3",
        "nuxt@1.4.5-tuxcare.1|del@2.2.2",
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|write@0.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cli-width@2.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|external-editor@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|chardet@0.4.2",
        "nuxt@1.4.5-tuxcare.1|iconv-lite@0.4.19",
        "nuxt@1.4.5-tuxcare.1|tmp@0.0.33"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mute-stream@0.0.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|run-async@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-promise@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|rx-lite-aggregates@4.0.8",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|rx-lite@4.0.8"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|rx-lite@4.0.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|through@2.3.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|argparse@1.0.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|sprintf-js@1.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|esprima@4.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|prelude-ls@1.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|type-check@0.3.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|prelude-ls@1.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|deep-is@0.1.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fast-levenshtein@2.0.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|wordwrap@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|caller-path@0.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|callsites@0.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ajv-keywords@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ajv@5.5.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2|depd@1.1.1",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2|setprototypeof@1.0.3",
        "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2|statuses@1.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2|depd@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2|setprototypeof@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2|statuses@1.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|iconv-lite@0.4.19"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|raw-body@2.3.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bytes@3.0.0",
        "nuxt@1.4.5-tuxcare.1|http-errors@1.6.2",
        "nuxt@1.4.5-tuxcare.1|iconv-lite@0.4.19",
        "nuxt@1.4.5-tuxcare.1|unpipe@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ee-first@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|forwarded@0.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ipaddr.js@1.5.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|destroy@1.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mime@1.4.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|media-typer@0.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|stackframe@1.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|wrappy@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|center-align@0.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|align-text@0.1.4",
        "nuxt@1.4.5-tuxcare.1|center-align@0.1.3|lazy-cache@1.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|center-align@0.1.3|lazy-cache@1.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|right-align@0.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|align-text@0.1.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uglify-to-browserify@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|window-size@0.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|no-case@2.3.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|lower-case@1.1.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|upper-case@1.1.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|xml-char-classes@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|punycode@1.4.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.sortby@4.7.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|tr46@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|tr46@1.0.1|punycode@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|tr46@1.0.1|punycode@2.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|async-limiter@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ultron@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-filter@0.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-map@0.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|array-reduce@0.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|jsonify@0.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|prr@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|core-util-is@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|process-nextick-args@1.0.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|string_decoder@1.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|util-deprecate@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|regenerator-runtime@0.10.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|rx@4.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|encoding@0.1.12",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|iconv-lite@0.4.19"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-stream@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.memoize@4.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|reduce-css-calc@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|balanced-match@0.4.2",
        "nuxt@1.4.5-tuxcare.1|math-expression-evaluator@1.2.17",
        "nuxt@1.4.5-tuxcare.1|reduce-function-call@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|onecolor@3.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|balanced-match@0.4.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-unit-converter@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-color-function@1.3.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|css-color-function@1.3.3|balanced-match@0.1.0",
        "nuxt@1.4.5-tuxcare.1|color@0.11.4",
        "nuxt@1.4.5-tuxcare.1|debug@3.1.0",
        "nuxt@1.4.5-tuxcare.1|rgb@0.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-color-function@1.3.3|balanced-match@0.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-message-helpers@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|reduce-function-call@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|balanced-match@0.4.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|units-css@0.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|isnumeric@0.2.0",
        "nuxt@1.4.5-tuxcare.1|viewport-dimensions@0.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|rgb-hex@2.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-media-query-parser@0.2.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cosmiconfig@2.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-directory@0.3.1",
        "nuxt@1.4.5-tuxcare.1|js-yaml@3.10.0",
        "nuxt@1.4.5-tuxcare.1|minimist@1.2.0",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|os-homedir@1.0.2",
        "nuxt@1.4.5-tuxcare.1|parse-json@2.2.0",
        "nuxt@1.4.5-tuxcare.1|require-from-string@1.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-load-options@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cosmiconfig@2.2.2",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|postcss-load-plugins@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cosmiconfig@2.2.2",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cuint@0.2.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-select@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|boolbase@1.0.0",
        "nuxt@1.4.5-tuxcare.1|css-what@2.1.0",
        "nuxt@1.4.5-tuxcare.1|css-select@1.2.0|domutils@1.5.1",
        "nuxt@1.4.5-tuxcare.1|nth-check@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-select@1.2.0|domutils@1.5.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|dom-serializer@0.1.0",
        "nuxt@1.4.5-tuxcare.1|domelementtype@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|dom-converter@0.1.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|utila@0.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|utila@0.3.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|define-properties@1.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|foreach@2.0.5",
        "nuxt@1.4.5-tuxcare.1|object-keys@1.0.11"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|has-symbols@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|object-keys@1.0.11"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|yauzl@2.10.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|buffer-crc32@0.2.13",
        "nuxt@1.4.5-tuxcare.1|fd-slicer@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|agent-base@4.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|es6-promisify@5.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|delayed-stream@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|asynckit@0.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|har-schema@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|hoek@4.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|assert-plus@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|jsprim@1.4.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|assert-plus@1.0.0",
        "nuxt@1.4.5-tuxcare.1|extsprintf@1.3.0",
        "nuxt@1.4.5-tuxcare.1|json-schema@0.2.3",
        "nuxt@1.4.5-tuxcare.1|verror@1.10.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|sshpk@1.13.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|asn1@0.2.3",
        "nuxt@1.4.5-tuxcare.1|assert-plus@1.0.0",
        "nuxt@1.4.5-tuxcare.1|bcrypt-pbkdf@1.0.1",
        "nuxt@1.4.5-tuxcare.1|dashdash@1.14.1",
        "nuxt@1.4.5-tuxcare.1|ecc-jsbn@0.1.1",
        "nuxt@1.4.5-tuxcare.1|getpass@0.1.7",
        "nuxt@1.4.5-tuxcare.1|jsbn@0.1.1",
        "nuxt@1.4.5-tuxcare.1|tweetnacl@0.14.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|samsam@1.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|formatio@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|samsam@1.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|just-extend@1.1.27"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|text-encoding@0.6.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|isexe@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|xtend@4.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|flatten@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|indexes-of@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uniq@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash._reinterpolate@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lodash.templatesettings@4.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|lodash._reinterpolate@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|check-types@7.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|tryer@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|duplexer@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|log-symbols@2.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|log-symbols@2.2.0|chalk@2.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|log-symbols@2.2.0|chalk@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ansi-styles@3.2.0",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|log-symbols@2.2.0|supports-color@4.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|log-symbols@2.2.0|supports-color@4.5.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has-flag@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|loglevelnext@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ansi-regex@2.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es6-map@0.1.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|d@1.0.0",
        "nuxt@1.4.5-tuxcare.1|es5-ext@0.10.38",
        "nuxt@1.4.5-tuxcare.1|es6-iterator@2.0.3",
        "nuxt@1.4.5-tuxcare.1|es6-set@0.1.5",
        "nuxt@1.4.5-tuxcare.1|es6-symbol@3.1.1",
        "nuxt@1.4.5-tuxcare.1|event-emitter@0.3.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es6-weak-map@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|d@1.0.0",
        "nuxt@1.4.5-tuxcare.1|es5-ext@0.10.38",
        "nuxt@1.4.5-tuxcare.1|es6-iterator@2.0.3",
        "nuxt@1.4.5-tuxcare.1|es6-symbol@3.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|assert@1.4.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|util@0.10.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|browserify-zlib@0.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pako@1.0.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|buffer@4.9.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|base64-js@1.2.1",
        "nuxt@1.4.5-tuxcare.1|ieee754@1.1.8",
        "nuxt@1.4.5-tuxcare.1|isarray@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|console-browserify@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|date-now@0.1.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|constants-browserify@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|crypto-browserify@3.12.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|browserify-cipher@1.0.0",
        "nuxt@1.4.5-tuxcare.1|browserify-sign@4.0.4",
        "nuxt@1.4.5-tuxcare.1|create-ecdh@4.0.0",
        "nuxt@1.4.5-tuxcare.1|create-hash@1.1.3",
        "nuxt@1.4.5-tuxcare.1|create-hmac@1.1.6",
        "nuxt@1.4.5-tuxcare.1|diffie-hellman@5.0.2",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|pbkdf2@3.0.14",
        "nuxt@1.4.5-tuxcare.1|public-encrypt@4.0.0",
        "nuxt@1.4.5-tuxcare.1|randombytes@2.0.6",
        "nuxt@1.4.5-tuxcare.1|randomfill@1.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|domain-browser@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|events@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|https-browserify@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|os-browserify@0.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|path-browserify@0.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|process@0.11.10"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|querystring-es3@0.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|stream-browserify@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|stream-http@2.8.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|builtin-status-codes@3.0.0",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3",
        "nuxt@1.4.5-tuxcare.1|to-arraybuffer@1.0.1",
        "nuxt@1.4.5-tuxcare.1|xtend@4.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|timers-browserify@2.0.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|setimmediate@1.0.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|tty-browserify@0.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|url@0.11.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|url@0.11.0|punycode@1.3.2",
        "nuxt@1.4.5-tuxcare.1|querystring@0.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|url@0.11.0|punycode@1.3.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|util@0.10.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|util@0.10.3|inherits@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|util@0.10.3|inherits@2.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vm-browserify@0.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|indexof@0.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cliui@3.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cliui@3.2.0|string-width@1.0.2",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|wrap-ansi@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cliui@3.2.0|string-width@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|code-point-at@1.1.0",
        "nuxt@1.4.5-tuxcare.1|cliui@3.2.0|is-fullwidth-code-point@1.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cliui@3.2.0|is-fullwidth-code-point@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|wrap-ansi@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|wrap-ansi@2.1.0|string-width@1.0.2",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|wrap-ansi@2.1.0|string-width@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|code-point-at@1.1.0",
        "nuxt@1.4.5-tuxcare.1|wrap-ansi@2.1.0|is-fullwidth-code-point@1.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|wrap-ansi@2.1.0|is-fullwidth-code-point@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lcid@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|invert-kv@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mem@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|mimic-fn@1.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-fullwidth-code-point@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-remap-async-to-generator@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-function-name@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-async-functions@6.13.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-function-name@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-get-function-arity@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-transform-strict-mode@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-call-delegate@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-hoist-variables@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-get-function-arity@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-regex@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-builder-binary-assignment-operator-visitor@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-explode-assignable-expression@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-plugin-syntax-exponentiation-operator@6.13.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|call-matcher@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|core-js@2.5.3",
        "nuxt@1.4.5-tuxcare.1|deep-equal@1.0.1",
        "nuxt@1.4.5-tuxcare.1|espurify@1.7.0",
        "nuxt@1.4.5-tuxcare.1|estraverse@4.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|espower-location-detector@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-url@1.2.2",
        "nuxt@1.4.5-tuxcare.1|path-is-absolute@1.0.1",
        "nuxt@1.4.5-tuxcare.1|espower-location-detector@1.0.0|source-map@0.5.7",
        "nuxt@1.4.5-tuxcare.1|xtend@4.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|espower-location-detector@1.0.0|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|espurify@1.7.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|core-js@2.5.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|has-color@0.1.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|color-name@1.1.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|get-stream@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|npm-run-path@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|path-key@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|p-finally@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|strip-eof@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|sort-keys@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-plain-obj@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|write-json-file@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|write-json-file@2.3.0|detect-indent@5.0.0",
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|make-dir@1.1.0",
        "nuxt@1.4.5-tuxcare.1|write-json-file@2.3.0|pify@3.0.0",
        "nuxt@1.4.5-tuxcare.1|sort-keys@2.0.0",
        "nuxt@1.4.5-tuxcare.1|write-file-atomic@2.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|write-json-file@2.3.0|detect-indent@5.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|write-json-file@2.3.0|pify@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|repeating@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-finite@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-extglob@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|onetime@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|mimic-fn@1.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|time-zone@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pinkie@2.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|hosted-git-info@2.5.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-builtin-module@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|builtin-modules@1.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|validate-npm-package-license@3.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|spdx-correct@1.0.2",
        "nuxt@1.4.5-tuxcare.1|spdx-expression-parse@1.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|strip-indent@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|get-stdin@4.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ansi-align@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cli-boxes@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|term-size@1.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|execa@0.7.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|widest-line@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|string-width@2.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|unique-string@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|crypto-random-string@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|write-file-atomic@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|imurmurhash@0.1.4",
        "nuxt@1.4.5-tuxcare.1|signal-exit@3.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|global-dirs@0.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|ini@1.3.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-path-inside@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|path-is-inside@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|package-json@4.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|got@6.7.1",
        "nuxt@1.4.5-tuxcare.1|registry-auth-token@3.3.2",
        "nuxt@1.4.5-tuxcare.1|registry-url@3.1.0",
        "nuxt@1.4.5-tuxcare.1|semver@5.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|concat-map@0.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/helper-get-function-arity@7.0.0-beta.36",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/template@7.0.0-beta.36",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|@babel/code-frame@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|@babel/types@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|@babel/template@7.0.0-beta.36|babylon@7.0.0-beta.36",
        "nuxt@1.4.5-tuxcare.1|@babel/template@7.0.0-beta.36|lodash@4.17.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/template@7.0.0-beta.36|babylon@7.0.0-beta.36"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|@babel/template@7.0.0-beta.36|lodash@4.17.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|p-locate@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|p-limit@1.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|path-exists@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|expand-brackets@0.1.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-posix-bracket@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extglob@0.3.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-extglob@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|filename-regex@2.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|kind-of@3.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|object.omit@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|for-own@0.1.5",
        "nuxt@1.4.5-tuxcare.1|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|parse-glob@3.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|glob-base@0.3.0",
        "nuxt@1.4.5-tuxcare.1|is-dotfile@1.0.3",
        "nuxt@1.4.5-tuxcare.1|is-extglob@1.0.0",
        "nuxt@1.4.5-tuxcare.1|is-glob@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|regex-cache@0.4.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-equal-shallow@0.1.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-define-map@6.26.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-function-name@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|lodash@4.17.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-optimise-call-expression@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-replace-supers@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-helper-optimise-call-expression@6.24.1",
        "nuxt@1.4.5-tuxcare.1|babel-messages@6.23.0",
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-template@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-hoist-variables@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|regenerator-transform@0.10.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0",
        "nuxt@1.4.5-tuxcare.1|private@0.1.8"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-tags@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|svg-tags@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|arr-diff@4.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fragment-cache@0.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|map-cache@0.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arr-diff@4.0.0",
        "nuxt@1.4.5-tuxcare.1|array-unique@0.3.2",
        "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|define-property@1.0.0",
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
        "nuxt@1.4.5-tuxcare.1|fragment-cache@0.2.1",
        "nuxt@1.4.5-tuxcare.1|is-odd@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|kind-of@5.1.0",
        "nuxt@1.4.5-tuxcare.1|object.pick@1.3.0",
        "nuxt@1.4.5-tuxcare.1|regex-not@1.0.0",
        "nuxt@1.4.5-tuxcare.1|snapdragon@0.8.1",
        "nuxt@1.4.5-tuxcare.1|to-regex@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|define-property@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-descriptor@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|kind-of@5.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-descriptor@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-accessor-descriptor@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-data-descriptor@1.0.0",
        "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-descriptor@1.0.2|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-descriptor@1.0.2|kind-of@6.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-accessor-descriptor@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-accessor-descriptor@1.0.0|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-accessor-descriptor@1.0.0|kind-of@6.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-data-descriptor@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-data-descriptor@1.0.0|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nanomatch@1.2.7|is-data-descriptor@1.0.0|kind-of@6.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|object.pick@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|regex-not@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-extendable@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-number@3.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|repeat-string@1.6.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|to-regex-range@2.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-number@3.0.0",
        "nuxt@1.4.5-tuxcare.1|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|snapdragon-util@3.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|base@0.11.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cache-base@1.0.1",
        "nuxt@1.4.5-tuxcare.1|class-utils@0.3.6",
        "nuxt@1.4.5-tuxcare.1|component-emitter@1.2.1",
        "nuxt@1.4.5-tuxcare.1|base@0.11.2|define-property@1.0.0",
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1",
        "nuxt@1.4.5-tuxcare.1|mixin-deep@1.3.0",
        "nuxt@1.4.5-tuxcare.1|pascalcase@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|base@0.11.2|define-property@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|base@0.11.2|is-descriptor@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|base@0.11.2|is-descriptor@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|base@0.11.2|is-accessor-descriptor@1.0.0",
        "nuxt@1.4.5-tuxcare.1|base@0.11.2|is-data-descriptor@1.0.0",
        "nuxt@1.4.5-tuxcare.1|base@0.11.2|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|base@0.11.2|is-accessor-descriptor@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|base@0.11.2|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|base@0.11.2|is-data-descriptor@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|base@0.11.2|kind-of@6.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|base@0.11.2|kind-of@6.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|define-property@0.2.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-descriptor@0.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|map-cache@0.2.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|source-map-resolve@0.5.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|atob@2.0.3",
        "nuxt@1.4.5-tuxcare.1|decode-uri-component@0.2.0",
        "nuxt@1.4.5-tuxcare.1|resolve-url@0.2.1",
        "nuxt@1.4.5-tuxcare.1|source-map-url@0.4.0",
        "nuxt@1.4.5-tuxcare.1|urix@0.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|use@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|define-property@0.2.5",
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1",
        "nuxt@1.4.5-tuxcare.1|lazy-cache@2.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|boom@2.10.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|boom@2.10.1|hoek@2.16.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|boom@2.10.1|hoek@2.16.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cryptiles@2.0.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|boom@2.10.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|sntp@1.0.9",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|sntp@1.0.9|hoek@2.16.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|sntp@1.0.9|hoek@2.16.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|duplexify@3.5.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|end-of-stream@1.4.1",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3",
        "nuxt@1.4.5-tuxcare.1|stream-shift@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|end-of-stream@1.4.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|once@1.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|flush-write-stream@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|from2@2.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|parallel-transform@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cyclist@0.2.2",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pump@1.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|end-of-stream@1.4.1",
        "nuxt@1.4.5-tuxcare.1|once@1.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pumpify@1.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|duplexify@3.5.3",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|pumpify@1.4.0|pump@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pumpify@1.4.0|pump@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|end-of-stream@1.4.1",
        "nuxt@1.4.5-tuxcare.1|once@1.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|stream-each@1.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|end-of-stream@1.4.1",
        "nuxt@1.4.5-tuxcare.1|stream-shift@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|aproba@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|copy-concurrently@1.0.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|aproba@1.2.0",
        "nuxt@1.4.5-tuxcare.1|fs-write-stream-atomic@1.0.10",
        "nuxt@1.4.5-tuxcare.1|iferr@0.1.5",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|rimraf@2.6.2",
        "nuxt@1.4.5-tuxcare.1|run-queue@1.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fs-write-stream-atomic@1.0.10",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|iferr@0.1.5",
        "nuxt@1.4.5-tuxcare.1|imurmurhash@0.1.4",
        "nuxt@1.4.5-tuxcare.1|readable-stream@2.3.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|run-queue@1.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|aproba@1.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|unique-slug@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|imurmurhash@0.1.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|shebang-regex@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|strict-uri-encode@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-plain-obj@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|regenerate@1.3.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|regjsgen@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|regjsparser@0.1.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|regjsparser@0.1.5|jsesc@0.5.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|regjsparser@0.1.5|jsesc@0.5.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|caniuse-db@1.0.30000800"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|colormin@1.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|color@0.11.4",
        "nuxt@1.4.5-tuxcare.1|css-color-names@0.0.4",
        "nuxt@1.4.5-tuxcare.1|has@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uniqs@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|uniqid@4.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|macaddress@0.2.8"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|vendors@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|alphanum-sort@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-absolute-url@2.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-svg@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|html-comment-regex@1.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|svgo@0.7.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|coa@1.0.4",
        "nuxt@1.4.5-tuxcare.1|colors@1.1.2",
        "nuxt@1.4.5-tuxcare.1|csso@2.3.2",
        "nuxt@1.4.5-tuxcare.1|svgo@0.7.2|js-yaml@3.7.0",
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1",
        "nuxt@1.4.5-tuxcare.1|sax@1.2.4",
        "nuxt@1.4.5-tuxcare.1|whet.extend@0.9.9"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|svgo@0.7.2|js-yaml@3.7.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|argparse@1.0.9",
        "nuxt@1.4.5-tuxcare.1|svgo@0.7.2|esprima@2.7.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|svgo@0.7.2|esprima@2.7.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|dom-serializer@0.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|dom-serializer@0.1.0|domelementtype@1.1.3",
        "nuxt@1.4.5-tuxcare.1|entities@1.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|dom-serializer@0.1.0|domelementtype@1.1.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|load-json-file@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|graceful-fs@4.1.11",
        "nuxt@1.4.5-tuxcare.1|parse-json@2.2.0",
        "nuxt@1.4.5-tuxcare.1|pify@2.3.0",
        "nuxt@1.4.5-tuxcare.1|load-json-file@2.0.0|strip-bom@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|load-json-file@2.0.0|strip-bom@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|path-type@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pify@2.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es-abstract@1.10.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|es-to-primitive@1.1.1",
        "nuxt@1.4.5-tuxcare.1|function-bind@1.1.1",
        "nuxt@1.4.5-tuxcare.1|has@1.0.1",
        "nuxt@1.4.5-tuxcare.1|is-callable@1.1.3",
        "nuxt@1.4.5-tuxcare.1|is-regex@1.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|isomorphic-fetch@2.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|isomorphic-fetch@2.2.1|node-fetch@1.7.3",
        "nuxt@1.4.5-tuxcare.1|whatwg-fetch@2.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|isomorphic-fetch@2.2.1|node-fetch@1.7.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|encoding@0.1.12",
        "nuxt@1.4.5-tuxcare.1|is-stream@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|promise@7.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|asap@2.0.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|setimmediate@1.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ua-parser-js@0.7.17"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|circular-json@0.3.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|del@2.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|del@2.2.2|globby@5.0.0",
        "nuxt@1.4.5-tuxcare.1|is-path-cwd@1.0.0",
        "nuxt@1.4.5-tuxcare.1|is-path-in-cwd@1.0.0",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|pify@2.3.0",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1",
        "nuxt@1.4.5-tuxcare.1|rimraf@2.6.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|del@2.2.2|globby@5.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|array-union@1.0.2",
        "nuxt@1.4.5-tuxcare.1|arrify@1.0.1",
        "nuxt@1.4.5-tuxcare.1|glob@7.1.2",
        "nuxt@1.4.5-tuxcare.1|object-assign@4.1.1",
        "nuxt@1.4.5-tuxcare.1|pify@2.3.0",
        "nuxt@1.4.5-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|write@0.2.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|mkdirp@0.5.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|chardet@0.4.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|tmp@0.0.33",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|os-tmpdir@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|sprintf-js@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|callsites@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|align-text@0.1.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|kind-of@3.2.2",
        "nuxt@1.4.5-tuxcare.1|longest@1.0.1",
        "nuxt@1.4.5-tuxcare.1|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lower-case@1.1.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|math-expression-evaluator@1.2.17"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|color@0.11.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|color@0.11.4|clone@1.0.3",
        "nuxt@1.4.5-tuxcare.1|color-convert@1.9.1",
        "nuxt@1.4.5-tuxcare.1|color@0.11.4|color-string@0.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|color@0.11.4|clone@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|color@0.11.4|color-string@0.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|color-name@1.1.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|rgb@0.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|color-string@1.5.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|color-name@1.1.3",
        "nuxt@1.4.5-tuxcare.1|simple-swizzle@0.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|isnumeric@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|viewport-dimensions@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-directory@0.3.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|parse-json@2.2.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|error-ex@1.3.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|require-from-string@1.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|boolbase@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-what@2.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|nth-check@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|boolbase@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|foreach@2.0.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|buffer-from@1.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|buffer-crc32@0.2.13"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|fd-slicer@1.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|pend@1.2.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es6-promisify@5.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|es6-promise@4.2.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|extsprintf@1.3.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|json-schema@0.2.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|verror@1.10.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|assert-plus@1.0.0",
        "nuxt@1.4.5-tuxcare.1|core-util-is@1.0.2",
        "nuxt@1.4.5-tuxcare.1|verror@1.10.0|extsprintf@1.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|verror@1.10.0|extsprintf@1.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|asn1@0.2.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|bcrypt-pbkdf@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|tweetnacl@0.14.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|dashdash@1.14.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|assert-plus@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ecc-jsbn@0.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|jsbn@0.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|getpass@0.1.7",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|assert-plus@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|jsbn@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|tweetnacl@0.14.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|d@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|es5-ext@0.10.38"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es5-ext@0.10.38",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|es6-iterator@2.0.3",
        "nuxt@1.4.5-tuxcare.1|es6-symbol@3.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es6-iterator@2.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|d@1.0.0",
        "nuxt@1.4.5-tuxcare.1|es5-ext@0.10.38",
        "nuxt@1.4.5-tuxcare.1|es6-symbol@3.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es6-set@0.1.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|d@1.0.0",
        "nuxt@1.4.5-tuxcare.1|es5-ext@0.10.38",
        "nuxt@1.4.5-tuxcare.1|es6-iterator@2.0.3",
        "nuxt@1.4.5-tuxcare.1|es6-symbol@3.1.1",
        "nuxt@1.4.5-tuxcare.1|event-emitter@0.3.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es6-symbol@3.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|d@1.0.0",
        "nuxt@1.4.5-tuxcare.1|es5-ext@0.10.38"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|event-emitter@0.3.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|d@1.0.0",
        "nuxt@1.4.5-tuxcare.1|es5-ext@0.10.38"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pako@1.0.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|base64-js@1.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ieee754@1.1.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|date-now@0.1.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|browserify-cipher@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|browserify-aes@1.1.1",
        "nuxt@1.4.5-tuxcare.1|browserify-des@1.0.0",
        "nuxt@1.4.5-tuxcare.1|evp_bytestokey@1.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|browserify-sign@4.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bn.js@4.11.8",
        "nuxt@1.4.5-tuxcare.1|browserify-rsa@4.0.1",
        "nuxt@1.4.5-tuxcare.1|create-hash@1.1.3",
        "nuxt@1.4.5-tuxcare.1|create-hmac@1.1.6",
        "nuxt@1.4.5-tuxcare.1|elliptic@6.4.0",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|parse-asn1@5.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|create-ecdh@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bn.js@4.11.8",
        "nuxt@1.4.5-tuxcare.1|elliptic@6.4.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|create-hash@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cipher-base@1.0.4",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|ripemd160@2.0.1",
        "nuxt@1.4.5-tuxcare.1|sha.js@2.4.10"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|create-hmac@1.1.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cipher-base@1.0.4",
        "nuxt@1.4.5-tuxcare.1|create-hash@1.1.3",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|ripemd160@2.0.1",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|sha.js@2.4.10"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|diffie-hellman@5.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bn.js@4.11.8",
        "nuxt@1.4.5-tuxcare.1|miller-rabin@4.0.1",
        "nuxt@1.4.5-tuxcare.1|randombytes@2.0.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pbkdf2@3.0.14",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|create-hash@1.1.3",
        "nuxt@1.4.5-tuxcare.1|create-hmac@1.1.6",
        "nuxt@1.4.5-tuxcare.1|ripemd160@2.0.1",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|sha.js@2.4.10"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|public-encrypt@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bn.js@4.11.8",
        "nuxt@1.4.5-tuxcare.1|browserify-rsa@4.0.1",
        "nuxt@1.4.5-tuxcare.1|create-hash@1.1.3",
        "nuxt@1.4.5-tuxcare.1|parse-asn1@5.1.0",
        "nuxt@1.4.5-tuxcare.1|randombytes@2.0.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|randombytes@2.0.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|randomfill@1.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|randombytes@2.0.6",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|builtin-status-codes@3.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|to-arraybuffer@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|indexof@0.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|invert-kv@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mimic-fn@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|babel-helper-explode-assignable-expression@6.24.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|babel-runtime@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-traverse@6.26.0",
        "nuxt@1.4.5-tuxcare.1|babel-types@6.26.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|deep-equal@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-url@1.2.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|path-key@2.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-finite@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|spdx-correct@1.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|spdx-license-ids@1.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|spdx-expression-parse@1.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|get-stdin@4.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|error-ex@1.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-arrayish@0.2.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|json-parse-better-errors@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|crypto-random-string@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ini@1.3.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|got@6.7.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|create-error-class@3.0.2",
        "nuxt@1.4.5-tuxcare.1|duplexer3@0.1.4",
        "nuxt@1.4.5-tuxcare.1|get-stream@3.0.0",
        "nuxt@1.4.5-tuxcare.1|is-redirect@1.0.0",
        "nuxt@1.4.5-tuxcare.1|is-retry-allowed@1.1.0",
        "nuxt@1.4.5-tuxcare.1|is-stream@1.1.0",
        "nuxt@1.4.5-tuxcare.1|lowercase-keys@1.0.0",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1",
        "nuxt@1.4.5-tuxcare.1|timed-out@4.0.1",
        "nuxt@1.4.5-tuxcare.1|unzip-response@2.0.1",
        "nuxt@1.4.5-tuxcare.1|url-parse-lax@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|registry-auth-token@3.3.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|rc@1.2.5",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|registry-url@3.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|rc@1.2.5"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2|fill-range@2.2.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2|fill-range@2.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2|is-number@2.1.0",
        "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2|isobject@2.1.0",
        "nuxt@1.4.5-tuxcare.1|randomatic@1.1.7",
        "nuxt@1.4.5-tuxcare.1|repeat-element@1.1.2",
        "nuxt@1.4.5-tuxcare.1|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2|is-number@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|expand-range@1.8.2|isobject@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|isarray@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|preserve@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-posix-bracket@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-buffer@1.1.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|for-own@0.1.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|for-in@1.0.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|glob-base@0.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|glob-parent@2.0.0",
        "nuxt@1.4.5-tuxcare.1|is-glob@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-dotfile@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-equal-shallow@0.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-primitive@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-odd@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-number@3.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cache-base@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|collection-visit@1.0.0",
        "nuxt@1.4.5-tuxcare.1|component-emitter@1.2.1",
        "nuxt@1.4.5-tuxcare.1|get-value@2.0.6",
        "nuxt@1.4.5-tuxcare.1|has-value@1.0.0",
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1",
        "nuxt@1.4.5-tuxcare.1|set-value@2.0.0",
        "nuxt@1.4.5-tuxcare.1|to-object-path@0.3.0",
        "nuxt@1.4.5-tuxcare.1|union-value@1.0.0",
        "nuxt@1.4.5-tuxcare.1|unset-value@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|class-utils@0.3.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arr-union@3.1.0",
        "nuxt@1.4.5-tuxcare.1|define-property@0.2.5",
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1",
        "nuxt@1.4.5-tuxcare.1|static-extend@0.1.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|component-emitter@1.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mixin-deep@1.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|for-in@1.0.2",
        "nuxt@1.4.5-tuxcare.1|mixin-deep@1.3.0|is-extendable@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|mixin-deep@1.3.0|is-extendable@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-plain-object@2.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pascalcase@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-descriptor@0.1.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-accessor-descriptor@0.1.6",
        "nuxt@1.4.5-tuxcare.1|is-data-descriptor@0.1.4",
        "nuxt@1.4.5-tuxcare.1|is-descriptor@0.1.6|kind-of@5.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-descriptor@0.1.6|kind-of@5.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|atob@2.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|decode-uri-component@0.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|resolve-url@0.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|source-map-url@0.4.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|urix@0.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lazy-cache@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|set-getter@0.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|assign-symbols@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|json-stable-stringify@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|jsonify@0.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|stream-shift@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cyclist@0.2.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|iferr@0.1.5"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|css-color-names@0.0.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|macaddress@0.2.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|html-comment-regex@1.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|coa@1.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|q@1.5.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|colors@1.1.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|csso@2.3.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|clap@1.2.3",
        "nuxt@1.4.5-tuxcare.1|csso@2.3.2|source-map@0.5.7"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|csso@2.3.2|source-map@0.5.7"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|whet.extend@0.9.9"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|es-to-primitive@1.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-callable@1.1.3",
        "nuxt@1.4.5-tuxcare.1|is-date-object@1.0.1",
        "nuxt@1.4.5-tuxcare.1|is-symbol@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-callable@1.1.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-regex@1.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|has@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|whatwg-fetch@2.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|asap@2.0.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-path-cwd@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-path-in-cwd@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-path-inside@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|longest@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|simple-swizzle@0.2.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|simple-swizzle@0.2.2|is-arrayish@0.3.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|simple-swizzle@0.2.2|is-arrayish@0.3.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|pend@1.2.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|browserify-aes@1.1.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|buffer-xor@1.0.3",
        "nuxt@1.4.5-tuxcare.1|cipher-base@1.0.4",
        "nuxt@1.4.5-tuxcare.1|create-hash@1.1.3",
        "nuxt@1.4.5-tuxcare.1|evp_bytestokey@1.0.3",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|browserify-des@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|cipher-base@1.0.4",
        "nuxt@1.4.5-tuxcare.1|des.js@1.0.0",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|evp_bytestokey@1.0.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|md5.js@1.3.4",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|bn.js@4.11.8"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|browserify-rsa@4.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bn.js@4.11.8",
        "nuxt@1.4.5-tuxcare.1|randombytes@2.0.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|elliptic@6.4.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bn.js@4.11.8",
        "nuxt@1.4.5-tuxcare.1|brorand@1.1.0",
        "nuxt@1.4.5-tuxcare.1|hash.js@1.1.3",
        "nuxt@1.4.5-tuxcare.1|hmac-drbg@1.0.1",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|minimalistic-assert@1.0.0",
        "nuxt@1.4.5-tuxcare.1|minimalistic-crypto-utils@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|parse-asn1@5.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|asn1.js@4.9.2",
        "nuxt@1.4.5-tuxcare.1|browserify-aes@1.1.1",
        "nuxt@1.4.5-tuxcare.1|create-hash@1.1.3",
        "nuxt@1.4.5-tuxcare.1|evp_bytestokey@1.0.3",
        "nuxt@1.4.5-tuxcare.1|pbkdf2@3.0.14"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|cipher-base@1.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|ripemd160@2.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|hash-base@2.0.2",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|sha.js@2.4.10",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|miller-rabin@4.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bn.js@4.11.8",
        "nuxt@1.4.5-tuxcare.1|brorand@1.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|code-point-at@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|number-is-nan@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|spdx-license-ids@1.2.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-arrayish@0.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|create-error-class@3.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|capture-stack-trace@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|duplexer3@0.1.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-redirect@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-retry-allowed@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|lowercase-keys@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|timed-out@4.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|unzip-response@2.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|url-parse-lax@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|prepend-http@1.0.4"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|rc@1.2.5",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|deep-extend@0.4.2",
        "nuxt@1.4.5-tuxcare.1|ini@1.3.5",
        "nuxt@1.4.5-tuxcare.1|minimist@1.2.0",
        "nuxt@1.4.5-tuxcare.1|strip-json-comments@2.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|for-in@1.0.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-primitive@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|posix-character-classes@0.1.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|collection-visit@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|map-visit@1.0.0",
        "nuxt@1.4.5-tuxcare.1|object-visit@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|get-value@2.0.6"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|has-value@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|get-value@2.0.6",
        "nuxt@1.4.5-tuxcare.1|has-values@1.0.0",
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|set-value@2.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
        "nuxt@1.4.5-tuxcare.1|is-extendable@0.1.1",
        "nuxt@1.4.5-tuxcare.1|is-plain-object@2.0.4",
        "nuxt@1.4.5-tuxcare.1|split-string@3.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|to-object-path@0.3.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|union-value@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|arr-union@3.1.0",
        "nuxt@1.4.5-tuxcare.1|get-value@2.0.6",
        "nuxt@1.4.5-tuxcare.1|is-extendable@0.1.1",
        "nuxt@1.4.5-tuxcare.1|union-value@1.0.0|set-value@0.4.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|union-value@1.0.0|set-value@0.4.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|extend-shallow@2.0.1",
        "nuxt@1.4.5-tuxcare.1|is-extendable@0.1.1",
        "nuxt@1.4.5-tuxcare.1|is-plain-object@2.0.4",
        "nuxt@1.4.5-tuxcare.1|to-object-path@0.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|unset-value@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|unset-value@1.0.0|has-value@0.3.1",
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|unset-value@1.0.0|has-value@0.3.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|get-value@2.0.6",
        "nuxt@1.4.5-tuxcare.1|unset-value@1.0.0|has-values@0.1.4",
        "nuxt@1.4.5-tuxcare.1|unset-value@1.0.0|has-value@0.3.1|isobject@2.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|unset-value@1.0.0|has-value@0.3.1|isobject@2.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|isarray@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|unset-value@1.0.0|has-values@0.1.4"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|arr-union@3.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|static-extend@0.1.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|define-property@0.2.5",
        "nuxt@1.4.5-tuxcare.1|object-copy@0.1.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-accessor-descriptor@0.1.6",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-data-descriptor@0.1.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|set-getter@0.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|to-object-path@0.3.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-plain-object@2.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|q@1.5.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|clap@1.2.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|clap@1.2.3|chalk@1.1.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|clap@1.2.3|chalk@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|clap@1.2.3|ansi-styles@2.2.1",
        "nuxt@1.4.5-tuxcare.1|escape-string-regexp@1.0.5",
        "nuxt@1.4.5-tuxcare.1|has-ansi@2.0.0",
        "nuxt@1.4.5-tuxcare.1|strip-ansi@3.0.1",
        "nuxt@1.4.5-tuxcare.1|clap@1.2.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|clap@1.2.3|ansi-styles@2.2.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|clap@1.2.3|supports-color@2.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-date-object@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|is-symbol@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|buffer-xor@1.0.3"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|des.js@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|minimalistic-assert@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|md5.js@1.3.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|md5.js@1.3.4|hash-base@3.0.4",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|md5.js@1.3.4|hash-base@3.0.4",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|safe-buffer@5.1.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|brorand@1.1.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|hash.js@1.1.3",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|minimalistic-assert@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|hmac-drbg@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|hash.js@1.1.3",
        "nuxt@1.4.5-tuxcare.1|minimalistic-assert@1.0.0",
        "nuxt@1.4.5-tuxcare.1|minimalistic-crypto-utils@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|minimalistic-assert@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|minimalistic-crypto-utils@1.0.1"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|asn1.js@4.9.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|bn.js@4.11.8",
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3",
        "nuxt@1.4.5-tuxcare.1|minimalistic-assert@1.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|hash-base@2.0.2",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|inherits@2.0.3"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|capture-stack-trace@1.0.0"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|deep-extend@0.4.2"
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|randomatic@1.1.7",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-number@3.0.0",
        "nuxt@1.4.5-tuxcare.1|randomatic@1.1.7|kind-of@4.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|randomatic@1.1.7|kind-of@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|map-visit@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|object-visit@1.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|object-visit@1.0.1",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|isobject@3.0.1"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|has-values@1.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-number@3.0.0",
        "nuxt@1.4.5-tuxcare.1|has-values@1.0.0|kind-of@4.0.0"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|has-values@1.0.0|kind-of@4.0.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|object-copy@0.1.0",
      "dependsOn": [
        "nuxt@1.4.5-tuxcare.1|copy-descriptor@0.1.1",
        "nuxt@1.4.5-tuxcare.1|define-property@0.2.5",
        "nuxt@1.4.5-tuxcare.1|kind-of@3.2.2"
      ]
    },
    {
      "ref": "nuxt@1.4.5-tuxcare.1|copy-descriptor@0.1.1"
    }
  ]
}