{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "version": 1,
  "serialNumber": "urn:uuid:66bad802-ef46-467f-9670-48cbd7a25031",
  "metadata": {
    "timestamp": "2026-03-30T11:46:18.432Z",
    "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": "postcss",
      "version": "5.2.18-tuxcare.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1",
      "author": "Andrey Sitnik",
      "description": "Tool for transforming styles with JS plugins",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss@5.2.18-tuxcare.1?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fpostcss%2Fpostcss.git",
      "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\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": ""
        }
      ]
    }
  },
  "components": [
    {
      "type": "library",
      "name": "ava",
      "version": "0.17.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ava@0.17.0",
      "author": "Sindre Sorhus",
      "description": "Futuristic test runner 🚀",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ava@0.17.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.17.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": "has-flag",
          "version": "2.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|ava@0.17.0|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/ava/node_modules/has-flag"
            }
          ]
        },
        {
          "type": "library",
          "name": "ms",
          "version": "0.7.3",
          "bom-ref": "postcss@5.2.18-tuxcare.1|ava@0.17.0|ms@0.7.3",
          "description": "Tiny milisecond conversion utility",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ms@0.7.3",
          "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-0.7.3.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": "babel-core",
      "version": "6.24.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-core@6.24.0",
      "author": "Sebastian McKenzie",
      "description": "Babel compiler core.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-core@6.24.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.24.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-core"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-eslint",
      "version": "7.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-eslint@7.1.1",
      "author": "Sebastian McKenzie",
      "description": "Custom parser for ESLint",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-eslint@7.1.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-7.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-eslint"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-add-module-exports",
      "version": "0.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-add-module-exports@0.2.1",
      "author": "59naga",
      "description": "Fix babel/babel#2212",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-add-module-exports@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/59naga/babel-plugin-add-module-exports.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/59naga/babel-plugin-add-module-exports#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/59naga/babel-plugin-add-module-exports/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-add-module-exports"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-precompile-charcodes",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-precompile-charcodes@1.0.0",
      "author": "Ben Briggs",
      "description": "Convert character code getters into plain integers",
      "purl": "pkg:npm/babel-plugin-precompile-charcodes@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ben-eb/babel-plugin-precompile-charcodes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ben-eb/babel-plugin-precompile-charcodes",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ben-eb/babel-plugin-precompile-charcodes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-precompile-charcodes/-/babel-plugin-precompile-charcodes-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-precompile-charcodes"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-preset-es2015",
      "version": "6.24.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-preset-es2015@6.24.0",
      "author": "Sebastian McKenzie",
      "description": "Babel preset for all es2015 plugins.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-es2015@6.24.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-preset-es2015/-/babel-preset-es2015-6.24.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-preset-es2015"
        }
      ]
    },
    {
      "type": "library",
      "name": "chalk",
      "version": "1.1.3",
      "bom-ref": "postcss@5.2.18-tuxcare.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/chalk"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "supports-color",
          "version": "2.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.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/chalk/node_modules/supports-color"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "concat-with-sourcemaps",
      "version": "1.0.4",
      "bom-ref": "postcss@5.2.18-tuxcare.1|concat-with-sourcemaps@1.0.4",
      "author": "Florian Reiterer",
      "description": "Concatenate file contents with a custom separator and generate a source map",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/concat-with-sourcemaps@1.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/floridoo/concat-with-sourcemaps.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/floridoo/concat-with-sourcemaps",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floridoo/concat-with-sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/concat-with-sourcemaps"
        }
      ]
    },
    {
      "type": "library",
      "name": "del",
      "version": "2.2.2",
      "bom-ref": "postcss@5.2.18-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": "rimraf",
          "version": "2.6.1",
          "bom-ref": "postcss@5.2.18-tuxcare.1|del@2.2.2|rimraf@2.6.1",
          "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.1",
          "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.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/del/node_modules/rimraf"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "docdash",
      "version": "0.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|docdash@0.4.0",
      "author": "Clement Moron",
      "description": "A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/docdash@0.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/clenemt/docdash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/clenemt/docdash#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/clenemt/docdash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/docdash/-/docdash-0.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/docdash"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint-config-postcss",
      "version": "2.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|eslint-config-postcss@2.0.2",
      "author": "Bogdan Chadkin",
      "description": "An ESLint shareable config for PostCSS and plugins",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint-config-postcss@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/eslint-config-postcss.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/eslint-config-postcss#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/eslint-config-postcss/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eslint-config-postcss/-/eslint-config-postcss-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eslint-config-postcss"
        }
      ]
    },
    {
      "type": "library",
      "name": "eslint",
      "version": "3.18.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|eslint@3.18.0",
      "author": "Nicholas C. Zakas",
      "description": "An AST-based pattern checker for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eslint@3.18.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/eslint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://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-3.18.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": "strip-bom",
          "version": "3.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|eslint@3.18.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/eslint/node_modules/strip-bom"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-extra",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|fs-extra@1.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@1.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-1.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": "gulp-ava",
      "version": "0.15.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-ava@0.15.0",
      "author": "Sindre Sorhus",
      "description": "Run AVA tests",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gulp-ava@0.15.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/gulp-ava.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/avajs/gulp-ava#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/gulp-ava/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gulp-ava/-/gulp-ava-0.15.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gulp-ava"
        }
      ]
    },
    {
      "type": "library",
      "name": "gulp-babel",
      "version": "6.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-babel@6.1.2",
      "author": "Sindre Sorhus",
      "description": "Use next generation JavaScript, today",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gulp-babel@6.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/gulp-babel.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/gulp-babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/gulp-babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gulp-babel/-/gulp-babel-6.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gulp-babel"
        }
      ]
    },
    {
      "type": "library",
      "name": "gulp-changed",
      "version": "1.3.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-changed@1.3.2",
      "author": "Sindre Sorhus",
      "description": "Only pass through changed files",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gulp-changed@1.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/gulp-changed.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/gulp-changed#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/gulp-changed/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gulp-changed/-/gulp-changed-1.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gulp-changed"
        }
      ]
    },
    {
      "type": "library",
      "name": "gulp-eslint",
      "version": "3.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-eslint@3.0.1",
      "author": "Adametry",
      "description": "A gulp plugin for processing files with ESLint",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gulp-eslint@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/adametry/gulp-eslint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/adametry/gulp-eslint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/adametry/gulp-eslint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gulp-eslint/-/gulp-eslint-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gulp-eslint"
        }
      ]
    },
    {
      "type": "library",
      "name": "gulp-run",
      "version": "1.7.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-run@1.7.1",
      "author": "Marc Binder",
      "description": "Pipe to shell commands in gulp",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gulp-run@1.7.1",
      "externalReferences": [
        {
          "url": "git://github.com/MrBoolean/gulp-run.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/MrBoolean/gulp-run",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/MrBoolean/gulp-run/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gulp-run/-/gulp-run-1.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gulp-run"
        }
      ]
    },
    {
      "type": "library",
      "name": "gulp-sourcemaps",
      "version": "2.4.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1",
      "author": "Florian Reiterer",
      "description": "Source map support for Gulp.js",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gulp-sourcemaps@2.4.1",
      "externalReferences": [
        {
          "url": "git://github.com/floridoo/gulp-sourcemaps.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/floridoo/gulp-sourcemaps",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floridoo/gulp-sourcemaps/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-2.4.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gulp-sourcemaps"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "acorn",
          "version": "4.0.11",
          "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1|acorn@4.0.11",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@4.0.11",
          "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.11.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gulp-sourcemaps/node_modules/acorn"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-bom",
          "version": "3.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1|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/gulp-sourcemaps/node_modules/strip-bom"
            }
          ]
        },
        {
          "type": "library",
          "name": "vinyl",
          "version": "1.2.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1|vinyl@1.2.0",
          "author": "Fractal",
          "description": "A virtual file format",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/vinyl@1.2.0",
          "externalReferences": [
            {
              "url": "git://github.com/gulpjs/vinyl.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://github.com/gulpjs/vinyl",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/gulpjs/vinyl/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gulp-sourcemaps/node_modules/vinyl"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "gulp",
      "version": "3.9.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|gulp@3.9.1",
      "author": "Fractal",
      "description": "The streaming build system",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gulp@3.9.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/gulpjs/gulp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://gulpjs.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gulpjs/gulp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gulp/-/gulp-3.9.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gulp"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "semver",
          "version": "4.3.6",
          "bom-ref": "postcss@5.2.18-tuxcare.1|gulp@3.9.1|semver@4.3.6",
          "description": "The semantic version parser used by npm.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/semver@4.3.6",
          "externalReferences": [
            {
              "url": "git://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-4.3.6.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gulp/node_modules/semver"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "js-base64",
      "version": "2.1.9",
      "bom-ref": "postcss@5.2.18-tuxcare.1|js-base64@2.1.9",
      "author": "Dan Kogai",
      "description": "Yet another Base64 transcoder in pure-JS",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js-base64@2.1.9",
      "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.1.9.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": "jsdoc",
      "version": "3.4.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3",
      "author": "Michael Mathews",
      "description": "An API documentation generator for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsdoc@3.4.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdoc3/jsdoc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdoc3/jsdoc#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdoc3/jsdoc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsdoc/-/jsdoc-3.4.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsdoc"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "bluebird",
          "version": "3.4.7",
          "bom-ref": "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3|bluebird@3.4.7",
          "author": "Petka Antonov",
          "description": "Full featured Promises/A+ implementation with exceptionally good performance",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/bluebird@3.4.7",
          "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.4.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsdoc/node_modules/bluebird"
            }
          ]
        },
        {
          "type": "library",
          "name": "espree",
          "version": "3.1.7",
          "bom-ref": "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3|espree@3.1.7",
          "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.1.7",
          "externalReferences": [
            {
              "url": "git+ssh://git@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.1.7.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsdoc/node_modules/espree"
            }
          ]
        },
        {
          "type": "library",
          "name": "underscore",
          "version": "1.8.3",
          "bom-ref": "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3|underscore@1.8.3",
          "author": "Jeremy Ashkenas",
          "description": "JavaScript's functional programming helper library.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/underscore@1.8.3",
          "externalReferences": [
            {
              "url": "git://github.com/jashkenas/underscore.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://underscorejs.org",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jashkenas/underscore/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsdoc/node_modules/underscore"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "lint-staged",
      "version": "3.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lint-staged@3.4.0",
      "author": "Andrey Okonetchnikov",
      "description": "Lint files staged by git",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lint-staged@3.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/okonet/lint-staged.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/okonet/lint-staged#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/okonet/lint-staged/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lint-staged/-/lint-staged-3.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lint-staged"
        }
      ]
    },
    {
      "type": "library",
      "name": "postcss-parser-tests",
      "version": "5.0.11",
      "bom-ref": "postcss@5.2.18-tuxcare.1|postcss-parser-tests@5.0.11",
      "author": "Andrey Sitnik",
      "description": "Base tests for every PostCSS CSS parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/postcss-parser-tests@5.0.11",
      "externalReferences": [
        {
          "url": "git+https://github.com/postcss/postcss-parser-tests.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/postcss/postcss-parser-tests#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/postcss/postcss-parser-tests/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/postcss-parser-tests/-/postcss-parser-tests-5.0.11.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/postcss-parser-tests"
        }
      ]
    },
    {
      "type": "library",
      "name": "pre-commit",
      "version": "1.2.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|pre-commit@1.2.2",
      "author": "Arnout Kazemier",
      "description": "Automatically install pre-commit hooks for your npm modules.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pre-commit@1.2.2",
      "externalReferences": [
        {
          "url": "git://github.com/observing/pre-commit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/observing/pre-commit",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/observing/pre-commit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pre-commit/-/pre-commit-1.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pre-commit"
        }
      ]
    },
    {
      "type": "library",
      "name": "run-sequence",
      "version": "1.2.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|run-sequence@1.2.2",
      "author": "Phil DeJarnett",
      "description": "Run a series of dependent gulp tasks in order",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/run-sequence@1.2.2",
      "externalReferences": [
        {
          "url": "git://github.com/OverZealous/run-sequence.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/OverZealous/run-sequence",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/OverZealous/run-sequence/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/run-sequence/-/run-sequence-1.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/run-sequence"
        }
      ]
    },
    {
      "type": "library",
      "name": "sinon",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|sinon@2.0.0",
      "author": "Christian Johansen",
      "description": "JavaScript test spies, stubs and mocks.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sinon@2.0.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-2.0.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.5.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-ansi",
      "version": "3.0.1",
      "bom-ref": "postcss@5.2.18-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": "supports-color",
      "version": "3.2.3",
      "bom-ref": "postcss@5.2.18-tuxcare.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/supports-color"
        }
      ]
    },
    {
      "type": "library",
      "name": "yaspeller-ci",
      "version": "0.3.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|yaspeller-ci@0.3.0",
      "author": "Andrey Sitnik",
      "description": "Fast spelling check for Travis CI",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yaspeller-ci@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ai/yaspeller-ci.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ai/yaspeller-ci#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ai/yaspeller-ci/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yaspeller-ci/-/yaspeller-ci-0.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yaspeller-ci"
        }
      ]
    },
    {
      "type": "library",
      "name": "arr-flatten",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|arr-flatten@1.0.1",
      "author": "Jon Schlinkert",
      "description": "Recursively flatten an array or arrays. This is the fastest implementation of array flatten.",
      "purl": "pkg:npm/arr-flatten@1.0.1",
      "externalReferences": [
        {
          "url": "git://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.0.1.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": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "0.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|auto-bind@0.1.0",
      "author": "Sindre Sorhus",
      "description": "Automatically bind methods to their class instance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/auto-bind@0.1.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-0.1.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-files",
      "version": "0.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ava-files@0.2.0",
      "author": "James Talmage",
      "description": "File resolution for AVA",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ava-files@0.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/ava-files.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/avajs/ava-files#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/ava-files/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ava-files/-/ava-files-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ava-files"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "globby",
          "version": "6.1.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|ava-files@0.2.0|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/ava-files/node_modules/globby"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ava-init",
      "version": "0.1.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ava-init@0.1.6",
      "author": "Sindre Sorhus",
      "description": "Add AVA to your project",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ava-init@0.1.6",
      "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.1.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ava-init"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "cross-spawn",
          "version": "4.0.2",
          "bom-ref": "postcss@5.2.18-tuxcare.1|ava-init@0.1.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:path",
              "value": "node_modules/ava-init/node_modules/cross-spawn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-code-frame",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-code-frame@6.22.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.22.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.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-code-frame"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-ava-throws-helper",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-ava-throws-helper@0.1.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/babel-plugin-ava-throws-helper@0.1.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/babel-plugin-ava-throws-helper/-/babel-plugin-ava-throws-helper-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-ava-throws-helper"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-detective",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-detective@2.0.0",
      "author": "James Talmage",
      "description": "Babel 5/6 plugin that scans the AST for require calls and import statements",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-detective@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/avajs/babel-plugin-detective.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/avajs/babel-plugin-detective#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/avajs/babel-plugin-detective/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-detective/-/babel-plugin-detective-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-detective"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-espower",
      "version": "2.3.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-espower@2.3.2",
      "author": "Takuto Wada",
      "description": "Babel plugin for power-assert",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-espower@2.3.2",
      "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.3.2.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": "babel-plugin-transform-runtime",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-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-es2015-node4",
      "version": "2.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-preset-es2015-node4@2.1.1",
      "author": "Jonas Bach",
      "description": "Babel preset to make node@4 ES2015 compatible.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-es2015-node4@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jbach/babel-preset-es2015-node4.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jbach/babel-preset-es2015-node4#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jbach/babel-preset-es2015-node4/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-preset-es2015-node4/-/babel-preset-es2015-node4-2.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-preset-es2015-node4"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-preset-stage-2",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-preset-stage-2@6.22.0",
      "author": "Sebastian McKenzie",
      "description": "Babel preset for stage 2 plugins",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-stage-2@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://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-preset-stage-2/-/babel-preset-stage-2-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-preset-stage-2"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-runtime",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
      "author": "Sebastian McKenzie",
      "description": "babel selfContained runtime",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-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-runtime/-/babel-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-runtime"
        }
      ]
    },
    {
      "type": "library",
      "name": "bluebird",
      "version": "3.5.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|bluebird@3.5.0",
      "author": "Petka Antonov",
      "description": "Full featured Promises/A+ implementation with exceptionally good performance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bluebird@3.5.0",
      "externalReferences": [
        {
          "url": "git://github.com/petkaantonov/bluebird.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/petkaantonov/bluebird",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/petkaantonov/bluebird/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bluebird"
        }
      ]
    },
    {
      "type": "library",
      "name": "caching-transform",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "chokidar",
      "version": "1.6.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|chokidar@1.6.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@1.6.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-1.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chokidar"
        }
      ]
    },
    {
      "type": "library",
      "name": "clean-yaml-object",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-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": "1.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|cli-cursor@1.0.2",
      "author": "Sindre Sorhus",
      "description": "Toggle the CLI cursor",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cli-cursor@1.0.2",
      "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-1.0.2.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": "0.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|cli-spinners@0.1.2",
      "author": "Sindre Sorhus",
      "description": "Spinners for use in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cli-spinners@0.1.2",
      "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-0.1.2.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": "0.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|cli-truncate@0.2.1",
      "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@0.2.1",
      "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-0.2.1.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": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "common-path-prefix",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "convert-source-map",
      "version": "1.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|convert-source-map@1.4.0",
      "author": "Thorsten Lorenz",
      "description": "Converts a source-map from/to  different formats and allows adding/changing properties.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/convert-source-map@1.4.0",
      "externalReferences": [
        {
          "url": "git://github.com/thlorenz/convert-source-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thlorenz/convert-source-map",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thlorenz/convert-source-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/convert-source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "core-assert",
      "version": "0.2.1",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "debug",
      "version": "2.6.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|debug@2.6.3",
      "author": "TJ Holowaychuk",
      "description": "small debugging utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debug@2.6.3",
      "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.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/debug"
        }
      ]
    },
    {
      "type": "library",
      "name": "empower-core",
      "version": "0.6.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|empower-core@0.6.1",
      "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.1",
      "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.1.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": "figures",
      "version": "1.7.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|figures@1.7.0",
      "author": "Sindre Sorhus",
      "description": "Unicode symbols with Windows CMD fallbacks",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/figures@1.7.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-1.7.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": "0.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.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/find-cache-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "fn-name",
      "version": "2.0.1",
      "bom-ref": "postcss@5.2.18-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": "2.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|get-port@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Get an available port",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-port@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/get-port.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/get-port#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/get-port/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-port/-/get-port-2.1.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": "ignore-by-default",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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": "is-ci",
      "version": "1.0.10",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-ci@1.0.10",
      "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.0.10",
      "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.0.10.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": "postcss@5.2.18-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": "postcss@5.2.18-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": "0.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/is-observable"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-promise",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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.debounce",
      "version": "4.0.8",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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.isequal",
      "version": "4.5.0",
      "bom-ref": "postcss@5.2.18-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": "loud-rejection",
      "version": "1.6.0",
      "bom-ref": "postcss@5.2.18-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": "matcher",
      "version": "0.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|matcher@0.1.2",
      "author": "Sindre Sorhus",
      "description": "Simple wildcard matching",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/matcher@0.1.2",
      "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-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/matcher"
        }
      ]
    },
    {
      "type": "library",
      "name": "max-timeout",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|max-timeout@1.0.0",
      "author": "Sindre Sorhus",
      "description": "The max amount of milliseconds you can pass to `setTimeout()`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/max-timeout@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/max-timeout.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/max-timeout#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/max-timeout/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/max-timeout/-/max-timeout-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/max-timeout"
        }
      ]
    },
    {
      "type": "library",
      "name": "md5-hex",
      "version": "1.3.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/md5-hex"
        }
      ]
    },
    {
      "type": "library",
      "name": "meow",
      "version": "3.7.0",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-assign",
      "version": "4.1.1",
      "bom-ref": "postcss@5.2.18-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": "observable-to-promise",
      "version": "0.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|observable-to-promise@0.4.0",
      "author": "Sindre Sorhus",
      "description": "Convert an Observable to a Promise",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/observable-to-promise@0.4.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.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/observable-to-promise"
        }
      ]
    },
    {
      "type": "library",
      "name": "option-chain",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|option-chain@0.1.1",
      "author": "James Talmage",
      "description": "Use fluent property chains in lieu of options objects",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/option-chain@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/option-chain.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/option-chain#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/option-chain/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/option-chain/-/option-chain-0.1.1.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": "1.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/package-hash"
        }
      ]
    },
    {
      "type": "library",
      "name": "pkg-conf",
      "version": "1.1.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|pkg-conf@1.1.3",
      "author": "Sindre Sorhus",
      "description": "Get namespaced config from the closest package.json",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pkg-conf@1.1.3",
      "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-1.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pkg-conf"
        }
      ]
    },
    {
      "type": "library",
      "name": "plur",
      "version": "2.1.2",
      "bom-ref": "postcss@5.2.18-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": "power-assert-context-formatter",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|power-assert-context-formatter@1.1.1",
      "author": "Takuto Wada",
      "description": "format power-assert context",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/power-assert-context-formatter@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/twada/power-assert-runtime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/power-assert-context-formatter/-/power-assert-context-formatter-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/power-assert-context-formatter"
        }
      ]
    },
    {
      "type": "library",
      "name": "power-assert-renderer-assertion",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|power-assert-renderer-assertion@1.1.1",
      "author": "Takuto Wada",
      "description": "assertion renderer for power-assert context",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/power-assert-renderer-assertion@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/twada/power-assert-runtime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/power-assert-renderer-assertion/-/power-assert-renderer-assertion-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/power-assert-renderer-assertion"
        }
      ]
    },
    {
      "type": "library",
      "name": "power-assert-renderer-succinct",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|power-assert-renderer-succinct@1.1.1",
      "author": "Takuto Wada",
      "description": "succinct diagram renderer for power-assert context",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/power-assert-renderer-succinct@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/twada/power-assert-runtime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/power-assert-renderer-succinct/-/power-assert-renderer-succinct-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/power-assert-renderer-succinct"
        }
      ]
    },
    {
      "type": "library",
      "name": "pretty-ms",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|pretty-ms@2.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@2.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-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pretty-ms"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "plur",
          "version": "1.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|pretty-ms@2.1.0|plur@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Naively pluralize a word",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/plur@1.0.0",
          "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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/pretty-ms/node_modules/plur"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "repeating",
      "version": "2.0.1",
      "bom-ref": "postcss@5.2.18-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": "require-precompiled",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-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": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|resolve-cwd@1.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@1.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-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve-cwd"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "resolve-from",
          "version": "2.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|resolve-cwd@1.0.0|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/resolve-cwd/node_modules/resolve-from"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "semver",
      "version": "5.3.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|semver@5.3.0",
      "description": "The semantic version parser used by npm.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/semver@5.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/node-semver.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/node-semver#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/node-semver/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/semver/-/semver-5.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/semver"
        }
      ]
    },
    {
      "type": "library",
      "name": "set-immediate-shim",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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": "source-map-support",
      "version": "0.4.14",
      "bom-ref": "postcss@5.2.18-tuxcare.1|source-map-support@0.4.14",
      "description": "Fixes stack traces for files with source maps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-support@0.4.14",
      "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.14.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-map-support"
        }
      ]
    },
    {
      "type": "library",
      "name": "stack-utils",
      "version": "0.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|stack-utils@0.4.0",
      "author": "James Talmage",
      "description": "Captures and cleans stack traces",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stack-utils@0.4.0",
      "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-0.4.0.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",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-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": "time-require",
      "version": "0.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2",
      "author": "Jaguard OSS",
      "description": "Displays the execution time for Node.js modules loading; inspired by @sindresorhus 'time-grunt'",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/jaguard/time-require/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/time-require@0.1.2",
      "externalReferences": [
        {
          "url": "git://github.com/jaguard/time-require.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jaguard/time-require",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jaguard/time-require/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/time-require/-/time-require-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/time-require"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "0.4.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2|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/time-require/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "pretty-ms",
          "version": "0.2.2",
          "bom-ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2|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/time-require/node_modules/pretty-ms"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "1.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2|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/time-require/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "0.1.1",
          "bom-ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2|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/time-require/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "parse-ms",
          "version": "0.1.2",
          "bom-ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2|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/time-require/node_modules/parse-ms"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "unique-temp-dir",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "1.0.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|update-notifier@1.0.3",
      "author": "Sindre Sorhus",
      "description": "Update notifications for your CLI app",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/update-notifier@1.0.3",
      "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-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/update-notifier"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-generator",
      "version": "6.24.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-generator@6.24.0",
      "author": "Sebastian McKenzie",
      "description": "Turns an AST into code.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-generator@6.24.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.24.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-generator"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helpers",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helpers@6.23.0",
      "author": "Sebastian McKenzie",
      "description": "Collection of helper functions used by Babel transforms.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helpers@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-helpers/-/babel-helpers-6.23.0.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": "postcss@5.2.18-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.24.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-register@6.24.0",
      "author": "Sebastian McKenzie",
      "description": "babel require hook",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-register@6.24.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.24.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-register"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-template",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
      "author": "Sebastian McKenzie",
      "description": "Generate an AST from a string template.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-template@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-template/-/babel-template-6.23.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.23.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
      "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.23.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-traverse/-/babel-traverse-6.23.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-traverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-types",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-types@6.23.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.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-types/-/babel-types-6.23.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.16.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babylon@6.16.1",
      "author": "Sebastian McKenzie",
      "description": "A JavaScript parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babylon@6.16.1",
      "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.16.1.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": "postcss@5.2.18-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": "lodash",
      "version": "4.17.4",
      "bom-ref": "postcss@5.2.18-tuxcare.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/lodash"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimatch",
      "version": "3.0.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|minimatch@3.0.3",
      "author": "Isaac Z. Schlueter",
      "description": "a glob matcher in javascript",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minimatch@3.0.3",
      "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.3.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": "postcss@5.2.18-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.7",
      "bom-ref": "postcss@5.2.18-tuxcare.1|private@0.1.7",
      "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.7",
      "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.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/private"
        }
      ]
    },
    {
      "type": "library",
      "name": "slash",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "lodash.pickby",
      "version": "4.6.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.pickby@4.6.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.pickBy` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.pickby@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.pickby/-/lodash.pickby-4.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.pickby"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-check-es2015-constants",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-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-transform-es2015-arrow-functions",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-block-scoping@6.23.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.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-block-scoping/-/babel-plugin-transform-es2015-block-scoping-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-block-scoping"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-classes",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-classes@6.23.0",
      "description": "Compile ES2015 classes to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-classes@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-classes/-/babel-plugin-transform-es2015-classes-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-classes"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-computed-properties",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-computed-properties@6.22.0",
      "description": "Compile ES2015 computed properties to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-computed-properties@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-computed-properties/-/babel-plugin-transform-es2015-computed-properties-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-computed-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-destructuring",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-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-duplicate-keys",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-duplicate-keys@6.22.0",
      "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.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-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-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-duplicate-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-for-of",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-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-function-name",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-function-name@6.22.0",
      "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.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-function-name/-/babel-plugin-transform-es2015-function-name-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-function-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-literals",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-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.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-amd@6.24.0",
      "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.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-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.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-amd"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-modules-commonjs",
      "version": "6.24.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-commonjs@6.24.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.24.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.24.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-modules-systemjs",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-systemjs@6.23.0",
      "description": "This plugin transforms ES2015 modules to SystemJS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-modules-systemjs@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-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-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-modules-systemjs"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-modules-umd",
      "version": "6.24.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-umd@6.24.0",
      "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.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-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.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-umd"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-object-super",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-object-super@6.22.0",
      "description": "Compile ES2015 object super to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-object-super@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-object-super/-/babel-plugin-transform-es2015-object-super-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-object-super"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-parameters",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-parameters@6.23.0",
      "description": "Compile ES2015 default and rest parameters to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-parameters@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-parameters/-/babel-plugin-transform-es2015-parameters-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-parameters"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-shorthand-properties",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-shorthand-properties@6.22.0",
      "description": "Compile ES2015 shorthand properties to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-shorthand-properties@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-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-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-shorthand-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-spread",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-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.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-sticky-regex@6.22.0",
      "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.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-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-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-sticky-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-es2015-template-literals",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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-es2015-unicode-regex",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-unicode-regex@6.22.0",
      "description": "Compile ES2015 Unicode regex to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-es2015-unicode-regex@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-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-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-unicode-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-regenerator",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-regenerator@6.22.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.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/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.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-regenerator"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-styles",
      "version": "2.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.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/ansi-styles"
        }
      ]
    },
    {
      "type": "library",
      "name": "escape-string-regexp",
      "version": "1.0.5",
      "bom-ref": "postcss@5.2.18-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": "has-ansi",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-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": "globby",
      "version": "5.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/globby"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-path-cwd",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "pify",
      "version": "2.3.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "concat-stream",
      "version": "1.6.0",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "doctrine",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|doctrine@2.0.0",
      "description": "JSDoc parser",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/doctrine@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/doctrine.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/eslint/doctrine",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eslint/doctrine/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/doctrine/-/doctrine-2.0.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": "escope",
      "version": "3.6.0",
      "bom-ref": "postcss@5.2.18-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": "espree",
      "version": "3.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|espree@3.4.0",
      "author": "Nicholas C. Zakas",
      "description": "An Esprima-compatible JavaScript parser built on Acorn",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/espree@3.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eslint/espree.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/eslint/espree",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/eslint/espree.git",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/espree/-/espree-3.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/espree"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "acorn",
          "version": "4.0.4",
          "bom-ref": "postcss@5.2.18-tuxcare.1|espree@3.4.0|acorn@4.0.4",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@4.0.4",
          "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.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/espree/node_modules/acorn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "esquery",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "estraverse",
      "version": "4.2.0",
      "bom-ref": "postcss@5.2.18-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": "esutils",
      "version": "2.0.2",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "glob",
      "version": "7.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|glob@7.1.1",
      "author": "Isaac Z. Schlueter",
      "description": "a little globber",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/glob@7.1.1",
      "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.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "globals",
      "version": "9.16.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|globals@9.16.0",
      "author": "Sindre Sorhus",
      "description": "Global identifiers from different JavaScript environments",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/globals@9.16.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.16.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": "ignore",
      "version": "3.2.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ignore@3.2.6",
      "author": "kael",
      "description": "Ignore is a manager and filter for .gitignore rules.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ignore@3.2.6",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kaelzhang/node-ignore#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kaelzhang/node-ignore/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ignore/-/ignore-3.2.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ignore"
        }
      ]
    },
    {
      "type": "library",
      "name": "imurmurhash",
      "version": "0.1.4",
      "bom-ref": "postcss@5.2.18-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": "inquirer",
      "version": "0.12.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|inquirer@0.12.0",
      "author": "Simon Boudrias",
      "description": "A collection of common interactive command line user interfaces.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/inquirer@0.12.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-0.12.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inquirer"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-my-json-valid",
      "version": "2.16.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-my-json-valid@2.16.0",
      "author": "Mathias Buus",
      "description": "A JSONSchema validator that uses code generation to be extremely fast",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-my-json-valid@2.16.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mafintosh/is-my-json-valid.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/is-my-json-valid",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/is-my-json-valid/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-my-json-valid"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-resolvable",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-resolvable@1.0.0",
      "author": "Shinnosuke Watanabe",
      "description": "Check if a module ID is resolvable with require()",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-resolvable@1.0.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.0.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.8.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|js-yaml@3.8.2",
      "author": "Vladimir Zapparov",
      "description": "YAML 1.2 parser and serializer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js-yaml@3.8.2",
      "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.8.2.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",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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": "levn",
      "version": "0.3.0",
      "bom-ref": "postcss@5.2.18-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": "mkdirp",
      "version": "0.5.1",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "natural-compare",
      "version": "1.4.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "1.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|pluralize@1.2.1",
      "author": "Blake Embrey",
      "description": "Pluralize and singularize any word",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pluralize@1.2.1",
      "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-1.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pluralize"
        }
      ]
    },
    {
      "type": "library",
      "name": "progress",
      "version": "1.1.8",
      "bom-ref": "postcss@5.2.18-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": "require-uncached",
      "version": "1.0.3",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "shelljs",
      "version": "0.7.7",
      "bom-ref": "postcss@5.2.18-tuxcare.1|shelljs@0.7.7",
      "description": "Portable Unix shell commands for Node.js",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/shelljs@0.7.7",
      "externalReferences": [
        {
          "url": "git://github.com/shelljs/shelljs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/shelljs/shelljs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shelljs/shelljs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/shelljs/-/shelljs-0.7.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/shelljs"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-json-comments",
      "version": "2.0.1",
      "bom-ref": "postcss@5.2.18-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": "3.8.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|table@3.8.3",
      "author": "Gajus Kuizinas",
      "description": "Formats data into a string table.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/table@3.8.3",
      "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-3.8.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/table"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "string-width",
          "version": "2.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|table@3.8.3|string-width@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Get the visual width of a string - the number of columns required to display it",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/string-width@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/string-width.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/string-width#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/string-width/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/string-width/-/string-width-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/table/node_modules/string-width"
            }
          ]
        },
        {
          "type": "library",
          "name": "is-fullwidth-code-point",
          "version": "2.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|table@3.8.3|is-fullwidth-code-point@2.0.0",
          "author": "Sindre Sorhus",
          "description": "Check if the character represented by a given Unicode code point is fullwidth",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/is-fullwidth-code-point@2.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/is-fullwidth-code-point#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/table/node_modules/is-fullwidth-code-point"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "text-table",
      "version": "0.2.0",
      "bom-ref": "postcss@5.2.18-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": "user-home",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|user-home@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the path to the user home directory",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/user-home@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/user-home.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/user-home#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/user-home/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/user-home"
        }
      ]
    },
    {
      "type": "library",
      "name": "graceful-fs",
      "version": "4.1.11",
      "bom-ref": "postcss@5.2.18-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": "2.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|jsonfile@2.4.0",
      "author": "JP Richardson",
      "description": "Easily read/write JSON files.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsonfile@2.4.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-2.4.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": "klaw",
      "version": "1.3.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|klaw@1.3.1",
      "author": "JP Richardson",
      "description": "File system walker with Readable stream interface.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/klaw@1.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jprichardson/node-klaw.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jprichardson/node-klaw#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jprichardson/node-klaw/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/klaw/-/klaw-1.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/klaw"
        }
      ]
    },
    {
      "type": "library",
      "name": "dargs",
      "version": "4.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|dargs@4.1.0",
      "author": "Sindre Sorhus",
      "description": "Reverse minimist. Convert an object of options into an array of command-line arguments.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dargs@4.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/dargs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/dargs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/dargs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dargs"
        }
      ]
    },
    {
      "type": "library",
      "name": "gulp-util",
      "version": "3.0.8",
      "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8",
      "author": "Fractal",
      "description": "Utility functions for gulp plugins",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gulp-util@3.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/gulpjs/gulp-util.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gulpjs/gulp-util#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gulpjs/gulp-util/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gulp-util"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lodash.template",
          "version": "3.6.2",
          "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|lodash.template@3.6.2",
          "author": "John-David Dalton",
          "description": "The modern build of lodash’s `_.template` as a module.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash.template@3.6.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://lodash.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/lodash/lodash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gulp-util/node_modules/lodash.template"
            }
          ]
        },
        {
          "type": "library",
          "name": "object-assign",
          "version": "3.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|object-assign@3.0.0",
          "author": "Sindre Sorhus",
          "description": "ES6 Object.assign() ponyfill",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/object-assign@3.0.0",
          "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-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gulp-util/node_modules/object-assign"
            }
          ]
        },
        {
          "type": "library",
          "name": "vinyl",
          "version": "0.5.3",
          "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|vinyl@0.5.3",
          "author": "Fractal",
          "description": "A virtual file format",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/vinyl@0.5.3",
          "externalReferences": [
            {
              "url": "git://github.com/wearefractal/vinyl.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://github.com/wearefractal/vinyl",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/wearefractal/vinyl/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gulp-util/node_modules/vinyl"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash.templatesettings",
          "version": "3.1.1",
          "bom-ref": "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|lodash.templatesettings@3.1.1",
          "author": "John-David Dalton",
          "description": "The lodash method `_.templateSettings` exported as a module.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash.templatesettings@3.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://lodash.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/lodash/lodash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/gulp-util/node_modules/lodash.templatesettings"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "through2",
      "version": "2.0.3",
      "bom-ref": "postcss@5.2.18-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": "replace-ext",
      "version": "0.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|replace-ext@0.0.1",
      "author": "Fractal",
      "description": "Replaces a file extension with another one",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/wearefractal/replace-ext/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/replace-ext@0.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/wearefractal/replace-ext.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/wearefractal/replace-ext",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wearefractal/replace-ext/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/replace-ext"
        }
      ]
    },
    {
      "type": "library",
      "name": "vinyl-sourcemaps-apply",
      "version": "0.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|vinyl-sourcemaps-apply@0.2.1",
      "author": "Florian Reiterer",
      "description": "Apply a source map to a vinyl file, merging it with preexisting source maps",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vinyl-sourcemaps-apply@0.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/floridoo/vinyl-sourcemaps-apply.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/floridoo/vinyl-sourcemaps-apply",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floridoo/vinyl-sourcemaps-apply/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vinyl-sourcemaps-apply"
        }
      ]
    },
    {
      "type": "library",
      "name": "bufferstreams",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|bufferstreams@1.1.1",
      "author": "Nicolas Froidure",
      "description": "Abstract streams to deal with the whole buffered contents.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bufferstreams@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/nfroidure/BufferStreams.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nfroidure/BufferStreams",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nfroidure/BufferStreams/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bufferstreams"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.defaults",
      "version": "4.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.defaults@4.2.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.defaults` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.defaults@4.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-4.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.defaults"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.template",
      "version": "4.4.0",
      "bom-ref": "postcss@5.2.18-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": "vinyl",
      "version": "0.4.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|vinyl@0.4.6",
      "author": "Fractal",
      "description": "A virtual file format",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/wearefractal/vinyl/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/vinyl@0.4.6",
      "externalReferences": [
        {
          "url": "git://github.com/wearefractal/vinyl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/wearefractal/vinyl",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wearefractal/vinyl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vinyl"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "clone",
          "version": "0.2.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|vinyl@0.4.6|clone@0.2.0",
          "author": "Paul Vorbach",
          "description": "deep cloning of objects and arrays",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/clone@0.2.0",
          "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-0.2.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vinyl/node_modules/clone"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "css",
      "version": "2.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|css@2.2.1",
      "author": "TJ Holowaychuk",
      "description": "CSS parser / stringifier",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/css@2.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/reworkcss/css.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/reworkcss/css#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/reworkcss/css/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/css/-/css-2.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/css"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.1.43",
          "bom-ref": "postcss@5.2.18-tuxcare.1|css@2.2.1|source-map@0.1.43",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "licenses": [
            {
              "license": {
                "name": "BSD",
                "acknowledgement": "declared",
                "url": "http://opensource.org/licenses/BSD-3-Clause"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.1.43",
          "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.1.43.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/css/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "debug-fabulous",
      "version": "0.0.4",
      "bom-ref": "postcss@5.2.18-tuxcare.1|debug-fabulous@0.0.4",
      "author": "Nicholas McCready",
      "description": "visionmedia debug extensions rolled into one",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debug-fabulous@0.0.4",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/nmccready/debug-fabulous.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nmccready/debug-fabulous#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nmccready/debug-fabulous/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/debug-fabulous/-/debug-fabulous-0.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/debug-fabulous"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "object-assign",
          "version": "4.1.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|debug-fabulous@0.0.4|object-assign@4.1.0",
          "author": "Sindre Sorhus",
          "description": "ES2015 Object.assign() ponyfill",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/object-assign@4.1.0",
          "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.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/debug-fabulous/node_modules/object-assign"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "detect-newline",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|detect-newline@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Detect the dominant newline character of a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/detect-newline@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/detect-newline.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/detect-newline#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/detect-newline/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/detect-newline"
        }
      ]
    },
    {
      "type": "library",
      "name": "archy",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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:path",
          "value": "node_modules/archy"
        }
      ]
    },
    {
      "type": "library",
      "name": "deprecated",
      "version": "0.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|deprecated@0.0.1",
      "author": "Fractal",
      "description": "Tool for deprecating things",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/wearefractal/deprecated/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/deprecated@0.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/wearefractal/deprecated.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/wearefractal/deprecated",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wearefractal/deprecated/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deprecated"
        }
      ]
    },
    {
      "type": "library",
      "name": "interpret",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|interpret@1.0.1",
      "author": "Tyler Kellen",
      "description": "A dictionary of file extensions and associated module loaders.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/interpret@1.0.1",
      "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.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/interpret"
        }
      ]
    },
    {
      "type": "library",
      "name": "liftoff",
      "version": "2.3.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|liftoff@2.3.0",
      "author": "Tyler Kellen",
      "description": "Launch your command line tool with ease.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/liftoff@2.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/js-cli/js-liftoff.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/js-cli/js-liftoff",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/js-cli/js-liftoff/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/liftoff/-/liftoff-2.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/liftoff"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimist",
      "version": "1.2.0",
      "bom-ref": "postcss@5.2.18-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": "orchestrator",
      "version": "0.3.8",
      "bom-ref": "postcss@5.2.18-tuxcare.1|orchestrator@0.3.8",
      "author": "Rob Richardson",
      "description": "A module for sequencing and executing tasks and dependencies in maximum concurrency",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/orchestrator@0.3.8",
      "externalReferences": [
        {
          "url": "git://github.com/robrich/orchestrator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/robrich/orchestrator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/robrich/orchestrator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/orchestrator"
        }
      ]
    },
    {
      "type": "library",
      "name": "pretty-hrtime",
      "version": "1.0.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|pretty-hrtime@1.0.3",
      "author": "Rob Richardson",
      "description": "process.hrtime() to words",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pretty-hrtime@1.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/robrich/pretty-hrtime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/robrich/pretty-hrtime",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/robrich/pretty-hrtime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pretty-hrtime"
        }
      ]
    },
    {
      "type": "library",
      "name": "tildify",
      "version": "1.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|tildify@1.2.0",
      "author": "Sindre Sorhus",
      "description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tildify@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/tildify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/tildify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/tildify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tildify"
        }
      ]
    },
    {
      "type": "library",
      "name": "v8flags",
      "version": "2.0.11",
      "bom-ref": "postcss@5.2.18-tuxcare.1|v8flags@2.0.11",
      "author": "Tyler Kellen",
      "description": "Get available v8 flags.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/tkellen/node-v8flags/blob/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/v8flags@2.0.11",
      "externalReferences": [
        {
          "url": "git://github.com/tkellen/node-v8flags.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tkellen/node-v8flags",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tkellen/node-v8flags/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/v8flags/-/v8flags-2.0.11.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/v8flags"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "user-home",
          "version": "1.1.1",
          "bom-ref": "postcss@5.2.18-tuxcare.1|v8flags@2.0.11|user-home@1.1.1",
          "author": "Sindre Sorhus",
          "description": "Get the path to the user home directory",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/user-home@1.1.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/user-home.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/user-home#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/user-home/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/v8flags/node_modules/user-home"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "vinyl-fs",
      "version": "0.3.14",
      "bom-ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14",
      "author": "Fractal",
      "description": "Vinyl adapter for the file system",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/wearefractal/vinyl-fs/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/vinyl-fs@0.3.14",
      "externalReferences": [
        {
          "url": "git://github.com/wearefractal/vinyl-fs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/wearefractal/vinyl-fs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wearefractal/vinyl-fs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vinyl-fs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "graceful-fs",
          "version": "3.0.11",
          "bom-ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|graceful-fs@3.0.11",
          "author": "Isaac Z. Schlueter",
          "description": "A drop-in replacement for fs, making various improvements.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/graceful-fs@3.0.11",
          "externalReferences": [
            {
              "url": "git://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-3.0.11.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vinyl-fs/node_modules/graceful-fs"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-bom",
          "version": "1.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|strip-bom@1.0.0",
          "author": "Sindre Sorhus",
          "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer/stream",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-bom@1.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-1.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vinyl-fs/node_modules/strip-bom"
            }
          ]
        },
        {
          "type": "library",
          "name": "through2",
          "version": "0.6.5",
          "bom-ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|through2@0.6.5",
          "author": "Rod Vagg",
          "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/through2@0.6.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/rvagg/through2.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/rvagg/through2#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/rvagg/through2/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vinyl-fs/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "1.0.34",
          "bom-ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|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/vinyl-fs/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "0.0.1",
          "bom-ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|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/vinyl-fs/node_modules/isarray"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "catharsis",
      "version": "0.8.8",
      "bom-ref": "postcss@5.2.18-tuxcare.1|catharsis@0.8.8",
      "author": "Jeff Williams",
      "description": "A JavaScript parser for Google Closure Compiler and JSDoc type expressions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/catharsis@0.8.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/hegemonic/catharsis.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hegemonic/catharsis#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hegemonic/catharsis/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/catharsis/-/catharsis-0.8.8.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/catharsis"
        }
      ]
    },
    {
      "type": "library",
      "name": "js2xmlparser",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|js2xmlparser@1.0.0",
      "author": "Michael Kourlas",
      "description": "Parses JavaScript objects into XML",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js2xmlparser@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/michaelkourlas/node-js2xmlparser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://www.kourlas.net",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/michaelkourlas/node-js2xmlparser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/js2xmlparser"
        }
      ]
    },
    {
      "type": "library",
      "name": "marked",
      "version": "0.3.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|marked@0.3.6",
      "author": "Christopher Jeffrey",
      "description": "A markdown parser built for speed",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/marked@0.3.6",
      "externalReferences": [
        {
          "url": "git://github.com/chjj/marked.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chjj/marked",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/chjj/marked/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/marked/-/marked-0.3.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/marked"
        }
      ]
    },
    {
      "type": "library",
      "name": "requizzle",
      "version": "0.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|requizzle@0.2.1",
      "author": "Jeff Williams",
      "description": "Swizzle a little something into your require() calls.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/requizzle@0.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/hegemonic/requizzle.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hegemonic/requizzle",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hegemonic/requizzle/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/requizzle/-/requizzle-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/requizzle"
        }
      ]
    },
    {
      "type": "library",
      "name": "taffydb",
      "version": "2.6.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|taffydb@2.6.2",
      "author": "Ian Smith",
      "description": "TaffyDB is an opensouce library that brings database features into your JavaScript applications.",
      "purl": "pkg:npm/taffydb@2.6.2",
      "externalReferences": [
        {
          "url": "git://github.com/typicaljoe/taffydb.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://taffydb.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/typicaljoe/taffydb/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/taffydb"
        }
      ]
    },
    {
      "type": "library",
      "name": "app-root-path",
      "version": "2.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|app-root-path@2.0.1",
      "author": "Chris Morrell",
      "description": "Determine an app's root path from anywhere inside the app",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/app-root-path@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/inxilpro/node-app-root-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inxilpro/node-app-root-path",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inxilpro/node-app-root-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/app-root-path/-/app-root-path-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/app-root-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "cosmiconfig",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|cosmiconfig@1.1.0",
      "author": "David Clark",
      "description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cosmiconfig@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/davidtheclark/cosmiconfig.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/davidtheclark/cosmiconfig#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/davidtheclark/cosmiconfig/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cosmiconfig"
        }
      ]
    },
    {
      "type": "library",
      "name": "execa",
      "version": "0.6.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|execa@0.6.2",
      "author": "Sindre Sorhus",
      "description": "A better `child_process`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/execa@0.6.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/execa.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/execa#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/execa/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/execa/-/execa-0.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/execa"
        }
      ]
    },
    {
      "type": "library",
      "name": "listr",
      "version": "0.11.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|listr@0.11.0",
      "author": "Sam Verschueren",
      "description": "Terminal task list",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/listr@0.11.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/SamVerschueren/listr.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SamVerschueren/listr#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SamVerschueren/listr/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/listr/-/listr-0.11.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/listr"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-which",
      "version": "3.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|npm-which@3.0.1",
      "author": "Tim Oxley",
      "description": "Locate a program or locally installed node module's executable",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-which@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/timoxley/npm-which.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/timoxley/npm-which",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/timoxley/npm-which/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npm-which/-/npm-which-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-which"
        }
      ]
    },
    {
      "type": "library",
      "name": "staged-git-files",
      "version": "0.0.4",
      "bom-ref": "postcss@5.2.18-tuxcare.1|staged-git-files@0.0.4",
      "author": "Matthew Chase Whittemore",
      "description": "get a list of staged git files and their status",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/staged-git-files@0.0.4",
      "externalReferences": [
        {
          "url": "git://github.com/mcwhittemore/staged-git-files.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mcwhittemore/staged-git-files#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mcwhittemore/staged-git-files/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/staged-git-files/-/staged-git-files-0.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/staged-git-files"
        }
      ]
    },
    {
      "type": "library",
      "name": "load-resources",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|load-resources@0.1.1",
      "author": "Andrey Sitnik",
      "description": "Load all JS/CSS files from site website",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/load-resources@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ai/load-resources.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ai/load-resources#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ai/load-resources/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/load-resources/-/load-resources-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/load-resources"
        }
      ]
    },
    {
      "type": "library",
      "name": "cross-spawn",
      "version": "5.1.0",
      "bom-ref": "postcss@5.2.18-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": "spawn-sync",
      "version": "1.0.15",
      "bom-ref": "postcss@5.2.18-tuxcare.1|spawn-sync@1.0.15",
      "author": "ForbesLindesay",
      "description": "Prollyfill for child_process.spawnSync",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spawn-sync@1.0.15",
      "externalReferences": [
        {
          "url": "git+https://github.com/ForbesLindesay/spawn-sync.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ForbesLindesay/spawn-sync#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ForbesLindesay/spawn-sync/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/spawn-sync"
        }
      ]
    },
    {
      "type": "library",
      "name": "which",
      "version": "1.2.12",
      "bom-ref": "postcss@5.2.18-tuxcare.1|which@1.2.12",
      "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.2.12",
      "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.2.12.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/which"
        }
      ]
    },
    {
      "type": "library",
      "name": "diff",
      "version": "3.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|diff@3.2.0",
      "description": "A javascript text diff implementation.",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/diff@3.2.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.2.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": "formatio",
      "version": "1.2.0",
      "bom-ref": "postcss@5.2.18-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": "lolex",
      "version": "1.6.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/lolex"
        }
      ]
    },
    {
      "type": "library",
      "name": "native-promise-only",
      "version": "0.8.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|native-promise-only@0.8.1",
      "author": "Kyle Simpson",
      "description": "Native Promise Only: A polyfill for native ES6 Promises **only**, nothing else.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/native-promise-only@0.8.1",
      "externalReferences": [
        {
          "url": "git://github.com/getify/native-promise-only.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/getify/native-promise-only",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/getify/native-promise-only/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/native-promise-only/-/native-promise-only-0.8.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/native-promise-only"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-to-regexp",
      "version": "1.7.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/path-to-regexp"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "isarray",
          "version": "0.0.1",
          "bom-ref": "postcss@5.2.18-tuxcare.1|path-to-regexp@1.7.0|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/path-to-regexp/node_modules/isarray"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "samsam",
      "version": "1.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|samsam@1.2.1",
      "author": "Christian Johansen",
      "description": "Value identification and comparison functions",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/samsam@1.2.1",
      "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.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/samsam"
        }
      ]
    },
    {
      "type": "library",
      "name": "text-encoding",
      "version": "0.6.4",
      "bom-ref": "postcss@5.2.18-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": "type-detect",
      "version": "4.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|type-detect@4.0.0",
      "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.0",
      "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.0.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": "ansi-regex",
      "version": "2.1.1",
      "bom-ref": "postcss@5.2.18-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": "has-flag",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/has-flag"
        }
      ]
    },
    {
      "type": "library",
      "name": "yaspeller",
      "version": "3.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|yaspeller@3.1.0",
      "author": "Denis Seleznev",
      "description": "Search tool typos in the text, files and websites",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yaspeller@3.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/hcodes/yaspeller.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hcodes/yaspeller",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hcodes/yaspeller/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yaspeller/-/yaspeller-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yaspeller"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.flatten",
      "version": "4.4.0",
      "bom-ref": "postcss@5.2.18-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": "multimatch",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-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": "arr-exclude",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "read-pkg-up",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.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/read-pkg-up"
        }
      ]
    },
    {
      "type": "library",
      "name": "the-argv",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|the-argv@1.0.0",
      "author": "Joakim Carlstein",
      "description": "The part of argv you want",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/the-argv@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/joakimbeng/the-argv.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/joakimbeng/the-argv#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/joakimbeng/the-argv/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/the-argv/-/the-argv-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/the-argv"
        }
      ]
    },
    {
      "type": "library",
      "name": "write-pkg",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|write-pkg@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Write a package.json file",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/write-pkg@1.0.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-1.0.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": "js-tokens",
      "version": "3.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|js-tokens@3.0.1",
      "author": "Simon Lydell",
      "description": "A regex that tokenizes JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js-tokens@3.0.1",
      "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.1.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": "call-matcher",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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": "core-js",
      "version": "2.4.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|core-js@2.4.1",
      "description": "Standard library",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/core-js@2.4.1",
      "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.4.1.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": "espower-location-detector",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "espurify",
      "version": "1.7.0",
      "bom-ref": "postcss@5.2.18-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": "babel-plugin-syntax-dynamic-import",
      "version": "6.18.0",
      "bom-ref": "postcss@5.2.18-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-class-properties",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-class-properties@6.23.0",
      "description": "This plugin transforms static class properties as well as properties declared with the property initializer syntax",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-class-properties@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-class-properties/-/babel-plugin-transform-class-properties-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-class-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-decorators",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-decorators@6.22.0",
      "description": "Compile class and object decorators to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-decorators@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-decorators/-/babel-plugin-transform-decorators-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-decorators"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-preset-stage-3",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-preset-stage-3@6.22.0",
      "author": "Sebastian McKenzie",
      "description": "Babel preset for stage 3 plugins",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-preset-stage-3@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://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-preset-stage-3/-/babel-preset-stage-3-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-preset-stage-3"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerator-runtime",
      "version": "0.10.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|regenerator-runtime@0.10.3",
      "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.3",
      "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.3.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": "write-file-atomic",
      "version": "1.3.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|write-file-atomic@1.3.1",
      "author": "Rebecca Turner",
      "description": "Write files in an atomic fashion w/configurable ownership",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/write-file-atomic@1.3.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/iarna/write-file-atomic.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/iarna/write-file-atomic",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iarna/write-file-atomic/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.1.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": "anymatch",
      "version": "1.3.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|anymatch@1.3.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@1.3.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/anymatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "async-each",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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": "glob-parent",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-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": "inherits",
      "version": "2.0.3",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "is-glob",
      "version": "2.0.1",
      "bom-ref": "postcss@5.2.18-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": "readdirp",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-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": "restore-cursor",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|restore-cursor@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Gracefully restore the CLI cursor on exit",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/restore-cursor@1.0.1",
      "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-1.0.1.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": "0.0.4",
      "bom-ref": "postcss@5.2.18-tuxcare.1|slice-ansi@0.0.4",
      "author": "David Caccavella",
      "description": "Slice a string with ANSI escape codes",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/slice-ansi@0.0.4",
      "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-0.0.4.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": "string-width",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/string-width"
        }
      ]
    },
    {
      "type": "library",
      "name": "buf-compare",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "ms",
      "version": "0.7.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ms@0.7.2",
      "description": "Tiny milisecond conversion utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ms@0.7.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/zeit/ms.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zeit/ms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zeit/ms/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ms/-/ms-0.7.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ms"
        }
      ]
    },
    {
      "type": "library",
      "name": "call-signature",
      "version": "0.0.2",
      "bom-ref": "postcss@5.2.18-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": "commondir",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/pkg-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "ci-info",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ci-info@1.0.0",
      "author": "Thomas Watson Steen",
      "description": "Get details about the current Continuous Integration environment",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ci-info@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/watson/ci-info.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/watson/ci-info",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/watson/ci-info/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ci-info/-/ci-info-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ci-info"
        }
      ]
    },
    {
      "type": "library",
      "name": "symbol-observable",
      "version": "0.2.4",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/symbol-observable"
        }
      ]
    },
    {
      "type": "library",
      "name": "signal-exit",
      "version": "3.0.2",
      "bom-ref": "postcss@5.2.18-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": "md5-o-matic",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "decamelize",
      "version": "1.2.0",
      "bom-ref": "postcss@5.2.18-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": "map-obj",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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.3.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|normalize-package-data@2.3.6",
      "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.3.6",
      "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.3.6.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": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "trim-newlines",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "find-up",
      "version": "1.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.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/find-up"
        }
      ]
    },
    {
      "type": "library",
      "name": "load-json-file",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/load-json-file"
        }
      ]
    },
    {
      "type": "library",
      "name": "symbol",
      "version": "0.2.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|symbol@0.2.3",
      "author": "Sean McArthur",
      "description": "ES6 Symbols in your ES5.",
      "licenses": [
        {
          "license": {
            "name": "MPLv2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/symbol@0.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/seanmonstar/symbol.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/seanmonstar/symbol#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/seanmonstar/symbol/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/symbol/-/symbol-0.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/symbol"
        }
      ]
    },
    {
      "type": "library",
      "name": "irregular-plurals",
      "version": "1.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|irregular-plurals@1.2.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.2.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.2.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": "power-assert-context-traversal",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|power-assert-context-traversal@1.1.1",
      "author": "Takuto Wada",
      "description": "traverse power-assert context",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/power-assert-context-traversal@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/twada/power-assert-runtime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/power-assert-context-traversal/-/power-assert-context-traversal-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/power-assert-context-traversal"
        }
      ]
    },
    {
      "type": "library",
      "name": "power-assert-renderer-base",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|power-assert-renderer-base@1.1.1",
      "author": "Takuto Wada",
      "description": "base renderer for power-assert context",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/power-assert-renderer-base@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/twada/power-assert-runtime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/power-assert-renderer-base/-/power-assert-renderer-base-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/power-assert-renderer-base"
        }
      ]
    },
    {
      "type": "library",
      "name": "power-assert-util-string-width",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|power-assert-util-string-width@1.1.1",
      "author": "Takuto Wada",
      "description": "calculates width of given string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/power-assert-util-string-width@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/twada/power-assert-runtime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/power-assert-util-string-width/-/power-assert-util-string-width-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/power-assert-util-string-width"
        }
      ]
    },
    {
      "type": "library",
      "name": "power-assert-renderer-diagram",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|power-assert-renderer-diagram@1.1.1",
      "author": "Takuto Wada",
      "description": "diagram renderer for power-assert context",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/power-assert-renderer-diagram@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/twada/power-assert-runtime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/power-assert-runtime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/power-assert-renderer-diagram/-/power-assert-renderer-diagram-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/power-assert-renderer-diagram"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-finite",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-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": "parse-ms",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "date-time",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-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": "os-tmpdir",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "0.6.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|boxen@0.6.0",
      "author": "Sindre Sorhus",
      "description": "Create boxes in the terminal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/boxen@0.6.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-0.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/boxen"
        }
      ]
    },
    {
      "type": "library",
      "name": "configstore",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|configstore@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Easily load and save config without having to think about where and how",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/configstore@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/yeoman/configstore.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yeoman/configstore#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yeoman/configstore/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/configstore/-/configstore-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/configstore"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-npm",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "2.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|latest-version@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the latest version of a npm package",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/latest-version@2.0.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-2.0.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": "lazy-req",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lazy-req@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Require modules lazily",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lazy-req@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/lazy-req.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/lazy-req#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/lazy-req/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lazy-req/-/lazy-req-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lazy-req"
        }
      ]
    },
    {
      "type": "library",
      "name": "semver-diff",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-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": "2.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|xdg-basedir@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Get XDG Base Directory paths",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xdg-basedir@2.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-2.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": "detect-indent",
      "version": "4.0.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "home-or-tmp",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|to-fast-properties@1.0.2",
      "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.2",
      "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.2.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.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|brace-expansion@1.1.6",
      "author": "Julian Gruber",
      "description": "Brace expansion as known from sh/bash",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/brace-expansion@1.1.6",
      "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.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/brace-expansion"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-define-map",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-define-map@6.23.0",
      "description": "Helper function to define a map",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-define-map@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-helper-define-map/-/babel-helper-define-map-6.23.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-define-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-function-name",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-function-name@6.23.0",
      "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.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-helper-function-name/-/babel-helper-function-name-6.23.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-function-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-optimise-call-expression",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-optimise-call-expression@6.23.0",
      "description": "Helper function to optimise call expression",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-optimise-call-expression@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-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.23.0.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.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-replace-supers@6.23.0",
      "description": "Helper function to replace supers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-replace-supers@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-helper-replace-supers/-/babel-helper-replace-supers-6.23.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-replace-supers"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-strict-mode",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-strict-mode@6.22.0",
      "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.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-strict-mode/-/babel-plugin-transform-strict-mode-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-strict-mode"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-hoist-variables",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-hoist-variables@6.22.0",
      "description": "Helper function to hoist variables",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-hoist-variables@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-helper-hoist-variables/-/babel-helper-hoist-variables-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-hoist-variables"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-call-delegate",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-call-delegate@6.22.0",
      "description": "Helper function to call delegate",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-call-delegate@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-helper-call-delegate/-/babel-helper-call-delegate-6.22.0.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.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-get-function-arity@6.22.0",
      "description": "Helper function to get function arity",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-get-function-arity@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-helper-get-function-arity/-/babel-helper-get-function-arity-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-get-function-arity"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-regex",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-regex@6.22.0",
      "description": "Helper function to check for literal RegEx",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-regex@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-helper-regex/-/babel-helper-regex-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "regexpu-core",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/regexpu-core"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerator-transform",
      "version": "0.9.8",
      "bom-ref": "postcss@5.2.18-tuxcare.1|regenerator-transform@0.9.8",
      "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.9.8",
      "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.9.8.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": "is-path-inside",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-path-inside@1.0.0",
      "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.0",
      "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.0.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": "pinkie",
      "version": "2.0.4",
      "bom-ref": "postcss@5.2.18-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": "readable-stream",
      "version": "2.2.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|readable-stream@2.2.6",
      "description": "Streams3, a user-land copy of the stream library from Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/readable-stream@2.2.6",
      "externalReferences": [
        {
          "url": "git://github.com/nodejs/readable-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodejs/readable-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodejs/readable-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/readable-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "typedarray",
      "version": "0.0.6",
      "bom-ref": "postcss@5.2.18-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": "isarray",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "es6-map",
      "version": "0.1.5",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "esrecurse",
      "version": "4.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|esrecurse@4.1.0",
      "description": "ECMAScript AST recursive visitor",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esrecurse@4.1.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.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esrecurse"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "estraverse",
          "version": "4.1.1",
          "bom-ref": "postcss@5.2.18-tuxcare.1|esrecurse@4.1.0|estraverse@4.1.1",
          "description": "ECMAScript JS AST traversal functions",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/estraverse@4.1.1",
          "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.1.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/esrecurse/node_modules/estraverse"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn-jsx",
      "version": "3.0.1",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "flat-cache",
      "version": "1.2.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|flat-cache@1.2.2",
      "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.2.2",
      "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.2.2.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": "fs.realpath",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "ansi-escapes",
      "version": "1.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/ansi-escapes"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli-width",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|cli-width@2.1.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.1.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.1.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": "readline2",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|readline2@1.0.1",
      "author": "Simon Boudrias",
      "description": "Readline Façade fixing bugs and issues found in releases 0.8 and 0.10",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/readline2@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/SBoudrias/readline2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SBoudrias/readline2#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SBoudrias/readline2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/readline2/-/readline2-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/readline2"
        }
      ]
    },
    {
      "type": "library",
      "name": "run-async",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|run-async@0.1.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@0.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/SBoudrias/run-async.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SBoudrias/run-async",
          "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-0.1.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",
      "version": "3.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|rx-lite@3.1.2",
      "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@3.1.2",
      "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-3.1.2.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": "postcss@5.2.18-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": "generate-function",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|generate-function@2.0.0",
      "author": "Mathias Buus",
      "description": "Module that helps you write generated functions in Node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/generate-function@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mafintosh/generate-function.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/generate-function",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/generate-function/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/generate-function"
        }
      ]
    },
    {
      "type": "library",
      "name": "generate-object-property",
      "version": "1.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|generate-object-property@1.2.0",
      "author": "Mathias Buus",
      "description": "Generate safe JS code that can used to reference a object property",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/generate-object-property@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mafintosh/generate-object-property.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mafintosh/generate-object-property",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mafintosh/generate-object-property/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/generate-object-property"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsonpointer",
      "version": "4.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|jsonpointer@4.0.1",
      "author": "Jan Lehnardt",
      "description": "Simple JSON Addressing.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsonpointer@4.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/janl/node-jsonpointer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/janl/node-jsonpointer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/janl/node-jsonpointer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsonpointer"
        }
      ]
    },
    {
      "type": "library",
      "name": "xtend",
      "version": "4.0.1",
      "bom-ref": "postcss@5.2.18-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": "tryit",
      "version": "1.0.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|tryit@1.0.3",
      "author": "Henrik Joreteg",
      "description": "Module to wrap try-catch for better performance and cleaner API.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tryit@1.0.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/HenrikJoreteg/tryit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/HenrikJoreteg/tryit#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/HenrikJoreteg/tryit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tryit/-/tryit-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tryit"
        }
      ]
    },
    {
      "type": "library",
      "name": "argparse",
      "version": "1.0.9",
      "bom-ref": "postcss@5.2.18-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": "3.1.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/esprima"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsonify",
      "version": "0.0.0",
      "bom-ref": "postcss@5.2.18-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": "prelude-ls",
      "version": "1.1.2",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "resolve-from",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/resolve-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "rechoir",
      "version": "0.6.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|rechoir@0.6.2",
      "author": "Tyler Kellen",
      "description": "Require any supported file as a node module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/tkellen/node-rechoir/blob/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/rechoir@0.6.2",
      "externalReferences": [
        {
          "url": "git://github.com/tkellen/node-rechoir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tkellen/node-rechoir",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tkellen/node-rechoir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rechoir"
        }
      ]
    },
    {
      "type": "library",
      "name": "ajv-keywords",
      "version": "1.5.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ajv-keywords@1.5.1",
      "author": "Evgeny Poberezkin",
      "description": "Custom JSON-Schema keywords for ajv validator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ajv-keywords@1.5.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-1.5.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": "ajv",
      "version": "4.11.5",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ajv@4.11.5",
      "author": "Evgeny Poberezkin",
      "description": "Another JSON Schema Validator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ajv@4.11.5",
      "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.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ajv"
        }
      ]
    },
    {
      "type": "library",
      "name": "os-homedir",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-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": "number-is-nan",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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": "array-differ",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "beeper",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|beeper@1.1.1",
      "author": "Sindre Sorhus",
      "description": "Make your terminal beep",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/beeper@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/beeper.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/beeper#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/beeper/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/beeper"
        }
      ]
    },
    {
      "type": "library",
      "name": "dateformat",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|dateformat@2.0.0",
      "author": "Steven Levithan",
      "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dateformat@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/felixge/node-dateformat.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/felixge/node-dateformat",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/felixge/node-dateformat/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dateformat/-/dateformat-2.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dateformat"
        }
      ]
    },
    {
      "type": "library",
      "name": "fancy-log",
      "version": "1.3.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|fancy-log@1.3.0",
      "author": "Blaine Bublitz",
      "description": "Log things, prefixed with a timestamp",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fancy-log@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/js-cli/fancy-log.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/js-cli/fancy-log#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/js-cli/fancy-log/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fancy-log"
        }
      ]
    },
    {
      "type": "library",
      "name": "gulplog",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|gulplog@1.0.0",
      "author": "Blaine Bublitz",
      "description": "Logger for gulp and gulp plugins",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gulplog@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/gulpjs/gulplog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gulpjs/gulplog#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gulpjs/gulplog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gulplog"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-gulplog",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|has-gulplog@0.1.0",
      "author": "Blaine Bublitz",
      "description": "Check if gulplog is available before attempting to use it",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-gulplog@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/gulpjs/has-gulplog.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gulpjs/has-gulplog#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gulpjs/has-gulplog/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-gulplog"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._reescape",
      "version": "3.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash._reescape@3.0.0",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `reEscape` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._reescape@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._reescape/-/lodash._reescape-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._reescape"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._reevaluate",
      "version": "3.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash._reevaluate@3.0.0",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `reEvaluate` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._reevaluate@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._reevaluate/-/lodash._reevaluate-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._reevaluate"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._reinterpolate",
      "version": "3.0.0",
      "bom-ref": "postcss@5.2.18-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": "multipipe",
      "version": "0.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|multipipe@0.1.2",
      "description": "pipe streams with centralized error handling",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/multipipe@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/juliangruber/multipipe.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/multipipe#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/multipipe/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/multipipe"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.templatesettings",
      "version": "4.1.0",
      "bom-ref": "postcss@5.2.18-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": "clone-stats",
      "version": "0.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|clone-stats@0.0.1",
      "author": "Hugh Kennedy",
      "description": "Safely clone node's fs.Stats instances without losing their class methods",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/clone-stats@0.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/hughsk/clone-stats.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hughsk/clone-stats",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hughsk/clone-stats/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/clone-stats"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-resolve",
      "version": "0.3.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|source-map-resolve@0.3.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.3.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.3.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": "urix",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-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-debug-legacy",
      "version": "0.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lazy-debug-legacy@0.0.1",
      "author": "Nicholas McCready",
      "description": "Generates module names for vision media's debug",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lazy-debug-legacy@0.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/apihlaja/lazy-debug.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/apihlaja/lazy-debug#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/apihlaja/lazy-debug/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lazy-debug/-/lazy-debug-0.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-1",
              "content": "82cc2a6f4dcf36facf0c7a7946857bff62828ac7"
            }
          ],
          "comment": "as detected from PackageJson property \"dist.tarball\" and property \"dist.shasum\""
        },
        {
          "url": "https://registry.npmjs.org/lazy-debug-legacy/-/lazy-debug-legacy-0.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lazy-debug-legacy"
        }
      ]
    },
    {
      "type": "library",
      "name": "clone",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|clone@1.0.2",
      "author": "Paul Vorbach",
      "description": "deep cloning of objects and arrays",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/clone@1.0.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/clone"
        }
      ]
    },
    {
      "type": "library",
      "name": "extend",
      "version": "3.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|extend@3.0.0",
      "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.0",
      "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.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extend"
        }
      ]
    },
    {
      "type": "library",
      "name": "findup-sync",
      "version": "0.4.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|findup-sync@0.4.3",
      "author": "\"Cowboy\" Ben Alman",
      "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/findup-sync@0.4.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/cowboy/node-findup-sync.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cowboy/node-findup-sync",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cowboy/node-findup-sync/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/findup-sync/-/findup-sync-0.4.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/findup-sync"
        }
      ]
    },
    {
      "type": "library",
      "name": "fined",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|fined@1.0.2",
      "author": "JS CLI Team",
      "description": "Find a file given a declaration of locations",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fined@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/js-cli/fined.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/js-cli/fined#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/js-cli/fined/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fined"
        }
      ]
    },
    {
      "type": "library",
      "name": "flagged-respawn",
      "version": "0.3.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|flagged-respawn@0.3.2",
      "author": "Tyler Kellen",
      "description": "A tool for respawning node binaries when special flags are present.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/js-cli/js-flagged-respawn/blob/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/flagged-respawn@0.3.2",
      "externalReferences": [
        {
          "url": "git://github.com/js-cli/js-flagged-respawn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/js-cli/js-flagged-respawn",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/js-cli/js-flagged-respawn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-0.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/flagged-respawn"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isplainobject",
      "version": "4.0.6",
      "bom-ref": "postcss@5.2.18-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.isstring",
      "version": "4.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.isstring@4.0.1",
      "author": "John-David Dalton",
      "description": "The lodash method `_.isString` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isstring@4.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isstring"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.mapvalues",
      "version": "4.6.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.mapvalues@4.6.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.mapValues` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.mapvalues@4.6.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash.mapvalues/-/lodash.mapvalues-4.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.mapvalues"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve",
      "version": "1.3.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|resolve@1.3.2",
      "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.3.2",
      "externalReferences": [
        {
          "url": "git://github.com/substack/node-resolve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-resolve#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-resolve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/resolve/-/resolve-1.3.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve"
        }
      ]
    },
    {
      "type": "library",
      "name": "end-of-stream",
      "version": "0.1.5",
      "bom-ref": "postcss@5.2.18-tuxcare.1|end-of-stream@0.1.5",
      "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@0.1.5",
      "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-0.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/end-of-stream"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "once",
          "version": "1.3.3",
          "bom-ref": "postcss@5.2.18-tuxcare.1|end-of-stream@0.1.5|once@1.3.3",
          "author": "Isaac Z. Schlueter",
          "description": "Run a function exactly one time",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/once@1.3.3",
          "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.3.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/end-of-stream/node_modules/once"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "sequencify",
      "version": "0.0.7",
      "bom-ref": "postcss@5.2.18-tuxcare.1|sequencify@0.0.7",
      "author": "Rob Richardson",
      "description": "A module for sequencing tasks and dependencies",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/robrich/sequencify/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/sequencify@0.0.7",
      "externalReferences": [
        {
          "url": "git://github.com/robrich/sequencify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/robrich/sequencify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/robrich/sequencify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sequencify"
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-consume",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|stream-consume@0.1.0",
      "author": "Aron Nopanen",
      "description": "Consume a stream to ensure it keeps flowing",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-consume@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/aroneous/stream-consume.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/aroneous/stream-consume",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/aroneous/stream-consume/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-consume"
        }
      ]
    },
    {
      "type": "library",
      "name": "defaults",
      "version": "1.0.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|defaults@1.0.3",
      "author": "Elijah Insua",
      "description": "merge single level defaults over a config object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/defaults@1.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/tmpvar/defaults.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tmpvar/defaults#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tmpvar/defaults/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/defaults"
        }
      ]
    },
    {
      "type": "library",
      "name": "glob-stream",
      "version": "3.1.18",
      "bom-ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18",
      "author": "Fractal",
      "description": "File system globs as a stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/wearefractal/glob-stream/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/glob-stream@3.1.18",
      "externalReferences": [
        {
          "url": "git://github.com/wearefractal/glob-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/wearefractal/glob-stream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wearefractal/glob-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob-stream"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "glob",
          "version": "4.5.3",
          "bom-ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|glob@4.5.3",
          "author": "Isaac Z. Schlueter",
          "description": "a little globber",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob@4.5.3",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/node-glob.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/node-glob#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/node-glob/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/glob-stream/node_modules/glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "2.0.10",
          "bom-ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|minimatch@2.0.10",
          "author": "Isaac Z. Schlueter",
          "description": "a glob matcher in javascript",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/minimatch@2.0.10",
          "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-2.0.10.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/glob-stream/node_modules/minimatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "through2",
          "version": "0.6.5",
          "bom-ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|through2@0.6.5",
          "author": "Rod Vagg",
          "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/through2@0.6.5",
          "externalReferences": [
            {
              "url": "git+https://github.com/rvagg/through2.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/rvagg/through2#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/rvagg/through2/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/glob-stream/node_modules/through2"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "1.0.34",
          "bom-ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|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/glob-stream/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "0.0.1",
          "bom-ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|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/glob-stream/node_modules/isarray"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "glob-watcher",
      "version": "0.0.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|glob-watcher@0.0.6",
      "author": "Fractal",
      "description": "Watch globs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/wearefractal/glob-watcher/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/glob-watcher@0.0.6",
      "externalReferences": [
        {
          "url": "git://github.com/wearefractal/glob-watcher.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/wearefractal/glob-watcher",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wearefractal/glob-watcher/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob-watcher"
        }
      ]
    },
    {
      "type": "library",
      "name": "underscore-contrib",
      "version": "0.3.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|underscore-contrib@0.3.0",
      "author": "Fogus",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/underscore-contrib@0.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/documentcloud/underscore-contrib.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/documentcloud/underscore-contrib",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/documentcloud/underscore-contrib/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/underscore-contrib/-/underscore-contrib-0.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/underscore-contrib"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn",
      "version": "3.3.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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"
        }
      ]
    },
    {
      "type": "library",
      "name": "underscore",
      "version": "1.6.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|underscore@1.6.0",
      "author": "Jeremy Ashkenas",
      "description": "JavaScript's functional programming helper library.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://raw.github.com/jashkenas/underscore/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/underscore@1.6.0",
      "externalReferences": [
        {
          "url": "git://github.com/jashkenas/underscore.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://underscorejs.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jashkenas/underscore/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/underscore"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-json",
      "version": "2.2.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "get-stream",
      "version": "3.0.0",
      "bom-ref": "postcss@5.2.18-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": "is-stream",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-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": "npm-run-path",
      "version": "2.0.2",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "indent-string",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|indent-string@2.1.0",
      "author": "Sindre Sorhus",
      "description": "Indent each line in a string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/indent-string@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/indent-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/indent-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/indent-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/indent-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "listr-silent-renderer",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|listr-silent-renderer@1.1.1",
      "author": "Sam Verschueren",
      "description": "Supress Listr rendering output",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/listr-silent-renderer@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/SamVerschueren/listr-silent-renderer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SamVerschueren/listr-silent-renderer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SamVerschueren/listr-silent-renderer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/listr-silent-renderer"
        }
      ]
    },
    {
      "type": "library",
      "name": "listr-update-renderer",
      "version": "0.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|listr-update-renderer@0.2.0",
      "author": "Sam Verschueren",
      "description": "Listr update renderer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/listr-update-renderer@0.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/SamVerschueren/listr-update-renderer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SamVerschueren/listr-update-renderer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SamVerschueren/listr-update-renderer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/listr-update-renderer"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "indent-string",
          "version": "3.1.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|listr-update-renderer@0.2.0|indent-string@3.1.0",
          "author": "Sindre Sorhus",
          "description": "Indent each line in a string",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/indent-string@3.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-3.1.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/listr-update-renderer/node_modules/indent-string"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "listr-verbose-renderer",
      "version": "0.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|listr-verbose-renderer@0.4.0",
      "author": "Sam Verschueren",
      "description": "Listr verbose renderer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/listr-verbose-renderer@0.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/SamVerschueren/listr-verbose-renderer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SamVerschueren/listr-verbose-renderer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SamVerschueren/listr-verbose-renderer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/listr-verbose-renderer"
        }
      ]
    },
    {
      "type": "library",
      "name": "log-symbols",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|log-symbols@1.0.2",
      "author": "Sindre Sorhus",
      "description": "Colored symbols for various log levels. Example: ✔︎ success",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/log-symbols@1.0.2",
      "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-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/log-symbols"
        }
      ]
    },
    {
      "type": "library",
      "name": "log-update",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|log-update@1.0.2",
      "author": "Sindre Sorhus",
      "description": "Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/log-update@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/log-update.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/log-update#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/log-update/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/log-update"
        }
      ]
    },
    {
      "type": "library",
      "name": "ora",
      "version": "0.2.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ora@0.2.3",
      "author": "Sindre Sorhus",
      "description": "Elegant terminal spinner",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ora@0.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/ora.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/ora#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/ora/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ora/-/ora-0.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ora"
        }
      ]
    },
    {
      "type": "library",
      "name": "rxjs",
      "version": "5.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|rxjs@5.2.0",
      "author": "Ben Lesh",
      "description": "Reactive Extensions for modern JavaScript",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/rxjs@5.2.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/ReactiveX/RxJS.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ReactiveX/RxJS",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ReactiveX/RxJS/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/rxjs/-/rxjs-5.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rxjs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "symbol-observable",
          "version": "1.0.4",
          "bom-ref": "postcss@5.2.18-tuxcare.1|rxjs@5.2.0|symbol-observable@1.0.4",
          "author": "Ben Lesh",
          "description": "Symbol.observable ponyfill",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/symbol-observable@1.0.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-1.0.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/rxjs/node_modules/symbol-observable"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "stream-to-observable",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|stream-to-observable@0.1.0",
      "author": "James Talmage",
      "description": "Convert Node Streams into ECMAScript-Observables",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stream-to-observable@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jamestalmage/stream-to-observable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jamestalmage/stream-to-observable#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jamestalmage/stream-to-observable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stream-to-observable/-/stream-to-observable-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stream-to-observable"
        }
      ]
    },
    {
      "type": "library",
      "name": "commander",
      "version": "2.9.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|commander@2.9.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.9.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.9.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/commander"
        }
      ]
    },
    {
      "type": "library",
      "name": "npm-path",
      "version": "2.0.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|npm-path@2.0.3",
      "author": "Tim Oxley",
      "description": "Get a PATH with all executables available to npm scripts.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/npm-path@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/timoxley/npm-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/timoxley/npm-path",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/timoxley/npm-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/npm-path/-/npm-path-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/npm-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "request",
      "version": "2.81.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/request"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "uuid",
          "version": "3.0.1",
          "bom-ref": "postcss@5.2.18-tuxcare.1|request@2.81.0|uuid@3.0.1",
          "description": "RFC4122 (v1 and v4) generator",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/uuid@3.0.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.0.1.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/request/node_modules/uuid"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "lru-cache",
      "version": "4.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lru-cache@4.0.2",
      "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.0.2",
      "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.0.2.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": "shebang-command",
      "version": "1.2.0",
      "bom-ref": "postcss@5.2.18-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": "os-shim",
      "version": "0.1.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|os-shim@0.1.3",
      "description": "Native OS module API shim for older node.js versions",
      "purl": "pkg:npm/os-shim@0.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/h2non/node-os-shim.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/h2non/node-os-shim",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/h2non/node-os-shim/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/os-shim/-/os-shim-0.1.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/os-shim"
        }
      ]
    },
    {
      "type": "library",
      "name": "isexe",
      "version": "1.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|isexe@1.1.2",
      "author": "Isaac Z. Schlueter",
      "description": "Minimal module to check if a file is executable.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isexe@1.1.2",
      "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-1.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isexe"
        }
      ]
    },
    {
      "type": "library",
      "name": "async",
      "version": "2.1.5",
      "bom-ref": "postcss@5.2.18-tuxcare.1|async@2.1.5",
      "author": "Caolan McMahon",
      "description": "Higher-order functions and common patterns for asynchronous code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/async@2.1.5",
      "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-2.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/async"
        }
      ]
    },
    {
      "type": "library",
      "name": "entities",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-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": "escape-html",
      "version": "1.0.3",
      "bom-ref": "postcss@5.2.18-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": "eyo-kernel",
      "version": "1.0.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|eyo-kernel@1.0.6",
      "author": "Denis Seleznev",
      "description": "Restoring the letter «ё» (yo) in russian texts",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eyo-kernel@1.0.6",
      "externalReferences": [
        {
          "url": "git://github.com/hcodes/eyo-kernel.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hcodes/eyo-kernel",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hcodes/eyo-kernel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eyo-kernel/-/eyo-kernel-1.0.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eyo-kernel"
        }
      ]
    },
    {
      "type": "library",
      "name": "isutf8",
      "version": "2.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|isutf8@2.0.1",
      "author": "Denis Seleznev",
      "description": "Check if a Buffer is utf-8",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isutf8@2.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/hcodes/isutf8.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hcodes/isutf8",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hcodes/isutf8/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isutf8/-/isutf8-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isutf8"
        }
      ]
    },
    {
      "type": "library",
      "name": "showdown",
      "version": "1.6.4",
      "bom-ref": "postcss@5.2.18-tuxcare.1|showdown@1.6.4",
      "author": "Estevão Santos",
      "description": "A Markdown to HTML converter written in Javascript",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/showdown@1.6.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/showdownjs/showdown.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://showdownjs.github.io/showdown/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/showdownjs/showdown/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/showdown/-/showdown-1.6.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/showdown"
        }
      ]
    },
    {
      "type": "library",
      "name": "xml2js",
      "version": "0.4.17",
      "bom-ref": "postcss@5.2.18-tuxcare.1|xml2js@0.4.17",
      "author": "Marek Kubica",
      "description": "Simple XML to JavaScript object converter.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xml2js@0.4.17",
      "externalReferences": [
        {
          "url": "git+https://github.com/Leonidas-from-XIV/node-xml2js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Leonidas-from-XIV/node-xml2js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Leonidas-from-XIV/node-xml2js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.17.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xml2js"
        }
      ]
    },
    {
      "type": "library",
      "name": "yandex-speller",
      "version": "2.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|yandex-speller@2.0.1",
      "author": "Denis Seleznev",
      "description": "Yandex Speller API for Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yandex-speller@2.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/hcodes/yandex-speller.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hcodes/yandex-speller",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hcodes/yandex-speller/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yandex-speller/-/yandex-speller-2.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yandex-speller"
        }
      ]
    },
    {
      "type": "library",
      "name": "read-pkg",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/read-pkg"
        }
      ]
    },
    {
      "type": "library",
      "name": "write-json-file",
      "version": "1.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|write-json-file@1.2.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@1.2.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-1.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/write-json-file"
        }
      ]
    },
    {
      "type": "library",
      "name": "deep-equal",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "babel-plugin-syntax-class-properties",
      "version": "6.13.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-class-properties@6.13.0",
      "description": "Allow parsing of class properties",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-syntax-class-properties@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-class-properties/-/babel-plugin-syntax-class-properties-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-class-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-explode-class",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-explode-class@6.22.0",
      "description": "Helper function to explode class",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-explode-class@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-helper-explode-class/-/babel-helper-explode-class-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-explode-class"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-syntax-decorators",
      "version": "6.13.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-decorators@6.13.0",
      "description": "Allow parsing of decorators",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-syntax-decorators@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-decorators/-/babel-plugin-syntax-decorators-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-decorators"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-syntax-trailing-function-commas",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-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-generator-functions",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-async-generator-functions@6.22.0",
      "description": "Turn async generator functions into ES2015 generators",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-async-generator-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-async-generator-functions/-/babel-plugin-transform-async-generator-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-async-generator-functions"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-async-to-generator",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-async-to-generator@6.22.0",
      "description": "Turn async functions into ES2015 generators",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-async-to-generator@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-async-to-generator/-/babel-plugin-transform-async-to-generator-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-async-to-generator"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-exponentiation-operator",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-exponentiation-operator@6.22.0",
      "description": "Compile exponentiation operator to ES5",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-transform-exponentiation-operator@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-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-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-exponentiation-operator"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-transform-object-rest-spread",
      "version": "6.23.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-object-rest-spread@6.23.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.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-object-rest-spread/-/babel-plugin-transform-object-rest-spread-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-object-rest-spread"
        }
      ]
    },
    {
      "type": "library",
      "name": "slide",
      "version": "1.1.6",
      "bom-ref": "postcss@5.2.18-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": "micromatch",
      "version": "2.3.11",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "binary-extensions",
      "version": "1.8.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|binary-extensions@1.8.0",
      "author": "Sindre Sorhus",
      "description": "List of binary file extensions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/binary-extensions@1.8.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.8.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/binary-extensions"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-extglob",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "exit-hook",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|exit-hook@1.1.1",
      "author": "Sindre Sorhus",
      "description": "Run some code when the process exits",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/exit-hook@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/exit-hook.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/exit-hook#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/exit-hook/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/exit-hook"
        }
      ]
    },
    {
      "type": "library",
      "name": "onetime",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|onetime@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Only call a function once",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/onetime@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/onetime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/onetime#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/onetime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/onetime"
        }
      ]
    },
    {
      "type": "library",
      "name": "code-point-at",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-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": "is-fullwidth-code-point",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/is-fullwidth-code-point"
        }
      ]
    },
    {
      "type": "library",
      "name": "camelcase",
      "version": "2.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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"
        }
      ]
    },
    {
      "type": "library",
      "name": "hosted-git-info",
      "version": "2.3.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|hosted-git-info@2.3.1",
      "author": "Rebecca Turner",
      "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hosted-git-info@2.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/hosted-git-info.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/hosted-git-info",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/hosted-git-info/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.3.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hosted-git-info"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-builtin-module",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "path-exists",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/path-exists"
        }
      ]
    },
    {
      "type": "library",
      "name": "eastasianwidth",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|eastasianwidth@0.1.1",
      "author": "Masaki Komagata",
      "description": "Get East Asian Width from a character.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eastasianwidth@0.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/komagata/eastasianwidth.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/komagata/eastasianwidth#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/komagata/eastasianwidth/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eastasianwidth"
        }
      ]
    },
    {
      "type": "library",
      "name": "stringifier",
      "version": "1.3.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|stringifier@1.3.0",
      "author": "Takuto Wada",
      "description": "Yet another stringify function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stringifier@1.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/twada/stringifier.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/stringifier",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/stringifier/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stringifier/-/stringifier-1.3.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stringifier"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-color",
      "version": "0.1.7",
      "bom-ref": "postcss@5.2.18-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": "ansi-align",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ansi-align@1.1.0",
      "author": "nexdrew",
      "description": "align-text with ANSI support for CLIs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ansi-align@1.1.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-1.1.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": "postcss@5.2.18-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": "filled-array",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|filled-array@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Returns an array filled with the specified input",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/filled-array@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/filled-array.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/filled-array#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/filled-array/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/filled-array/-/filled-array-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/filled-array"
        }
      ]
    },
    {
      "type": "library",
      "name": "widest-line",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|widest-line@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the visual width of the widest line in a string - the number of columns required to display it",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/widest-line@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/widest-line.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/widest-line#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/widest-line/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/widest-line"
        }
      ]
    },
    {
      "type": "library",
      "name": "dot-prop",
      "version": "3.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|dot-prop@3.0.0",
      "author": "Sindre Sorhus",
      "description": "Get, set, or delete a property from a nested object using a dot path",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dot-prop@3.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/dot-prop.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/dot-prop#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/dot-prop/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dot-prop"
        }
      ]
    },
    {
      "type": "library",
      "name": "osenv",
      "version": "0.1.4",
      "bom-ref": "postcss@5.2.18-tuxcare.1|osenv@0.1.4",
      "author": "Isaac Z. Schlueter",
      "description": "Look up environment settings specific to different operating systems",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/osenv@0.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/osenv.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/osenv#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/osenv/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/osenv"
        }
      ]
    },
    {
      "type": "library",
      "name": "uuid",
      "version": "2.0.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|uuid@2.0.3",
      "author": "Robert Kieffer",
      "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uuid@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/defunctzombie/node-uuid.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/defunctzombie/node-uuid#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/defunctzombie/node-uuid/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uuid"
        }
      ]
    },
    {
      "type": "library",
      "name": "package-json",
      "version": "2.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|package-json@2.4.0",
      "author": "Sindre Sorhus",
      "description": "Get the package.json of a package from the npm registry",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/package-json@2.4.0",
      "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-2.4.0.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": "loose-envify",
      "version": "1.3.1",
      "bom-ref": "postcss@5.2.18-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": "balanced-match",
      "version": "0.4.2",
      "bom-ref": "postcss@5.2.18-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": "concat-map",
      "version": "0.0.1",
      "bom-ref": "postcss@5.2.18-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": "regenerate",
      "version": "1.3.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|regenerate@1.3.2",
      "author": "Mathias Bynens",
      "description": "Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regenerate@1.3.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/regenerate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mths.be/regenerate",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/regenerate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regenerate/-/regenerate-1.3.2.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": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "buffer-shims",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|buffer-shims@1.0.0",
      "description": "some shims for node buffers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer-shims@1.0.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/calvinmetcalf/buffer-shims.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/calvinmetcalf/buffer-shims#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/calvinmetcalf/buffer-shims/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-shims"
        }
      ]
    },
    {
      "type": "library",
      "name": "core-util-is",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "0.10.31",
      "bom-ref": "postcss@5.2.18-tuxcare.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/string_decoder"
        }
      ]
    },
    {
      "type": "library",
      "name": "util-deprecate",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-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": "d",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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.14",
      "bom-ref": "postcss@5.2.18-tuxcare.1|es5-ext@0.10.14",
      "author": "Mariusz Nowak",
      "description": "ECMAScript extensions and shims",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es5-ext@0.10.14",
      "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.14.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.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|es6-iterator@2.0.1",
      "author": "Mariusz Nowak",
      "description": "Iterator abstraction based on ES6 specification",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es6-iterator@2.0.1",
      "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.1.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": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "circular-json",
      "version": "0.3.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|circular-json@0.3.1",
      "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.1",
      "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.1.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": "write",
      "version": "0.2.1",
      "bom-ref": "postcss@5.2.18-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": "wrappy",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-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": "mute-stream",
      "version": "0.0.5",
      "bom-ref": "postcss@5.2.18-tuxcare.1|mute-stream@0.0.5",
      "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.5",
      "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.5.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": "is-property",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-property@1.0.2",
      "author": "Mikola Lysenko",
      "description": "Tests if a JSON property can be accessed using . syntax",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-property@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/mikolalysenko/is-property.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikolalysenko/is-property#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikolalysenko/is-property/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-property"
        }
      ]
    },
    {
      "type": "library",
      "name": "sprintf-js",
      "version": "1.0.3",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "co",
      "version": "4.6.0",
      "bom-ref": "postcss@5.2.18-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": "time-stamp",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|time-stamp@1.0.1",
      "author": "Jon Schlinkert",
      "description": "Get a formatted timestamp.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/time-stamp@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/time-stamp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/time-stamp",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/time-stamp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/time-stamp"
        }
      ]
    },
    {
      "type": "library",
      "name": "glogg",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|glogg@1.0.0",
      "author": "Blaine Bublitz",
      "description": "Global logging utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/glogg@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/undertakerjs/glogg.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/undertakerjs/glogg#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/undertakerjs/glogg/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/glogg/-/glogg-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glogg"
        }
      ]
    },
    {
      "type": "library",
      "name": "sparkles",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|sparkles@1.0.0",
      "author": "Blaine Bublitz",
      "description": "Namespaced global event emitter",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sparkles@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/phated/sparkles.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/phated/sparkles#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/phated/sparkles/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sparkles"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._basecopy",
      "version": "3.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash._basecopy@3.0.1",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `baseCopy` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._basecopy@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._basecopy"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._basetostring",
      "version": "3.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash._basetostring@3.0.1",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `baseToString` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._basetostring@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._basetostring"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._basevalues",
      "version": "3.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash._basevalues@3.0.0",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `baseValues` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._basevalues@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._basevalues/-/lodash._basevalues-3.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._basevalues"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._isiterateecall",
      "version": "3.0.9",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash._isiterateecall@3.0.9",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `isIterateeCall` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._isiterateecall@3.0.9",
      "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._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._isiterateecall"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.escape",
      "version": "3.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.escape@3.2.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.escape` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.escape@3.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.escape"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.keys",
      "version": "3.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.keys@3.1.2",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s `_.keys` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.keys@3.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.keys/-/lodash.keys-3.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.restparam",
      "version": "3.6.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.restparam@3.6.1",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s `_.restParam` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.restparam@3.6.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.restparam/-/lodash.restparam-3.6.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.restparam"
        }
      ]
    },
    {
      "type": "library",
      "name": "duplexer2",
      "version": "0.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|duplexer2@0.0.2",
      "author": "Conrad Pankoff",
      "description": "Like duplexer (http://npm.im/duplexer) but using streams2",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/duplexer2@0.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/deoxxa/duplexer2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/deoxxa/duplexer2#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/deoxxa/duplexer2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/duplexer2"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "readable-stream",
          "version": "1.1.14",
          "bom-ref": "postcss@5.2.18-tuxcare.1|duplexer2@0.0.2|readable-stream@1.1.14",
          "author": "Isaac Z. Schlueter",
          "description": "Streams3, a user-land copy of the stream library from Node.js v0.11.x",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/readable-stream@1.1.14",
          "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.1.14.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/duplexer2/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "0.0.1",
          "bom-ref": "postcss@5.2.18-tuxcare.1|duplexer2@0.0.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/duplexer2/node_modules/isarray"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "atob",
      "version": "1.1.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|atob@1.1.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@1.1.3",
      "externalReferences": [
        {
          "url": "git://github.com/coolaj86/node-browser-compat.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://github.com/coolaj86/node-browser-compat/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/atob/-/atob-1.1.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": "resolve-url",
      "version": "0.2.1",
      "bom-ref": "postcss@5.2.18-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.3.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|source-map-url@0.3.0",
      "author": "Simon Lydell",
      "description": "Tools for working with sourceMappingURL comments.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-url@0.3.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.3.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": "amdefine",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-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:path",
          "value": "node_modules/amdefine"
        }
      ]
    },
    {
      "type": "library",
      "name": "detect-file",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|detect-file@0.1.0",
      "author": "Brian Woodward",
      "description": "Detect if a filepath exists and resolves the full filepath.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/detect-file@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/doowb/detect-file.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/doowb/detect-file",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/doowb/detect-file/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/detect-file"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve-dir",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|resolve-dir@0.1.1",
      "author": "Jon Schlinkert",
      "description": "Resolve a directory that is either local, global or in the user's home directory.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/resolve-dir@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/resolve-dir.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/resolve-dir",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/resolve-dir/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve-dir"
        }
      ]
    },
    {
      "type": "library",
      "name": "expand-tilde",
      "version": "1.2.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|expand-tilde@1.2.2",
      "author": "Jon Schlinkert",
      "description": "Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/expand-tilde@1.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/expand-tilde.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/expand-tilde",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/expand-tilde/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-1.2.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/expand-tilde"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.assignwith",
      "version": "4.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.assignwith@4.2.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.assignWith` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.assignwith@4.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash.assignwith/-/lodash.assignwith-4.2.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.assignwith"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isempty",
      "version": "4.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.isempty@4.4.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.isEmpty` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isempty@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.isempty/-/lodash.isempty-4.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isempty"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.pick",
      "version": "4.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.pick@4.4.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.pick` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.pick@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.pick/-/lodash.pick-4.4.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.pick"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-filepath",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|parse-filepath@1.0.1",
      "author": "Jon Schlinkert",
      "description": "Pollyfill for node.js `path.parse`, parses a filepath into an object.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-filepath@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/parse-filepath.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/parse-filepath",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/parse-filepath/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-filepath"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-parse",
      "version": "1.0.5",
      "bom-ref": "postcss@5.2.18-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": "glob2base",
      "version": "0.0.12",
      "bom-ref": "postcss@5.2.18-tuxcare.1|glob2base@0.0.12",
      "author": "Fractal",
      "description": "Extracts a base path from a node-glob instance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/wearefractal/glob2base/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/glob2base@0.0.12",
      "externalReferences": [
        {
          "url": "git://github.com/wearefractal/glob2base.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/wearefractal/glob2base",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/wearefractal/glob2base/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob2base"
        }
      ]
    },
    {
      "type": "library",
      "name": "ordered-read-streams",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ordered-read-streams@0.1.0",
      "author": "Artem Medeusheyev",
      "description": "Combines array of streams into one read stream in strict order",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ordered-read-streams@0.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/armed/ordered-read-streams.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/armed/ordered-read-streams#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/armed/ordered-read-streams/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ordered-read-streams"
        }
      ]
    },
    {
      "type": "library",
      "name": "unique-stream",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|unique-stream@1.0.0",
      "author": "Eugene Ware",
      "description": "node.js through stream that emits a unique stream of objects based on criteria",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unique-stream@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/eugeneware/unique-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/eugeneware/unique-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/eugeneware/unique-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unique-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "gaze",
      "version": "0.5.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|gaze@0.5.2",
      "author": "Kyle Robinson Young",
      "description": "A globbing fs.watch wrapper built from the best parts of other fine watch libs.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/shama/gaze/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/gaze@0.5.2",
      "externalReferences": [
        {
          "url": "git://github.com/shama/gaze.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/shama/gaze",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shama/gaze/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gaze"
        }
      ]
    },
    {
      "type": "library",
      "name": "natives",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|natives@1.1.0",
      "author": "Isaac Z. Schlueter",
      "description": "Do stuff with Node.js's native JavaScript modules",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/natives@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/natives.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/natives#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/natives/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/natives/-/natives-1.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/natives"
        }
      ]
    },
    {
      "type": "library",
      "name": "first-chunk-stream",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|first-chunk-stream@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Transform the first chunk in a stream",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/first-chunk-stream@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/first-chunk-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/first-chunk-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/first-chunk-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/first-chunk-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "error-ex",
      "version": "1.3.1",
      "bom-ref": "postcss@5.2.18-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": "path-key",
      "version": "2.0.1",
      "bom-ref": "postcss@5.2.18-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": "elegant-spinner",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|elegant-spinner@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Elegant spinner for interactive CLI apps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/elegant-spinner@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/elegant-spinner.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/elegant-spinner#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/elegant-spinner/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/elegant-spinner"
        }
      ]
    },
    {
      "type": "library",
      "name": "date-fns",
      "version": "1.28.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|date-fns@1.28.1",
      "author": "Sasha Koss",
      "description": "Modern JavaScript date utility library",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/date-fns@1.28.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/date-fns/date-fns.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/date-fns/date-fns#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/date-fns/date-fns/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/date-fns/-/date-fns-1.28.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/date-fns"
        }
      ]
    },
    {
      "type": "library",
      "name": "graceful-readlink",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|graceful-readlink@1.0.1",
      "author": "zhiyelee",
      "description": "graceful fs.readlink",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/graceful-readlink@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/zhiyelee/graceful-readlink.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zhiyelee/graceful-readlink",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zhiyelee/graceful-readlink/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/graceful-readlink"
        }
      ]
    },
    {
      "type": "library",
      "name": "aws-sign2",
      "version": "0.6.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/aws-sign2"
        }
      ]
    },
    {
      "type": "library",
      "name": "aws4",
      "version": "1.6.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "forever-agent",
      "version": "0.6.1",
      "bom-ref": "postcss@5.2.18-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.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|form-data@2.1.2",
      "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.2",
      "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.2.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": "4.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/har-validator"
        }
      ]
    },
    {
      "type": "library",
      "name": "hawk",
      "version": "3.1.3",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "http-signature",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/http-signature"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "assert-plus",
          "version": "0.2.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|http-signature@1.1.1|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/http-signature/node_modules/assert-plus"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "is-typedarray",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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.14",
      "bom-ref": "postcss@5.2.18-tuxcare.1|mime-types@2.1.14",
      "description": "The ultimate javascript content-type utility.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime-types@2.1.14",
      "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.14.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mime-types"
        }
      ]
    },
    {
      "type": "library",
      "name": "oauth-sign",
      "version": "0.8.2",
      "bom-ref": "postcss@5.2.18-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": "0.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/performance-now"
        }
      ]
    },
    {
      "type": "library",
      "name": "qs",
      "version": "6.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/qs"
        }
      ]
    },
    {
      "type": "library",
      "name": "safe-buffer",
      "version": "5.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|safe-buffer@5.0.1",
      "author": "Feross Aboukhadijeh",
      "description": "Safer Node.js Buffer API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/safe-buffer@5.0.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.0.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": "stringstream",
      "version": "0.0.5",
      "bom-ref": "postcss@5.2.18-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": "tough-cookie",
      "version": "2.3.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|tough-cookie@2.3.2",
      "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.2",
      "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.2.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": "tunnel-agent",
      "version": "0.6.0",
      "bom-ref": "postcss@5.2.18-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": "pseudomap",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "shebang-regex",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "yargs",
      "version": "6.6.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|yargs@6.6.0",
      "description": "yargs the modern, pirate-themed, successor to optimist.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yargs@6.6.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/yargs/yargs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://yargs.js.org/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yargs/yargs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yargs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "camelcase",
          "version": "3.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|yargs@6.6.0|camelcase@3.0.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@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/camelcase.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/yargs/node_modules/camelcase"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "sax",
      "version": "1.2.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|sax@1.2.2",
      "author": "Isaac Z. Schlueter",
      "description": "An evented streaming XML parser in JavaScript",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sax@1.2.2",
      "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.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sax"
        }
      ]
    },
    {
      "type": "library",
      "name": "xmlbuilder",
      "version": "4.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|xmlbuilder@4.2.1",
      "author": "Ozgur Ozcitak",
      "description": "An XML builder for node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xmlbuilder@4.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/oozcitak/xmlbuilder-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/oozcitak/xmlbuilder-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/oozcitak/xmlbuilder-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-4.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xmlbuilder"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-type",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/path-type"
        }
      ]
    },
    {
      "type": "library",
      "name": "sort-keys",
      "version": "1.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.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/sort-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-bindify-decorators",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-bindify-decorators@6.22.0",
      "description": "Helper function to bindify decorators",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-bindify-decorators@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-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.22.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-helper-bindify-decorators"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-helper-remap-async-to-generator",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-remap-async-to-generator@6.22.0",
      "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.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-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.22.0.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-generators",
      "version": "6.13.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-async-generators@6.13.0",
      "description": "Allow parsing of async generator functions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-syntax-async-generators@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-generators/-/babel-plugin-syntax-async-generators-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-generators"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-syntax-async-functions",
      "version": "6.13.0",
      "bom-ref": "postcss@5.2.18-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-builder-binary-assignment-operator-visitor",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-builder-binary-assignment-operator-visitor@6.22.0",
      "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.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-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.22.0.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": "postcss@5.2.18-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": "babel-plugin-syntax-object-rest-spread",
      "version": "6.13.0",
      "bom-ref": "postcss@5.2.18-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": "arr-diff",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/arr-diff"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-unique",
      "version": "0.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.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/array-unique"
        }
      ]
    },
    {
      "type": "library",
      "name": "braces",
      "version": "1.8.5",
      "bom-ref": "postcss@5.2.18-tuxcare.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/braces"
        }
      ]
    },
    {
      "type": "library",
      "name": "expand-brackets",
      "version": "0.1.5",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|filename-regex@2.0.0",
      "author": "Jon Schlinkert",
      "description": "Regular expression for matching file names, with or without extension.",
      "purl": "pkg:npm/filename-regex@2.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/regexps/filename-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/regexps/filename-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/regexps/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.0.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.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|kind-of@3.1.0",
      "author": "Jon Schlinkert",
      "description": "Get the native type of a value.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/kind-of@3.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-3.1.0.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": "normalize-path",
      "version": "2.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|normalize-path@2.0.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.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/normalize-path@2.0.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.0.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": "object.omit",
      "version": "2.0.1",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|regex-cache@0.4.3",
      "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 suprising performance improvements.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regex-cache@0.4.3",
      "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.3.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": "builtin-modules",
      "version": "1.1.1",
      "bom-ref": "postcss@5.2.18-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": "spdx-correct",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "traverse",
      "version": "0.6.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|traverse@0.6.6",
      "author": "James Halliday",
      "description": "traverse and transform objects by visiting every node on a recursive walk",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/traverse@0.6.6",
      "externalReferences": [
        {
          "url": "git://github.com/substack/js-traverse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/js-traverse",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/js-traverse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/traverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "type-name",
      "version": "2.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|type-name@2.0.2",
      "author": "Takuto Wada",
      "description": "Just a reasonable typeof",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/type-name@2.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/twada/type-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/twada/type-name",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/twada/type-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/type-name/-/type-name-2.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/type-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "got",
      "version": "5.7.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|got@5.7.1",
      "description": "Simplified HTTP/HTTPS requests",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/got@5.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-5.7.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/got"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "duplexer2",
          "version": "0.1.4",
          "bom-ref": "postcss@5.2.18-tuxcare.1|got@5.7.1|duplexer2@0.1.4",
          "author": "Conrad Pankoff",
          "description": "Like duplexer but using streams3",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/duplexer2@0.1.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/deoxxa/duplexer2.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/deoxxa/duplexer2#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/deoxxa/duplexer2/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/got/node_modules/duplexer2"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "registry-auth-token",
      "version": "3.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|registry-auth-token@3.1.0",
      "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.1.0",
      "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.1.0.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": "postcss@5.2.18-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": "lodash._root",
      "version": "3.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash._root@3.0.1",
      "author": "John-David Dalton",
      "description": "The internal lodash function `root` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._root@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._root"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._getnative",
      "version": "3.9.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash._getnative@3.9.1",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `getNative` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._getnative@3.9.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._getnative/-/lodash._getnative-3.9.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._getnative"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isarguments",
      "version": "3.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.isarguments@3.1.0",
      "author": "John-David Dalton",
      "description": "The lodash method `_.isArguments` exported as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isarguments@3.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.isarguments/-/lodash.isarguments-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isarguments"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isarray",
      "version": "3.0.4",
      "bom-ref": "postcss@5.2.18-tuxcare.1|lodash.isarray@3.0.4",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s `_.isArray` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.isarray@3.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://lodash.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lodash/lodash/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-exists-sync",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|fs-exists-sync@0.1.0",
      "author": "Jon Schlinkert",
      "description": "Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fs-exists-sync@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/fs-exists-sync.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/fs-exists-sync",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/fs-exists-sync/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fs-exists-sync"
        }
      ]
    },
    {
      "type": "library",
      "name": "global-modules",
      "version": "0.2.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|global-modules@0.2.3",
      "author": "Jon Schlinkert",
      "description": "The directory used by npm for globally installed npm modules.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/global-modules@0.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/global-modules.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/global-modules",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/global-modules/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/global-modules/-/global-modules-0.2.3.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/global-modules"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-absolute",
      "version": "0.2.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-absolute@0.2.6",
      "author": "Jon Schlinkert",
      "description": "Polyfill for node.js `path.isAbolute`. Returns true if a file path is absolute.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-absolute@0.2.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-absolute.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-absolute",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-absolute/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-absolute/-/is-absolute-0.2.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-absolute"
        }
      ]
    },
    {
      "type": "library",
      "name": "map-cache",
      "version": "0.2.2",
      "bom-ref": "postcss@5.2.18-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": "path-root",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|path-root@0.1.1",
      "author": "Jon Schlinkert",
      "description": "Get the root of a posix or windows filepath.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-root@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/path-root.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/path-root",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/path-root/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-root"
        }
      ]
    },
    {
      "type": "library",
      "name": "find-index",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|find-index@0.1.1",
      "author": "James Friend",
      "description": "finds an item in an array matching a predicate function, and returns its index",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/find-index@0.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/jsdf/find-index.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdf/find-index",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdf/find-index/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/find-index"
        }
      ]
    },
    {
      "type": "library",
      "name": "globule",
      "version": "0.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0",
      "author": "\"Cowboy\" Ben Alman",
      "description": "An easy-to-use wildcard globbing library.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/cowboy/node-globule/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/globule@0.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/cowboy/node-globule.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cowboy/node-globule",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cowboy/node-globule/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/globule"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "glob",
          "version": "3.1.21",
          "bom-ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|glob@3.1.21",
          "author": "Isaac Z. Schlueter",
          "description": "a little globber",
          "licenses": [
            {
              "license": {
                "name": "BSD",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob@3.1.21",
          "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-3.1.21.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/globule/node_modules/glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "1.0.2",
          "bom-ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|lodash@1.0.2",
          "author": "John-David Dalton",
          "description": "A utility library delivering consistency, customization, performance, and extras.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@1.0.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://lodash.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/lodash/lodash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/globule/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "0.2.14",
          "bom-ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|minimatch@0.2.14",
          "author": "Isaac Z. Schlueter",
          "description": "a glob matcher in javascript",
          "purl": "pkg:npm/minimatch@0.2.14",
          "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-0.2.14.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/globule/node_modules/minimatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "graceful-fs",
          "version": "1.2.3",
          "bom-ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|graceful-fs@1.2.3",
          "author": "Isaac Z. Schlueter",
          "description": "A drop-in replacement for fs, making various improvements.",
          "licenses": [
            {
              "license": {
                "name": "BSD",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/graceful-fs@1.2.3",
          "externalReferences": [
            {
              "url": "git://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-1.2.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/globule/node_modules/graceful-fs"
            }
          ]
        },
        {
          "type": "library",
          "name": "inherits",
          "version": "1.0.2",
          "bom-ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|inherits@1.0.2",
          "author": "Isaac Z. Schlueter",
          "description": "A tiny simple way to do classic inheritance in js",
          "purl": "pkg:npm/inherits@1.0.2",
          "externalReferences": [
            {
              "url": "git+https://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-1.0.2.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/globule/node_modules/inherits"
            }
          ]
        },
        {
          "type": "library",
          "name": "lru-cache",
          "version": "2.7.3",
          "bom-ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|lru-cache@2.7.3",
          "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@2.7.3",
          "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-2.7.3.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/globule/node_modules/lru-cache"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "is-arrayish",
      "version": "0.2.1",
      "bom-ref": "postcss@5.2.18-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": "delayed-stream",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "1.0.5",
      "bom-ref": "postcss@5.2.18-tuxcare.1|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/har-schema"
        }
      ]
    },
    {
      "type": "library",
      "name": "boom",
      "version": "2.10.1",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "cryptiles",
      "version": "2.0.5",
      "bom-ref": "postcss@5.2.18-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": "hoek",
      "version": "2.16.3",
      "bom-ref": "postcss@5.2.18-tuxcare.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/hoek"
        }
      ]
    },
    {
      "type": "library",
      "name": "sntp",
      "version": "1.0.9",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsprim",
      "version": "1.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|jsprim@1.4.0",
      "description": "utilities for primitive JavaScript types",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsprim@1.4.0",
      "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.0.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.11.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|sshpk@1.11.0",
      "author": "Joyent, Inc",
      "description": "A library for finding and using SSH public keys",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sshpk@1.11.0",
      "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.11.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sshpk"
        }
      ]
    },
    {
      "type": "library",
      "name": "mime-db",
      "version": "1.26.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|mime-db@1.26.0",
      "description": "Media Type Database",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime-db@1.26.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.26.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": "punycode",
      "version": "1.4.1",
      "bom-ref": "postcss@5.2.18-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": "cliui",
      "version": "3.2.0",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-caller-file",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-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": "1.4.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|os-locale@1.4.0",
      "author": "Sindre Sorhus",
      "description": "Get the system locale",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/os-locale@1.4.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-1.4.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": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "which-module",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|which-module@1.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@1.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-1.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": "postcss@5.2.18-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": "yargs-parser",
      "version": "4.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|yargs-parser@4.2.1",
      "author": "Ben Coe",
      "description": "the mighty option parser used by yargs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yargs-parser@4.2.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/yargs/yargs-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yargs/yargs-parser#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yargs/yargs-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yargs-parser"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "camelcase",
          "version": "3.0.0",
          "bom-ref": "postcss@5.2.18-tuxcare.1|yargs-parser@4.2.1|camelcase@3.0.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@3.0.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/camelcase.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz",
              "type": "distribution",
              "comment": "as detected from npm-ls property \"resolved\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/yargs-parser/node_modules/camelcase"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "is-plain-obj",
      "version": "1.1.0",
      "bom-ref": "postcss@5.2.18-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": "babel-helper-explode-assignable-expression",
      "version": "6.22.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|babel-helper-explode-assignable-expression@6.22.0",
      "description": "Helper function to explode an assignable expression",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-helper-explode-assignable-expression@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-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.22.0.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": "expand-range",
      "version": "1.8.2",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "preserve",
      "version": "0.2.0",
      "bom-ref": "postcss@5.2.18-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": "repeat-element",
      "version": "1.1.2",
      "bom-ref": "postcss@5.2.18-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": "is-posix-bracket",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-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.5",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-buffer@1.1.5",
      "author": "Feross Aboukhadijeh",
      "description": "Determine if an object is a Buffer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-buffer@1.1.5",
      "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.5.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": "postcss@5.2.18-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": "is-extendable",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-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": "glob-base",
      "version": "0.3.0",
      "bom-ref": "postcss@5.2.18-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.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-dotfile@1.0.2",
      "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.2",
      "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.2.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": "postcss@5.2.18-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-primitive",
      "version": "2.0.0",
      "bom-ref": "postcss@5.2.18-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": "spdx-license-ids",
      "version": "1.2.2",
      "bom-ref": "postcss@5.2.18-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": "create-error-class",
      "version": "3.0.2",
      "bom-ref": "postcss@5.2.18-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": "is-redirect",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "node-status-codes",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|node-status-codes@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Node.js `http.STATUS_CODES` ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/node-status-codes@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/node-status-codes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/node-status-codes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/node-status-codes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/node-status-codes"
        }
      ]
    },
    {
      "type": "library",
      "name": "read-all-stream",
      "version": "3.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|read-all-stream@3.1.0",
      "author": "Vsevolod Strukchinsky",
      "description": "Read all stream content and pass it to callback",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read-all-stream@3.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/floatdrop/read-all-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/floatdrop/read-all-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/floatdrop/read-all-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/read-all-stream/-/read-all-stream-3.1.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read-all-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "timed-out",
      "version": "3.1.3",
      "bom-ref": "postcss@5.2.18-tuxcare.1|timed-out@3.1.3",
      "author": "Vsevolod Strukchinsky",
      "description": "Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/timed-out@3.1.3",
      "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-3.1.3.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": "1.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|unzip-response@1.0.2",
      "description": "Unzip a HTTP response if needed",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unzip-response@1.0.2",
      "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-1.0.2.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": "postcss@5.2.18-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.1.7",
      "bom-ref": "postcss@5.2.18-tuxcare.1|rc@1.1.7",
      "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.1.7",
      "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.1.7.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rc"
        }
      ]
    },
    {
      "type": "library",
      "name": "global-prefix",
      "version": "0.1.5",
      "bom-ref": "postcss@5.2.18-tuxcare.1|global-prefix@0.1.5",
      "author": "Jon Schlinkert",
      "description": "Get the npm global path prefix.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/global-prefix@0.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/global-prefix.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/global-prefix",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/global-prefix/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/global-prefix/-/global-prefix-0.1.5.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/global-prefix"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-windows",
      "version": "0.2.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-windows@0.2.0",
      "author": "Jon Schlinkert",
      "description": "Returns true if the platform is windwows.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-windows@0.2.0",
      "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-0.2.0.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": "is-relative",
      "version": "0.2.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-relative@0.2.1",
      "author": "Jon Schlinkert",
      "description": "Returns `true` if the path appears to be relative.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-relative@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-relative.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-relative",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-relative/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-relative/-/is-relative-0.2.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-relative"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-root-regex",
      "version": "0.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|path-root-regex@0.1.2",
      "author": "Jon Schlinkert",
      "description": "Regular expression for getting the root of a posix or windows filepath.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-root-regex@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/regexhq/path-root-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/regexhq/path-root-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/regexhq/path-root-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-root-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "assert-plus",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "extsprintf",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|extsprintf@1.0.2",
      "description": "extended POSIX-style sprintf",
      "purl": "pkg:npm/extsprintf@1.0.2",
      "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.0.2.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": "postcss@5.2.18-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.3.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|verror@1.3.6",
      "description": "richer JavaScript errors",
      "purl": "pkg:npm/verror@1.3.6",
      "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.3.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/verror"
        }
      ]
    },
    {
      "type": "library",
      "name": "asn1",
      "version": "0.2.3",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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": "postcss@5.2.18-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.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|getpass@0.1.6",
      "author": "Alex Wilson",
      "description": "getpass for node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/getpass@0.1.6",
      "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.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/getpass"
        }
      ]
    },
    {
      "type": "library",
      "name": "jodid25519",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|jodid25519@1.0.2",
      "author": "Michele Bini, Ron Garret, Guy K. Kloss",
      "description": "jodid25519 - Curve 25519-based cryptography",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jodid25519@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/meganz/jodid25519.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/meganz/jodid25519",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/meganz/jodid25519/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jodid25519"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsbn",
      "version": "0.1.1",
      "bom-ref": "postcss@5.2.18-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": "postcss@5.2.18-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": "wrap-ansi",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-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"
        }
      ]
    },
    {
      "type": "library",
      "name": "lcid",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "fill-range",
      "version": "2.2.3",
      "bom-ref": "postcss@5.2.18-tuxcare.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/fill-range"
        }
      ]
    },
    {
      "type": "library",
      "name": "for-in",
      "version": "1.0.2",
      "bom-ref": "postcss@5.2.18-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": "capture-stack-trace",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "prepend-http",
      "version": "1.0.4",
      "bom-ref": "postcss@5.2.18-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": "deep-extend",
      "version": "0.4.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|deep-extend@0.4.1",
      "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.1",
      "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.1.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": "ini",
      "version": "1.3.4",
      "bom-ref": "postcss@5.2.18-tuxcare.1|ini@1.3.4",
      "author": "Isaac Z. Schlueter",
      "description": "An ini encoder/decoder for node",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ini@1.3.4",
      "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.4.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ini"
        }
      ]
    },
    {
      "type": "library",
      "name": "homedir-polyfill",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|homedir-polyfill@1.0.1",
      "author": "Brian Woodward",
      "description": "Node.js os.homedir polyfill for older versions of node.js.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/homedir-polyfill@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/doowb/homedir-polyfill.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/doowb/homedir-polyfill",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/doowb/homedir-polyfill/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/homedir-polyfill"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-unc-path",
      "version": "0.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|is-unc-path@0.1.2",
      "author": "Jon Schlinkert",
      "description": "Returns true if a filepath is a windows UNC file path.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-unc-path@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/is-unc-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-unc-path",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/is-unc-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-unc-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "sigmund",
      "version": "1.0.1",
      "bom-ref": "postcss@5.2.18-tuxcare.1|sigmund@1.0.1",
      "author": "Isaac Z. Schlueter",
      "description": "Quick and dirty signatures for Objects.",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sigmund@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/sigmund.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/sigmund#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/sigmund/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sigmund"
        }
      ]
    },
    {
      "type": "library",
      "name": "invert-kv",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-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": "is-number",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/is-number"
        }
      ]
    },
    {
      "type": "library",
      "name": "isobject",
      "version": "2.1.0",
      "bom-ref": "postcss@5.2.18-tuxcare.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/isobject"
        }
      ]
    },
    {
      "type": "library",
      "name": "randomatic",
      "version": "1.1.6",
      "bom-ref": "postcss@5.2.18-tuxcare.1|randomatic@1.1.6",
      "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.6",
      "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.6.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/randomatic"
        }
      ]
    },
    {
      "type": "library",
      "name": "repeat-string",
      "version": "1.6.1",
      "bom-ref": "postcss@5.2.18-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": "parse-passwd",
      "version": "1.0.0",
      "bom-ref": "postcss@5.2.18-tuxcare.1|parse-passwd@1.0.0",
      "author": "Brian Woodward",
      "description": "Parse a passwd file into a list of users.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/parse-passwd@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/doowb/parse-passwd.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/doowb/parse-passwd",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/doowb/parse-passwd/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-passwd"
        }
      ]
    },
    {
      "type": "library",
      "name": "unc-path-regex",
      "version": "0.1.2",
      "bom-ref": "postcss@5.2.18-tuxcare.1|unc-path-regex@0.1.2",
      "author": "Jon Schlinkert",
      "description": "Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/unc-path-regex@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/regexhq/unc-path-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/regexhq/unc-path-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/regexhq/unc-path-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
          "type": "distribution",
          "comment": "as detected from npm-ls property \"resolved\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/unc-path-regex"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "postcss@5.2.18-tuxcare.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ava@0.17.0",
        "postcss@5.2.18-tuxcare.1|babel-core@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-eslint@7.1.1",
        "postcss@5.2.18-tuxcare.1|babel-plugin-add-module-exports@0.2.1",
        "postcss@5.2.18-tuxcare.1|babel-plugin-precompile-charcodes@1.0.0",
        "postcss@5.2.18-tuxcare.1|babel-preset-es2015@6.24.0",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|concat-with-sourcemaps@1.0.4",
        "postcss@5.2.18-tuxcare.1|del@2.2.2",
        "postcss@5.2.18-tuxcare.1|docdash@0.4.0",
        "postcss@5.2.18-tuxcare.1|eslint-config-postcss@2.0.2",
        "postcss@5.2.18-tuxcare.1|eslint@3.18.0",
        "postcss@5.2.18-tuxcare.1|fs-extra@1.0.0",
        "postcss@5.2.18-tuxcare.1|gulp-ava@0.15.0",
        "postcss@5.2.18-tuxcare.1|gulp-babel@6.1.2",
        "postcss@5.2.18-tuxcare.1|gulp-changed@1.3.2",
        "postcss@5.2.18-tuxcare.1|gulp-eslint@3.0.1",
        "postcss@5.2.18-tuxcare.1|gulp-run@1.7.1",
        "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1",
        "postcss@5.2.18-tuxcare.1|gulp@3.9.1",
        "postcss@5.2.18-tuxcare.1|js-base64@2.1.9",
        "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3",
        "postcss@5.2.18-tuxcare.1|lint-staged@3.4.0",
        "postcss@5.2.18-tuxcare.1|postcss-parser-tests@5.0.11",
        "postcss@5.2.18-tuxcare.1|pre-commit@1.2.2",
        "postcss@5.2.18-tuxcare.1|run-sequence@1.2.2",
        "postcss@5.2.18-tuxcare.1|sinon@2.0.0",
        "postcss@5.2.18-tuxcare.1|source-map@0.5.6",
        "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1",
        "postcss@5.2.18-tuxcare.1|supports-color@3.2.3",
        "postcss@5.2.18-tuxcare.1|yaspeller-ci@0.3.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ava@0.17.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|arr-flatten@1.0.1",
        "postcss@5.2.18-tuxcare.1|array-union@1.0.2",
        "postcss@5.2.18-tuxcare.1|array-uniq@1.0.3",
        "postcss@5.2.18-tuxcare.1|arrify@1.0.1",
        "postcss@5.2.18-tuxcare.1|auto-bind@0.1.0",
        "postcss@5.2.18-tuxcare.1|ava-files@0.2.0",
        "postcss@5.2.18-tuxcare.1|ava-init@0.1.6",
        "postcss@5.2.18-tuxcare.1|babel-code-frame@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-core@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-ava-throws-helper@0.1.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-detective@2.0.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-espower@2.3.2",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-preset-es2015-node4@2.1.1",
        "postcss@5.2.18-tuxcare.1|babel-preset-es2015@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-preset-stage-2@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|bluebird@3.5.0",
        "postcss@5.2.18-tuxcare.1|caching-transform@1.0.1",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|chokidar@1.6.1",
        "postcss@5.2.18-tuxcare.1|clean-yaml-object@0.1.0",
        "postcss@5.2.18-tuxcare.1|cli-cursor@1.0.2",
        "postcss@5.2.18-tuxcare.1|cli-spinners@0.1.2",
        "postcss@5.2.18-tuxcare.1|cli-truncate@0.2.1",
        "postcss@5.2.18-tuxcare.1|co-with-promise@4.6.0",
        "postcss@5.2.18-tuxcare.1|common-path-prefix@1.0.0",
        "postcss@5.2.18-tuxcare.1|convert-source-map@1.4.0",
        "postcss@5.2.18-tuxcare.1|core-assert@0.2.1",
        "postcss@5.2.18-tuxcare.1|currently-unhandled@0.4.1",
        "postcss@5.2.18-tuxcare.1|debug@2.6.3",
        "postcss@5.2.18-tuxcare.1|empower-core@0.6.1",
        "postcss@5.2.18-tuxcare.1|figures@1.7.0",
        "postcss@5.2.18-tuxcare.1|find-cache-dir@0.1.1",
        "postcss@5.2.18-tuxcare.1|fn-name@2.0.1",
        "postcss@5.2.18-tuxcare.1|get-port@2.1.0",
        "postcss@5.2.18-tuxcare.1|ava@0.17.0|has-flag@2.0.0",
        "postcss@5.2.18-tuxcare.1|ignore-by-default@1.0.1",
        "postcss@5.2.18-tuxcare.1|is-ci@1.0.10",
        "postcss@5.2.18-tuxcare.1|is-generator-fn@1.0.0",
        "postcss@5.2.18-tuxcare.1|is-obj@1.0.1",
        "postcss@5.2.18-tuxcare.1|is-observable@0.2.0",
        "postcss@5.2.18-tuxcare.1|is-promise@2.1.0",
        "postcss@5.2.18-tuxcare.1|last-line-stream@1.0.0",
        "postcss@5.2.18-tuxcare.1|lodash.debounce@4.0.8",
        "postcss@5.2.18-tuxcare.1|lodash.difference@4.5.0",
        "postcss@5.2.18-tuxcare.1|lodash.isequal@4.5.0",
        "postcss@5.2.18-tuxcare.1|loud-rejection@1.6.0",
        "postcss@5.2.18-tuxcare.1|matcher@0.1.2",
        "postcss@5.2.18-tuxcare.1|max-timeout@1.0.0",
        "postcss@5.2.18-tuxcare.1|md5-hex@1.3.0",
        "postcss@5.2.18-tuxcare.1|meow@3.7.0",
        "postcss@5.2.18-tuxcare.1|ava@0.17.0|ms@0.7.3",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|observable-to-promise@0.4.0",
        "postcss@5.2.18-tuxcare.1|option-chain@0.1.1",
        "postcss@5.2.18-tuxcare.1|package-hash@1.2.0",
        "postcss@5.2.18-tuxcare.1|pkg-conf@1.1.3",
        "postcss@5.2.18-tuxcare.1|plur@2.1.2",
        "postcss@5.2.18-tuxcare.1|power-assert-context-formatter@1.1.1",
        "postcss@5.2.18-tuxcare.1|power-assert-renderer-assertion@1.1.1",
        "postcss@5.2.18-tuxcare.1|power-assert-renderer-succinct@1.1.1",
        "postcss@5.2.18-tuxcare.1|pretty-ms@2.1.0",
        "postcss@5.2.18-tuxcare.1|repeating@2.0.1",
        "postcss@5.2.18-tuxcare.1|require-precompiled@0.1.0",
        "postcss@5.2.18-tuxcare.1|resolve-cwd@1.0.0",
        "postcss@5.2.18-tuxcare.1|semver@5.3.0",
        "postcss@5.2.18-tuxcare.1|set-immediate-shim@1.0.1",
        "postcss@5.2.18-tuxcare.1|source-map-support@0.4.14",
        "postcss@5.2.18-tuxcare.1|stack-utils@0.4.0",
        "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1",
        "postcss@5.2.18-tuxcare.1|strip-bom@2.0.0",
        "postcss@5.2.18-tuxcare.1|time-require@0.1.2",
        "postcss@5.2.18-tuxcare.1|unique-temp-dir@1.0.0",
        "postcss@5.2.18-tuxcare.1|update-notifier@1.0.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ava@0.17.0|has-flag@2.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ava@0.17.0|ms@0.7.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-core@6.24.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-code-frame@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-generator@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-helpers@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-messages@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-register@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0",
        "postcss@5.2.18-tuxcare.1|babylon@6.16.1",
        "postcss@5.2.18-tuxcare.1|convert-source-map@1.4.0",
        "postcss@5.2.18-tuxcare.1|debug@2.6.3",
        "postcss@5.2.18-tuxcare.1|json5@0.5.1",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4",
        "postcss@5.2.18-tuxcare.1|minimatch@3.0.3",
        "postcss@5.2.18-tuxcare.1|path-is-absolute@1.0.1",
        "postcss@5.2.18-tuxcare.1|private@0.1.7",
        "postcss@5.2.18-tuxcare.1|slash@1.0.0",
        "postcss@5.2.18-tuxcare.1|source-map@0.5.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-eslint@7.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-code-frame@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0",
        "postcss@5.2.18-tuxcare.1|babylon@6.16.1",
        "postcss@5.2.18-tuxcare.1|lodash.pickby@4.6.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-add-module-exports@0.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-precompile-charcodes@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-preset-es2015@6.24.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-plugin-check-es2015-constants@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-arrow-functions@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-block-scoped-functions@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-block-scoping@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-classes@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-computed-properties@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-destructuring@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-duplicate-keys@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-for-of@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-function-name@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-literals@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-amd@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-commonjs@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-systemjs@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-umd@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-object-super@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-parameters@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-shorthand-properties@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-spread@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-sticky-regex@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-template-literals@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-typeof-symbol@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-unicode-regex@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-regenerator@6.22.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ansi-styles@2.2.1",
        "postcss@5.2.18-tuxcare.1|escape-string-regexp@1.0.5",
        "postcss@5.2.18-tuxcare.1|has-ansi@2.0.0",
        "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3|supports-color@2.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|chalk@1.1.3|supports-color@2.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|concat-with-sourcemaps@1.0.4",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|source-map@0.5.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|del@2.2.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|globby@5.0.0",
        "postcss@5.2.18-tuxcare.1|is-path-cwd@1.0.0",
        "postcss@5.2.18-tuxcare.1|is-path-in-cwd@1.0.0",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|pify@2.3.0",
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1",
        "postcss@5.2.18-tuxcare.1|del@2.2.2|rimraf@2.6.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|del@2.2.2|rimraf@2.6.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|glob@7.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|docdash@0.4.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|eslint-config-postcss@2.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|eslint@3.18.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-code-frame@6.22.0",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|concat-stream@1.6.0",
        "postcss@5.2.18-tuxcare.1|debug@2.6.3",
        "postcss@5.2.18-tuxcare.1|doctrine@2.0.0",
        "postcss@5.2.18-tuxcare.1|escope@3.6.0",
        "postcss@5.2.18-tuxcare.1|espree@3.4.0",
        "postcss@5.2.18-tuxcare.1|esquery@1.0.0",
        "postcss@5.2.18-tuxcare.1|estraverse@4.2.0",
        "postcss@5.2.18-tuxcare.1|esutils@2.0.2",
        "postcss@5.2.18-tuxcare.1|file-entry-cache@2.0.0",
        "postcss@5.2.18-tuxcare.1|glob@7.1.1",
        "postcss@5.2.18-tuxcare.1|globals@9.16.0",
        "postcss@5.2.18-tuxcare.1|ignore@3.2.6",
        "postcss@5.2.18-tuxcare.1|imurmurhash@0.1.4",
        "postcss@5.2.18-tuxcare.1|inquirer@0.12.0",
        "postcss@5.2.18-tuxcare.1|is-my-json-valid@2.16.0",
        "postcss@5.2.18-tuxcare.1|is-resolvable@1.0.0",
        "postcss@5.2.18-tuxcare.1|js-yaml@3.8.2",
        "postcss@5.2.18-tuxcare.1|json-stable-stringify@1.0.1",
        "postcss@5.2.18-tuxcare.1|levn@0.3.0",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4",
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1",
        "postcss@5.2.18-tuxcare.1|natural-compare@1.4.0",
        "postcss@5.2.18-tuxcare.1|optionator@0.8.2",
        "postcss@5.2.18-tuxcare.1|path-is-inside@1.0.2",
        "postcss@5.2.18-tuxcare.1|pluralize@1.2.1",
        "postcss@5.2.18-tuxcare.1|progress@1.1.8",
        "postcss@5.2.18-tuxcare.1|require-uncached@1.0.3",
        "postcss@5.2.18-tuxcare.1|shelljs@0.7.7",
        "postcss@5.2.18-tuxcare.1|eslint@3.18.0|strip-bom@3.0.0",
        "postcss@5.2.18-tuxcare.1|strip-json-comments@2.0.1",
        "postcss@5.2.18-tuxcare.1|table@3.8.3",
        "postcss@5.2.18-tuxcare.1|text-table@0.2.0",
        "postcss@5.2.18-tuxcare.1|user-home@2.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|eslint@3.18.0|strip-bom@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|fs-extra@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11",
        "postcss@5.2.18-tuxcare.1|jsonfile@2.4.0",
        "postcss@5.2.18-tuxcare.1|klaw@1.3.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-ava@0.15.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ava@0.17.0",
        "postcss@5.2.18-tuxcare.1|dargs@4.1.0",
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8",
        "postcss@5.2.18-tuxcare.1|resolve-cwd@1.0.0",
        "postcss@5.2.18-tuxcare.1|through2@2.0.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-babel@6.1.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-core@6.24.0",
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|replace-ext@0.0.1",
        "postcss@5.2.18-tuxcare.1|through2@2.0.3",
        "postcss@5.2.18-tuxcare.1|vinyl-sourcemaps-apply@0.2.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-changed@1.3.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8",
        "postcss@5.2.18-tuxcare.1|through2@2.0.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-eslint@3.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|bufferstreams@1.1.1",
        "postcss@5.2.18-tuxcare.1|eslint@3.18.0",
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-run@1.7.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8",
        "postcss@5.2.18-tuxcare.1|lodash.defaults@4.2.0",
        "postcss@5.2.18-tuxcare.1|lodash.template@4.4.0",
        "postcss@5.2.18-tuxcare.1|vinyl@0.4.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1|acorn@4.0.11",
        "postcss@5.2.18-tuxcare.1|convert-source-map@1.4.0",
        "postcss@5.2.18-tuxcare.1|css@2.2.1",
        "postcss@5.2.18-tuxcare.1|debug-fabulous@0.0.4",
        "postcss@5.2.18-tuxcare.1|detect-newline@2.1.0",
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11",
        "postcss@5.2.18-tuxcare.1|source-map@0.5.6",
        "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1|strip-bom@3.0.0",
        "postcss@5.2.18-tuxcare.1|through2@2.0.3",
        "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1|vinyl@1.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1|acorn@4.0.11"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1|strip-bom@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-sourcemaps@2.4.1|vinyl@1.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|clone-stats@0.0.1",
        "postcss@5.2.18-tuxcare.1|clone@1.0.2",
        "postcss@5.2.18-tuxcare.1|replace-ext@0.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp@3.9.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|archy@1.0.0",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|deprecated@0.0.1",
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8",
        "postcss@5.2.18-tuxcare.1|interpret@1.0.1",
        "postcss@5.2.18-tuxcare.1|liftoff@2.3.0",
        "postcss@5.2.18-tuxcare.1|minimist@1.2.0",
        "postcss@5.2.18-tuxcare.1|orchestrator@0.3.8",
        "postcss@5.2.18-tuxcare.1|pretty-hrtime@1.0.3",
        "postcss@5.2.18-tuxcare.1|gulp@3.9.1|semver@4.3.6",
        "postcss@5.2.18-tuxcare.1|tildify@1.2.0",
        "postcss@5.2.18-tuxcare.1|v8flags@2.0.11",
        "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp@3.9.1|semver@4.3.6"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|js-base64@2.1.9"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3|bluebird@3.4.7",
        "postcss@5.2.18-tuxcare.1|catharsis@0.8.8",
        "postcss@5.2.18-tuxcare.1|escape-string-regexp@1.0.5",
        "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3|espree@3.1.7",
        "postcss@5.2.18-tuxcare.1|js2xmlparser@1.0.0",
        "postcss@5.2.18-tuxcare.1|klaw@1.3.1",
        "postcss@5.2.18-tuxcare.1|marked@0.3.6",
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1",
        "postcss@5.2.18-tuxcare.1|requizzle@0.2.1",
        "postcss@5.2.18-tuxcare.1|strip-json-comments@2.0.1",
        "postcss@5.2.18-tuxcare.1|taffydb@2.6.2",
        "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3|underscore@1.8.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3|bluebird@3.4.7"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3|espree@3.1.7",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|acorn-jsx@3.0.1",
        "postcss@5.2.18-tuxcare.1|acorn@3.3.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jsdoc@3.4.3|underscore@1.8.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lint-staged@3.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|app-root-path@2.0.1",
        "postcss@5.2.18-tuxcare.1|cosmiconfig@1.1.0",
        "postcss@5.2.18-tuxcare.1|execa@0.6.2",
        "postcss@5.2.18-tuxcare.1|listr@0.11.0",
        "postcss@5.2.18-tuxcare.1|minimatch@3.0.3",
        "postcss@5.2.18-tuxcare.1|npm-which@3.0.1",
        "postcss@5.2.18-tuxcare.1|staged-git-files@0.0.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|postcss-parser-tests@5.0.11",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8",
        "postcss@5.2.18-tuxcare.1|load-resources@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pre-commit@1.2.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|cross-spawn@5.1.0",
        "postcss@5.2.18-tuxcare.1|spawn-sync@1.0.15",
        "postcss@5.2.18-tuxcare.1|which@1.2.12"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|run-sequence@1.2.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|sinon@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|diff@3.2.0",
        "postcss@5.2.18-tuxcare.1|formatio@1.2.0",
        "postcss@5.2.18-tuxcare.1|lolex@1.6.0",
        "postcss@5.2.18-tuxcare.1|native-promise-only@0.8.1",
        "postcss@5.2.18-tuxcare.1|path-to-regexp@1.7.0",
        "postcss@5.2.18-tuxcare.1|samsam@1.2.1",
        "postcss@5.2.18-tuxcare.1|text-encoding@0.6.4",
        "postcss@5.2.18-tuxcare.1|type-detect@4.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|source-map@0.5.6"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|supports-color@3.2.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|has-flag@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|yaspeller-ci@0.3.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|yaspeller@3.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|arr-flatten@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|array-union@1.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|array-uniq@1.0.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|array-uniq@1.0.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|arrify@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|auto-bind@0.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ava-files@0.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|auto-bind@0.1.0",
        "postcss@5.2.18-tuxcare.1|bluebird@3.5.0",
        "postcss@5.2.18-tuxcare.1|ava-files@0.2.0|globby@6.1.0",
        "postcss@5.2.18-tuxcare.1|ignore-by-default@1.0.1",
        "postcss@5.2.18-tuxcare.1|lodash.flatten@4.4.0",
        "postcss@5.2.18-tuxcare.1|multimatch@2.1.0",
        "postcss@5.2.18-tuxcare.1|slash@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ava-files@0.2.0|globby@6.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|array-union@1.0.2",
        "postcss@5.2.18-tuxcare.1|glob@7.1.1",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|pify@2.3.0",
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ava-init@0.1.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|arr-exclude@1.0.0",
        "postcss@5.2.18-tuxcare.1|ava-init@0.1.6|cross-spawn@4.0.2",
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1",
        "postcss@5.2.18-tuxcare.1|read-pkg-up@1.0.1",
        "postcss@5.2.18-tuxcare.1|the-argv@1.0.0",
        "postcss@5.2.18-tuxcare.1|write-pkg@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ava-init@0.1.6|cross-spawn@4.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lru-cache@4.0.2",
        "postcss@5.2.18-tuxcare.1|which@1.2.12"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-code-frame@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|esutils@2.0.2",
        "postcss@5.2.18-tuxcare.1|js-tokens@3.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-ava-throws-helper@0.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-detective@2.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-espower@2.3.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-generator@6.24.0",
        "postcss@5.2.18-tuxcare.1|babylon@6.16.1",
        "postcss@5.2.18-tuxcare.1|call-matcher@1.0.1",
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1",
        "postcss@5.2.18-tuxcare.1|espower-location-detector@1.0.0",
        "postcss@5.2.18-tuxcare.1|espurify@1.7.0",
        "postcss@5.2.18-tuxcare.1|estraverse@4.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-runtime@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-preset-es2015-node4@2.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-destructuring@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-function-name@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-commonjs@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-parameters@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-shorthand-properties@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-spread@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-sticky-regex@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-unicode-regex@6.22.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-preset-stage-2@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-dynamic-import@6.18.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-class-properties@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-decorators@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-preset-stage-3@6.22.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1",
        "postcss@5.2.18-tuxcare.1|regenerator-runtime@0.10.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|bluebird@3.5.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|caching-transform@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|md5-hex@1.3.0",
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1",
        "postcss@5.2.18-tuxcare.1|write-file-atomic@1.3.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|chokidar@1.6.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|anymatch@1.3.0",
        "postcss@5.2.18-tuxcare.1|async-each@1.0.1",
        "postcss@5.2.18-tuxcare.1|glob-parent@2.0.0",
        "postcss@5.2.18-tuxcare.1|inherits@2.0.3",
        "postcss@5.2.18-tuxcare.1|is-binary-path@1.0.1",
        "postcss@5.2.18-tuxcare.1|is-glob@2.0.1",
        "postcss@5.2.18-tuxcare.1|path-is-absolute@1.0.1",
        "postcss@5.2.18-tuxcare.1|readdirp@2.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|clean-yaml-object@0.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|cli-cursor@1.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|restore-cursor@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|cli-spinners@0.1.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|cli-truncate@0.2.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|slice-ansi@0.0.4",
        "postcss@5.2.18-tuxcare.1|string-width@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|co-with-promise@4.6.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|co-with-promise@4.6.0|pinkie-promise@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|co-with-promise@4.6.0|pinkie-promise@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|co-with-promise@4.6.0|pinkie@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|co-with-promise@4.6.0|pinkie@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|common-path-prefix@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|convert-source-map@1.4.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|core-assert@0.2.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|buf-compare@1.0.1",
        "postcss@5.2.18-tuxcare.1|is-error@2.2.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|currently-unhandled@0.4.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|array-find-index@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|debug@2.6.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ms@0.7.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|empower-core@0.6.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|call-signature@0.0.2",
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|figures@1.7.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|escape-string-regexp@1.0.5",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|find-cache-dir@0.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|commondir@1.0.1",
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1",
        "postcss@5.2.18-tuxcare.1|pkg-dir@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|fn-name@2.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|get-port@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ignore-by-default@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-ci@1.0.10",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ci-info@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-generator-fn@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-obj@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-observable@0.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|symbol-observable@0.2.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-promise@2.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|last-line-stream@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|through2@2.0.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.debounce@4.0.8"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.difference@4.5.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.isequal@4.5.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|loud-rejection@1.6.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|currently-unhandled@0.4.1",
        "postcss@5.2.18-tuxcare.1|signal-exit@3.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|matcher@0.1.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|escape-string-regexp@1.0.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|max-timeout@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|md5-hex@1.3.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|md5-o-matic@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|meow@3.7.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|camelcase-keys@2.1.0",
        "postcss@5.2.18-tuxcare.1|decamelize@1.2.0",
        "postcss@5.2.18-tuxcare.1|loud-rejection@1.6.0",
        "postcss@5.2.18-tuxcare.1|map-obj@1.0.1",
        "postcss@5.2.18-tuxcare.1|minimist@1.2.0",
        "postcss@5.2.18-tuxcare.1|normalize-package-data@2.3.6",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|read-pkg-up@1.0.1",
        "postcss@5.2.18-tuxcare.1|redent@1.0.0",
        "postcss@5.2.18-tuxcare.1|trim-newlines@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|object-assign@4.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|observable-to-promise@0.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-observable@0.2.0",
        "postcss@5.2.18-tuxcare.1|symbol-observable@0.2.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|option-chain@0.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|package-hash@1.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|md5-hex@1.3.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pkg-conf@1.1.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|find-up@1.1.2",
        "postcss@5.2.18-tuxcare.1|load-json-file@1.1.0",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|symbol@0.2.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|plur@2.1.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|irregular-plurals@1.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|power-assert-context-formatter@1.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1",
        "postcss@5.2.18-tuxcare.1|power-assert-context-traversal@1.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|power-assert-renderer-assertion@1.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|power-assert-renderer-base@1.1.1",
        "postcss@5.2.18-tuxcare.1|power-assert-util-string-width@1.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|power-assert-renderer-succinct@1.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1",
        "postcss@5.2.18-tuxcare.1|power-assert-renderer-diagram@1.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pretty-ms@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-finite@1.0.2",
        "postcss@5.2.18-tuxcare.1|parse-ms@1.0.1",
        "postcss@5.2.18-tuxcare.1|pretty-ms@2.1.0|plur@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pretty-ms@2.1.0|plur@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|repeating@2.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-finite@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|require-precompiled@0.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|resolve-cwd@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|resolve-cwd@1.0.0|resolve-from@2.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|resolve-cwd@1.0.0|resolve-from@2.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|semver@5.3.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|set-immediate-shim@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|source-map-support@0.4.14",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|source-map@0.5.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|stack-utils@0.4.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|strip-bom@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-utf8@0.2.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|time-require@0.1.2|chalk@0.4.0",
        "postcss@5.2.18-tuxcare.1|date-time@0.1.1",
        "postcss@5.2.18-tuxcare.1|time-require@0.1.2|pretty-ms@0.2.2",
        "postcss@5.2.18-tuxcare.1|text-table@0.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2|chalk@0.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|time-require@0.1.2|ansi-styles@1.0.0",
        "postcss@5.2.18-tuxcare.1|has-color@0.1.7",
        "postcss@5.2.18-tuxcare.1|time-require@0.1.2|strip-ansi@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2|pretty-ms@0.2.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|time-require@0.1.2|parse-ms@0.1.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2|ansi-styles@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2|strip-ansi@0.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|time-require@0.1.2|parse-ms@0.1.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|unique-temp-dir@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1",
        "postcss@5.2.18-tuxcare.1|os-tmpdir@1.0.2",
        "postcss@5.2.18-tuxcare.1|uid2@0.0.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|update-notifier@1.0.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|boxen@0.6.0",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|configstore@2.1.0",
        "postcss@5.2.18-tuxcare.1|is-npm@1.0.0",
        "postcss@5.2.18-tuxcare.1|latest-version@2.0.0",
        "postcss@5.2.18-tuxcare.1|lazy-req@1.1.0",
        "postcss@5.2.18-tuxcare.1|semver-diff@2.1.0",
        "postcss@5.2.18-tuxcare.1|xdg-basedir@2.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-generator@6.24.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-messages@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0",
        "postcss@5.2.18-tuxcare.1|detect-indent@4.0.0",
        "postcss@5.2.18-tuxcare.1|jsesc@1.3.0",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4",
        "postcss@5.2.18-tuxcare.1|source-map@0.5.6",
        "postcss@5.2.18-tuxcare.1|trim-right@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helpers@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-messages@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-register@6.24.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-core@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1",
        "postcss@5.2.18-tuxcare.1|home-or-tmp@2.0.0",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4",
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1",
        "postcss@5.2.18-tuxcare.1|source-map-support@0.4.14"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0",
        "postcss@5.2.18-tuxcare.1|babylon@6.16.1",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-code-frame@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-messages@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0",
        "postcss@5.2.18-tuxcare.1|babylon@6.16.1",
        "postcss@5.2.18-tuxcare.1|debug@2.6.3",
        "postcss@5.2.18-tuxcare.1|globals@9.16.0",
        "postcss@5.2.18-tuxcare.1|invariant@2.2.2",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-types@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|esutils@2.0.2",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4",
        "postcss@5.2.18-tuxcare.1|to-fast-properties@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babylon@6.16.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|json5@0.5.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash@4.17.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|minimatch@3.0.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|brace-expansion@1.1.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|path-is-absolute@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|private@0.1.7"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|slash@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.pickby@4.6.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-check-es2015-constants@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-arrow-functions@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-block-scoped-functions@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-block-scoping@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-classes@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-define-map@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-helper-function-name@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-helper-optimise-call-expression@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-helper-replace-supers@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-messages@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-computed-properties@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-destructuring@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-duplicate-keys@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-for-of@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-function-name@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-function-name@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-literals@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-amd@6.24.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-commonjs@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-commonjs@6.24.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-strict-mode@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-systemjs@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-hoist-variables@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-umd@6.24.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-modules-amd@6.24.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-object-super@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-replace-supers@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-parameters@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-call-delegate@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-helper-get-function-arity@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-shorthand-properties@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-spread@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-sticky-regex@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-regex@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-template-literals@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-typeof-symbol@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-es2015-unicode-regex@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-regex@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|regexpu-core@2.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-regenerator@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|regenerator-transform@0.9.8"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ansi-styles@2.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|escape-string-regexp@1.0.5"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|has-ansi@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|globby@5.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|array-union@1.0.2",
        "postcss@5.2.18-tuxcare.1|arrify@1.0.1",
        "postcss@5.2.18-tuxcare.1|glob@7.1.1",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|pify@2.3.0",
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-path-cwd@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-path-in-cwd@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-path-inside@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pify@2.3.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|pinkie@2.0.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|concat-stream@1.6.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|inherits@2.0.3",
        "postcss@5.2.18-tuxcare.1|readable-stream@2.2.6",
        "postcss@5.2.18-tuxcare.1|typedarray@0.0.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|doctrine@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|esutils@2.0.2",
        "postcss@5.2.18-tuxcare.1|isarray@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|escope@3.6.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|es6-map@0.1.5",
        "postcss@5.2.18-tuxcare.1|es6-weak-map@2.0.2",
        "postcss@5.2.18-tuxcare.1|esrecurse@4.1.0",
        "postcss@5.2.18-tuxcare.1|estraverse@4.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|espree@3.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|acorn-jsx@3.0.1",
        "postcss@5.2.18-tuxcare.1|espree@3.4.0|acorn@4.0.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|espree@3.4.0|acorn@4.0.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|esquery@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|estraverse@4.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|estraverse@4.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|esutils@2.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|file-entry-cache@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|flat-cache@1.2.2",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob@7.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|fs.realpath@1.0.0",
        "postcss@5.2.18-tuxcare.1|inflight@1.0.6",
        "postcss@5.2.18-tuxcare.1|inherits@2.0.3",
        "postcss@5.2.18-tuxcare.1|minimatch@3.0.3",
        "postcss@5.2.18-tuxcare.1|once@1.4.0",
        "postcss@5.2.18-tuxcare.1|path-is-absolute@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|globals@9.16.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ignore@3.2.6"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|imurmurhash@0.1.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|inquirer@0.12.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ansi-escapes@1.4.0",
        "postcss@5.2.18-tuxcare.1|ansi-regex@2.1.1",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|cli-cursor@1.0.2",
        "postcss@5.2.18-tuxcare.1|cli-width@2.1.0",
        "postcss@5.2.18-tuxcare.1|figures@1.7.0",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4",
        "postcss@5.2.18-tuxcare.1|readline2@1.0.1",
        "postcss@5.2.18-tuxcare.1|run-async@0.1.0",
        "postcss@5.2.18-tuxcare.1|rx-lite@3.1.2",
        "postcss@5.2.18-tuxcare.1|string-width@1.0.2",
        "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1",
        "postcss@5.2.18-tuxcare.1|through@2.3.8"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-my-json-valid@2.16.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|generate-function@2.0.0",
        "postcss@5.2.18-tuxcare.1|generate-object-property@1.2.0",
        "postcss@5.2.18-tuxcare.1|jsonpointer@4.0.1",
        "postcss@5.2.18-tuxcare.1|xtend@4.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-resolvable@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|tryit@1.0.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|js-yaml@3.8.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|argparse@1.0.9",
        "postcss@5.2.18-tuxcare.1|esprima@3.1.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|json-stable-stringify@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|jsonify@0.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|levn@0.3.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|prelude-ls@1.1.2",
        "postcss@5.2.18-tuxcare.1|type-check@0.3.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1|minimist@0.0.8"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1|minimist@0.0.8"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|natural-compare@1.4.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|optionator@0.8.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|deep-is@0.1.3",
        "postcss@5.2.18-tuxcare.1|fast-levenshtein@2.0.6",
        "postcss@5.2.18-tuxcare.1|levn@0.3.0",
        "postcss@5.2.18-tuxcare.1|prelude-ls@1.1.2",
        "postcss@5.2.18-tuxcare.1|type-check@0.3.2",
        "postcss@5.2.18-tuxcare.1|wordwrap@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|path-is-inside@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pluralize@1.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|progress@1.1.8"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|require-uncached@1.0.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|caller-path@0.1.0",
        "postcss@5.2.18-tuxcare.1|resolve-from@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|shelljs@0.7.7",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|glob@7.1.1",
        "postcss@5.2.18-tuxcare.1|interpret@1.0.1",
        "postcss@5.2.18-tuxcare.1|rechoir@0.6.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|strip-json-comments@2.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|table@3.8.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ajv-keywords@1.5.1",
        "postcss@5.2.18-tuxcare.1|ajv@4.11.5",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4",
        "postcss@5.2.18-tuxcare.1|slice-ansi@0.0.4",
        "postcss@5.2.18-tuxcare.1|table@3.8.3|string-width@2.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|table@3.8.3|string-width@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|table@3.8.3|is-fullwidth-code-point@2.0.0",
        "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|table@3.8.3|is-fullwidth-code-point@2.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|text-table@0.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|user-home@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|os-homedir@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jsonfile@2.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|klaw@1.3.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|dargs@4.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|array-differ@1.0.0",
        "postcss@5.2.18-tuxcare.1|array-uniq@1.0.3",
        "postcss@5.2.18-tuxcare.1|beeper@1.1.1",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|dateformat@2.0.0",
        "postcss@5.2.18-tuxcare.1|fancy-log@1.3.0",
        "postcss@5.2.18-tuxcare.1|gulplog@1.0.0",
        "postcss@5.2.18-tuxcare.1|has-gulplog@0.1.0",
        "postcss@5.2.18-tuxcare.1|lodash._reescape@3.0.0",
        "postcss@5.2.18-tuxcare.1|lodash._reevaluate@3.0.0",
        "postcss@5.2.18-tuxcare.1|lodash._reinterpolate@3.0.0",
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|lodash.template@3.6.2",
        "postcss@5.2.18-tuxcare.1|minimist@1.2.0",
        "postcss@5.2.18-tuxcare.1|multipipe@0.1.2",
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|object-assign@3.0.0",
        "postcss@5.2.18-tuxcare.1|replace-ext@0.0.1",
        "postcss@5.2.18-tuxcare.1|through2@2.0.3",
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|vinyl@0.5.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|lodash.template@3.6.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lodash._basecopy@3.0.1",
        "postcss@5.2.18-tuxcare.1|lodash._basetostring@3.0.1",
        "postcss@5.2.18-tuxcare.1|lodash._basevalues@3.0.0",
        "postcss@5.2.18-tuxcare.1|lodash._isiterateecall@3.0.9",
        "postcss@5.2.18-tuxcare.1|lodash._reinterpolate@3.0.0",
        "postcss@5.2.18-tuxcare.1|lodash.escape@3.2.0",
        "postcss@5.2.18-tuxcare.1|lodash.keys@3.1.2",
        "postcss@5.2.18-tuxcare.1|lodash.restparam@3.6.1",
        "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|lodash.templatesettings@3.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|object-assign@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|vinyl@0.5.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|clone-stats@0.0.1",
        "postcss@5.2.18-tuxcare.1|clone@1.0.2",
        "postcss@5.2.18-tuxcare.1|replace-ext@0.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulp-util@3.0.8|lodash.templatesettings@3.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lodash._reinterpolate@3.0.0",
        "postcss@5.2.18-tuxcare.1|lodash.escape@3.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|through2@2.0.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|readable-stream@2.2.6",
        "postcss@5.2.18-tuxcare.1|xtend@4.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|replace-ext@0.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|vinyl-sourcemaps-apply@0.2.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|source-map@0.5.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|bufferstreams@1.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|readable-stream@2.2.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.defaults@4.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.template@4.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lodash._reinterpolate@3.0.0",
        "postcss@5.2.18-tuxcare.1|lodash.templatesettings@4.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|vinyl@0.4.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|clone-stats@0.0.1",
        "postcss@5.2.18-tuxcare.1|vinyl@0.4.6|clone@0.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|vinyl@0.4.6|clone@0.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|css@2.2.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|inherits@2.0.3",
        "postcss@5.2.18-tuxcare.1|source-map-resolve@0.3.1",
        "postcss@5.2.18-tuxcare.1|css@2.2.1|source-map@0.1.43",
        "postcss@5.2.18-tuxcare.1|urix@0.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|css@2.2.1|source-map@0.1.43",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|amdefine@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|debug-fabulous@0.0.4",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|debug@2.6.3",
        "postcss@5.2.18-tuxcare.1|lazy-debug-legacy@0.0.1",
        "postcss@5.2.18-tuxcare.1|debug-fabulous@0.0.4|object-assign@4.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|debug-fabulous@0.0.4|object-assign@4.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|detect-newline@2.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|archy@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|deprecated@0.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|interpret@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|liftoff@2.3.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|extend@3.0.0",
        "postcss@5.2.18-tuxcare.1|findup-sync@0.4.3",
        "postcss@5.2.18-tuxcare.1|fined@1.0.2",
        "postcss@5.2.18-tuxcare.1|flagged-respawn@0.3.2",
        "postcss@5.2.18-tuxcare.1|lodash.isplainobject@4.0.6",
        "postcss@5.2.18-tuxcare.1|lodash.isstring@4.0.1",
        "postcss@5.2.18-tuxcare.1|lodash.mapvalues@4.6.0",
        "postcss@5.2.18-tuxcare.1|rechoir@0.6.2",
        "postcss@5.2.18-tuxcare.1|resolve@1.3.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|minimist@1.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|orchestrator@0.3.8",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|end-of-stream@0.1.5",
        "postcss@5.2.18-tuxcare.1|sequencify@0.0.7",
        "postcss@5.2.18-tuxcare.1|stream-consume@0.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pretty-hrtime@1.0.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|tildify@1.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|os-homedir@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|v8flags@2.0.11",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|v8flags@2.0.11|user-home@1.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|v8flags@2.0.11|user-home@1.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|defaults@1.0.3",
        "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18",
        "postcss@5.2.18-tuxcare.1|glob-watcher@0.0.6",
        "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|graceful-fs@3.0.11",
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1",
        "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|strip-bom@1.0.0",
        "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|through2@0.6.5",
        "postcss@5.2.18-tuxcare.1|vinyl@0.4.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|graceful-fs@3.0.11",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|natives@1.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|strip-bom@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|first-chunk-stream@1.0.0",
        "postcss@5.2.18-tuxcare.1|is-utf8@0.2.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|through2@0.6.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|readable-stream@1.0.34",
        "postcss@5.2.18-tuxcare.1|xtend@4.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|readable-stream@1.0.34",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-util-is@1.0.2",
        "postcss@5.2.18-tuxcare.1|inherits@2.0.3",
        "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|isarray@0.0.1",
        "postcss@5.2.18-tuxcare.1|string_decoder@0.10.31"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|vinyl-fs@0.3.14|isarray@0.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|catharsis@0.8.8",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|underscore-contrib@0.3.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|js2xmlparser@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|marked@0.3.6"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|requizzle@0.2.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|underscore@1.6.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|taffydb@2.6.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|app-root-path@2.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|cosmiconfig@1.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11",
        "postcss@5.2.18-tuxcare.1|js-yaml@3.8.2",
        "postcss@5.2.18-tuxcare.1|minimist@1.2.0",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|os-homedir@1.0.2",
        "postcss@5.2.18-tuxcare.1|parse-json@2.2.0",
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1",
        "postcss@5.2.18-tuxcare.1|require-from-string@1.2.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|execa@0.6.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|cross-spawn@5.1.0",
        "postcss@5.2.18-tuxcare.1|get-stream@3.0.0",
        "postcss@5.2.18-tuxcare.1|is-stream@1.1.0",
        "postcss@5.2.18-tuxcare.1|npm-run-path@2.0.2",
        "postcss@5.2.18-tuxcare.1|p-finally@1.0.0",
        "postcss@5.2.18-tuxcare.1|signal-exit@3.0.2",
        "postcss@5.2.18-tuxcare.1|strip-eof@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|listr@0.11.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|cli-truncate@0.2.1",
        "postcss@5.2.18-tuxcare.1|figures@1.7.0",
        "postcss@5.2.18-tuxcare.1|indent-string@2.1.0",
        "postcss@5.2.18-tuxcare.1|is-promise@2.1.0",
        "postcss@5.2.18-tuxcare.1|is-stream@1.1.0",
        "postcss@5.2.18-tuxcare.1|listr-silent-renderer@1.1.1",
        "postcss@5.2.18-tuxcare.1|listr-update-renderer@0.2.0",
        "postcss@5.2.18-tuxcare.1|listr-verbose-renderer@0.4.0",
        "postcss@5.2.18-tuxcare.1|log-symbols@1.0.2",
        "postcss@5.2.18-tuxcare.1|log-update@1.0.2",
        "postcss@5.2.18-tuxcare.1|ora@0.2.3",
        "postcss@5.2.18-tuxcare.1|rxjs@5.2.0",
        "postcss@5.2.18-tuxcare.1|stream-to-observable@0.1.0",
        "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|npm-which@3.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|commander@2.9.0",
        "postcss@5.2.18-tuxcare.1|npm-path@2.0.3",
        "postcss@5.2.18-tuxcare.1|which@1.2.12"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|staged-git-files@0.0.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|load-resources@0.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|escape-string-regexp@1.0.5",
        "postcss@5.2.18-tuxcare.1|request@2.81.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|cross-spawn@5.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lru-cache@4.0.2",
        "postcss@5.2.18-tuxcare.1|shebang-command@1.2.0",
        "postcss@5.2.18-tuxcare.1|which@1.2.12"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|spawn-sync@1.0.15",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|concat-stream@1.6.0",
        "postcss@5.2.18-tuxcare.1|os-shim@0.1.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|which@1.2.12",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|isexe@1.1.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|diff@3.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|formatio@1.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|samsam@1.2.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lolex@1.6.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|native-promise-only@0.8.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|path-to-regexp@1.7.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|path-to-regexp@1.7.0|isarray@0.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|path-to-regexp@1.7.0|isarray@0.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|samsam@1.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|text-encoding@0.6.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|type-detect@4.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ansi-regex@2.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|has-flag@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|yaspeller@3.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|async@2.1.5",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|commander@2.9.0",
        "postcss@5.2.18-tuxcare.1|entities@1.1.1",
        "postcss@5.2.18-tuxcare.1|escape-html@1.0.3",
        "postcss@5.2.18-tuxcare.1|eyo-kernel@1.0.6",
        "postcss@5.2.18-tuxcare.1|isutf8@2.0.1",
        "postcss@5.2.18-tuxcare.1|minimatch@3.0.3",
        "postcss@5.2.18-tuxcare.1|request@2.81.0",
        "postcss@5.2.18-tuxcare.1|showdown@1.6.4",
        "postcss@5.2.18-tuxcare.1|strip-json-comments@2.0.1",
        "postcss@5.2.18-tuxcare.1|xml2js@0.4.17",
        "postcss@5.2.18-tuxcare.1|yandex-speller@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.flatten@4.4.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|multimatch@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|array-differ@1.0.0",
        "postcss@5.2.18-tuxcare.1|array-union@1.0.2",
        "postcss@5.2.18-tuxcare.1|arrify@1.0.1",
        "postcss@5.2.18-tuxcare.1|minimatch@3.0.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|arr-exclude@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|read-pkg-up@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|find-up@1.1.2",
        "postcss@5.2.18-tuxcare.1|read-pkg@1.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|the-argv@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|write-pkg@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|write-json-file@1.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|js-tokens@3.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|call-matcher@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1",
        "postcss@5.2.18-tuxcare.1|deep-equal@1.0.1",
        "postcss@5.2.18-tuxcare.1|espurify@1.7.0",
        "postcss@5.2.18-tuxcare.1|estraverse@4.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|core-js@2.4.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|espower-location-detector@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-url@1.2.2",
        "postcss@5.2.18-tuxcare.1|path-is-absolute@1.0.1",
        "postcss@5.2.18-tuxcare.1|source-map@0.5.6",
        "postcss@5.2.18-tuxcare.1|xtend@4.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|espurify@1.7.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-dynamic-import@6.18.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-class-properties@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-function-name@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-class-properties@6.13.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-decorators@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-explode-class@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-decorators@6.13.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-preset-stage-3@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-trailing-function-commas@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-async-generator-functions@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-async-to-generator@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-exponentiation-operator@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-transform-object-rest-spread@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|regenerator-runtime@0.10.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|write-file-atomic@1.3.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11",
        "postcss@5.2.18-tuxcare.1|imurmurhash@0.1.4",
        "postcss@5.2.18-tuxcare.1|slide@1.1.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|anymatch@1.3.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|arrify@1.0.1",
        "postcss@5.2.18-tuxcare.1|micromatch@2.3.11"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|async-each@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob-parent@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-glob@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|inherits@2.0.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-binary-path@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|binary-extensions@1.8.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-glob@2.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-extglob@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|readdirp@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11",
        "postcss@5.2.18-tuxcare.1|minimatch@3.0.3",
        "postcss@5.2.18-tuxcare.1|readable-stream@2.2.6",
        "postcss@5.2.18-tuxcare.1|set-immediate-shim@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|restore-cursor@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|exit-hook@1.1.1",
        "postcss@5.2.18-tuxcare.1|onetime@1.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|slice-ansi@0.0.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|string-width@1.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|code-point-at@1.1.0",
        "postcss@5.2.18-tuxcare.1|is-fullwidth-code-point@1.0.0",
        "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|buf-compare@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-error@2.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|array-find-index@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ms@0.7.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|call-signature@0.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|commondir@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pkg-dir@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|find-up@1.1.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ci-info@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|symbol-observable@0.2.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|signal-exit@3.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|md5-o-matic@0.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|camelcase-keys@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|camelcase@2.1.1",
        "postcss@5.2.18-tuxcare.1|map-obj@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|decamelize@1.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|map-obj@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|normalize-package-data@2.3.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|hosted-git-info@2.3.1",
        "postcss@5.2.18-tuxcare.1|is-builtin-module@1.0.0",
        "postcss@5.2.18-tuxcare.1|semver@5.3.0",
        "postcss@5.2.18-tuxcare.1|validate-npm-package-license@3.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|redent@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|indent-string@2.1.0",
        "postcss@5.2.18-tuxcare.1|strip-indent@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|trim-newlines@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|find-up@1.1.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|path-exists@2.1.0",
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|load-json-file@1.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11",
        "postcss@5.2.18-tuxcare.1|parse-json@2.2.0",
        "postcss@5.2.18-tuxcare.1|pify@2.3.0",
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1",
        "postcss@5.2.18-tuxcare.1|strip-bom@2.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|symbol@0.2.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|irregular-plurals@1.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|power-assert-context-traversal@1.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1",
        "postcss@5.2.18-tuxcare.1|estraverse@4.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|power-assert-renderer-base@1.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|power-assert-util-string-width@1.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|eastasianwidth@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|power-assert-renderer-diagram@1.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1",
        "postcss@5.2.18-tuxcare.1|power-assert-renderer-base@1.1.1",
        "postcss@5.2.18-tuxcare.1|power-assert-util-string-width@1.1.1",
        "postcss@5.2.18-tuxcare.1|stringifier@1.3.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-finite@1.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|parse-ms@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-utf8@0.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|date-time@0.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|os-tmpdir@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|uid2@0.0.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|boxen@0.6.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ansi-align@1.1.0",
        "postcss@5.2.18-tuxcare.1|camelcase@2.1.1",
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|cli-boxes@1.0.0",
        "postcss@5.2.18-tuxcare.1|filled-array@1.1.0",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|repeating@2.0.1",
        "postcss@5.2.18-tuxcare.1|string-width@1.0.2",
        "postcss@5.2.18-tuxcare.1|widest-line@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|configstore@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|dot-prop@3.0.0",
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11",
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|os-tmpdir@1.0.2",
        "postcss@5.2.18-tuxcare.1|osenv@0.1.4",
        "postcss@5.2.18-tuxcare.1|uuid@2.0.3",
        "postcss@5.2.18-tuxcare.1|write-file-atomic@1.3.1",
        "postcss@5.2.18-tuxcare.1|xdg-basedir@2.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-npm@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|latest-version@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|package-json@2.4.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lazy-req@1.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|semver-diff@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|semver@5.3.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|xdg-basedir@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|os-homedir@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|detect-indent@4.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|repeating@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jsesc@1.3.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|trim-right@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|home-or-tmp@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|os-homedir@1.0.2",
        "postcss@5.2.18-tuxcare.1|os-tmpdir@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|invariant@2.2.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|loose-envify@1.3.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|to-fast-properties@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|brace-expansion@1.1.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|balanced-match@0.4.2",
        "postcss@5.2.18-tuxcare.1|concat-map@0.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-define-map@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-function-name@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-function-name@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-get-function-arity@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-optimise-call-expression@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-replace-supers@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-optimise-call-expression@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-messages@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-strict-mode@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-hoist-variables@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-call-delegate@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-hoist-variables@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-get-function-arity@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-regex@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0",
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|regexpu-core@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|regenerate@1.3.2",
        "postcss@5.2.18-tuxcare.1|regjsgen@0.2.0",
        "postcss@5.2.18-tuxcare.1|regjsparser@0.1.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|regenerator-transform@0.9.8",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0",
        "postcss@5.2.18-tuxcare.1|private@0.1.7"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-path-inside@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|path-is-inside@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pinkie@2.0.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|readable-stream@2.2.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|buffer-shims@1.0.0",
        "postcss@5.2.18-tuxcare.1|core-util-is@1.0.2",
        "postcss@5.2.18-tuxcare.1|inherits@2.0.3",
        "postcss@5.2.18-tuxcare.1|isarray@1.0.0",
        "postcss@5.2.18-tuxcare.1|process-nextick-args@1.0.7",
        "postcss@5.2.18-tuxcare.1|string_decoder@0.10.31",
        "postcss@5.2.18-tuxcare.1|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|typedarray@0.0.6"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|isarray@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|es6-map@0.1.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|d@1.0.0",
        "postcss@5.2.18-tuxcare.1|es5-ext@0.10.14",
        "postcss@5.2.18-tuxcare.1|es6-iterator@2.0.1",
        "postcss@5.2.18-tuxcare.1|es6-set@0.1.5",
        "postcss@5.2.18-tuxcare.1|es6-symbol@3.1.1",
        "postcss@5.2.18-tuxcare.1|event-emitter@0.3.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|es6-weak-map@2.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|d@1.0.0",
        "postcss@5.2.18-tuxcare.1|es5-ext@0.10.14",
        "postcss@5.2.18-tuxcare.1|es6-iterator@2.0.1",
        "postcss@5.2.18-tuxcare.1|es6-symbol@3.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|esrecurse@4.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|esrecurse@4.1.0|estraverse@4.1.1",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|esrecurse@4.1.0|estraverse@4.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|acorn-jsx@3.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|acorn@3.3.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|flat-cache@1.2.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|circular-json@0.3.1",
        "postcss@5.2.18-tuxcare.1|del@2.2.2",
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11",
        "postcss@5.2.18-tuxcare.1|write@0.2.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|fs.realpath@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|inflight@1.0.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|once@1.4.0",
        "postcss@5.2.18-tuxcare.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|once@1.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ansi-escapes@1.4.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|cli-width@2.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|readline2@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|code-point-at@1.1.0",
        "postcss@5.2.18-tuxcare.1|is-fullwidth-code-point@1.0.0",
        "postcss@5.2.18-tuxcare.1|mute-stream@0.0.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|run-async@0.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|once@1.4.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|rx-lite@3.1.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|through@2.3.8"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|generate-function@2.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|generate-object-property@1.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-property@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jsonpointer@4.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|xtend@4.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|tryit@1.0.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|argparse@1.0.9",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|sprintf-js@1.0.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|esprima@3.1.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jsonify@0.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|prelude-ls@1.1.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|type-check@0.3.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|prelude-ls@1.1.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|deep-is@0.1.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|fast-levenshtein@2.0.6"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|wordwrap@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|caller-path@0.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|callsites@0.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|resolve-from@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|rechoir@0.6.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|resolve@1.3.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ajv-keywords@1.5.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ajv@4.11.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ajv@4.11.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|co@4.6.0",
        "postcss@5.2.18-tuxcare.1|json-stable-stringify@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|os-homedir@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|number-is-nan@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|array-differ@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|beeper@1.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|dateformat@2.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|fancy-log@1.3.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|time-stamp@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gulplog@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|glogg@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|has-gulplog@0.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|sparkles@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash._reescape@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash._reevaluate@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash._reinterpolate@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|multipipe@0.1.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|duplexer2@0.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.templatesettings@4.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lodash._reinterpolate@3.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|clone-stats@0.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|source-map-resolve@0.3.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|atob@1.1.3",
        "postcss@5.2.18-tuxcare.1|resolve-url@0.2.1",
        "postcss@5.2.18-tuxcare.1|source-map-url@0.3.0",
        "postcss@5.2.18-tuxcare.1|urix@0.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|urix@0.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lazy-debug-legacy@0.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|debug@2.6.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|clone@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|extend@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|findup-sync@0.4.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|detect-file@0.1.0",
        "postcss@5.2.18-tuxcare.1|is-glob@2.0.1",
        "postcss@5.2.18-tuxcare.1|micromatch@2.3.11",
        "postcss@5.2.18-tuxcare.1|resolve-dir@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|fined@1.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|expand-tilde@1.2.2",
        "postcss@5.2.18-tuxcare.1|lodash.assignwith@4.2.0",
        "postcss@5.2.18-tuxcare.1|lodash.isempty@4.4.0",
        "postcss@5.2.18-tuxcare.1|lodash.isplainobject@4.0.6",
        "postcss@5.2.18-tuxcare.1|lodash.isstring@4.0.1",
        "postcss@5.2.18-tuxcare.1|lodash.pick@4.4.0",
        "postcss@5.2.18-tuxcare.1|parse-filepath@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|flagged-respawn@0.3.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.isplainobject@4.0.6"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.isstring@4.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.mapvalues@4.6.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|resolve@1.3.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|path-parse@1.0.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|end-of-stream@0.1.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|end-of-stream@0.1.5|once@1.3.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|end-of-stream@0.1.5|once@1.3.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|sequencify@0.0.7"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|stream-consume@0.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|defaults@1.0.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|clone@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|glob@4.5.3",
        "postcss@5.2.18-tuxcare.1|glob2base@0.0.12",
        "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|minimatch@2.0.10",
        "postcss@5.2.18-tuxcare.1|ordered-read-streams@0.1.0",
        "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|through2@0.6.5",
        "postcss@5.2.18-tuxcare.1|unique-stream@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|glob@4.5.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|inflight@1.0.6",
        "postcss@5.2.18-tuxcare.1|inherits@2.0.3",
        "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|minimatch@2.0.10",
        "postcss@5.2.18-tuxcare.1|once@1.4.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|minimatch@2.0.10",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|brace-expansion@1.1.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|through2@0.6.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|readable-stream@1.0.34",
        "postcss@5.2.18-tuxcare.1|xtend@4.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|readable-stream@1.0.34",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-util-is@1.0.2",
        "postcss@5.2.18-tuxcare.1|inherits@2.0.3",
        "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|isarray@0.0.1",
        "postcss@5.2.18-tuxcare.1|string_decoder@0.10.31"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob-stream@3.1.18|isarray@0.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob-watcher@0.0.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|gaze@0.5.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|underscore-contrib@0.3.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|underscore@1.6.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|acorn@3.3.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|underscore@1.6.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|parse-json@2.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|error-ex@1.3.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|require-from-string@1.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|get-stream@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-stream@1.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|npm-run-path@2.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|path-key@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|p-finally@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|strip-eof@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|indent-string@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|repeating@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|listr-silent-renderer@1.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|listr-update-renderer@0.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|cli-truncate@0.2.1",
        "postcss@5.2.18-tuxcare.1|elegant-spinner@1.0.1",
        "postcss@5.2.18-tuxcare.1|figures@1.7.0",
        "postcss@5.2.18-tuxcare.1|listr-update-renderer@0.2.0|indent-string@3.1.0",
        "postcss@5.2.18-tuxcare.1|log-symbols@1.0.2",
        "postcss@5.2.18-tuxcare.1|log-update@1.0.2",
        "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|listr-update-renderer@0.2.0|indent-string@3.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|listr-verbose-renderer@0.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|cli-cursor@1.0.2",
        "postcss@5.2.18-tuxcare.1|date-fns@1.28.1",
        "postcss@5.2.18-tuxcare.1|figures@1.7.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|log-symbols@1.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|log-update@1.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ansi-escapes@1.4.0",
        "postcss@5.2.18-tuxcare.1|cli-cursor@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ora@0.2.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|chalk@1.1.3",
        "postcss@5.2.18-tuxcare.1|cli-cursor@1.0.2",
        "postcss@5.2.18-tuxcare.1|cli-spinners@0.1.2",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|rxjs@5.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|rxjs@5.2.0|symbol-observable@1.0.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|rxjs@5.2.0|symbol-observable@1.0.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|stream-to-observable@0.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|commander@2.9.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|graceful-readlink@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|npm-path@2.0.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|which@1.2.12"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|request@2.81.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|aws-sign2@0.6.0",
        "postcss@5.2.18-tuxcare.1|aws4@1.6.0",
        "postcss@5.2.18-tuxcare.1|caseless@0.12.0",
        "postcss@5.2.18-tuxcare.1|combined-stream@1.0.5",
        "postcss@5.2.18-tuxcare.1|extend@3.0.0",
        "postcss@5.2.18-tuxcare.1|forever-agent@0.6.1",
        "postcss@5.2.18-tuxcare.1|form-data@2.1.2",
        "postcss@5.2.18-tuxcare.1|har-validator@4.2.1",
        "postcss@5.2.18-tuxcare.1|hawk@3.1.3",
        "postcss@5.2.18-tuxcare.1|http-signature@1.1.1",
        "postcss@5.2.18-tuxcare.1|is-typedarray@1.0.0",
        "postcss@5.2.18-tuxcare.1|isstream@0.1.2",
        "postcss@5.2.18-tuxcare.1|json-stringify-safe@5.0.1",
        "postcss@5.2.18-tuxcare.1|mime-types@2.1.14",
        "postcss@5.2.18-tuxcare.1|oauth-sign@0.8.2",
        "postcss@5.2.18-tuxcare.1|performance-now@0.2.0",
        "postcss@5.2.18-tuxcare.1|qs@6.4.0",
        "postcss@5.2.18-tuxcare.1|safe-buffer@5.0.1",
        "postcss@5.2.18-tuxcare.1|stringstream@0.0.5",
        "postcss@5.2.18-tuxcare.1|tough-cookie@2.3.2",
        "postcss@5.2.18-tuxcare.1|tunnel-agent@0.6.0",
        "postcss@5.2.18-tuxcare.1|request@2.81.0|uuid@3.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|request@2.81.0|uuid@3.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lru-cache@4.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|pseudomap@1.0.2",
        "postcss@5.2.18-tuxcare.1|yallist@2.1.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|shebang-command@1.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|shebang-regex@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|os-shim@0.1.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|isexe@1.1.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|async@2.1.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|entities@1.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|escape-html@1.0.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|eyo-kernel@1.0.6"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|isutf8@2.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|showdown@1.6.4",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|yargs@6.6.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|xml2js@0.4.17",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|sax@1.2.2",
        "postcss@5.2.18-tuxcare.1|xmlbuilder@4.2.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|yandex-speller@2.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|read-pkg@1.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|load-json-file@1.1.0",
        "postcss@5.2.18-tuxcare.1|normalize-package-data@2.3.6",
        "postcss@5.2.18-tuxcare.1|path-type@1.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|write-json-file@1.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11",
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|pify@2.3.0",
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1",
        "postcss@5.2.18-tuxcare.1|sort-keys@1.1.2",
        "postcss@5.2.18-tuxcare.1|write-file-atomic@1.3.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|deep-equal@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-url@1.2.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-class-properties@6.13.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-explode-class@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-bindify-decorators@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-decorators@6.13.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-trailing-function-commas@6.22.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-async-generator-functions@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-remap-async-to-generator@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-async-generators@6.13.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-async-to-generator@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-remap-async-to-generator@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-async-functions@6.13.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-exponentiation-operator@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-builder-binary-assignment-operator-visitor@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-exponentiation-operator@6.13.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-transform-object-rest-spread@6.23.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-object-rest-spread@6.13.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|slide@1.1.6"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|micromatch@2.3.11",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|arr-diff@2.0.0",
        "postcss@5.2.18-tuxcare.1|array-unique@0.2.1",
        "postcss@5.2.18-tuxcare.1|braces@1.8.5",
        "postcss@5.2.18-tuxcare.1|expand-brackets@0.1.5",
        "postcss@5.2.18-tuxcare.1|extglob@0.3.2",
        "postcss@5.2.18-tuxcare.1|filename-regex@2.0.0",
        "postcss@5.2.18-tuxcare.1|is-extglob@1.0.0",
        "postcss@5.2.18-tuxcare.1|is-glob@2.0.1",
        "postcss@5.2.18-tuxcare.1|kind-of@3.1.0",
        "postcss@5.2.18-tuxcare.1|normalize-path@2.0.1",
        "postcss@5.2.18-tuxcare.1|object.omit@2.0.1",
        "postcss@5.2.18-tuxcare.1|parse-glob@3.0.4",
        "postcss@5.2.18-tuxcare.1|regex-cache@0.4.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|binary-extensions@1.8.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-extglob@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|exit-hook@1.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|onetime@1.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|code-point-at@1.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-fullwidth-code-point@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|number-is-nan@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|camelcase@2.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|hosted-git-info@2.3.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-builtin-module@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|builtin-modules@1.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|validate-npm-package-license@3.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|spdx-correct@1.0.2",
        "postcss@5.2.18-tuxcare.1|spdx-expression-parse@1.0.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|strip-indent@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|get-stdin@4.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|path-exists@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|eastasianwidth@0.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|stringifier@1.3.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-js@2.4.1",
        "postcss@5.2.18-tuxcare.1|traverse@0.6.6",
        "postcss@5.2.18-tuxcare.1|type-name@2.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|has-color@0.1.7"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ansi-align@1.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|string-width@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|cli-boxes@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|filled-array@1.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|widest-line@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|string-width@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|dot-prop@3.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-obj@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|osenv@0.1.4",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|os-homedir@1.0.2",
        "postcss@5.2.18-tuxcare.1|os-tmpdir@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|uuid@2.0.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|package-json@2.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|got@5.7.1",
        "postcss@5.2.18-tuxcare.1|registry-auth-token@3.1.0",
        "postcss@5.2.18-tuxcare.1|registry-url@3.1.0",
        "postcss@5.2.18-tuxcare.1|semver@5.3.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|loose-envify@1.3.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|js-tokens@3.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|balanced-match@0.4.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|concat-map@0.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|regenerate@1.3.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|regjsgen@0.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|regjsparser@0.1.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|regjsparser@0.1.5|jsesc@0.5.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|regjsparser@0.1.5|jsesc@0.5.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|buffer-shims@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|core-util-is@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|process-nextick-args@1.0.7"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|string_decoder@0.10.31"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|util-deprecate@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|d@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|es5-ext@0.10.14"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|es5-ext@0.10.14",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|es6-iterator@2.0.1",
        "postcss@5.2.18-tuxcare.1|es6-symbol@3.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|es6-iterator@2.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|d@1.0.0",
        "postcss@5.2.18-tuxcare.1|es5-ext@0.10.14",
        "postcss@5.2.18-tuxcare.1|es6-symbol@3.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|es6-set@0.1.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|d@1.0.0",
        "postcss@5.2.18-tuxcare.1|es5-ext@0.10.14",
        "postcss@5.2.18-tuxcare.1|es6-iterator@2.0.1",
        "postcss@5.2.18-tuxcare.1|es6-symbol@3.1.1",
        "postcss@5.2.18-tuxcare.1|event-emitter@0.3.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|es6-symbol@3.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|d@1.0.0",
        "postcss@5.2.18-tuxcare.1|es5-ext@0.10.14"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|event-emitter@0.3.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|d@1.0.0",
        "postcss@5.2.18-tuxcare.1|es5-ext@0.10.14"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|circular-json@0.3.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|write@0.2.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|mkdirp@0.5.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|wrappy@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|mute-stream@0.0.5"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-property@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|sprintf-js@1.0.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|callsites@0.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|co@4.6.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|time-stamp@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glogg@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|sparkles@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|sparkles@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash._basecopy@3.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash._basetostring@3.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash._basevalues@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash._isiterateecall@3.0.9"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.escape@3.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lodash._root@3.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.keys@3.1.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lodash._getnative@3.9.1",
        "postcss@5.2.18-tuxcare.1|lodash.isarguments@3.1.0",
        "postcss@5.2.18-tuxcare.1|lodash.isarray@3.0.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.restparam@3.6.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|duplexer2@0.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|duplexer2@0.0.2|readable-stream@1.1.14"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|duplexer2@0.0.2|readable-stream@1.1.14",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|core-util-is@1.0.2",
        "postcss@5.2.18-tuxcare.1|inherits@2.0.3",
        "postcss@5.2.18-tuxcare.1|duplexer2@0.0.2|isarray@0.0.1",
        "postcss@5.2.18-tuxcare.1|string_decoder@0.10.31"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|duplexer2@0.0.2|isarray@0.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|atob@1.1.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|resolve-url@0.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|source-map-url@0.3.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|amdefine@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|detect-file@0.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|fs-exists-sync@0.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|resolve-dir@0.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|expand-tilde@1.2.2",
        "postcss@5.2.18-tuxcare.1|global-modules@0.2.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|expand-tilde@1.2.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|os-homedir@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.assignwith@4.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.isempty@4.4.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.pick@4.4.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|parse-filepath@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-absolute@0.2.6",
        "postcss@5.2.18-tuxcare.1|map-cache@0.2.2",
        "postcss@5.2.18-tuxcare.1|path-root@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|path-parse@1.0.5"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob2base@0.0.12",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|find-index@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ordered-read-streams@0.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|unique-stream@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|gaze@0.5.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|globule@0.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|natives@1.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|first-chunk-stream@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|error-ex@1.3.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-arrayish@0.2.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|path-key@2.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|elegant-spinner@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|date-fns@1.28.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|graceful-readlink@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|aws-sign2@0.6.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|aws4@1.6.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|caseless@0.12.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|combined-stream@1.0.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|delayed-stream@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|forever-agent@0.6.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|form-data@2.1.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|asynckit@0.4.0",
        "postcss@5.2.18-tuxcare.1|combined-stream@1.0.5",
        "postcss@5.2.18-tuxcare.1|mime-types@2.1.14"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|har-validator@4.2.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|ajv@4.11.5",
        "postcss@5.2.18-tuxcare.1|har-schema@1.0.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|hawk@3.1.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|boom@2.10.1",
        "postcss@5.2.18-tuxcare.1|cryptiles@2.0.5",
        "postcss@5.2.18-tuxcare.1|hoek@2.16.3",
        "postcss@5.2.18-tuxcare.1|sntp@1.0.9"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|http-signature@1.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|http-signature@1.1.1|assert-plus@0.2.0",
        "postcss@5.2.18-tuxcare.1|jsprim@1.4.0",
        "postcss@5.2.18-tuxcare.1|sshpk@1.11.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|http-signature@1.1.1|assert-plus@0.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-typedarray@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|isstream@0.1.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|json-stringify-safe@5.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|mime-types@2.1.14",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|mime-db@1.26.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|oauth-sign@0.8.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|performance-now@0.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|qs@6.4.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|safe-buffer@5.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|stringstream@0.0.5"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|tough-cookie@2.3.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|punycode@1.4.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|tunnel-agent@0.6.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|safe-buffer@5.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|pseudomap@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|yallist@2.1.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|shebang-regex@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|yargs@6.6.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|yargs@6.6.0|camelcase@3.0.0",
        "postcss@5.2.18-tuxcare.1|cliui@3.2.0",
        "postcss@5.2.18-tuxcare.1|decamelize@1.2.0",
        "postcss@5.2.18-tuxcare.1|get-caller-file@1.0.2",
        "postcss@5.2.18-tuxcare.1|os-locale@1.4.0",
        "postcss@5.2.18-tuxcare.1|read-pkg-up@1.0.1",
        "postcss@5.2.18-tuxcare.1|require-directory@2.1.1",
        "postcss@5.2.18-tuxcare.1|require-main-filename@1.0.1",
        "postcss@5.2.18-tuxcare.1|set-blocking@2.0.0",
        "postcss@5.2.18-tuxcare.1|string-width@1.0.2",
        "postcss@5.2.18-tuxcare.1|which-module@1.0.0",
        "postcss@5.2.18-tuxcare.1|y18n@3.2.1",
        "postcss@5.2.18-tuxcare.1|yargs-parser@4.2.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|yargs@6.6.0|camelcase@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|sax@1.2.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|xmlbuilder@4.2.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lodash@4.17.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|path-type@1.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|graceful-fs@4.1.11",
        "postcss@5.2.18-tuxcare.1|pify@2.3.0",
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|sort-keys@1.1.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-plain-obj@1.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-bindify-decorators@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-remap-async-to-generator@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-function-name@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-template@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-async-generators@6.13.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-async-functions@6.13.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-builder-binary-assignment-operator-visitor@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-helper-explode-assignable-expression@6.22.0",
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-exponentiation-operator@6.13.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-plugin-syntax-object-rest-spread@6.13.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|arr-diff@2.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|arr-flatten@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|array-unique@0.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|braces@1.8.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|expand-range@1.8.2",
        "postcss@5.2.18-tuxcare.1|preserve@0.2.0",
        "postcss@5.2.18-tuxcare.1|repeat-element@1.1.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|expand-brackets@0.1.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-posix-bracket@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|extglob@0.3.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-extglob@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|filename-regex@2.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|kind-of@3.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-buffer@1.1.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|normalize-path@2.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|object.omit@2.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|for-own@0.1.5",
        "postcss@5.2.18-tuxcare.1|is-extendable@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|parse-glob@3.0.4",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|glob-base@0.3.0",
        "postcss@5.2.18-tuxcare.1|is-dotfile@1.0.2",
        "postcss@5.2.18-tuxcare.1|is-extglob@1.0.0",
        "postcss@5.2.18-tuxcare.1|is-glob@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|regex-cache@0.4.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-equal-shallow@0.1.3",
        "postcss@5.2.18-tuxcare.1|is-primitive@2.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|builtin-modules@1.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|spdx-correct@1.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|spdx-license-ids@1.2.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|spdx-expression-parse@1.0.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|get-stdin@4.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|traverse@0.6.6"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|type-name@2.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|got@5.7.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|create-error-class@3.0.2",
        "postcss@5.2.18-tuxcare.1|got@5.7.1|duplexer2@0.1.4",
        "postcss@5.2.18-tuxcare.1|is-redirect@1.0.0",
        "postcss@5.2.18-tuxcare.1|is-retry-allowed@1.1.0",
        "postcss@5.2.18-tuxcare.1|is-stream@1.1.0",
        "postcss@5.2.18-tuxcare.1|lowercase-keys@1.0.0",
        "postcss@5.2.18-tuxcare.1|node-status-codes@1.0.0",
        "postcss@5.2.18-tuxcare.1|object-assign@4.1.1",
        "postcss@5.2.18-tuxcare.1|parse-json@2.2.0",
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1",
        "postcss@5.2.18-tuxcare.1|read-all-stream@3.1.0",
        "postcss@5.2.18-tuxcare.1|readable-stream@2.2.6",
        "postcss@5.2.18-tuxcare.1|timed-out@3.1.3",
        "postcss@5.2.18-tuxcare.1|unzip-response@1.0.2",
        "postcss@5.2.18-tuxcare.1|url-parse-lax@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|got@5.7.1|duplexer2@0.1.4",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|readable-stream@2.2.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|registry-auth-token@3.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|rc@1.1.7"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|registry-url@3.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|rc@1.1.7"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash._root@3.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash._getnative@3.9.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.isarguments@3.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lodash.isarray@3.0.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|fs-exists-sync@0.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|global-modules@0.2.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|global-prefix@0.1.5",
        "postcss@5.2.18-tuxcare.1|is-windows@0.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-absolute@0.2.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-relative@0.2.1",
        "postcss@5.2.18-tuxcare.1|is-windows@0.2.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|map-cache@0.2.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|path-root@0.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|path-root-regex@0.1.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|find-index@0.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|globule@0.1.0|glob@3.1.21",
        "postcss@5.2.18-tuxcare.1|globule@0.1.0|lodash@1.0.2",
        "postcss@5.2.18-tuxcare.1|globule@0.1.0|minimatch@0.2.14"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|glob@3.1.21",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|globule@0.1.0|graceful-fs@1.2.3",
        "postcss@5.2.18-tuxcare.1|globule@0.1.0|inherits@1.0.2",
        "postcss@5.2.18-tuxcare.1|globule@0.1.0|minimatch@0.2.14"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|lodash@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|minimatch@0.2.14",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|globule@0.1.0|lru-cache@2.7.3",
        "postcss@5.2.18-tuxcare.1|sigmund@1.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|graceful-fs@1.2.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|inherits@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|globule@0.1.0|lru-cache@2.7.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-arrayish@0.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|delayed-stream@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|asynckit@0.4.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|har-schema@1.0.5"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|boom@2.10.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|hoek@2.16.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|cryptiles@2.0.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|boom@2.10.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|hoek@2.16.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|sntp@1.0.9",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|hoek@2.16.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jsprim@1.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|assert-plus@1.0.0",
        "postcss@5.2.18-tuxcare.1|extsprintf@1.0.2",
        "postcss@5.2.18-tuxcare.1|json-schema@0.2.3",
        "postcss@5.2.18-tuxcare.1|verror@1.3.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|sshpk@1.11.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|asn1@0.2.3",
        "postcss@5.2.18-tuxcare.1|assert-plus@1.0.0",
        "postcss@5.2.18-tuxcare.1|bcrypt-pbkdf@1.0.1",
        "postcss@5.2.18-tuxcare.1|dashdash@1.14.1",
        "postcss@5.2.18-tuxcare.1|ecc-jsbn@0.1.1",
        "postcss@5.2.18-tuxcare.1|getpass@0.1.6",
        "postcss@5.2.18-tuxcare.1|jodid25519@1.0.2",
        "postcss@5.2.18-tuxcare.1|jsbn@0.1.1",
        "postcss@5.2.18-tuxcare.1|tweetnacl@0.14.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|mime-db@1.26.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|punycode@1.4.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|cliui@3.2.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|string-width@1.0.2",
        "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1",
        "postcss@5.2.18-tuxcare.1|wrap-ansi@2.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|get-caller-file@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|os-locale@1.4.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|lcid@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|require-directory@2.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|require-main-filename@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|set-blocking@2.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|which-module@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|y18n@3.2.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|yargs-parser@4.2.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|yargs-parser@4.2.1|camelcase@3.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|yargs-parser@4.2.1|camelcase@3.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-plain-obj@1.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|babel-helper-explode-assignable-expression@6.22.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|babel-runtime@6.23.0",
        "postcss@5.2.18-tuxcare.1|babel-traverse@6.23.1",
        "postcss@5.2.18-tuxcare.1|babel-types@6.23.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|expand-range@1.8.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|fill-range@2.2.3"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|preserve@0.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|repeat-element@1.1.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-posix-bracket@0.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-buffer@1.1.5"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|for-own@0.1.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|for-in@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-extendable@0.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|glob-base@0.3.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|glob-parent@2.0.0",
        "postcss@5.2.18-tuxcare.1|is-glob@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-dotfile@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-equal-shallow@0.1.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-primitive@2.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-primitive@2.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|spdx-license-ids@1.2.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|create-error-class@3.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|capture-stack-trace@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-redirect@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-retry-allowed@1.1.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lowercase-keys@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|node-status-codes@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|read-all-stream@3.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|pinkie-promise@2.0.1",
        "postcss@5.2.18-tuxcare.1|readable-stream@2.2.6"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|timed-out@3.1.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|unzip-response@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|url-parse-lax@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|prepend-http@1.0.4"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|rc@1.1.7",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|deep-extend@0.4.1",
        "postcss@5.2.18-tuxcare.1|ini@1.3.4",
        "postcss@5.2.18-tuxcare.1|minimist@1.2.0",
        "postcss@5.2.18-tuxcare.1|strip-json-comments@2.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|global-prefix@0.1.5",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|homedir-polyfill@1.0.1",
        "postcss@5.2.18-tuxcare.1|ini@1.3.4",
        "postcss@5.2.18-tuxcare.1|is-windows@0.2.0",
        "postcss@5.2.18-tuxcare.1|which@1.2.12"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-windows@0.2.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-relative@0.2.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-unc-path@0.1.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|path-root-regex@0.1.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|assert-plus@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|extsprintf@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|json-schema@0.2.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|verror@1.3.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|extsprintf@1.0.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|asn1@0.2.3"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|bcrypt-pbkdf@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|tweetnacl@0.14.5"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|dashdash@1.14.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|assert-plus@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ecc-jsbn@0.1.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|jsbn@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|getpass@0.1.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|assert-plus@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jodid25519@1.0.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|jsbn@0.1.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|jsbn@0.1.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|tweetnacl@0.14.5"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|wrap-ansi@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|string-width@1.0.2",
        "postcss@5.2.18-tuxcare.1|strip-ansi@3.0.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|lcid@1.0.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|invert-kv@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|fill-range@2.2.3",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-number@2.1.0",
        "postcss@5.2.18-tuxcare.1|isobject@2.1.0",
        "postcss@5.2.18-tuxcare.1|randomatic@1.1.6",
        "postcss@5.2.18-tuxcare.1|repeat-element@1.1.2",
        "postcss@5.2.18-tuxcare.1|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|for-in@1.0.2"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|capture-stack-trace@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|prepend-http@1.0.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|deep-extend@0.4.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|ini@1.3.4"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|homedir-polyfill@1.0.1",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|parse-passwd@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-unc-path@0.1.2",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|unc-path-regex@0.1.2"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|sigmund@1.0.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|invert-kv@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|is-number@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|kind-of@3.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|isobject@2.1.0",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|isarray@1.0.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|randomatic@1.1.6",
      "dependsOn": [
        "postcss@5.2.18-tuxcare.1|is-number@2.1.0",
        "postcss@5.2.18-tuxcare.1|kind-of@3.1.0"
      ]
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|repeat-string@1.6.1"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|parse-passwd@1.0.0"
    },
    {
      "ref": "postcss@5.2.18-tuxcare.1|unc-path-regex@0.1.2"
    }
  ]
}