{
  "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
  "bomFormat": "CycloneDX",
  "specVersion": "1.6",
  "version": 1,
  "serialNumber": "urn:uuid:d6aebccf-bb0e-48f6-8358-72f9b3a5a29d",
  "metadata": {
    "timestamp": "2026-03-11T15:57:08.982Z",
    "tools": {
      "components": [
        {
          "type": "application",
          "name": "npm",
          "version": "11.9.0"
        },
        {
          "type": "application",
          "name": "cyclonedx-npm",
          "group": "@cyclonedx",
          "version": "4.2.1",
          "author": "Jan Kowalleck",
          "description": "Create CycloneDX Software Bill of Materials (SBOM) from NPM projects.",
          "licenses": [
            {
              "license": {
                "id": "Apache-2.0"
              }
            }
          ],
          "externalReferences": [
            {
              "url": "git+https://github.com/CycloneDX/cyclonedx-node-npm.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/CycloneDX/cyclonedx-node-npm#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/CycloneDX/cyclonedx-node-npm/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            }
          ]
        },
        {
          "type": "library",
          "name": "cyclonedx-library",
          "group": "@cyclonedx",
          "version": "10.0.0",
          "author": "Jan Kowalleck",
          "description": "Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).",
          "licenses": [
            {
              "license": {
                "id": "Apache-2.0"
              }
            }
          ],
          "externalReferences": [
            {
              "url": "git+https://github.com/CycloneDX/cyclonedx-javascript-library.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/CycloneDX/cyclonedx-javascript-library#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/CycloneDX/cyclonedx-javascript-library/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            }
          ]
        }
      ]
    },
    "component": {
      "type": "application",
      "name": "jquery",
      "version": "2.2.4-tuxcare.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1",
      "author": "jQuery Foundation and other contributors",
      "description": "JavaScript library for DOM operations",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jquery@2.2.4-tuxcare.1?vcs_url=git%2Bhttps%3A%2F%2Fgithub.com%2Fjquery%2Fjquery.git",
      "externalReferences": [
        {
          "url": "git+https://github.com/jquery/jquery.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://jquery.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jquery/jquery/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:path",
          "value": ""
        }
      ]
    }
  },
  "components": [
    {
      "type": "library",
      "name": "commitplease",
      "version": "2.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|commitplease@2.0.0",
      "author": "Jörn Zaefferer",
      "description": "Validates strings as commit messages",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/commitplease@2.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/jzaefferer/commitplease.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jzaefferer/commitplease#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jzaefferer/commitplease/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/commitplease/-/commitplease-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "65e7fd9b168689e3df0da279849148657f14f24ed986f3b9316131e412a707f1f5dfb034cf15a81180c2ba90537b02f209645fcc221fa1ca415aeb79ee92e332"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/commitplease"
        }
      ]
    },
    {
      "type": "library",
      "name": "core-js",
      "version": "0.9.17",
      "bom-ref": "jquery@2.2.4-tuxcare.1|core-js@0.9.17",
      "description": "Standard library",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/core-js@0.9.17",
      "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-0.9.17.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bd43200fe2fcc8a43572ff17a34108a40a49739de850acb0d68105c10eb59707587371aea1588fa89e4465d3599e61035ed72ffd32225f6ef0aaa23d6486bf36"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/core-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-babel",
      "version": "5.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-babel@5.0.1",
      "author": "Sindre Sorhus",
      "description": "Turn ES6 code into vanilla ES5 with no runtime required",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/grunt-babel@5.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/grunt-babel.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel/grunt-babel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/grunt-babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-babel/-/grunt-babel-5.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7690f2bb6603ef3b495b61c1b6aa2f70d3aba1fd2f105e79e4484905c964fd1c20fbf30886f3db0a2fa1a7bb180fe4cd241339bde9d8565918aa0f089d268158"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-babel"
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-cli",
      "version": "0.1.13",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-cli@0.1.13",
      "author": "Grunt Team",
      "description": "The grunt command line interface.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/gruntjs/grunt-cli/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/grunt-cli@0.1.13",
      "externalReferences": [
        {
          "url": "git://github.com/gruntjs/grunt-cli.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://gruntjs.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/gruntjs/grunt-cli/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-cli/-/grunt-cli-0.1.13.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "05b36d32ea992198da7d55980769e2a4fb6f5882c456d63a377d1e30dc0acf021275d0b90f85c7cdfaa3b82c8429c2931f5f64dc5aac44b65e9c47358373c4d1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-cli"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "resolve",
          "version": "0.3.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-cli@0.1.13|resolve@0.3.1",
          "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@0.3.1",
          "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-0.3.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "9b1c7f23fc0b8f1b6bc8306daeb6f464dcda60445559a1e92745b402b9bc37897c6fe8e25ff539c8a72c8f4cd0a45f54b8a375bb3f341144ceb9d38de8e3ee69"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-cli/node_modules/resolve"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-compare-size",
      "version": "0.4.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-compare-size@0.4.0",
      "author": "Rick Waldron",
      "description": "Compare file sizes on this branch to master",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/rwldrn/grunt-compare-size/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/grunt-compare-size@0.4.0",
      "externalReferences": [
        {
          "url": "git://github.com/rwldrn/grunt-compare-size.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/rwldrn/grunt-compare-size",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/rwldrn/grunt-compare-size/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-compare-size/-/grunt-compare-size-0.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "831c7f54a64ac9bf0c180a4cbe214d782d488e551a2a51ec60615c704c3a9f055882240f29f9e3c30006ff4f92a5a342d4551dce6cf05aa1246da1533f1e911a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-compare-size"
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-contrib-jshint",
      "version": "0.11.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-jshint@0.11.2",
      "author": "Grunt Team",
      "description": "Validate files with JSHint.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/gruntjs/grunt-contrib-jshint/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/grunt-contrib-jshint@0.11.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/gruntjs/grunt-contrib-jshint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gruntjs/grunt-contrib-jshint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gruntjs/grunt-contrib-jshint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.11.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3a37bfa2028c7d44c3a9a436a26c001ae6fe78bcf58c9f92b523b8912d994547cb636d959291c48d737069d3ee827fa130f14b9d2b50b39809dda9ffdfc3f2bd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-contrib-jshint"
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-contrib-uglify",
      "version": "0.9.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2",
      "author": "Grunt Team",
      "description": "Minify files with UglifyJS",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/grunt-contrib-uglify@0.9.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/gruntjs/grunt-contrib-uglify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gruntjs/grunt-contrib-uglify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gruntjs/grunt-contrib-uglify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-contrib-uglify/-/grunt-contrib-uglify-0.9.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "29747ebd47fcac130fe0610fd5281fe7f452bad1a67273b5976efb268ae5499371b893966b81ea6af8427891a5d7d26244144a78ba09188a0daf819854b00406"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-contrib-uglify"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|chalk@1.1.3",
          "description": "Terminal string styling done right. Much color.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@1.1.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "53795154b31296c09f8ea60f6cbc95bf5d4cf423d6e08ef6f1de9308a300389b9e11e07dffca3e792b0c9f13c90fe43e2bdd3db1d11283b0beb489281faa27d4"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-contrib-uglify/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "3.10.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|lodash@3.10.1",
          "author": "John-David Dalton",
          "description": "The modern build of lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@3.10.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://lodash.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/lodash/lodash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "f660c3c2a54899ae8e657efd6650c009997cb019b44c49e47fdf7357788c0381b39084fff618aa3f9998d07a13d6234b0ab29cfd1d4707257ec897d159526bc9"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-contrib-uglify/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|ansi-styles@2.2.1",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@2.2.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "92609ebc582146258cec7079cd33d42e5e2bf5b5454968f3eb6321aa2cc3194aead8d5ae34c432bafe2d1c7a0a247b3af4cfcc17ae2511c1dd608a1cadd59060"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-contrib-uglify/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/strip-ansi.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/strip-ansi#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/strip-ansi/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "561ba64926c1a834cff29d992ca8f8d148c1095e3ebfc6d4484a546f82a34605a4f696ea185e111058fa2846a089d6f67ff33a0330b41261720cd19ac3d382ce"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-contrib-uglify/node_modules/strip-ansi"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-contrib-watch",
      "version": "0.6.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-watch@0.6.1",
      "author": "Grunt Team",
      "description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/gruntjs/grunt-contrib-watch/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/grunt-contrib-watch@0.6.1",
      "externalReferences": [
        {
          "url": "git://github.com/gruntjs/grunt-contrib-watch.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gruntjs/grunt-contrib-watch",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gruntjs/grunt-contrib-watch/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-contrib-watch/-/grunt-contrib-watch-0.6.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "11ae1fdda9de840e86f92f3cbf24f07b003f31fe926da7532314a040294a6d96271ce709d0fac6736a7ebb347a852f60a7b0c6e8e6ef6b192613c1ca9cb3ac7c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-contrib-watch"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "async",
          "version": "0.2.10",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-watch@0.6.1|async@0.2.10",
          "author": "Caolan McMahon",
          "description": "Higher-order functions and common patterns for asynchronous code",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared",
                "url": "https://github.com/caolan/async/raw/master/LICENSE"
              }
            }
          ],
          "purl": "pkg:npm/async@0.2.10",
          "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-0.2.10.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "78091da0ac54ebf2e42830732e94feb7a15fe44b5f485e30c7559f2623c4115ed634b9c36915e4d28572b2210f9b6eb6ae869a72119ec7052ff785a14a03794d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-contrib-watch/node_modules/async"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "2.4.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-watch@0.6.1|lodash@2.4.2",
          "author": "John-David Dalton",
          "description": "A utility library delivering consistency, customization, performance, & extras.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@2.4.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://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-2.4.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "29a935862ebf8581c654f99dca26628e8432cf9c76886573b3ac3d19807f1e25c4b72958eed22860444e323bccd5df675c9a8f3ab1b630d3cc9f4d5b27e4b447"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-contrib-watch/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-git-authors",
      "version": "2.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-git-authors@2.0.1",
      "author": "Scott González",
      "description": "Generate a list of authors from the git history.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/scottgonzalez/grunt-git-authors/blob/master/LICENSE.txt"
          }
        }
      ],
      "purl": "pkg:npm/grunt-git-authors@2.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/scottgonzalez/grunt-git-authors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/scottgonzalez/grunt-git-authors",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/scottgonzalez/grunt-git-authors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-git-authors/-/grunt-git-authors-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4cb21f4bae5ff0d84baa0e394dc1e47d45325ec75161fd1e865ae11428d9c1af382d203fc843e6abac5f7106ce9e2591321f7d374729990fe58c02bf6a119e01"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-git-authors"
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-jscs",
      "version": "2.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-jscs@2.1.0",
      "author": "Gustavo Henke",
      "description": "Grunt task for checking JavaScript Code Style with jscs.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/grunt-jscs@2.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jscs-dev/grunt-jscs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jscs-dev/grunt-jscs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jscs-dev/grunt-jscs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-jscs/-/grunt-jscs-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3cf71430bb0d261ec06617c8c2cd7fbabd2b452cae79614b09379c2a9690f700c9bcaa1548d37f648dbd027ecf7e080f0364c26fa10a6f5071ba5243e88e8411"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-jscs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lodash",
          "version": "3.10.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-jscs@2.1.0|lodash@3.10.1",
          "author": "John-David Dalton",
          "description": "The modern build of lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@3.10.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://lodash.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/lodash/lodash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "f660c3c2a54899ae8e657efd6650c009997cb019b44c49e47fdf7357788c0381b39084fff618aa3f9998d07a13d6234b0ab29cfd1d4707257ec897d159526bc9"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-jscs/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-jsonlint",
      "version": "1.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-jsonlint@1.0.4",
      "author": "Brandon Ramirez",
      "description": "Validate JSON files from grunt.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/grunt-jsonlint@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/brandonramirez/grunt-jsonlint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/brandonramirez/grunt-jsonlint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/brandonramirez/grunt-jsonlint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-jsonlint/-/grunt-jsonlint-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f8cf211bf3e91c07f4e32e80c3f5dea29431f65ed305501bef5d136d95ce03512dad222f31e1f97b9b47a4fd892b3bdec90368776ea6bc9d56cf60ecf3b23075"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-jsonlint"
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-npmcopy",
      "version": "0.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0",
      "author": "Timmy Willison",
      "description": "NPM on the front-end without the cruft.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/grunt-npmcopy@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/timmywil/grunt-npmcopy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/timmywil/grunt-npmcopy",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/timmywil/grunt-npmcopy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-npmcopy/-/grunt-npmcopy-0.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "95328a64ed553290471456d6f1f672d48e9584c70d09f5bc876826fa4e047c785194dd4c36bbdcd852c7c3d40a4c873f4334d5a839f91c53bb8262fc16c5ec88"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-npmcopy"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "glob",
          "version": "4.5.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "234ad359429264ac4f4880086aa8525d333f0e2208eb06a67beac40b77050392ea9abf5899d2fbcfa1e3f7e6dd5ad4efa18d52bb8fce88c2e66f7ed8ec9cef25"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-npmcopy/node_modules/glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "2.4.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|lodash@2.4.2",
          "author": "John-David Dalton",
          "description": "A utility library delivering consistency, customization, performance, & extras.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@2.4.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://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-2.4.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "29a935862ebf8581c654f99dca26628e8432cf9c76886573b3ac3d19807f1e25c4b72958eed22860444e323bccd5df675c9a8f3ab1b630d3cc9f4d5b27e4b447"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-npmcopy/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-npmcopy/node_modules/inherits"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "2.0.10",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "8d0a3aa35a9254b1166b0de5f9bc180365f4b8bb8ad8a8cd876c2380eed0ffd5099d7af5437c90291f01234fc1b7facf83be5ee92316e215bfe9c0475536548c"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-npmcopy/node_modules/minimatch"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt",
      "version": "0.4.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt@0.4.5",
      "author": "\"Cowboy\" Ben Alman",
      "description": "The JavaScript Task Runner",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/grunt@0.4.5",
      "externalReferences": [
        {
          "url": "git://github.com/gruntjs/grunt.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://gruntjs.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/gruntjs/grunt/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d62ab7ca52e3cd7ab3fca4aad4e004daa867a5c6e41765b286c41c6af66df989a0bc7bb411b3cc1211a1cb682bd053faee2b07a5175fc230795957975dc25e99"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt"
        }
      ]
    },
    {
      "type": "library",
      "name": "gzip-js",
      "version": "0.3.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|gzip-js@0.3.2",
      "author": "T. Jameson Little",
      "description": "GZIP in pure JavaScript (works in the browser)",
      "licenses": [
        {
          "license": {
            "name": "GPL",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gzip-js@0.3.2",
      "externalReferences": [
        {
          "url": "git://github.com/beatgammit/gzip-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/beatgammit/gzip-js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/beatgammit/gzip-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gzip-js/-/gzip-js-0.3.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0454e2c2d10dd7692826c9e1568efb4b35bebba54037385a2b41c4b5dc05c2017314eab559027c7923c4c8602e7947ecd42fd6a9d82db989d4c0246e466d40e5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gzip-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsdom",
      "version": "5.6.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|jsdom@5.6.1",
      "description": "A JavaScript implementation of the DOM and HTML standards",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsdom@5.6.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/tmpvar/jsdom.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tmpvar/jsdom#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tmpvar/jsdom/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsdom/-/jsdom-5.6.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bef1833d706c3f01cde2223789272a748cc3a16fd42bc601644efc4195b99d68d9ae91f6e5b9a1b4eefc20b3c04fe58806e568f60df56e5f92371fca00884c13"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsdom"
        }
      ]
    },
    {
      "type": "library",
      "name": "load-grunt-tasks",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|load-grunt-tasks@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Load multiple grunt tasks using globbing patterns",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/load-grunt-tasks@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/load-grunt-tasks.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/load-grunt-tasks#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/load-grunt-tasks/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2660b9ff962b70c534296dd87f1a7ad18e1dfa3d4d1b8b3a24a3c2166192d28b241c6e2b633cfffe93e87e3bd6aedb3b682d5f1b0f2ff0a63040530622202c7c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/load-grunt-tasks"
        }
      ]
    },
    {
      "type": "library",
      "name": "qunit-assert-step",
      "version": "1.0.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|qunit-assert-step@1.0.3",
      "author": "jQuery Foundation and other contributors",
      "description": "A QUnit plugin for asserting the proper sequence in which the code should execute.",
      "purl": "pkg:npm/qunit-assert-step@1.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/JamesMGreene/qunit-assert-step.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/JamesMGreene/qunit-assert-step",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/JamesMGreene/qunit-assert-step/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/qunit-assert-step/-/qunit-assert-step-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d65f7302bb748a16e67eaf5d3ceda71cc2cad11a73a9c1e9ec809aebf6e8758a4315d43103d88d45ca9e6c9f56a2e5d325d574a53c94a499f7f2b8397caab039"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/qunit-assert-step"
        }
      ]
    },
    {
      "type": "library",
      "name": "qunitjs",
      "version": "1.17.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|qunitjs@1.17.1",
      "author": "jQuery Foundation and other contributors",
      "description": "An easy-to-use JavaScript Unit Testing framework.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/jquery/qunit/blob/1.17.1/LICENSE.txt"
          }
        }
      ],
      "purl": "pkg:npm/qunitjs@1.17.1",
      "externalReferences": [
        {
          "url": "git://github.com/jquery/qunit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://qunitjs.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jquery/qunit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/qunitjs/-/qunitjs-1.17.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "79f89f82557a837033cad56b0b1e6f412a20ec18907c8c34221d62a054efd4d8ec02b4503d39a848f146577e8a4df1675b919ec8a568979907c1d0c15bd61e84"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/qunitjs"
        }
      ]
    },
    {
      "type": "library",
      "name": "requirejs",
      "version": "2.1.17",
      "bom-ref": "jquery@2.2.4-tuxcare.1|requirejs@2.1.17",
      "author": "James Burke",
      "description": "Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared",
            "url": "https://github.com/jrburke/r.js/blob/master/LICENSE"
          }
        },
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/jrburke/r.js/blob/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/requirejs@2.1.17",
      "externalReferences": [
        {
          "url": "git+https://github.com/jrburke/r.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/jrburke/r.js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jrburke/r.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/requirejs/-/requirejs-2.1.17.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "47e76c3842c1b9799fedcea453a8ff00f1e7e50bbc5dfeab6903ac198fc18e551eafd78bdf3844cfd1defc6281b5d03a3ab427bc0a173afe0ce82c5bcc7a10e9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/requirejs"
        }
      ]
    },
    {
      "type": "library",
      "name": "sinon",
      "version": "1.10.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|sinon@1.10.3",
      "author": "Christian Johansen",
      "description": "JavaScript test spies, stubs and mocks.",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared",
            "url": "http://github.com/cjohansen/Sinon.JS/blob/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/sinon@1.10.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/cjohansen/Sinon.JS.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://cjohansen.no/sinon/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/cjohansen/Sinon.JS/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sinon/-/sinon-1.10.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f7a527b8f438e9ceccd754eec56e89ed66728d0749374de48e968833ceea6450b9847a1c677f887ec95b119eb7af7ef766dfcc106a90bea2ed67e4dee4c8788e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sinon"
        }
      ]
    },
    {
      "type": "library",
      "name": "sizzle",
      "version": "2.2.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|sizzle@2.2.1",
      "author": "jQuery Foundation and other contributors",
      "description": "A pure-JavaScript, bottom-up CSS selector engine designed to be easily dropped in to a host library.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/sizzle@2.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jquery/sizzle.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://sizzlejs.com",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jquery/sizzle/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sizzle/-/sizzle-2.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3d1de2a4cc0c62113a31374b7e00f70f14b83c3dcc15986577be6186f5583305c84200ff88d669c455eb1ccf3adccb4044b8419739398fc4f3337fdbf6805787"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sizzle"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-json-comments",
      "version": "1.0.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|strip-json-comments@1.0.3",
      "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@1.0.3",
      "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-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4ba9d73d6ea91865faa2440331ac462f25e16f0b2b998a7c185d08acfa26af5ae351123642d9c642b83a29ce73964d377fd74824268a2248dd3382fffaa2ea51"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-json-comments"
        }
      ]
    },
    {
      "type": "library",
      "name": "testswarm",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0",
      "author": "Jörn Zaefferer",
      "description": "Nodejs module for interacting with TestSwarm",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/jzaefferer/node-testswarm/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/testswarm@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/jzaefferer/node-testswarm.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jzaefferer/node-testswarm",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jzaefferer/node-testswarm/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/testswarm/-/testswarm-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a18f4399c6efd4e08fc34777dd169a63c3e27aa8aff2b0bc4a652297d02281e30d18c4f717572fe34123b4642e227afee933c46066316fae353bbeec514c9cac"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/testswarm"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "request",
          "version": "2.12.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0",
          "author": "Mikeal Rogers",
          "description": "Simplified HTTP request client.",
          "purl": "pkg:npm/request@2.12.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mikeal/request.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mikeal/request#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/mikeal/request/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/request/-/request-2.12.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "19c388f4dc94c3695191ee2475bae3405c6ef9c2ee812844347bdc6fd40248b2dcff21f794fec8ffb4444b155b612f80c42febf6bc3392ce763111d5a1975be7"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/testswarm/node_modules/request"
            }
          ],
          "components": [
            {
              "type": "library",
              "name": "form-data",
              "version": "0.0.3",
              "bom-ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3",
              "author": "Felix Geisendörfer",
              "description": "A module to create readable `\"multipart/form-data\"` streams.  Can be used to submit forms and file uploads to other web applications.",
              "purl": "pkg:npm/form-data@0.0.3",
              "externalReferences": [
                {
                  "url": "git://github.com/felixge/node-form-data.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/felixge/node-form-data#readme",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/felixge/node-form-data/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:development",
                  "value": "true"
                },
                {
                  "name": "cdx:npm:package:bundled",
                  "value": "true"
                },
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/testswarm/node_modules/request/node_modules/form-data"
                }
              ],
              "components": [
                {
                  "type": "library",
                  "name": "async",
                  "version": "0.1.9",
                  "bom-ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3|async@0.1.9",
                  "author": "Caolan McMahon",
                  "description": "Higher-order functions and common patterns for asynchronous code",
                  "licenses": [
                    {
                      "license": {
                        "id": "MIT",
                        "acknowledgement": "declared",
                        "url": "http://github.com/caolan/async/raw/master/LICENSE"
                      }
                    }
                  ],
                  "purl": "pkg:npm/async@0.1.9",
                  "externalReferences": [
                    {
                      "url": "git://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": "http://github.com/caolan/async/issues",
                      "type": "issue-tracker",
                      "comment": "as detected from PackageJson property \"bugs.url\""
                    }
                  ],
                  "properties": [
                    {
                      "name": "cdx:npm:package:development",
                      "value": "true"
                    },
                    {
                      "name": "cdx:npm:package:bundled",
                      "value": "true"
                    },
                    {
                      "name": "cdx:npm:package:path",
                      "value": "node_modules/testswarm/node_modules/request/node_modules/form-data/node_modules/async"
                    }
                  ]
                },
                {
                  "type": "library",
                  "name": "combined-stream",
                  "version": "0.0.3",
                  "bom-ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3|combined-stream@0.0.3",
                  "author": "Felix Geisendörfer",
                  "description": "A stream that emits multiple other streams one after another.",
                  "purl": "pkg:npm/combined-stream@0.0.3",
                  "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\""
                    }
                  ],
                  "properties": [
                    {
                      "name": "cdx:npm:package:development",
                      "value": "true"
                    },
                    {
                      "name": "cdx:npm:package:bundled",
                      "value": "true"
                    },
                    {
                      "name": "cdx:npm:package:path",
                      "value": "node_modules/testswarm/node_modules/request/node_modules/form-data/node_modules/combined-stream"
                    }
                  ],
                  "components": [
                    {
                      "type": "library",
                      "name": "delayed-stream",
                      "version": "0.0.5",
                      "bom-ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3|combined-stream@0.0.3|delayed-stream@0.0.5",
                      "author": "Felix Geisendörfer",
                      "description": "Buffers events from a stream until you are ready to handle them.",
                      "purl": "pkg:npm/delayed-stream@0.0.5",
                      "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\""
                        }
                      ],
                      "properties": [
                        {
                          "name": "cdx:npm:package:development",
                          "value": "true"
                        },
                        {
                          "name": "cdx:npm:package:bundled",
                          "value": "true"
                        },
                        {
                          "name": "cdx:npm:package:path",
                          "value": "node_modules/testswarm/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream"
                        }
                      ]
                    }
                  ]
                }
              ]
            },
            {
              "type": "library",
              "name": "mime",
              "version": "1.2.7",
              "bom-ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|mime@1.2.7",
              "author": "Robert Kieffer",
              "description": "A comprehensive library for mime-type mapping",
              "purl": "pkg:npm/mime@1.2.7",
              "externalReferences": [
                {
                  "url": "git://github.com/broofa/node-mime.git",
                  "type": "vcs",
                  "comment": "as detected from PackageJson property \"repository.url\""
                },
                {
                  "url": "https://github.com/broofa/node-mime#readme",
                  "type": "website",
                  "comment": "as detected from PackageJson property \"homepage\""
                },
                {
                  "url": "https://github.com/broofa/node-mime/issues",
                  "type": "issue-tracker",
                  "comment": "as detected from PackageJson property \"bugs.url\""
                }
              ],
              "properties": [
                {
                  "name": "cdx:npm:package:development",
                  "value": "true"
                },
                {
                  "name": "cdx:npm:package:bundled",
                  "value": "true"
                },
                {
                  "name": "cdx:npm:package:path",
                  "value": "node_modules/testswarm/node_modules/request/node_modules/mime"
                }
              ]
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "win-spawn",
      "version": "2.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|win-spawn@2.0.0",
      "author": "ForbesLindesay",
      "description": "Spawn for node.js but in a way that works regardless of which OS you're using",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/win-spawn@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ForbesLindesay/win-spawn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ForbesLindesay/win-spawn#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ForbesLindesay/win-spawn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/win-spawn/-/win-spawn-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "78beeca9df5f5d6a6f57daf2cc640987bd777b05a7b6a72670cda98f9fd38a487c0327979303d877eb414fa47e0a7ec88c69897e8966aea59c9693427f883c19"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/win-spawn"
        }
      ]
    },
    {
      "type": "library",
      "name": "chalk",
      "version": "0.4.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b107d80e57efd83195b6376842ac52d1c1190eba321bc87a4da980eabbf1c25ad4e416922c3c7dc616ad058976a7167b826a4d68f155c01b5d19dbb9ad0fad61"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/chalk"
        }
      ]
    },
    {
      "type": "library",
      "name": "mout",
      "version": "0.8.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|mout@0.8.0",
      "description": "Modular Utilities",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://www.opensource.org/licenses/mit-license.php"
          }
        }
      ],
      "purl": "pkg:npm/mout@0.8.0",
      "externalReferences": [
        {
          "url": "git://github.com/mout/mout.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://moutjs.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mout/mout/issues/",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mout/-/mout-0.8.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f5a1a1e3001241dd20ed4a907ad342dc1e46475d363f87bf9c8c754d23cd2f02660de066daa49c896f050323d0edc39221d2cef2db2c848d3d4c42274245dbc0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mout"
        }
      ]
    },
    {
      "type": "library",
      "name": "semver",
      "version": "2.2.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|semver@2.2.1",
      "description": "The semantic version parser used by npm.",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/semver@2.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/node-semver.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/node-semver#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/node-semver/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/semver/-/semver-2.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ccce5213cf3b67c231c7d7066859eef5677cc6bd111708b101265cbd48764069dfff5bb1626c9eb43ce1ce411d0ca8a99993eafc94c1d202e8d52839f4b5e441"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/semver"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-core",
      "version": "5.8.38",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38",
      "author": "Sebastian McKenzie",
      "description": "A compiler for writing next generation JavaScript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-core@5.8.38",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://babeljs.io/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-core/-/babel-core-5.8.38.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "695a0fb9a122249fefa85a58b86a779073ab29e29c8829230c4fdef6f6b756848f01edfb41cd3ef4067e801808313bbc57cade0adda55bcd3d7bc93528941d69"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-core"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "53795154b31296c09f8ea60f6cbc95bf5d4cf423d6e08ef6f1de9308a300389b9e11e07dffca3e792b0c9f13c90fe43e2bdd3db1d11283b0beb489281faa27d4"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "core-js",
          "version": "1.2.7",
          "bom-ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|core-js@1.2.7",
          "description": "Standard library",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/core-js@1.2.7",
          "externalReferences": [
            {
              "url": "git+https://github.com/zloirock/core-js.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/zloirock/core-js#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/zloirock/core-js/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "6623e9f69665831a5646ed0cf9859b9baf9a43ce1711f1f52515ef7ce73f7c82d623454a84b0b62d7d775f5358ab87d42f32ccabb1df878dc24a8dbf6886943c"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/core-js"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "3.10.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|lodash@3.10.1",
          "author": "John-David Dalton",
          "description": "The modern build of lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@3.10.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://lodash.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/lodash/lodash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "f660c3c2a54899ae8e657efd6650c009997cb019b44c49e47fdf7357788c0381b39084fff618aa3f9998d07a13d6234b0ab29cfd1d4707257ec897d159526bc9"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "2.0.10",
          "bom-ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "8d0a3aa35a9254b1166b0de5f9bc180365f4b8bb8ad8a8cd876c2380eed0ffd5099d7af5437c90291f01234fc1b7facf83be5ee92316e215bfe9c0475536548c"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/minimatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "92609ebc582146258cec7079cd33d42e5e2bf5b5454968f3eb6321aa2cc3194aead8d5ae34c432bafe2d1c7a0a247b3af4cfcc17ae2511c1dd608a1cadd59060"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "561ba64926c1a834cff29d992ca8f8d148c1095e3ebfc6d4484a546f82a34605a4f696ea185e111058fa2846a089d6f67ff33a0330b41261720cd19ac3d382ce"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-core/node_modules/strip-ansi"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "findup-sync",
      "version": "0.1.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|findup-sync@0.1.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",
            "url": "https://github.com/cowboy/node-findup-sync/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/findup-sync@0.1.3",
      "externalReferences": [
        {
          "url": "git://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.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ca37ed7d89c5e1385812f28457f904151d79766b725d3021def427ce9254a1cecd6a3e72d4fd0293b66cd7e56ba1ad34137293dc862c93be7a4bef1603974d2f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/findup-sync"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "glob",
          "version": "3.2.11",
          "bom-ref": "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|glob@3.2.11",
          "author": "Isaac Z. Schlueter",
          "description": "a little globber",
          "licenses": [
            {
              "license": {
                "name": "BSD",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob@3.2.11",
          "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.2.11.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "8556f4cf0119c02d455d22913c54de3ad37b000ac9709948e942c62edaecb5ab3028d96b4c9a8003ed65625494a29e2f8c0e36df1941cea7d54b78961a5a89fa"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/findup-sync/node_modules/glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "2.4.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|lodash@2.4.2",
          "author": "John-David Dalton",
          "description": "A utility library delivering consistency, customization, performance, & extras.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@2.4.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://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-2.4.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "29a935862ebf8581c654f99dca26628e8432cf9c76886573b3ac3d19807f1e25c4b72958eed22860444e323bccd5df675c9a8f3ab1b630d3cc9f4d5b27e4b447"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/findup-sync/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/findup-sync/node_modules/inherits"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "0.3.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|minimatch@0.3.0",
          "author": "Isaac Z. Schlueter",
          "description": "a glob matcher in javascript",
          "purl": "pkg:npm/minimatch@0.3.0",
          "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.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "5855f58c8d406b13536553872c155acf04d629a423a32912cc204d5c1ef6bc34c2ce8a501adc8ff75b4a7452b972fd7ea8cc0fca24eed47a94ae2aa9948f2970"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/findup-sync/node_modules/minimatch"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "nopt",
      "version": "1.0.10",
      "bom-ref": "jquery@2.2.4-tuxcare.1|nopt@1.0.10",
      "author": "Isaac Z. Schlueter",
      "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
      "purl": "pkg:npm/nopt@1.0.10",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/isaacs/nopt.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/nopt#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/nopt/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3569a9bcb4aa52b82b002f470aec44bdbf8f4a5a07a6a56ef85a9c3b879e176879a9846103b7afe8abde9724002ad7a051b0ba472a499e510e85df2f96834a62"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nopt"
        }
      ]
    },
    {
      "type": "library",
      "name": "hooker",
      "version": "0.2.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|hooker@0.2.3",
      "author": "\"Cowboy\" Ben Alman",
      "description": "Monkey-patch (hook) functions for debugging and stuff.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/cowboy/javascript-hooker/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/hooker@0.2.3",
      "externalReferences": [
        {
          "url": "git://github.com/cowboy/javascript-hooker.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/cowboy/javascript-hooker",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cowboy/javascript-hooker/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b7e51eac2b10be24b29802270f4d4fc3e0e7feeb26cf5b113bedd9935fa5c7c7a0f962a90f6ba57305aa1c72f4f9ab1e441afedfebc88621b52b5253c1a21c4c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hooker"
        }
      ]
    },
    {
      "type": "library",
      "name": "jshint",
      "version": "2.13.6",
      "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6",
      "author": "Anton Kovalyov",
      "description": "Static analysis tool for JavaScript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jshint@2.13.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/jshint/jshint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://jshint.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jshint/jshint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jshint/-/jshint-2.13.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "215741e06d0d4d379066b06833c0b924554b8d5d8ab59f403e0c9b0c0d4c2bbdf16f4f6a16cd23097c902e708ea7571265965bbe1abfea67d71d44da0e47dfb9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jshint"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "htmlparser2",
          "version": "3.8.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|htmlparser2@3.8.3",
          "author": "Felix Boehm",
          "description": "Fast & forgiving HTML/XML/RSS parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/htmlparser2@3.8.3",
          "externalReferences": [
            {
              "url": "git://github.com/fb55/htmlparser2.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/fb55/htmlparser2#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "http://github.com/fb55/htmlparser2/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "841c448370985defab3c8b9af044deeed986dd70e7f41d1e74e13f7bdc07da72dccf1ce076ed26d1a34763ee701598af88b58b74034f253b2c6bdd9d31c5d0e5"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jshint/node_modules/htmlparser2"
            }
          ]
        },
        {
          "type": "library",
          "name": "lodash",
          "version": "4.17.21",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|lodash@4.17.21",
          "author": "John-David Dalton",
          "description": "Lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@4.17.21",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://lodash.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/lodash/lodash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "bf690311ee7b95e713ba568322e3533f2dd1cb880b189e99d4edef13592b81764daec43e2c54c61d5c558dc5cfb35ecb85b65519e74026ff17675b6f8f916f4a"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jshint/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "3.0.8",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|minimatch@3.0.8",
          "author": "Isaac Z. Schlueter",
          "description": "a glob matcher in javascript",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/minimatch@3.0.8",
          "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.8.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "e85b11010b3143ad66c3ea8fd59cdb2fd05cefcc76a793aa3603699e80052d3ad7f27e4ac698740ac9e198a28d5d35a35ea5392f4a463d1ee1624f97599afad1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jshint/node_modules/minimatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "domhandler",
          "version": "2.3.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|domhandler@2.3.0",
          "author": "Felix Boehm",
          "description": "handler for htmlparser2 that turns pages into a dom",
          "purl": "pkg:npm/domhandler@2.3.0",
          "externalReferences": [
            {
              "url": "git://github.com/fb55/DomHandler.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/fb55/DomHandler#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/fb55/DomHandler/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "abd6d4c237e9ec489ff235b1c713d2ca47516406fa1a482e0464a0bef0ab848f7007bd56d8afcabefe04eb5085fe67027e75490de0d6c7f55bfee02a6c38fa51"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jshint/node_modules/domhandler"
            }
          ]
        },
        {
          "type": "library",
          "name": "domutils",
          "version": "1.5.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|domutils@1.5.1",
          "author": "Felix Boehm",
          "description": "utilities for working with htmlparser2's dom",
          "purl": "pkg:npm/domutils@1.5.1",
          "externalReferences": [
            {
              "url": "git://github.com/FB55/domutils.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/FB55/domutils#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/FB55/domutils/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "812bb93a2fc8fb7c0310d06c39606244ad5ea06c5ccb0612aa0deb47deb4ffe11f634085e045f554f9201ce6775a24bf260d83b65885e8185670795fa5851c1b"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jshint/node_modules/domutils"
            }
          ]
        },
        {
          "type": "library",
          "name": "entities",
          "version": "1.0.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|entities@1.0.0",
          "author": "Felix Boehm",
          "description": "Encode & decode XML/HTML entities with ease",
          "licenses": [
            {
              "license": {
                "name": "BSD-like",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/entities@1.0.0",
          "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.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "2db2ea7d7809326cbcd6dfbb735e269ee9451c9d7bd1c33a13ed2f31747d93f662670817f22e693608d3097dd23b855e52c14b57ef089e2c68adeb7053e32305"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jshint/node_modules/entities"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "1.1.14",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "f8c7958c57f82f8e1752484cd5e61b0fc7f212cc5c57cd69a8c491e606e57dc2c21df66f6ebab2e3fa981c4fbf4791e80544f5d565793b4f02af59f761791655"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jshint/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jshint/node_modules/inherits"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "0.0.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "0f64bedc62f1587fae86b34472887f7e799878ff04f3fcc797ae3877f8dd034836bb25efcb7b1bd2ac68b44fa77b42ed71c1e49d0cd6c1913385a93ba09d0239"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jshint/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "0.10.31",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "7afd90cd2cd63d89b2f46baa7c856295d03839d7062de15942bab9cace91b62b85f914108995abf1364dc8072e557c904587c43be32ca01ff506e41584e26ea1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jshint/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "maxmin",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|maxmin@1.1.0",
      "author": "Sindre Sorhus",
      "description": "Get a pretty output of the original, minified, gzipped size of a string or buffer: 130 B → 91 B → 53 B (gzip)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/maxmin@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/maxmin.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/maxmin#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/maxmin/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/maxmin/-/maxmin-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8f2a6857ac133eecff9e091cdac0d99c5be9bf1d7840808d292fe32bd45b926890409678256b2d22ccc0f224ffcfdb4f485fef5d0e6ab46d21eb937db622c828"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/maxmin"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|maxmin@1.1.0|chalk@1.1.3",
          "description": "Terminal string styling done right. Much color.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@1.1.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "53795154b31296c09f8ea60f6cbc95bf5d4cf423d6e08ef6f1de9308a300389b9e11e07dffca3e792b0c9f13c90fe43e2bdd3db1d11283b0beb489281faa27d4"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/maxmin/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|maxmin@1.1.0|ansi-styles@2.2.1",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@2.2.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "92609ebc582146258cec7079cd33d42e5e2bf5b5454968f3eb6321aa2cc3194aead8d5ae34c432bafe2d1c7a0a247b3af4cfcc17ae2511c1dd608a1cadd59060"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/maxmin/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|maxmin@1.1.0|strip-ansi@3.0.1",
          "author": "Sindre Sorhus",
          "description": "Strip ANSI escape codes",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/strip-ansi@3.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/strip-ansi.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/strip-ansi#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/strip-ansi/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "561ba64926c1a834cff29d992ca8f8d148c1095e3ebfc6d4484a546f82a34605a4f696ea185e111058fa2846a089d6f67ff33a0330b41261720cd19ac3d382ce"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/maxmin/node_modules/strip-ansi"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "uglify-js",
      "version": "2.8.29",
      "bom-ref": "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29",
      "author": "Mihai Bazon",
      "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uglify-js@2.8.29",
      "externalReferences": [
        {
          "url": "git+https://github.com/mishoo/UglifyJS2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://lisperator.net/uglifyjs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mishoo/UglifyJS2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a8babfe32da98dc537be1961b1e5c6189ed56c53b8a4100dbb493097c5426bd28423457c55f648c76172df0d358924c0fe91b02994a6bbff88e1eb4b34376de7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uglify-js"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "yargs",
          "version": "3.10.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29|yargs@3.10.0",
          "author": "Alex Ford",
          "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/yargs@3.10.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/bcoe/yargs.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/bcoe/yargs#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/bcoe/yargs/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "405cd46a1f3c1801b2f65c8328606a65d918029b7adeb0976011989c43f8c4324f5cda975e70430029dbad79d5895ea3452a8078fc2b0138b68bc99f626e0bd4"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/uglify-js/node_modules/yargs"
            }
          ]
        },
        {
          "type": "library",
          "name": "camelcase",
          "version": "1.2.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29|camelcase@1.2.1",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@1.2.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/camelcase.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "c332e40dae0afe6cc8d4e4884c2f835328e0225fc44cd1c4f50bd8832e89e89beacb2cf80b45df77e95085bd7db17da3329655e08b2c527d150d59a0955face2"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/uglify-js/node_modules/camelcase"
            }
          ]
        },
        {
          "type": "library",
          "name": "window-size",
          "version": "0.1.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29|window-size@0.1.0",
          "author": "Jon Schlinkert",
          "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared",
                "url": "https://github.com/jonschlinkert/window-size/blob/master/LICENSE-MIT"
              }
            }
          ],
          "purl": "pkg:npm/window-size@0.1.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jonschlinkert/window-size.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/jonschlinkert/window-size",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jonschlinkert/window-size/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "d694cf40329375deb5a3394a18d0a384d45df8a3e680b4866b79994c7a0e962686704483f06d4f5e187b7357e088f8d56cd55f832d856b0e0123cfe6d1c0bc32"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/uglify-js/node_modules/window-size"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "uri-path",
      "version": "0.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|uri-path@0.0.2",
      "author": "Ult Combo",
      "description": "Convert relative file system paths into safe URI paths",
      "licenses": [
        {
          "license": {
            "id": "WTFPL",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uri-path@0.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/UltCombo/uri-path.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/UltCombo/uri-path",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/UltCombo/uri-path/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uri-path/-/uri-path-0.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "272f991154ea3e83201902f6a96dae5e92ca9d98302beca94c8faed9fd39aaa5921eac90067fafbd613c0e73838b0f4601ca5fe505f6c77bd902e6adceec888e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uri-path"
        }
      ]
    },
    {
      "type": "library",
      "name": "gaze",
      "version": "0.5.2",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dc859b5c69030c7157f3322535d7e79a1be548c86904eead0ebe089c1f1f1a4bba761fe08c53c636a71db1725a8d9834e71f634735db2fa8029c29ee31aa78b7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gaze"
        }
      ]
    },
    {
      "type": "library",
      "name": "tiny-lr-fork",
      "version": "0.0.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|tiny-lr-fork@0.0.5",
      "author": "mklabs",
      "description": "Tiny LiveReload server, background-friendly",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/mklabs/tiny-lr/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/tiny-lr-fork@0.0.5",
      "externalReferences": [
        {
          "url": "git://github.com/mklabs/tiny-lr.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mklabs/tiny-lr",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mklabs/tiny-lr/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-0.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "be172f9f2ffc7f8eabad588a57404e523565e1cfeb0d3ced9d3d7e913ee2c83fc882a6ffbb2891b0a2f131cd99f0236f4c4d4fc75b6e36b3ccf813942fedef95"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tiny-lr-fork"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "debug",
          "version": "0.7.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|tiny-lr-fork@0.0.5|debug@0.7.4",
          "author": "TJ Holowaychuk",
          "description": "small debugging utility",
          "purl": "pkg:npm/debug@0.7.4",
          "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-0.7.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1288406f7f83487486c7c71aace48a25ef06d1ac95e7f8bad3d383d09da8ac292ec9a7bb4b2652cf66a82e6405dacd0f8f98084c379bc0f1fb185065a8e510d5"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/tiny-lr-fork/node_modules/debug"
            }
          ]
        },
        {
          "type": "library",
          "name": "qs",
          "version": "0.5.6",
          "bom-ref": "jquery@2.2.4-tuxcare.1|tiny-lr-fork@0.0.5|qs@0.5.6",
          "author": "TJ Holowaychuk",
          "description": "querystring parser",
          "purl": "pkg:npm/qs@0.5.6",
          "externalReferences": [
            {
              "url": "git://github.com/visionmedia/node-querystring.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/visionmedia/node-querystring#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/visionmedia/node-querystring/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/qs/-/qs-0.5.6.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "29b3ab42b3f961efb4826abe870c682700054701310025aac318f520314582a3b0f4fa31cb7c3049b69f77d66a3fa4faca431f9f1339ef792dfdae22f726dab5"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/tiny-lr-fork/node_modules/qs"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "spawnback",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|spawnback@1.0.1",
      "author": "Scott González",
      "description": "Simplified process spawning with buffered output in a callback",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/scottgonzalez/spawnback/blob/master/LICENSE.txt"
          }
        }
      ],
      "purl": "pkg:npm/spawnback@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/scottgonzalez/spawnback.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/scottgonzalez/spawnback",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/scottgonzalez/spawnback/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spawnback/-/spawnback-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "df8d19aada89cd6019b47c1a082da0c7899d40e9e4516016343a7bcb46c211ab5d8e6810e23edbd2a43ba8ee562095b1fe5b8daca72b633a4a6c7dcd4d1d37d0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/spawnback"
        }
      ]
    },
    {
      "type": "library",
      "name": "jscs",
      "version": "2.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1",
      "author": "Marat Dulin",
      "description": "JavaScript Code Style",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jscs@2.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jscs-dev/node-jscs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://jscs.info",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jscs-dev/node-jscs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jscs/-/jscs-2.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f23a53f04b80ad8fb6269c68002935a3b003a7c94f6cfe57d7a3af57eaacfd7799111a015df2e19a5ced58a984613c60f4c94bd040bcc99f586ae2381e111491"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jscs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "chalk",
          "version": "1.1.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|chalk@1.1.3",
          "description": "Terminal string styling done right. Much color.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/chalk@1.1.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/chalk.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/chalk#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/chalk/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "53795154b31296c09f8ea60f6cbc95bf5d4cf423d6e08ef6f1de9308a300389b9e11e07dffca3e792b0c9f13c90fe43e2bdd3db1d11283b0beb489281faa27d4"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jscs/node_modules/chalk"
            }
          ]
        },
        {
          "type": "library",
          "name": "esprima",
          "version": "2.5.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|esprima@2.5.0",
          "author": "Ariya Hidayat",
          "description": "ECMAScript parsing infrastructure for multipurpose analysis",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/esprima@2.5.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/jquery/esprima.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://esprima.org",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jquery/esprima/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/esprima/-/esprima-2.5.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "b8cea17d2d3ff326cd223f1219131d89d3c9cb9ba15aa58dfc6224caa9cc01b0922f8e327c518bb81a5144280ea415c166dd8eca642e33e21f6a192a26adc35b"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jscs/node_modules/esprima"
            }
          ]
        },
        {
          "type": "library",
          "name": "glob",
          "version": "5.0.15",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|glob@5.0.15",
          "author": "Isaac Z. Schlueter",
          "description": "a little globber",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob@5.0.15",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/node-glob.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/node-glob#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/node-glob/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "73d20f31acdf4484e998000a8b6d9d2b554ac460d7f5e861a9f0010eb88bfe5ccef76c5c50a1093d01eb540ff660748d141e22165ca45665afc28e3c9ebdcec4"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jscs/node_modules/glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "2.0.10",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "8d0a3aa35a9254b1166b0de5f9bc180365f4b8bb8ad8a8cd876c2380eed0ffd5099d7af5437c90291f01234fc1b7facf83be5ee92316e215bfe9c0475536548c"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jscs/node_modules/minimatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "ansi-styles",
          "version": "2.2.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|ansi-styles@2.2.1",
          "author": "Sindre Sorhus",
          "description": "ANSI escape codes for styling strings in the terminal",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ansi-styles@2.2.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/chalk/ansi-styles.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/chalk/ansi-styles/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "92609ebc582146258cec7079cd33d42e5e2bf5b5454968f3eb6321aa2cc3194aead8d5ae34c432bafe2d1c7a0a247b3af4cfcc17ae2511c1dd608a1cadd59060"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jscs/node_modules/ansi-styles"
            }
          ]
        },
        {
          "type": "library",
          "name": "strip-ansi",
          "version": "3.0.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "561ba64926c1a834cff29d992ca8f8d148c1095e3ebfc6d4484a546f82a34605a4f696ea185e111058fa2846a089d6f67ff33a0330b41261720cd19ac3d382ce"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jscs/node_modules/strip-ansi"
            }
          ]
        },
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jscs/node_modules/inherits"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "vow",
      "version": "0.4.20",
      "bom-ref": "jquery@2.2.4-tuxcare.1|vow@0.4.20",
      "author": "Dmitry Filatov",
      "description": "DOM Promise and Promises/A+ implementation for Node.js and browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vow@0.4.20",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/dfilatov/vow.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://dfilatov.github.io/vow/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dfilatov/vow/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vow/-/vow-0.4.20.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "618a12617518001a98d3c0ff5ab8dc589c49484adc20b4514d0a5c3f251cd1215f8083ca49417356deeed470b74d718964cfea86c4a308b350b2dc6a7fb6ac81"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vow"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsonlint",
      "version": "1.6.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|jsonlint@1.6.0",
      "author": "Zach Carter",
      "description": "Validate JSON",
      "purl": "pkg:npm/jsonlint@1.6.0",
      "externalReferences": [
        {
          "url": "git://github.com/zaach/jsonlint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://zaach.github.com/jsonlint/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/zaach/jsonlint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsonlint/-/jsonlint-1.6.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c7a60b05ee8d8dda6621e8a497040ec6c66e623fd2396913df71a54e9686d547451a37568cf7312750966405f7c00eed6abcfc13660717a2a25b91d36a93e55f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsonlint"
        }
      ]
    },
    {
      "type": "library",
      "name": "async",
      "version": "0.1.22",
      "bom-ref": "jquery@2.2.4-tuxcare.1|async@0.1.22",
      "author": "Caolan McMahon",
      "description": "Higher-order functions and common patterns for asynchronous code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/caolan/async/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/async@0.1.22",
      "externalReferences": [
        {
          "url": "git+ssh://git@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": "http://github.com/caolan/async/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/async/-/async-0.1.22.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dad1339622667f97c735a7cdc102c95d46ac1b340255cb6fb0d9179a79442c7c32a54d29d3cfeb1e8858be4a8a223c97a71fb4ae4ad8bfa41b849f9417842406"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/async"
        }
      ]
    },
    {
      "type": "library",
      "name": "coffee-script",
      "version": "1.3.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|coffee-script@1.3.3",
      "author": "Jeremy Ashkenas",
      "description": "Unfancy JavaScript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://raw.github.com/jashkenas/coffee-script/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/coffee-script@1.3.3",
      "externalReferences": [
        {
          "url": "git://github.com/jashkenas/coffee-script.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://coffeescript.org",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jashkenas/coffee-script/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/coffee-script/-/coffee-script-1.3.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4234354f806ac87bf5f64e9749f761cbf40b9483a1cb0cf47a405409af61ef5cd830995f0d319a9ff675257cd8919eaff11f8686f2ffa781593db3d6f1635796"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/coffee-script"
        }
      ]
    },
    {
      "type": "library",
      "name": "colors",
      "version": "0.6.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|colors@0.6.2",
      "author": "Marak Squires",
      "description": "get colors in your node.js console like what",
      "purl": "pkg:npm/colors@0.6.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/Marak/colors.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Marak/colors.js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Marak/colors.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/colors/-/colors-0.6.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3ac495b472bc22bf2bdfe171c3f6f88d2d592cf5e457a6710d1250cde0fbaa8d12a8c5d6ac70ccef50e06333cc1d8f12149d00a3e9cd536a75326c1dccaa8faf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/colors"
        }
      ]
    },
    {
      "type": "library",
      "name": "dateformat",
      "version": "1.0.2-1.2.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|dateformat@1.0.2-1.2.3",
      "author": "Steven Levithan",
      "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
      "purl": "pkg:npm/dateformat@1.0.2-1.2.3",
      "externalReferences": [
        {
          "url": "https://github.com/felixge/node-dateformat",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.2-1.2.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "017bd6f20eed3b88a59391e039678398f8bf64f6829cc27ef42835237a75f70ea672f0005c1bae1845c0c726c2f838e3d4f4995221d4732a18bbb5a77825fc81"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dateformat"
        }
      ]
    },
    {
      "type": "library",
      "name": "eventemitter2",
      "version": "0.4.14",
      "bom-ref": "jquery@2.2.4-tuxcare.1|eventemitter2@0.4.14",
      "author": "hij1nx",
      "description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/eventemitter2@0.4.14",
      "externalReferences": [
        {
          "url": "git://github.com/hij1nx/EventEmitter2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hij1nx/EventEmitter2#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hij1nx/EventEmitter2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-0.4.14.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2bb278c6ae71003e631ec18ce517965d14c56b72511a87c788c715810f0f470816c738c7a4c582233b26c9feb4fa687c28bb2a60f72350c6b4002e2177a94fc9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eventemitter2"
        }
      ]
    },
    {
      "type": "library",
      "name": "exit",
      "version": "0.1.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|exit@0.1.2",
      "author": "\"Cowboy\" Ben Alman",
      "description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/cowboy/node-exit/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/exit@0.1.2",
      "externalReferences": [
        {
          "url": "git://github.com/cowboy/node-exit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cowboy/node-exit",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cowboy/node-exit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "664fde34a576cdb8e92b3aec43e9f51baa6855b12b4312742c13895da299d445622f31fe86b2eef5c757238cf0f5d05026c970044a5b4363f5a12ee70f1b3a8d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/exit"
        }
      ]
    },
    {
      "type": "library",
      "name": "getobject",
      "version": "0.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|getobject@0.1.0",
      "author": "\"Cowboy\" Ben Alman",
      "description": "get.and.set.deep.objects.easily = true",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/cowboy/node-getobject/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/getobject@0.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/cowboy/node-getobject.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cowboy/node-getobject",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cowboy/node-getobject/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/getobject/-/getobject-0.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "84818405f9c7719a569173ec0157959a9603bdfcbf99ab55974df2398f7514f9a7a420b5d8b9b98b33710a33b794701e3bab9a4f0331bbb838e744a29279618a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/getobject"
        }
      ]
    },
    {
      "type": "library",
      "name": "glob",
      "version": "3.1.21",
      "bom-ref": "jquery@2.2.4-tuxcare.1|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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "00d872d95dbeb45a516a3137c0de03864350d3c283af422bd6a2f5dbf7147b9f9aed24c42bc8e45b8a27518b98f3fd3aa8016e4f98deee68c0ab3c7478a236b5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/glob"
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-legacy-log",
      "version": "0.1.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log@0.1.3",
      "author": "\"Cowboy\" Ben Alman",
      "description": "The Grunt 0.4.x logger.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/grunt-legacy-log@0.1.3",
      "externalReferences": [
        {
          "url": "git://github.com/gruntjs/grunt-legacy-log.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://gruntjs.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/gruntjs/grunt-legacy-log/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-legacy-log/-/grunt-legacy-log-0.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a98b3fb8cd0899dcf02172e14b83b958b579b2800cf8f12aa8723f8734b1968e39d0445271c1219d7aa878303d668cce75a5ae627cd3393c1171546882578cc6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-legacy-log"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lodash",
          "version": "2.4.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log@0.1.3|lodash@2.4.2",
          "author": "John-David Dalton",
          "description": "A utility library delivering consistency, customization, performance, & extras.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@2.4.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://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-2.4.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "29a935862ebf8581c654f99dca26628e8432cf9c76886573b3ac3d19807f1e25c4b72958eed22860444e323bccd5df675c9a8f3ab1b630d3cc9f4d5b27e4b447"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-legacy-log/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "underscore.string",
          "version": "2.3.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log@0.1.3|underscore.string@2.3.3",
          "description": "String manipulation extensions for Underscore.js javascript library.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/underscore.string@2.3.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/epeli/underscore.string.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://epeli.github.com/underscore.string/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/epeli/underscore.string/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "85b0f93226ed86e0c0bb8c80e70c5eb396f3160a9ddcfa4126e0a56d1c5a35d7717ddb33faa7fed641f0ac6405ae67219831dbf62354fba1070e7f2e8f4c4326"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-legacy-log/node_modules/underscore.string"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-legacy-util",
      "version": "0.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-util@0.2.0",
      "author": "\"Cowboy\" Ben Alman",
      "description": "Some old grunt utils provided for backwards compatibility.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/gruntjs/grunt-legacy-util/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/grunt-legacy-util@0.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/gruntjs/grunt-legacy-util.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://gruntjs.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/gruntjs/grunt-legacy-util/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-legacy-util/-/grunt-legacy-util-0.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7173db7c5f1a33ea6fbde41e3752bcef60f97d19b7d317c9599892eb763c5bca3220f2c2942b2623c6d6f7a4f1ab369cf5cc8be2546a10185b849de7e44cd451"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-legacy-util"
        }
      ]
    },
    {
      "type": "library",
      "name": "iconv-lite",
      "version": "0.2.11",
      "bom-ref": "jquery@2.2.4-tuxcare.1|iconv-lite@0.2.11",
      "author": "Alexander Shtuchkin",
      "description": "Convert character encodings in pure javascript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/iconv-lite@0.2.11",
      "externalReferences": [
        {
          "url": "git://github.com/ashtuchkin/iconv-lite.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ashtuchkin/iconv-lite",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ashtuchkin/iconv-lite/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.2.11.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2a19855a0690658f3709b862f800c89e8510f04b67e811b97e290cf6cc9e3a3425b6f478e61edc44a27ff6ebd012e0fad48dd48eeefbc9871ed3f2e12950a543"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/iconv-lite"
        }
      ]
    },
    {
      "type": "library",
      "name": "js-yaml",
      "version": "2.0.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|js-yaml@2.0.5",
      "author": "Dervus Grim",
      "description": "YAML 1.2 parser and serializer",
      "purl": "pkg:npm/js-yaml@2.0.5",
      "externalReferences": [
        {
          "url": "git://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-2.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "54429c224b1c903054860d894bcef8c55a2e88f932c15521e32c9498b0837b5660ddb09de8cf85d5e18f7a73de1cb7365c2f29a7d1bc6ecba87cad0d784a9190"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/js-yaml"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash",
      "version": "0.9.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|lodash@0.9.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@0.9.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/lodash/lodash.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://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-0.9.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2d56edfeb8caeb68126e17a10d528bd2f95a8a67b86352018b12fe6ca78d7e86382f6cda6ff8c6af153a29ad39b4c03fcc1c644e4e6dde2beda6177262ea5ccf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimatch",
      "version": "0.2.14",
      "bom-ref": "jquery@2.2.4-tuxcare.1|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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cd9f89cbc9555a5beaa9e33c89907bc3b2a6424a099fc763339f39cfcf2bcb0ac46f3a2a6b055af45479a768700fecbbe277ee28e8e636f8bd82d58934ba87bc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minimatch"
        }
      ]
    },
    {
      "type": "library",
      "name": "rimraf",
      "version": "2.2.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|rimraf@2.2.8",
      "author": "Isaac Z. Schlueter",
      "description": "A deep deletion module for node (like `rm -rf`)",
      "purl": "pkg:npm/rimraf@2.2.8",
      "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.2.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "47928c2879cf01069932a2ceb32bb25267088d27839beef77a8a90a5a5c0ec0676d812fee82fb599c52c7203ac35df1656526ebe58003ec7a0731ee98e55740e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/rimraf"
        }
      ]
    },
    {
      "type": "library",
      "name": "underscore.string",
      "version": "2.2.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|underscore.string@2.2.1",
      "description": "String manipulation extensions for Underscore.js javascript library.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/underscore.string@2.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/epeli/underscore.string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://epeli.github.com/underscore.string/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epeli/underscore.string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dc5566857a9e96b8fa81f829dc19fab4e6af26f5b474d1f64fe85e4c3dfc251c48ac06e2bb36ea8e49ecce83988f70f2141d675a22e3db4f10b769e8fcbe1c20"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/underscore.string"
        }
      ]
    },
    {
      "type": "library",
      "name": "which",
      "version": "1.0.9",
      "bom-ref": "jquery@2.2.4-tuxcare.1|which@1.0.9",
      "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.0.9",
      "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.0.9.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "13cedf750fde449afd5b55f8c133de8cdcbdcd35b7148dafa4265227f1c063e4e48ca542d13526d6393abe7d99eea6b2d03432d3e44119d5f18fe4669a219929"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/which"
        }
      ]
    },
    {
      "type": "library",
      "name": "crc32",
      "version": "0.2.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|crc32@0.2.2",
      "author": "T. Jameson Little",
      "description": "CRC-32 implemented in JavaScript",
      "purl": "pkg:npm/crc32@0.2.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/beatgammit/crc32.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/beatgammit/crc32#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/beatgammit/crc32/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/crc32/-/crc32-0.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3c564419b0d47a835b2f6187204a494501a179745e0e8772ffd6b1293c615ed42a20be38df09cd8a0b5564ef62b8220c3c0a4a651bfb936c6bf1eb971ea37141"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/crc32"
        }
      ]
    },
    {
      "type": "library",
      "name": "deflate-js",
      "version": "0.2.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|deflate-js@0.2.3",
      "author": "Masanao Izumo",
      "description": "DEFLATE implemented in JavaScript (works in browser and Node)",
      "licenses": [
        {
          "license": {
            "name": "GPL",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/deflate-js@0.2.3",
      "externalReferences": [
        {
          "url": "git://github.com/beatgammit/deflate-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/beatgammit/deflate-js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/beatgammit/deflate-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deflate-js/-/deflate-js-0.2.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "af92a01c9ff24e2590b36de755e433e5d48bfe4996d0c06ccecb2c37212a0c28e31438f85c6fdce9050dfc8d09b58dd91f0c1c68d06d184f2cfa8577dda7137d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deflate-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn-globals",
      "version": "1.0.9",
      "bom-ref": "jquery@2.2.4-tuxcare.1|acorn-globals@1.0.9",
      "author": "ForbesLindesay",
      "description": "Detect global variables in JavaScript using acorn",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn-globals@1.0.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/ForbesLindesay/acorn-globals.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ForbesLindesay/acorn-globals#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ForbesLindesay/acorn-globals/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.9.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8f7ff8a647e287c5b834adb68315525dc1289d3a401ce1e1d21bb906866b29c3ac5bfe2804fc538b8624dd2023f85842d5fdfe6d14e45dd9b8d35f60c35be0f6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn-globals"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "acorn",
          "version": "2.7.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|acorn-globals@1.0.9|acorn@2.7.0",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@2.7.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-2.7.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a572bc7b3fe9563a85740801905d583d545a72e2d0f445c129a29669e879f1635f3240a6661399ceef8db4a48f0f93c798208785e439703dbda8cd4ae104f122"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/acorn-globals/node_modules/acorn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "acorn",
      "version": "1.2.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|acorn@1.2.2",
      "description": "ECMAScript parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/acorn@1.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/marijnh/acorn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/marijnh/acorn",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/marijnh/acorn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/acorn/-/acorn-1.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "16ca96980a5618c18b28a3691edd763cc73900aec169979ed16461d387c2cac993cc77beaeb28e6b630a8ce4619f37e97b8af42677dda879f4da20c0f43aa3d8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/acorn"
        }
      ]
    },
    {
      "type": "library",
      "name": "browser-request",
      "version": "0.3.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|browser-request@0.3.3",
      "author": "Jason Smith",
      "description": "Browser port of the Node.js 'request' package",
      "purl": "pkg:npm/browser-request@0.3.3",
      "externalReferences": [
        {
          "url": "git://github.com/iriscouch/browser-request.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/iriscouch/browser-request",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/iriscouch/browser-request/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browser-request/-/browser-request-0.3.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "632348e2a249fa98901ba30c12ea3b2770736aab2cb9fc74e33a442987d2ae5ff53a9e7d1d66a58bdcccb41a579e49aa31c3ae5893d9bee76b9bdc084a69c26e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browser-request"
        }
      ]
    },
    {
      "type": "library",
      "name": "cssom",
      "version": "0.3.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|cssom@0.3.8",
      "author": "Nikita Vasilyev",
      "description": "CSS Object Model implementation and CSS parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cssom@0.3.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/NV/CSSOM.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/NV/CSSOM#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/NV/CSSOM/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6f4b461db7de81b84f269c698813d4dac0a48a002ab4cf4ed76d657ba6db3a583257e3721b20a655f27a416f5e463cfc0a935f5843980483081916242f0b0862"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cssom"
        }
      ]
    },
    {
      "type": "library",
      "name": "cssstyle",
      "version": "0.2.37",
      "bom-ref": "jquery@2.2.4-tuxcare.1|cssstyle@0.2.37",
      "description": "CSSStyleDeclaration Object Model implementation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cssstyle@0.2.37",
      "externalReferences": [
        {
          "url": "git+https://github.com/chad3814/CSSStyleDeclaration.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chad3814/CSSStyleDeclaration",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chad3814/CSSStyleDeclaration/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "154a4a73ed45341b0752bf48b1f4860a8bebf15b863a28aece5802ca9a4a063262da36133852cdde88a2351308bd8a9b173177f26a8a8f806071ebf3539fe420"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cssstyle"
        }
      ]
    },
    {
      "type": "library",
      "name": "escodegen",
      "version": "1.14.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|escodegen@1.14.3",
      "description": "ECMAScript code generator",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escodegen@1.14.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/estools/escodegen.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/estools/escodegen",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/escodegen/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a85717d17264760f8f077c636591bfc0a4ae4f53e7416c79efe4d54a320c9882dddb20bfe81c981253f0267b250ecb96b92029e00c091ae99aac002625c8792b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escodegen"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "esprima",
          "version": "4.0.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|escodegen@1.14.3|esprima@4.0.1",
          "author": "Ariya Hidayat",
          "description": "ECMAScript parsing infrastructure for multipurpose analysis",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/esprima@4.0.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/jquery/esprima.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://esprima.org",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jquery/esprima/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "786b85170ed4a5d6be838a7e407be75b44724d7fd255e2410ccfe00ad30044ed1c2ee4f61dc10a9d33ef86357a6867aaac207fb1b368a742acce6d23b1a594e0"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/escodegen/node_modules/esprima"
            }
          ]
        },
        {
          "type": "library",
          "name": "source-map",
          "version": "0.6.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|escodegen@1.14.3|source-map@0.6.1",
          "author": "Nick Fitzgerald",
          "description": "Generates and consumes source maps",
          "scope": "optional",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/source-map@0.6.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/mozilla/source-map.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/mozilla/source-map",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/mozilla/source-map/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "52381aa6e99695b3219018334fb624739617513e3a17488abbc4865ead1b7303f9773fe1d0f963e9e9c9aa3cf565bab697959aa989eb55bc16396332177178ee"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/escodegen/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "htmlparser2",
      "version": "3.10.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|htmlparser2@3.10.1",
      "author": "Felix Boehm",
      "description": "Fast & forgiving HTML/XML/RSS parser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/htmlparser2@3.10.1",
      "externalReferences": [
        {
          "url": "git://github.com/fb55/htmlparser2.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/htmlparser2#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/fb55/htmlparser2/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "22089e3628d431b903a2fca828e6d4d435219b58b035813f7ee89f1281077ddd6864a64368e3414a46a5ed8d35b21c6c338f51e1768c7467b3dd69c5f547e209"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/htmlparser2"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|htmlparser2@3.10.1|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/htmlparser2/node_modules/inherits"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "nwmatcher",
      "version": "1.4.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|nwmatcher@1.4.4",
      "author": "Diego Perini",
      "description": "A CSS3-compliant JavaScript selector engine.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/nwmatcher@1.4.4",
      "externalReferences": [
        {
          "url": "git://github.com/dperini/nwmatcher.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://javascript.nwbox.com/NWMatcher/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/dperini/nwmatcher/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.4.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "de2b98e0de5d860329094ace567b80746ae0c55a95d9c26933e5cd71c8d1d8328e0754543f4680fb0197122373886fd429ba05c86048a0a39a365271c7c6dc89"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nwmatcher"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse5",
      "version": "1.5.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|parse5@1.5.1",
      "author": "Ivan Nikulin",
      "description": "WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node and io.js.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://raw.github.com/inikulin/parse5/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/parse5@1.5.1",
      "externalReferences": [
        {
          "url": "git://github.com/inikulin/parse5.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://inikulin.github.io/parse5/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inikulin/parse5/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/parse5/-/parse5-1.5.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c368f1ff4b49cef80ac196b9f2c8f6bc062afd2fcad5025f201ddc59879afc8bb5b1c14f0d04372108956531d6b51070023bf661ded2ff17997f75ea2c36f76c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse5"
        }
      ]
    },
    {
      "type": "library",
      "name": "request",
      "version": "2.88.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|request@2.88.2",
      "author": "Mikeal Rogers",
      "description": "Simplified HTTP request client.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/request@2.88.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/request/request.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/request/request#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/request/request/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "32cbed3ab7c6f5972b3b0016f908be17a1db0f40965c487da2eefbb8e6fb14cd963e1c13eec98cf37dcfcda9e124bb205e337cf48afa5763dccd7367329c0a87"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/request"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "tough-cookie",
          "version": "2.5.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|request@2.88.2|tough-cookie@2.5.0",
          "author": "Jeremy Stashewsky",
          "description": "RFC6265 Cookies and Cookie Jar for node.js",
          "licenses": [
            {
              "license": {
                "id": "BSD-3-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/tough-cookie@2.5.0",
          "externalReferences": [
            {
              "url": "git://github.com/salesforce/tough-cookie.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/salesforce/tough-cookie",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/salesforce/tough-cookie/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "9e52ec533826d647cb5d25df45931cd4a2c0ba077886a2470d3bdcda10c8c12de66407cc12e31b734dd2ba3305f8611ca5a5ffa9ba1ec9cc3a88ef09c15bf6fa"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/request/node_modules/tough-cookie"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "setimmediate",
      "version": "1.0.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|setimmediate@1.0.5",
      "author": "YuzuJS",
      "description": "A shim for the setImmediate efficient script yielding API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/setimmediate@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/YuzuJS/setImmediate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/YuzuJS/setImmediate#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/YuzuJS/setImmediate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3004c9759a7cb0ba8397febc2df4266cff3328f2d0355e81219a0882bb1c14343e46cbcafc1c5e0d03a0cb128aa21d32ffc87706a5459c2a90fe077eade8885c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/setimmediate"
        }
      ]
    },
    {
      "type": "library",
      "name": "tough-cookie",
      "version": "1.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|tough-cookie@1.2.0",
      "author": "Jeremy Stashewsky",
      "description": "RFC6265 Cookies and Cookie Jar for node.js",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tough-cookie@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/SalesforceEng/tough-cookie.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/SalesforceEng/tough-cookie",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/SalesforceEng/tough-cookie/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-1.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bbb82f33a3a0447110a2b4ef3cbf92d1eea0e2132bb0150041b87598acffefd5727adaed6af207c19045bafce488922e70c322df27d0888afe4e5fd44176b93d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tough-cookie"
        }
      ]
    },
    {
      "type": "library",
      "name": "xml-name-validator",
      "version": "2.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|xml-name-validator@2.0.1",
      "author": "Domenic Denicola",
      "description": "Validates whether a string matches the production for an XML name or qualified name",
      "licenses": [
        {
          "license": {
            "id": "WTFPL",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xml-name-validator@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jsdom/xml-name-validator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jsdom/xml-name-validator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jsdom/xml-name-validator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8d129efe2418332549a733c7fb71cbf7b2e0bb91eb09f8a2faa4a8f937e3287b4e9ef6e7bdd55f318ae7f50df8615f353367b9b2f889948e8aa3dcbe9c1cb3bc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xml-name-validator"
        }
      ]
    },
    {
      "type": "library",
      "name": "xmlhttprequest",
      "version": "1.8.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|xmlhttprequest@1.8.0",
      "author": "Dan DeFelippi",
      "description": "XMLHttpRequest for Node",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xmlhttprequest@1.8.0",
      "externalReferences": [
        {
          "url": "git://github.com/driverdan/node-XMLHttpRequest.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/driverdan/node-XMLHttpRequest#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/driverdan/node-XMLHttpRequest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e7c226fd4d2695504b337f0d7598c7ca1b8cb42a9aeb5e3af64d983ff01a3dbbc2a15f5a4065296c9063d50466db2b518954010ff7ecc3b2f66c9183550b3004"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xmlhttprequest"
        }
      ]
    },
    {
      "type": "library",
      "name": "xtend",
      "version": "4.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|xtend@4.0.2",
      "author": "Raynos",
      "description": "extend like a boss",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xtend@4.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/Raynos/xtend.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/xtend",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/xtend/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2ca614d620172575200179fd5118e2bbe3168725171ecbdfa7b99cb989bd75250a2b4fc28edad4c050310fcdbf98259bb4bb068c521a774c08b28778ceb4c011"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xtend"
        }
      ]
    },
    {
      "type": "library",
      "name": "multimatch",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|multimatch@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Extends minimatch.match() with support for multiple patterns",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/multimatch@1.0.1",
      "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-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "20013ef74463aa9250d7b6563604b912e825a4135814d3f1f66f155811498800fae579c045c0a17f0881f2929c02b15c971d5d0e35ed1f16d3d6c5da28b436c0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/multimatch"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "minimatch",
          "version": "1.0.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|multimatch@1.0.1|minimatch@1.0.0",
          "author": "Isaac Z. Schlueter",
          "description": "a glob matcher in javascript",
          "purl": "pkg:npm/minimatch@1.0.0",
          "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-1.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "12387939d93fb855c08f99dffcd49793451a9aa70601f39d1c8ee7634cef087ca7e1fde728b168513a7e958c43c528a1ff8d2e5bc969c03a653961dd5a441758"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/multimatch/node_modules/minimatch"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "formatio",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|formatio@1.0.2",
      "author": "Christian Johansen",
      "description": "Human-readable object formatting",
      "purl": "pkg:npm/formatio@1.0.2",
      "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.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "75bdbb7b54797215ecee965c24087b68f0b988944a46e08911417470558175f1bf43464c7a12e0f9d6e26e45d4e6ec8d3390239b00666bc3e4968c51fa5d88d7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/formatio"
        }
      ]
    },
    {
      "type": "library",
      "name": "util",
      "version": "0.12.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|util@0.12.5",
      "author": "Joyent",
      "description": "Node.js's util module for all engines",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/util@0.12.5",
      "externalReferences": [
        {
          "url": "git://github.com/browserify/node-util.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserify/node-util",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserify/node-util/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/util/-/util-0.12.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9197ff2ba84422b58723a5ea38552288c6beefdc04fc3f10f8d08d0167259328376f877693bb344067a936388005cf9a4773753c0c872fba7a51c2d8e8b9ab9c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/util"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|util@0.12.5|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/util/node_modules/inherits"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-styles",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "de217814829dc5a5584f726a42e63759ab7f4f6b7b4d16db43de05bb9d195026cbcb84c56d3cebf7434e1d0a1d42436a99e1060b0f166de3fbf16362e9229850"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-styles"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-color",
      "version": "0.1.7",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "91a373e4e4c06189adeb8e8792ac39d3fab2c4fdaf1674d5bb9010d599a4db62a4e7ee10c7a0693bcfaeec82ac30be5f3ac164d194f401c089358c1cbda2c1bf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-color"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-ansi",
      "version": "0.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6de85eb5efb7baac5e716943026e659ac91a49a21203e4e1438a0d3410d3049b74c76a6947a20fa9f64dba3e812da2c9fd28e2e133d995c4723a2b3cc174132e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-ansi"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-constant-folding",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-constant-folding@1.0.1",
      "description": "Compile static constants (ie. code that we can statically determine to be constant at runtime)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-constant-folding@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-constant-folding.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-constant-folding#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-constant-folding/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-constant-folding/-/babel-plugin-constant-folding-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "46f873f7ea3cfc16eaabaa9308eec550f63186bcea77f5e4218e3cd83758ad7a456e186a0eeff165951de7fbd81d5de8104d69a16f8cd74a6345910b0dea70c9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-constant-folding"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-dead-code-elimination",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-dead-code-elimination@1.0.2",
      "description": "Eliminate dead code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-dead-code-elimination@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-dead-code-elimination.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-dead-code-elimination#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-dead-code-elimination/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-dead-code-elimination/-/babel-plugin-dead-code-elimination-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c1b557041c8aa9a6882f7fb76bd6d148b00bd066214166264025936864d73acaaa7b52618bea9a8fcfc7fb243918c88986f6044226b0cce0a3092d5d9a3bc4e6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-dead-code-elimination"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-eval",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-eval@1.0.1",
      "description": "Compile eval calls with string literals",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-eval@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-eval.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-eval#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-eval/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-eval/-/babel-plugin-eval-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "62ef47e4f6d0286569fcefc11575146c754853305e66d10bf9893e228f0d0f83686d0616f1e83fced4e83249fed7f750ad08da39e16d8812ad91807058bbc587"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-eval"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-inline-environment-variables",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-inline-environment-variables@1.0.1",
      "description": "Inline environment variables",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-inline-environment-variables@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-inline-environment-variables.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-inline-environment-variables#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-inline-environment-variables/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-inline-environment-variables/-/babel-plugin-inline-environment-variables-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ba9365b7618c98f90b32d244404a8907e63539e36cefc5b9fada0b4d80ffce8b72a4f8342b6c3bf5f15f9a279edf87a1bcbc0e64bee4871b643d4e78212d4abf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-inline-environment-variables"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-jscript",
      "version": "1.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-jscript@1.0.4",
      "description": "Babel plugin to fix buggy JScript named function expressions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-jscript@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-jscript.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-jscript#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-jscript/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-jscript/-/babel-plugin-jscript-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "78c4f5d22956a96bc1b462fbd1f1557227b139c8df3da78e1ecc9fa793aeba64c53d2c656b69094d9b83cc8a536cab291d5172cc21b163a369189a257d5cb081"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-jscript"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-member-expression-literals",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-member-expression-literals@1.0.1",
      "description": "Turn valid member expression property literals into plain identifiers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-member-expression-literals@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-member-expression-literals.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-member-expression-literals#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-member-expression-literals/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-member-expression-literals/-/babel-plugin-member-expression-literals-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "425fd408639a0349d03fff47d0c7e11529f65359b698bb09168efa34354142bcb9b820db17cfbe52fe15c80b7243cb3a50772820ac5ea7345b64697ffd7e7af7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-member-expression-literals"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-property-literals",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-property-literals@1.0.1",
      "description": "Turn valid property key literals to plain identifiers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-property-literals@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-property-literals.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-property-literals#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-property-literals/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-property-literals/-/babel-plugin-property-literals-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "652d49b9526ea348fc216d91464f3103a311fe2d78288021983347922a459f9d6e5ded52fe1087eaef95ed3c1e17d6aba13d3b17d3e8c6d10d9ae8457d5beae2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-property-literals"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-proto-to-assign",
      "version": "1.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-proto-to-assign@1.0.4",
      "description": "Babel plugin for turning __proto__ into a shallow property clone",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-proto-to-assign@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-proto-to-assign.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-proto-to-assign#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-proto-to-assign/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-proto-to-assign/-/babel-plugin-proto-to-assign-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "558d159ce0cfd799f93916c9345210d25cdec217fe5ea91cc1b03952979e27debfc081666ef1caf1f34026875d1d4bb197a6f9859b72815752b37ab03c06bfd0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-proto-to-assign"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lodash",
          "version": "3.10.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-proto-to-assign@1.0.4|lodash@3.10.1",
          "author": "John-David Dalton",
          "description": "The modern build of lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@3.10.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://lodash.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/lodash/lodash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "f660c3c2a54899ae8e657efd6650c009997cb019b44c49e47fdf7357788c0381b39084fff618aa3f9998d07a13d6234b0ab29cfd1d4707257ec897d159526bc9"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/babel-plugin-proto-to-assign/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-react-constant-elements",
      "version": "1.0.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-react-constant-elements@1.0.3",
      "description": "Treat React JSX elements as value types and hoist them to the highest scope",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-react-constant-elements@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-react-constant-elements.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-react-constant-elements#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-react-constant-elements/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-react-constant-elements/-/babel-plugin-react-constant-elements-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e6fbf90c9f0d07990ace30f9b6a9e46e6d339e6281cc30ca173f36cc92a7e21171b355709375a894b37c472a51ce50ec75d3503cbb834bfd311eafeefc9ea2ef"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-react-constant-elements"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-react-display-name",
      "version": "1.0.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-react-display-name@1.0.3",
      "description": "Add displayName to React.createClass calls",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-react-display-name@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-react-display-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-react-display-name#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-react-display-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-react-display-name/-/babel-plugin-react-display-name-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "20c3be204bc52b36602db98efa519ca0f29e0fea41838f13f69f9980c6ca917c85bc7935a4a787b27863578e46471541402f922d89261bb1076d70d6c5f4e138"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-react-display-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-remove-console",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-remove-console@1.0.1",
      "description": "Remove console.* calls",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-remove-console@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-remove-console.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-remove-console#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-remove-console/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-remove-console/-/babel-plugin-remove-console-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "74d36aa987916b41e925b2fe6d78125de3679201dba4bb94f68df4e348b2423cc7a13ac8454c25b515b2d5966096ebb0fcfd23d6e914399b22b9d2cb5510a62b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-remove-console"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-remove-debugger",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-remove-debugger@1.0.1",
      "description": "Remove debugger statements",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-remove-debugger@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-remove-debugger.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-remove-debugger#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-remove-debugger/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-remove-debugger/-/babel-plugin-remove-debugger-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "feb19073cb20095a5311e59084765287342300da96c69c313e56374641bd91e2b9f8d29d03653aba47c2fdcc92a126b55e617033a3413baed05ae38647f0c7ae"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-remove-debugger"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-runtime",
      "version": "1.0.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-runtime@1.0.7",
      "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-runtime@1.0.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-runtime.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-runtime#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-runtime/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-runtime/-/babel-plugin-runtime-1.0.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b4356c4889a122638f22ccceffa3b8161196fa8f8f8ab32de777e4b8143fa654f8d62d924734d29c6be2b2b2ad57fda36805524670a217084deeff1d4356266a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-runtime"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-undeclared-variables-check",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-undeclared-variables-check@1.0.2",
      "description": "Throw a compile-time error on references to undeclared variables",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-undeclared-variables-check@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-undeclared-variables-check.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-undeclared-variables-check#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-undeclared-variables-check/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "372b518ef7e1d0332c8d435ac4e2113a7b5fe5cd373e4b480509532bab5ec5d41947b2a1a5e1717365bcc067c5e4ba09635ddb1ebd969d1639c4b669e895ca3a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-undeclared-variables-check"
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-plugin-undefined-to-void",
      "version": "1.1.6",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-plugin-undefined-to-void@1.1.6",
      "description": "Replace references to `undefined` with `void 0`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-plugin-undefined-to-void@1.1.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel-plugins/babel-plugin-undefined-to-void.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-undefined-to-void#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel-plugins/babel-plugin-undefined-to-void/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6008be9965fe025d3c7ba22c6eff20d948a0654a159d9bae17f245986e6e019290fba11820b0421664b6f0179d33b4ece106c02294aac1774c0737a3fbdb4752"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-plugin-undefined-to-void"
        }
      ]
    },
    {
      "type": "library",
      "name": "babylon",
      "version": "5.8.38",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babylon@5.8.38",
      "author": "Sebastian McKenzie",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babylon@5.8.38",
      "externalReferences": [
        {
          "url": "git+https://github.com/babel/babel.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://babeljs.io/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/babel/babel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babylon/-/babylon-5.8.38.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8ed2c0b485826c8d7b6eea8254de3f0edb877f7375c3d66f6f0ad358869ef84052bb6377b15182c1225e8997409131f8291c229df310232a28bcfff166d4705d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babylon"
        }
      ]
    },
    {
      "type": "library",
      "name": "bluebird",
      "version": "2.11.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|bluebird@2.11.0",
      "author": "Petka Antonov",
      "description": "Full featured Promises/A+ implementation with exceptionally good performance",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bluebird@2.11.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-2.11.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "51f152af6d9d9873d0a8f3fd5d61d186afa05a71c2620b901a45d095bc8fb56e6a4e7845580f3f89783beb9b47d1c023cbb97fccf2756814ced20e57800ee4bd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bluebird"
        }
      ]
    },
    {
      "type": "library",
      "name": "convert-source-map",
      "version": "1.9.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|convert-source-map@1.9.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.9.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.9.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "012141ba9d0ccf5bb28888c035a9f58f32d06a68bdcf53e86126428a2616d857333db7a75dce3915974164bcce4feafafa2722b8432876d982b62fa18da024d0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/convert-source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "debug",
      "version": "2.6.9",
      "bom-ref": "jquery@2.2.4-tuxcare.1|debug@2.6.9",
      "author": "TJ Holowaychuk",
      "description": "small debugging utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/debug@2.6.9",
      "externalReferences": [
        {
          "url": "git://github.com/visionmedia/debug.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/visionmedia/debug#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/visionmedia/debug/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6c2ec496b7496899cf6c03fed44a2d62fa99b1bdde725e708ba05f8ba0494d470da30a7a72fb298348d7ce74532838e6fc4ec076014155e00f54c35c286b0730"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/debug"
        }
      ]
    },
    {
      "type": "library",
      "name": "detect-indent",
      "version": "3.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|detect-indent@3.0.1",
      "author": "Sindre Sorhus",
      "description": "Detect the indentation of code",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/detect-indent@3.0.1",
      "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-3.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c68dd63fae9235baf51229bce6cfeac87d192fc3d0530a7ce875a6d12d65f169c9ff38d3e93df0d67c0d034c8e65ebaf39e9aea4462fa6f17a04875846e11125"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/detect-indent"
        }
      ]
    },
    {
      "type": "library",
      "name": "esutils",
      "version": "2.0.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|esutils@2.0.3",
      "description": "utility box for ECMAScript language tools",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/esutils@2.0.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/estools/esutils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/estools/esutils",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/esutils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "915b1ca97938382a7af126747648042958baffc8a3df4d0a0564c9ab7d8ffdd61e5934b02b8d56c93c5a94dd5e46603967d514fcb5fd0fb1564a657d480631ea"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esutils"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs-readdir-recursive",
      "version": "0.1.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|fs-readdir-recursive@0.1.2",
      "author": "Jonathan Ong",
      "description": "Recursively read a directory",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fs-readdir-recursive@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/fs-utils/fs-readdir-recursive.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fs-utils/fs-readdir-recursive#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fs-utils/fs-readdir-recursive/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-0.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fffc9fc666006b3aecc9bfeb81e6033455c54ee3d84c6622ae9e501c5487f21fcb68d5283f96d001ada292cb5d2b53d1fdb15dd4222540ba54abafeee9455f4b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fs-readdir-recursive"
        }
      ]
    },
    {
      "type": "library",
      "name": "globals",
      "version": "6.4.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|globals@6.4.1",
      "author": "Sindre Sorhus",
      "description": "Global identifiers from different JavaScript environments",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/globals@6.4.1",
      "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-6.4.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2e1ec7d1b61134131cd826a963e4d8b02cdc48ce07587185a10391b8471e3e4df2dc88696999854890e2ae13584b0abc41e1ef682a95fed1c8d9b754858af2bb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/globals"
        }
      ]
    },
    {
      "type": "library",
      "name": "home-or-tmp",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|home-or-tmp@1.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@1.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-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e8b29066947a824f2e2779976c19323ae9ac036e01524f421ffefd8af67c2a4d6eaf3957346641a0032e89e0bf633c02c86055aaafae08d529035252ea096bc6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/home-or-tmp"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-integer",
      "version": "1.0.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-integer@1.0.7",
      "author": "Parsha Pourkhomami",
      "description": "ES2015 (ES6) Number.isInteger polyfill",
      "licenses": [
        {
          "expression": "WTFPL OR ISC",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/is-integer@1.0.7",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/parshap/js-is-integer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/parshap/js-is-integer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/parshap/js-is-integer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-integer/-/is-integer-1.0.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "44f41cfecf720474afa62fa1b3d758889d9cb85794eb1dd3cb2229f0ed87e9228496d22f24ecd18fd4e8caf712b43bcf47fa52e2bc60af5a0115a8d08d9d92ce"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-integer"
        }
      ]
    },
    {
      "type": "library",
      "name": "js-tokens",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|js-tokens@1.0.1",
      "author": "Simon Lydell",
      "description": "A regex that tokenizes JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/js-tokens@1.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-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "58aa9e7756318ec4fbb06a8cd8875b9091e7037ad71ea16a37ee31532f7bdd479836349764228cdc6ff35263cd62eb7fe83f500946ea7a00e6502411766d259d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/js-tokens"
        }
      ]
    },
    {
      "type": "library",
      "name": "json5",
      "version": "0.4.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|json5@0.4.0",
      "author": "Aseem Kishore",
      "description": "JSON for the ES5 era.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json5@0.4.0",
      "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.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e4412eb88ee869dd1de9cd8f72b4d12e82c7d8936e23f689c47b154f685514ae9f287bbe31738d761cf3ccd0256f725731eb8dd68fa40d4efc7d5d581fa56629"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json5"
        }
      ]
    },
    {
      "type": "library",
      "name": "output-file-sync",
      "version": "1.1.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|output-file-sync@1.1.2",
      "author": "Shinnosuke Watanabe",
      "description": "Synchronously write a file and create its ancestor directories if needed",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/output-file-sync@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/shinnn/output-file-sync.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/shinnn/output-file-sync#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/shinnn/output-file-sync/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-1.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b902e5725aeee31a428beb5fb3cd25dd0176e0a2fcd57e7b10b34ccbb5bf768c7e253b7151fd5b2f243cf7af1f142992aaa6e89235b4927f9604894efab4a436"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/output-file-sync"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "graceful-fs",
          "version": "4.2.11",
          "bom-ref": "jquery@2.2.4-tuxcare.1|output-file-sync@1.1.2|graceful-fs@4.2.11",
          "description": "A drop-in replacement for fs, making various improvements.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/graceful-fs@4.2.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.2.11.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "45b279fe398570d342703579a3d7939c12c9fc7b33595d0fef76dcf857f89d2feb263f98692e881b288e2f45680585fe9755ab97793ade1fcaac7fa7849d17bd"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/output-file-sync/node_modules/graceful-fs"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "path-exists",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|path-exists@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Check if a path exists",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-exists@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/path-exists.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/path-exists#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/path-exists/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-exists/-/path-exists-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "043dafad004f148dd59152b34eb3a6686d96b4f42876e357bb5039b4b60c396f1137a1bd09d85d4a49b0fa58f152425c8f8a5b5d01b0d25ce5ecc14b9e16daf5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-exists"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-is-absolute",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|path-is-absolute@1.0.1",
      "author": "Sindre Sorhus",
      "description": "Node.js 0.12 path.isAbsolute() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-is-absolute@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/path-is-absolute.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/path-is-absolute#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/path-is-absolute/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0156f0dd42767bd6eaeb8bd2692f409b47e37b53daf296c6a934ec9977da2223299ebe4394385f24eb8b8fd49ff7964f5430147ab0df124f3c30f98f7bb50242"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-is-absolute"
        }
      ]
    },
    {
      "type": "library",
      "name": "private",
      "version": "0.1.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|private@0.1.8",
      "author": "Ben Newman",
      "description": "Utility for associating truly private state with any JavaScript object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/private@0.1.8",
      "externalReferences": [
        {
          "url": "git://github.com/benjamn/private.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/benjamn/private",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/benjamn/private/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/private/-/private-0.1.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "56f8af32b6ef7769ca9221b7f2a8d42f395cfb8571e309bfc2123da500f7e58ac044d9e1c5e89192d48e852ba444b14d97383a06bfdc24f7ade49feed7daff9a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/private"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerator",
      "version": "0.8.40",
      "bom-ref": "jquery@2.2.4-tuxcare.1|regenerator@0.8.40",
      "author": "Ben Newman",
      "description": "Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regenerator@0.8.40",
      "externalReferences": [
        {
          "url": "git://github.com/facebook/regenerator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/facebook/regenerator",
          "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/-/regenerator-0.8.40.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "36c13dd71cf6da797926c03013991936668c68aea0e078a965a1a1ad025e568f03b13c1860e371d136049bcfbb90520e0deb8b350a51b28995d420a198463962"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regenerator"
        }
      ]
    },
    {
      "type": "library",
      "name": "regexpu",
      "version": "1.3.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|regexpu@1.3.0",
      "author": "Mathias Bynens",
      "description": "A source code transpiler that enables the use of ES6 Unicode regular expressions in ES5.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regexpu@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/regexpu.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/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regexpu/-/regexpu-1.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3aaa5009309c54cea4f486f3c4b8cd37a4d18f7355eea1782fccd4aac3687809a6219a7cc07d6d7599e7d2f357136b46354e21a34c536569371666a13adc8c44"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regexpu"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "esprima",
          "version": "2.7.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|regexpu@1.3.0|esprima@2.7.3",
          "author": "Ariya Hidayat",
          "description": "ECMAScript parsing infrastructure for multipurpose analysis",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/esprima@2.7.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/jquery/esprima.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://esprima.org",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/jquery/esprima/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "39aacf7f3d25142896e3f015d8ecb5469f6abb48aeb132aaca4c13b2918266d3f1985f35251e0c98879bbc5d45f7e50e2ad87666e6cb4385c619a53e8529fdf4"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/regexpu/node_modules/esprima"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "repeating",
      "version": "1.1.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|repeating@1.1.3",
      "author": "Sindre Sorhus",
      "description": "Repeat a string - fast",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/repeating@1.1.3",
      "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-1.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "361df424b78c1dda08f80b10e5e6e5859ed8953b0cf7088941efc01c8ba794adca5b3bd78576f7e8827b2b520e7918c83adccc8dd5078f05d4171289a0f4d23a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/repeating"
        }
      ]
    },
    {
      "type": "library",
      "name": "resolve",
      "version": "1.22.10",
      "bom-ref": "jquery@2.2.4-tuxcare.1|resolve@1.22.10",
      "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.22.10",
      "externalReferences": [
        {
          "url": "git://github.com/browserify/resolve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserify/resolve#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserify/resolve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "34f472fbf9dc20c78395302cbaac0a2227deae26b085e7c526d90d496d2a64912a3046fea81b7fefb07f8c679e7a4f85d2e39e374e420dae875db6c882d557e3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/resolve"
        }
      ]
    },
    {
      "type": "library",
      "name": "shebang-regex",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c29a12140c72b3a6f66b6c076755e90d2803ecdf62563836f4f87db95fee68ff44c7f2979644d94de75dc433d2610a60bf328b18991ed94534033a060a3348bd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/shebang-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "slash",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dd360347bc56b78748a95d896ae26bf8425e5b7e7a4578a31de5253bef1d8c9fae0573e7f3fd9da7305cf32421879f37b15bdcf42bc501e4158228ec1fe3cd36"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/slash"
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map-support",
      "version": "0.2.10",
      "bom-ref": "jquery@2.2.4-tuxcare.1|source-map-support@0.2.10",
      "description": "Fixes stack traces for files with source maps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map-support@0.2.10",
      "externalReferences": [
        {
          "url": "git+https://github.com/evanw/node-source-map-support.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/evanw/node-source-map-support#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/evanw/node-source-map-support/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.2.10.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "80628e49ab7bdf3d15f3004aa3d006c596727a4733062ade87584792d6edfa46fd69cb0207939f5421760c25a5ced710debe6834dedfd812f4076c4e72827f0d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-map-support"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "source-map",
          "version": "0.1.32",
          "bom-ref": "jquery@2.2.4-tuxcare.1|source-map-support@0.2.10|source-map@0.1.32",
          "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.32",
          "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.32.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "86d4322ebad12e443ced97eb8abe3fc8dfaf01477a0cd8d56b21234d21d7bb6f40610270e7b238ff110bfccea9e84ff0a0f349c2f66deab565cdcee014425c71"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/source-map-support/node_modules/source-map"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "source-map",
      "version": "0.5.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|source-map@0.5.7",
      "author": "Nick Fitzgerald",
      "description": "Generates and consumes source maps",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/source-map@0.5.7",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/mozilla/source-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mozilla/source-map",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mozilla/source-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2dbae624e31449d115c482af75c273402fa74217bc1546504d7432ebe23be6c90d827dcea10d03640f189c56bb829f2daad2f728f7f5926a344790e802979219"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/source-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "to-fast-properties",
      "version": "1.0.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|to-fast-properties@1.0.3",
      "author": "Sindre Sorhus",
      "description": "Force V8 to use fast properties for an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/to-fast-properties@1.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/to-fast-properties.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/to-fast-properties#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/to-fast-properties/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "971ad63fc7a3b2afbb1379cd8f06265013008233136684c8fac7413a9bcdca28de0cb6b6f4b527f506a85c01efe3e679efc85b9871c9299927cf156dbe8efba2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-fast-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "trim-right",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5991971acb6609681e7af8132f9e21ac2bb0d5dc8c408cd6cbb65fa9125f4a6259070925235e5e826432b453fa6cf89d9b0dccf1de72128c25d678aae2f9aa67"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/trim-right"
        }
      ]
    },
    {
      "type": "library",
      "name": "try-resolve",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|try-resolve@1.0.1",
      "author": "Sebastian McKenzie",
      "description": "Try and resolve a filename",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/try-resolve@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/sebmck/try-resolve.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sebmck/try-resolve#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sebmck/try-resolve/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/try-resolve/-/try-resolve-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c8779a3e3081cd5697c1697920c51aa536930b6ae7fde0588367ec1b62fe0af25dfadb456e4d329439e94cedf0561a2c984d6d404bdc79b6c178a2c2c1271049"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/try-resolve"
        }
      ]
    },
    {
      "type": "library",
      "name": "abbrev",
      "version": "1.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|abbrev@1.1.1",
      "author": "Isaac Z. Schlueter",
      "description": "Like ruby's abbrev module, but in js",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/abbrev@1.1.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/isaacs/abbrev-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/abbrev-js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/abbrev-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9e77bdfc8890fe1cc8858ea97439db06dcfb0e33d32ab634d0fff3bcf4a6e69385925eb1b86ac69d79ff56d4cd35f36d01f67dff546d7a192ccd4f6a7138a2d1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/abbrev"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|cli@1.0.1",
      "author": "Chris O'Hara",
      "description": "A tool for rapidly building command line apps",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cli@1.0.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/node-js-libs/cli.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/node-js-libs/cli",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/node-js-libs/cli/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cli/-/cli-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e3553bd8c079e937d43069dd00a2bcbc9efc7a8a0e0f867934e2f8c447e3734736decfba118297957b260020557252cfd7239f58280481a9d5cdd755ad23684e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cli"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "glob",
          "version": "7.2.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|cli@1.0.1|glob@7.2.3",
          "author": "Isaac Z. Schlueter",
          "description": "a little globber",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob@7.2.3",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/node-glob.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/node-glob#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/node-glob/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "9c5474ccba54d9809a471c28089bcbe94bc21f6245c85548bf04cbb087f6d40b8794cb240358614dd93e2e5609b4e958b7dbfa76fb330f604646a04bfa240af5"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cli/node_modules/glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|cli@1.0.1|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cli/node_modules/inherits"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "3.1.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|cli@1.0.1|minimatch@3.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "a glob matcher in javascript",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/minimatch@3.1.2",
          "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.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cli/node_modules/minimatch"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "console-browserify",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|console-browserify@1.1.0",
      "author": "Raynos",
      "description": "Emulate console for all the browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/Raynos/console-browserify/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/console-browserify@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/Raynos/console-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/console-browserify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/console-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "76e4bb54fe69bdfb0d2c3bcbd4ee153846f0dfb008dc0e1951061e9af0e59e91ab36ef6da6b47b0585a90d8c02d1789ad19c73e59ba976222b529d061f56977e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/console-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "escape-string-regexp",
      "version": "1.0.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|escape-string-regexp@1.0.5",
      "author": "Sindre Sorhus",
      "description": "Escape RegExp special characters",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/escape-string-regexp@1.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/escape-string-regexp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/escape-string-regexp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/escape-string-regexp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bdb468ac1e455105af95ad7a53c47faa06852326b6a86cf00eb366099b982ab6dd494306e88d5908641179f911561b8e9081959deec1437e4349fa35aaf26a16"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/escape-string-regexp"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-ansi",
      "version": "2.0.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0bcbc127c0f0502c75f6f866eeeae14ee52caf8fc8c8fea5e15ccd403bfeaf21d039b5b74d34e9f7207af16a588117b66db686b99fec7bbe08a857959cc9cb66"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-ansi"
        }
      ]
    },
    {
      "type": "library",
      "name": "supports-color",
      "version": "2.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|supports-color@2.0.0",
      "author": "Sindre Sorhus",
      "description": "Detect whether a terminal supports color",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/supports-color@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/chalk/supports-color.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chalk/supports-color#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chalk/supports-color/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "28a355b5dea909880f20a538729dbbdf71d6602a6995085d7592c152bc9a007a2eef6df1f854734390dff36e058fe232cae8904d1a2e6f84a72057c872ba7bd2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/supports-color"
        }
      ]
    },
    {
      "type": "library",
      "name": "figures",
      "version": "1.7.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5312a57c246e081c525d4e02eadf6c71b0f2599e1595a1457688cab7326e4a4b8e050e42345ba6fb36571701e3a3e0b1042d6deb39583e01c88058cbf2082811"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/figures"
        }
      ]
    },
    {
      "type": "library",
      "name": "gzip-size",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|gzip-size@1.0.0",
      "author": "Sindre Sorhus",
      "description": "Get the gzipped size of a string or buffer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gzip-size@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/gzip-size.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/gzip-size#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/gzip-size/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gzip-size/-/gzip-size-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9aeebab705face0f1607a20f7d4b6baae4bb7e3c069c327b91d55c820779ae98f0048b502a31edbe1bba55c40c92a3d8011ec38d6a4468ddf188148d9b1bf33e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gzip-size"
        }
      ]
    },
    {
      "type": "library",
      "name": "pretty-bytes",
      "version": "1.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|pretty-bytes@1.0.4",
      "author": "Sindre Sorhus",
      "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pretty-bytes@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/pretty-bytes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/pretty-bytes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/pretty-bytes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2cd8ac26f023cbe86bbb1a77195e0891966c713237e3e2127de33585eb01f55e9ecc80df5d8ac18bd4c85d58e331c101e1014deed2fe7450c4938b3c8cc04cc8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pretty-bytes"
        }
      ]
    },
    {
      "type": "library",
      "name": "uglify-to-browserify",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|uglify-to-browserify@1.0.2",
      "author": "ForbesLindesay",
      "description": "A transform to make UglifyJS work in browserify.",
      "scope": "optional",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uglify-to-browserify@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ForbesLindesay/uglify-to-browserify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ForbesLindesay/uglify-to-browserify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ForbesLindesay/uglify-to-browserify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bdbdacd65631db106d520cbeb5af9bd89fc62d5511fb09a920dc0778f98f4613ac215086db00f3289d27d781ac947d4189fb2a57348ec1085168202c67f9c8e1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uglify-to-browserify"
        }
      ]
    },
    {
      "type": "library",
      "name": "globule",
      "version": "0.1.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dde21c0363a33c29b856fc08c193f3231095b2c03c1d2a4cd82e9cea42b9b9f247e051b05a8caa2f7227d7dbae5f8a1ef93c07df0d8fd67403996e7a89e84ee0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/globule"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lodash",
          "version": "1.0.2",
          "bom-ref": "jquery@2.2.4-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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "d154840d579cfcc7b67804eea2241df088f204c317d1f6a1a1bf1827de95d60a36463bc29359b51b19ad7d79fc44d49a2da4eda29edfb2e861bbda0b93785480"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/globule/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "faye-websocket",
      "version": "0.4.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|faye-websocket@0.4.4",
      "author": "James Coglan",
      "description": "Standards-compliant WebSocket server and client",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://www.opensource.org/licenses/mit-license.php"
          }
        }
      ],
      "purl": "pkg:npm/faye-websocket@0.4.4",
      "externalReferences": [
        {
          "url": "git://github.com/faye/faye-websocket-node.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/faye/faye-websocket-node",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/faye/faye-websocket-node/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.4.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "efca6aac96ef19949ef22f8f2ec3ddf9a26a4f21aa83258b9ccc3934ec2d5c24d5333105875cd03f022e20bff27138f8ae40f2e7367d07a7eb60fa953c9073c9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/faye-websocket"
        }
      ]
    },
    {
      "type": "library",
      "name": "noptify",
      "version": "0.0.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|noptify@0.0.3",
      "author": "mklabs",
      "description": "nopt wrapper with commander-like API",
      "purl": "pkg:npm/noptify@0.0.3",
      "externalReferences": [
        {
          "url": "git://github.com/mklabs/noptify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mklabs/noptify#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mklabs/noptify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/noptify/-/noptify-0.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1194f7e6bf40b8afa18a0fa262fe35e389307c31038658f7ce77151f0f5bf5df3a4d4624ffaec1b4102991f3c3d64b25013ffc4d30f6eb6c5db156d5fa20924f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/noptify"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "nopt",
          "version": "2.0.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|noptify@0.0.3|nopt@2.0.0",
          "author": "Isaac Z. Schlueter",
          "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
          "purl": "pkg:npm/nopt@2.0.0",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/isaacs/nopt.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/nopt#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/nopt/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/nopt/-/nopt-2.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "b954ecb93f079b768ddd5b6d63e04f2b0e0a53d955a48d05db6500aff235afafa4ba032bde8ca13002e4c9c8a42dc75fbc646c833098378f0360b04570911456"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/noptify/node_modules/nopt"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "babel-jscs",
      "version": "2.0.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|babel-jscs@2.0.5",
      "author": "Henry Zhu",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/babel-jscs@2.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/jscs-dev/babel-jscs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jscs-dev/babel-jscs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jscs-dev/babel-jscs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/babel-jscs/-/babel-jscs-2.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "474c065a7f8a6dcd740d5502a928cac231b4c493067777489ddc3aa79b5ea2505c9dd9e8863e42dea830c1acec5bacb98001762243cc2924700cae2c361f0164"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/babel-jscs"
        }
      ]
    },
    {
      "type": "library",
      "name": "cli-table",
      "version": "0.3.11",
      "bom-ref": "jquery@2.2.4-tuxcare.1|cli-table@0.3.11",
      "author": "Guillermo Rauch",
      "description": "Pretty unicode tables for the CLI",
      "purl": "pkg:npm/cli-table@0.3.11",
      "externalReferences": [
        {
          "url": "git+https://github.com/Automattic/cli-table.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Automattic/cli-table#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Automattic/cli-table/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "22a2d08b894ed27201e2d71d4e93782c207d148deeaab2592bb442e75e449e167aa816a09642202026f5c23780aa976839a6e6d7e4ae42d91720f7580bdde385"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cli-table"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "colors",
          "version": "1.0.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|cli-table@0.3.11|colors@1.0.3",
          "author": "Marak Squires",
          "description": "get colors in your node.js console",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/colors@1.0.3",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/Marak/colors.js.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/Marak/colors.js",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/Marak/colors.js/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a451abc5385671643632c033e91b607967b834ada4504d567ecaefbe572d74823be39116f48d327e5aa17bbfbe3392c473b6d5d9cffdff9cdcf2c15ca4bd03af"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/cli-table/node_modules/colors"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "commander",
      "version": "2.8.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|commander@2.8.1",
      "author": "TJ Holowaychuk",
      "description": "the complete solution for node.js command-line programs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/commander@2.8.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/tj/commander.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/tj/commander.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/tj/commander.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fa924b045564fbd65976500e0795ae2049553cfb61e3b8482c59261b29b9edaabc930c6ca30bc1caf0740c7b35bd0021c8c67375ca53b45d150ca1a448347865"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/commander"
        }
      ]
    },
    {
      "type": "library",
      "name": "estraverse",
      "version": "4.3.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|estraverse@4.3.0",
      "description": "ECMAScript JS AST traversal functions",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/estraverse@4.3.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/estools/estraverse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/estools/estraverse",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/estools/estraverse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dfd9e729f7d6cfcc4dd4153fd9cefd9fd9c1f470f3a349e2614ab1eb1caa527ca8027432c96a4e4dd6447a209c87c041bb9d79b78c29f599a055f5619fd101a7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/estraverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "jscs-jsdoc",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|jscs-jsdoc@1.1.0",
      "author": "Alexej Yaroshevich",
      "description": "JSCS jsdoc plugin",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        },
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/jscs-dev/jscs-jsdoc/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/jscs-jsdoc@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jscs-dev/jscs-jsdoc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jscs-dev/jscs-jsdoc",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jscs-dev/jscs-jsdoc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jscs-jsdoc/-/jscs-jsdoc-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "500f99857fa7a3601ea8919953ddad06739596c040086a291b3591ecc2b7608d65e996651a559ce24e5fe68519ef13904eb61d51909b4f4b648bd239d81ebf25"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jscs-jsdoc"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.assign",
      "version": "3.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|lodash.assign@3.2.0",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s `_.assign` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash.assign@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.assign/-/lodash.assign-3.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fd5571ce018199ba616ac4e0e7516bcedc5027f560014a6897ace626e49548670d83883b140e33eeb415f0ebebf55def141356661bca5877e9032b634d551f14"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.assign"
        }
      ]
    },
    {
      "type": "library",
      "name": "natural-compare",
      "version": "1.2.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|natural-compare@1.2.2",
      "author": "Graeme Yeates",
      "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.2.2",
      "externalReferences": [
        {
          "url": "git://github.com/litejs/natural-compare.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/litejs/natural-compare#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/litejs/natural-compare/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d111585a2fa78fb963491bd6bd8dbd116eb7cad9a5834ccfecf929b1cb1f7cc72a92b0fd6601509735f8545ab38a35c4ad7289db5ed56c39488ba9c81a759c3b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/natural-compare"
        }
      ]
    },
    {
      "type": "library",
      "name": "pathval",
      "version": "0.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|pathval@0.1.1",
      "author": "Veselin Todorov",
      "description": "Object value retrieval given a string path",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pathval@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/chaijs/pathval.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/chaijs/pathval",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/chaijs/pathval/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pathval/-/pathval-0.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d802720865f2e15b19db06b44e63282fddcab56b21c5640032eb801beeff43792d87db910d5dfc70c6536920acad30c913057c41b20769dfb713aef7b35658d0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pathval"
        }
      ]
    },
    {
      "type": "library",
      "name": "prompt",
      "version": "0.2.14",
      "bom-ref": "jquery@2.2.4-tuxcare.1|prompt@0.2.14",
      "author": "Nodejitsu Inc.",
      "description": "A beautiful command-line prompt for node.js",
      "purl": "pkg:npm/prompt@0.2.14",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/flatiron/prompt.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/flatiron/prompt#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/flatiron/prompt/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/prompt/-/prompt-0.2.14.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8c32b9c846c06a4266366fb6eb48191b5f8fbb35f78d3e49cb45590141abad6f514352445840c454d9e13bbd262f7f94e6be9b489a34db1b04df8c0e4bf2e7ac"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prompt"
        }
      ]
    },
    {
      "type": "library",
      "name": "reserved-words",
      "version": "0.1.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|reserved-words@0.1.2",
      "author": "Alexej Yaroshevich",
      "description": "ECMAScript reserved words checker",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/reserved-words@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/zxqfox/reserved-words.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zxqfox/reserved-words#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zxqfox/reserved-words/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/reserved-words/-/reserved-words-0.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d12e52ac8509f4b7e96d59786338a3e958a951d69f1eb393cef99f6b34b0fe3799ad9b502b7d3738f656fa86ed91ac3b8d0953429a72d14bd95a6f7cef63db47"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/reserved-words"
        }
      ]
    },
    {
      "type": "library",
      "name": "to-double-quotes",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|to-double-quotes@1.0.2",
      "author": "Sindre Sorhus",
      "description": "Convert matching single-quotes to double-quotes: I 'love' unicorns => I \"love\" unicorns",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/to-double-quotes@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/to-double-quotes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/to-double-quotes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/to-double-quotes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/to-double-quotes/-/to-double-quotes-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9cd94b8d059a86401a8dfcab62980dd7a6b8fee8e6060f4f1949fbef2422dd4b33fc689fa8fb5ed723e9447104d8a76435e9433863860bc41bf046cb47bbd471"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-double-quotes"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "get-stdin",
          "version": "3.0.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|to-double-quotes@1.0.2|get-stdin@3.0.2",
          "author": "Sindre Sorhus",
          "description": "Easier stdin",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-stdin@3.0.2",
          "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-3.0.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "8e9024f80dcd5062ff3b8377a701b52dddcf0ea3b14e4b8003f1e8547c2eb57b2a5bfa9871ce184a071c1693e583fa9b361677df26c58498db26a45986bca895"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/to-double-quotes/node_modules/get-stdin"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "to-single-quotes",
      "version": "1.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|to-single-quotes@1.0.4",
      "author": "Sindre Sorhus",
      "description": "Convert matching double-quotes to single-quotes: I \"love\" unicorns => I 'love' unicorns",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/to-single-quotes@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/to-single-quotes.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/to-single-quotes#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/to-single-quotes/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/to-single-quotes/-/to-single-quotes-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dd343640723c1f14d66655dbbb1e68b19201e27fed6cb41ae60c41ec807f88ef0a61219b854ae45b16660ea07657aca3d9e3d74828aa52d539be22aefb1ecffd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/to-single-quotes"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "get-stdin",
          "version": "3.0.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|to-single-quotes@1.0.4|get-stdin@3.0.2",
          "author": "Sindre Sorhus",
          "description": "Easier stdin",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/get-stdin@3.0.2",
          "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-3.0.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "8e9024f80dcd5062ff3b8377a701b52dddcf0ea3b14e4b8003f1e8547c2eb57b2a5bfa9871ce184a071c1693e583fa9b361677df26c58498db26a45986bca895"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/to-single-quotes/node_modules/get-stdin"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "vow-fs",
      "version": "0.3.6",
      "bom-ref": "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6",
      "author": "Dmitry Filatov",
      "description": "File I/O by Vow",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vow-fs@0.3.6",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/dfilatov/vow-fs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dfilatov/vow-fs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dfilatov/vow-fs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vow-fs/-/vow-fs-0.3.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a0af6bb6a2521f2ed9400840b555341e217fa15866d00e10c769760f2c85054b176d35d4836e7c12c4062cb2176199c4e4c61a22764b800ea5ff5d237bf11a98"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vow-fs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "glob",
          "version": "7.2.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|glob@7.2.3",
          "author": "Isaac Z. Schlueter",
          "description": "a little globber",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob@7.2.3",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/node-glob.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/node-glob#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/node-glob/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "9c5474ccba54d9809a471c28089bcbe94bc21f6245c85548bf04cbb087f6d40b8794cb240358614dd93e2e5609b4e958b7dbfa76fb330f604646a04bfa240af5"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vow-fs/node_modules/glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "uuid",
          "version": "2.0.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "1542dfedf6b23dda404a7715cb80cb877c727655c4249a6f2042e362335e41661467da5c95ca6f0994abda092637616bac6708ec6fdc26c204c24e7ff2f7d7a6"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vow-fs/node_modules/uuid"
            }
          ]
        },
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vow-fs/node_modules/inherits"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "3.1.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|minimatch@3.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "a glob matcher in javascript",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/minimatch@3.1.2",
          "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.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/vow-fs/node_modules/minimatch"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "xmlbuilder",
      "version": "2.6.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|xmlbuilder@2.6.5",
      "author": "Ozgur Ozcitak",
      "description": "An XML builder for node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/xmlbuilder@2.6.5",
      "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-2.6.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1216f2d110413c040079fdf33f5eb7e923f3c1c7dea55bbaf5d9b208c9058a860ec3f6ba0942d96e4467f0c0ac545cda92ddfe66fdb785e718744b29b3d7d105"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/xmlbuilder"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lodash",
          "version": "3.10.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|xmlbuilder@2.6.5|lodash@3.10.1",
          "author": "John-David Dalton",
          "description": "The modern build of lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@3.10.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://lodash.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/lodash/lodash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "f660c3c2a54899ae8e657efd6650c009997cb019b44c49e47fdf7357788c0381b39084fff618aa3f9998d07a13d6234b0ab29cfd1d4707257ec897d159526bc9"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/xmlbuilder/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "JSV",
      "version": "4.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|JSV@4.0.2",
      "author": "Gary Court",
      "description": "A JavaScript implementation of a extendable, fully compliant JSON Schema validator.",
      "licenses": [
        {
          "license": {
            "name": "FreeBSD",
            "acknowledgement": "declared",
            "url": "http://github.com/garycourt/JSV/raw/master/jsv.js"
          }
        }
      ],
      "purl": "pkg:npm/jsv@4.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/garycourt/JSV.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/garycourt/JSV",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/garycourt/JSV/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/JSV/-/JSV-4.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "649eb0c7dc5a289df215486ae7fb24f363c932e5322e4dbbec8f2641ec838024e319d8d6248bcf7da5392c85da32e68dd943b55f79191f8fa582986e6e56541f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/JSV"
        }
      ]
    },
    {
      "type": "library",
      "name": "nomnom",
      "version": "1.8.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|nomnom@1.8.1",
      "author": "Heather Arthur",
      "description": "Option parser with generated usage and commands",
      "purl": "pkg:npm/nomnom@1.8.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/harthur/nomnom.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/harthur/nomnom#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/harthur/nomnom/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e6cd09c6a843c7dfeb92c1b60533153757a78d64af3e2769a1281589953865750bc937beee3c5c0912c1e9fe36674975c5826995e081b52c98e8bc20deebb909"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/nomnom"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "underscore",
          "version": "1.6.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|nomnom@1.8.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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cf8a357ef294a2321687d5ee6952d40dd7fce91422ab5dc00b57661db4e9a32baef9baae1e6b3beafd7a0a3c9c09b79cf3b27bcf493ffd2890564d2c31d166a5"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/nomnom/node_modules/underscore"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "inflight",
      "version": "1.0.6",
      "bom-ref": "jquery@2.2.4-tuxcare.1|inflight@1.0.6",
      "author": "Isaac Z. Schlueter",
      "description": "Add callbacks to requests in flight to avoid async duplication",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/inflight@1.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/inflight.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/inflight",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/inflight/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "93dd88fdbd3cab8c2f16c71708bbea7ec1c2ae3ac5ef2897b10b8856f544ecdf365b7f9aaa9cee51d05b7e159ccbf159477ff82207e532028b3acbcf0eb18224"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inflight"
        }
      ]
    },
    {
      "type": "library",
      "name": "once",
      "version": "1.4.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|once@1.4.0",
      "author": "Isaac Z. Schlueter",
      "description": "Run a function exactly one time",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/once@1.4.0",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/once.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/once#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/once/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "94d689808fb643951140191c7042874d038f697754c67659125413658d0c15402e684a9ed44f8dcaf81dcff688c8d8ba67d3333b976fd47f27e7cfc610ba77fb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/once"
        }
      ]
    },
    {
      "type": "library",
      "name": "graceful-fs",
      "version": "1.2.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8a24d4679bd9fb6655fa1ef55c0830092bbaf8d022ce1154dd8c3c682fe11f9490dd29c84aa12a01e938d22980146b4373024a3615ef498fa1cc8a259cbc1c75"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/graceful-fs"
        }
      ]
    },
    {
      "type": "library",
      "name": "inherits",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "025ebba1ab5b452a37455e6146a228967e98e723156c94889f88c424d2fb542226ceafe42ebeefbdbeac151257aabf2ba4773fda424e33ecb4b0f28de3b55dcc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/inherits"
        }
      ]
    },
    {
      "type": "library",
      "name": "grunt-legacy-log-utils",
      "version": "0.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log-utils@0.1.1",
      "author": "\"Cowboy\" Ben Alman",
      "description": "Static methods for the Grunt 0.4.x logger.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/gruntjs/grunt-legacy-log-utils/blob/master/LICENSE-MIT"
          }
        }
      ],
      "purl": "pkg:npm/grunt-legacy-log-utils@0.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/gruntjs/grunt-legacy-log-utils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://gruntjs.com/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/gruntjs/grunt-legacy-log-utils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-0.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0f4bdb517d344c560228d66d719cde98ca704fc4d1fc5751b35a667e2070eaa9d4c3cd0f7ec8d5fa5848a3363fdde2773d21b6ce3f3dc1dda61ffedfe2d34097"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/grunt-legacy-log-utils"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lodash",
          "version": "2.4.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log-utils@0.1.1|lodash@2.4.2",
          "author": "John-David Dalton",
          "description": "A utility library delivering consistency, customization, performance, & extras.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@2.4.2",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://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-2.4.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "29a935862ebf8581c654f99dca26628e8432cf9c76886573b3ac3d19807f1e25c4b72958eed22860444e323bccd5df675c9a8f3ab1b630d3cc9f4d5b27e4b447"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-legacy-log-utils/node_modules/lodash"
            }
          ]
        },
        {
          "type": "library",
          "name": "underscore.string",
          "version": "2.3.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log-utils@0.1.1|underscore.string@2.3.3",
          "description": "String manipulation extensions for Underscore.js javascript library.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/underscore.string@2.3.3",
          "externalReferences": [
            {
              "url": "git+https://github.com/epeli/underscore.string.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://epeli.github.com/underscore.string/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/epeli/underscore.string/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "85b0f93226ed86e0c0bb8c80e70c5eb396f3160a9ddcfa4126e0a56d1c5a35d7717ddb33faa7fed641f0ac6405ae67219831dbf62354fba1070e7f2e8f4c4326"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/grunt-legacy-log-utils/node_modules/underscore.string"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "argparse",
      "version": "0.1.16",
      "bom-ref": "jquery@2.2.4-tuxcare.1|argparse@0.1.16",
      "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@0.1.16",
      "externalReferences": [
        {
          "url": "git://github.com/nodeca/argparse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodeca/argparse",
          "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-0.1.16.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2e3982d9d369767d8be14cf2a1a22bd7510b6282e7dfb645cbdcce6eb4051ec4ae39ea5e50430a9ccf30e4a2f84e7ae9da0cbcf2b46e42de8acbc0639a5f816b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/argparse"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "underscore.string",
          "version": "2.4.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|argparse@0.1.16|underscore.string@2.4.0",
          "description": "String manipulation extensions for Underscore.js javascript library.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/underscore.string@2.4.0",
          "externalReferences": [
            {
              "url": "git+https://github.com/epeli/underscore.string.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://epeli.github.com/underscore.string/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/epeli/underscore.string/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.4.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "cb191a6ee09a2019f37c8bd7de407142a0acd1aaff6df2700e71441c9526fd9ad15614f7208b5d445e5c6630112f3127c9062d21486c6762c6da3dc789d14e15"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/argparse/node_modules/underscore.string"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "esprima",
      "version": "1.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|esprima@1.0.4",
      "description": "ECMAScript parsing infrastructure for multipurpose analysis",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared",
            "url": "http://github.com/ariya/esprima/raw/master/LICENSE.BSD"
          }
        }
      ],
      "purl": "pkg:npm/esprima@1.0.4",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/ariya/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/ariya/esprima/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/esprima/-/esprima-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ae9e5d30a37ccc4b3d75f8bd8345f50a52e657ffd647293f475e66a6914d202205446e4ff7654fed9d38a7ca64fbe800068f56dad63e907caee8fd661078264c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esprima"
        }
      ]
    },
    {
      "type": "library",
      "name": "lru-cache",
      "version": "2.7.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5a989b589eb4737020033f1ada2604ac3adc4f60bb3a62a7b168487073a39141c58e45e770986d2f1352a949b147146e9e96f923c569addeda35277636d92c25"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lru-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "sigmund",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7c2bc45df87a356a66f984ae6366e95dbfd522286a580ea12ec81ba02fb49e5ef543b37ba3679a096f2625afcd2ef421b3a8e9777559578522510955ebe95cf2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sigmund"
        }
      ]
    },
    {
      "type": "library",
      "name": "optionator",
      "version": "0.8.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|optionator@0.8.3",
      "author": "George Zahariev",
      "description": "option parsing and help generation",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/optionator@0.8.3",
      "externalReferences": [
        {
          "url": "git://github.com/gkz/optionator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/gkz/optionator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/gkz/optionator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f885bda4009d9375d69a64d71bc9b7ba919426cb795d11b3c4c4635f302e2755e720536f7e18e322e6240efcac9cf43bab3a95ccbb7bf010abba7b6a4615906c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/optionator"
        }
      ]
    },
    {
      "type": "library",
      "name": "domelementtype",
      "version": "1.3.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|domelementtype@1.3.1",
      "author": "Felix Boehm",
      "description": "all the types of nodes in htmlparser2's dom",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/domelementtype@1.3.1",
      "externalReferences": [
        {
          "url": "git://github.com/fb55/domelementtype.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/domelementtype#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fb55/domelementtype/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "052281f934a9329148fc73b108daf53bc68c39367c853de9337190d30fe65919a48440d2149924cb3cf85d0b01578e010a1c0692b0df3328d50f4780d9a155df"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/domelementtype"
        }
      ]
    },
    {
      "type": "library",
      "name": "domhandler",
      "version": "2.4.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|domhandler@2.4.2",
      "author": "Felix Boehm",
      "description": "handler for htmlparser2 that turns pages into a dom",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/domhandler@2.4.2",
      "externalReferences": [
        {
          "url": "git://github.com/fb55/DomHandler.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/DomHandler#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fb55/DomHandler/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2622b4e21d07b79bbff347dd2cc084995e3390d87605ca0c141999ffdd56b5867ca955d22a38b0edf5cc8053e71dc49980ea375dd8a71ef9a70d478c7f9478c0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/domhandler"
        }
      ]
    },
    {
      "type": "library",
      "name": "domutils",
      "version": "1.7.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|domutils@1.7.0",
      "author": "Felix Boehm",
      "description": "utilities for working with htmlparser2's dom",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/domutils@1.7.0",
      "externalReferences": [
        {
          "url": "git://github.com/FB55/domutils.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/FB55/domutils#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/FB55/domutils/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2e07765dc27f363130fbbb45bdf2b13b3098299b1d72de6573343665a418f038f3ee97c00f719ba7cc92256b6b78823fbc394c566c706baa4799dc48620b6d0e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/domutils"
        }
      ]
    },
    {
      "type": "library",
      "name": "entities",
      "version": "1.1.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|entities@1.1.2",
      "author": "Felix Boehm",
      "description": "Encode & decode XML/HTML entities with ease",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/entities@1.1.2",
      "externalReferences": [
        {
          "url": "git://github.com/fb55/entities.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/fb55/entities#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/fb55/entities/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7f62d9318975173bbb61204a83e46844e7a5a4e68dadc1a613d019b9b7837eb08489ae3cde85b8308e15c8577954d1c8810ffbaa6d48d305072b57899e7db2db"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/entities"
        }
      ]
    },
    {
      "type": "library",
      "name": "readable-stream",
      "version": "3.6.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|readable-stream@3.6.2",
      "description": "Streams3, a user-land copy of the stream library from Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/readable-stream@3.6.2",
      "externalReferences": [
        {
          "url": "git://github.com/nodejs/readable-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodejs/readable-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodejs/readable-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f6efec9e20ab6370f959db04447cc71381b66025eaa06e454c7522082e1221bafa5dc2d9058d39c9af442a361e93d3b9c4e0308c6abed497460404bb43d49ca0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/readable-stream"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|readable-stream@3.6.2|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/readable-stream/node_modules/inherits"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "aws-sign2",
      "version": "0.7.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|aws-sign2@0.7.0",
      "author": "Mikeal Rogers",
      "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/aws-sign2@0.7.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mikeal/aws-sign.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikeal/aws-sign#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikeal/aws-sign/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d3c91c1aa9d87ff6268e84617f1caef822f106352d1cb5cb5d7fef51fc7d9762d8cc6ddcd66eb59eba72154648eb3792f8b8bfc1630c89d0fd2a0aeab46ab798"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/aws-sign2"
        }
      ]
    },
    {
      "type": "library",
      "name": "aws4",
      "version": "1.13.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|aws4@1.13.2",
      "author": "Michael Hart",
      "description": "Signs and prepares requests using AWS Signature Version 4",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/aws4@1.13.2",
      "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.13.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9477badb3bdb4c1e5e100054562fc0c1587464a63dacc3038669be79ecaeb9441b437f89f9f38d550399ca3f8376bbc3e01637dee6278b2449e142486922807f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/aws4"
        }
      ]
    },
    {
      "type": "library",
      "name": "caseless",
      "version": "0.12.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e2d605ca27da15f19a72888e6e325e828964c12538c503466d581488d6155316d0db1da552c16f638855815cc68887ba58b38fab27165c0e3497e3d6b31b6153"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/caseless"
        }
      ]
    },
    {
      "type": "library",
      "name": "combined-stream",
      "version": "1.0.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|combined-stream@1.0.8",
      "author": "Felix Geisendörfer",
      "description": "A stream that emits multiple other streams one after another.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/combined-stream@1.0.8",
      "externalReferences": [
        {
          "url": "git://github.com/felixge/node-combined-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/felixge/node-combined-stream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/felixge/node-combined-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1503783117ee25e1dfedc05b04c2455e12920eafb690002b06599106f72f144e410751d9297b5214048385d973f73398c3187c943767be630e7bffb971da0476"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/combined-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "extend",
      "version": "3.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|extend@3.0.2",
      "author": "Stefan Thomas",
      "description": "Port of jQuery.extend for node.js and the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/extend@3.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/justmoon/node-extend.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/justmoon/node-extend#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/justmoon/node-extend/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7e3aae0b9f5c0fb0b25babab3572b4141b9f9197288861bcd304ee3ee8d7e7dd1c0794ed967db4136501e12fd601156a8577df665d8b3604be81074f2088a6fe"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extend"
        }
      ]
    },
    {
      "type": "library",
      "name": "forever-agent",
      "version": "0.6.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8f428b60f866eb379a738973de8277a3ae6abe040270fb9b8b2a2d66b5ea11a1b884d6a03583bca9d954ad7e6fc2abfda21a9e4ff6778fafb25b4ebbc9659d53"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/forever-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "form-data",
      "version": "2.3.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|form-data@2.3.3",
      "author": "Felix Geisendörfer",
      "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/form-data@2.3.3",
      "externalReferences": [
        {
          "url": "git://github.com/form-data/form-data.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/form-data/form-data#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/form-data/form-data/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d652ca07632edda18fd50ff67823b1d1f35b44c7bb5ddc24b703abba17eaa9dd2b2095b03780e1f84de1acf4a50c25e7491ed4b59d4ddfcad55e6fbaf8c12125"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/form-data"
        }
      ]
    },
    {
      "type": "library",
      "name": "har-validator",
      "version": "5.1.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|har-validator@5.1.5",
      "author": "Ahmad Nassri",
      "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/har-validator@5.1.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/ahmadnassri/node-har-validator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ahmadnassri/node-har-validator",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ahmadnassri/node-har-validator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9e64f64f49658dbc5d4197eca6c9e8f6182b1b7522afa2ace5a7e2b26eb6a68c6a04ceac0e7304b8f9b34eaf17374384c2a28b2dd8758d0237ab213ae8dcdbdf"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/har-validator"
        }
      ]
    },
    {
      "type": "library",
      "name": "http-signature",
      "version": "1.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|http-signature@1.2.0",
      "author": "Joyent, Inc",
      "description": "Reference implementation of Joyent's HTTP Signature scheme.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/http-signature@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/joyent/node-http-signature.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/joyent/node-http-signature/",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/joyent/node-http-signature/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0806e7afa473e0261090b614b52357c503d41f680af1fde259ec5596c9cc783f868e5b10d17b32d5c397fa637776dc58a26472db50a23b353c521c3a3b09dc11"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/http-signature"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-typedarray",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-typedarray@1.0.0",
      "author": "Hugh Kennedy",
      "description": "Detect whether or not an object is a Typed Array",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-typedarray@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/hughsk/is-typedarray.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hughsk/is-typedarray",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hughsk/is-typedarray/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "732039ea208c1c087909dce32486b86a8849c9e3b561bc0b8b725cdf9326454ea9a2ba058c8199cd4ceea468913ce8e01e0f532eee37c5ba705e4e76ddf33128"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-typedarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "isstream",
      "version": "0.1.2",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6258f3edf7f23dbacba4b9e0accb59ecd76e52056f8bac06f5127d21473209de7d610f75d4f049a6138351c6ce55ba987f17b5c2e61ffcb27c3dab8c470b0cfe"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isstream"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-stringify-safe",
      "version": "5.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "642960e80698bda9af60413cd9ddc8c9ddef49222343ea1d823693cd1b8edeceeda0274529cce86f68b4cc287b244f245a7d7bcaf016854571bea1b051a96c44"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-stringify-safe"
        }
      ]
    },
    {
      "type": "library",
      "name": "mime-types",
      "version": "2.1.35",
      "bom-ref": "jquery@2.2.4-tuxcare.1|mime-types@2.1.35",
      "description": "The ultimate javascript content-type utility.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime-types@2.1.35",
      "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.35.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "64363e6cf9b9cd34c5f98a42ac053d9cad148080983d3d10b53d4d65616fe2cfbe4cd91c815693d20ebee11dae238323423cf2b07075cf1b962f9d21cda7978b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mime-types"
        }
      ]
    },
    {
      "type": "library",
      "name": "oauth-sign",
      "version": "0.9.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|oauth-sign@0.9.0",
      "author": "Mikeal Rogers",
      "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/oauth-sign@0.9.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mikeal/oauth-sign.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/mikeal/oauth-sign#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mikeal/oauth-sign/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7dec6150514f4c657cc9b02d48819b57a80e912bfc52d45b0c19c0c8b430e103ca920365b07d81c8f1ad314a9d5a4a2ce98091980a958b0819ac973f9910f365"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/oauth-sign"
        }
      ]
    },
    {
      "type": "library",
      "name": "performance-now",
      "version": "2.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|performance-now@2.1.0",
      "author": "Braveg1rl",
      "description": "Implements performance.now (based on process.hrtime).",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/performance-now@2.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/braveg1rl/performance-now.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/braveg1rl/performance-now",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/braveg1rl/performance-now/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ec40079722c7239e9510874ae7bbb01dd1ca21a0066e75cf8b0d3259b6ab41938a68aa6f508816d2359154b89ab6733e5d7952c2c6a72011ff87318c26e94ca3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/performance-now"
        }
      ]
    },
    {
      "type": "library",
      "name": "qs",
      "version": "6.5.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|qs@6.5.3",
      "description": "A querystring parser that supports nesting and arrays, with a depth limit",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/qs@6.5.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/qs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/qs",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/qs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ab15c8121e290867c72028f5980250dbfd975599230834dc1207e8490c5cfdf622bd46714e493b2f76c30494a836b1335c8d7ba143b90e9d3b92da84e4acdccc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/qs"
        }
      ]
    },
    {
      "type": "library",
      "name": "safe-buffer",
      "version": "5.2.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|safe-buffer@5.2.1",
      "author": "Feross Aboukhadijeh",
      "description": "Safer Node.js Buffer API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/safe-buffer@5.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/feross/safe-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/safe-buffer",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/safe-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ae9dd2a34eca71d9a629b1af81a37141226bedb1954959394bd12ad45fa9a5b468ef4f9879a0f1930e4377c34f37e183e9b8e7626d95b8fb825e6a6e62f9825d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/safe-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "tunnel-agent",
      "version": "0.6.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "31c9cd895d65f1161e63cb41804a6ea1d082d662d475b48df826012fb909b093489ce3fc5230c3130764e8cc3ad2f74b2ebaf934729984c00e4ab476359b90fb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tunnel-agent"
        }
      ]
    },
    {
      "type": "library",
      "name": "uuid",
      "version": "3.4.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|uuid@3.4.0",
      "description": "RFC4122 (v1, v4, and v5) UUIDs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uuid@3.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/uuidjs/uuid.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/uuidjs/uuid#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/uuidjs/uuid/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1e3483470ea0644e4932081cb4705c8d56a4d3cf8a1158522220f31674fd4bd69e826a7ce52fdb45e0554dbe104c5691369b49f64b9868d8676cd10e91b29bfc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uuid"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-differ",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2de658f83643467bcfede32e43a2c77c2cd41b100021589406588adb83f78565cbeb2e12a2bb6047a3629bac6b91f48b9661f4fa4fbd358370542dace7766b61"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-differ"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-union",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0f1afa4098ff45d53f8426818ce7f15beaba972b9513a245588ac0529b8e3a1a0926843df5c527de2811687541e4ff56ae015537415f02b337c7472e78e53c9e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-union"
        }
      ]
    },
    {
      "type": "library",
      "name": "samsam",
      "version": "1.1.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|samsam@1.1.3",
      "author": "Christian Johansen",
      "description": "Value identification and comparison functions",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/samsam@1.1.3",
      "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.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b7dac23ec91fe74859e77787f19f9c4960f82df24169cfbcbd24aece2d58d87cf28325f1b4097405a47786bea223a03e9c541b92624d0bf6eb40b3447959eb9a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/samsam"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-arguments",
      "version": "1.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-arguments@1.2.0",
      "author": "Jordan Harband",
      "description": "Is this an arguments object? It's a harder question than you think.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-arguments@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/is-arguments.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-arguments",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-arguments/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "edb55b8b486e8ffc2b2003b36fc5356acce0f64762dca37f0b2535f424c8eed028658119a0bf720835e96d737eb8fb2e5a73f4d9ccae8358257aaabe4d4f9808"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-arguments"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-generator-function",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-generator-function@1.1.0",
      "author": "Jordan Harband",
      "description": "Determine if a function is a native generator function.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-generator-function@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/is-generator-function.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-generator-function#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-generator-function/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9cf501e649b8d2af5ef147cdfd9736e1e2e5cdd49ff4e7ca072070f4221dc381f58223cc780d0e209bdb721b02bb89e97c8d9070c541b061011ca67bc0b4d699"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-generator-function"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-typed-array",
      "version": "1.1.15",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-typed-array@1.1.15",
      "author": "Jordan Harband",
      "description": "Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-typed-array@1.1.15",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/is-typed-array.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-typed-array#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-typed-array/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.15.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a7711cb227178e2b7b49ab245c7b35840f75431813c38e85bfa10528a192e434452c3f322a7a218c5de1c688eef786ff39c319a10ba4ce93e9044f6e2d52b381"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-typed-array"
        }
      ]
    },
    {
      "type": "library",
      "name": "which-typed-array",
      "version": "1.1.19",
      "bom-ref": "jquery@2.2.4-tuxcare.1|which-typed-array@1.1.19",
      "author": "Jordan Harband",
      "description": "Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/which-typed-array@1.1.19",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/which-typed-array.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/which-typed-array#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/which-typed-array/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.19.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ac4bebf7405c938599b7d1c7142e0324cb23beeef1fabe9b226cf4fc1adb59bec0d9d8c9f219d932b5a71e8f45f2cb2fd0e304adab0385fb6b7d1393caa483af"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/which-typed-array"
        }
      ]
    },
    {
      "type": "library",
      "name": "leven",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|leven@1.0.2",
      "author": "Sindre Sorhus",
      "description": "Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/leven@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/sindresorhus/leven.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/sindresorhus/leven#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/sindresorhus/leven/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/leven/-/leven-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "537788cc2da630038c3aea09db9b00ddecab6a80709dda50c98801ab9772aab313a6f320f65f57fee7051f1bfadb661c0a0d7bf565aa95ea05eeb4b37d8ad5f9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/leven"
        }
      ]
    },
    {
      "type": "library",
      "name": "ms",
      "version": "2.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|ms@2.0.0",
      "description": "Tiny milisecond conversion utility",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ms@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/zeit/ms.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/zeit/ms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/zeit/ms/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4e9a7ad0fe885090d3b8eabfe59f1c76c93326e8dfc2a7ce4e4af02308fb211212a679099d3e92c89e0f08f9c63281630bd75d85a979295218b40b7dee2c74e4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ms"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-stdin",
      "version": "4.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "179690332c302769fce6ce2124f4d3f513f11a6b9ba27b81d7430d628d7bff1a61d7be27d8c211df71d182e87355a835d0efe7a4ced23e4ef72cc64d3fe15a5b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-stdin"
        }
      ]
    },
    {
      "type": "library",
      "name": "minimist",
      "version": "1.2.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|minimist@1.2.8",
      "author": "James Halliday",
      "description": "parse argument options",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/minimist@1.2.8",
      "externalReferences": [
        {
          "url": "git://github.com/minimistjs/minimist.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/minimistjs/minimist",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/minimistjs/minimist/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "db2c8047ca8190ddd8ba17896a7529582e54ddb6f9a2c0f2c0d07c4730d5943c031dba1c009bdeaaa8f5bbcf92543ee39164f8cafb070a95aaa96a80c5bd3308"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/minimist"
        }
      ]
    },
    {
      "type": "library",
      "name": "os-tmpdir",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0f6151d37562afb148bb8e57058db49936fefd9496074d2c8d4f637505edf37803ac8e19b73e45b3bff2cbbe20d8de52550638c58d6a0ebe2b35d770611557d2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/os-tmpdir"
        }
      ]
    },
    {
      "type": "library",
      "name": "user-home",
      "version": "1.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6a082229f104b9bbf753044da93ccb22766900e98acf0747a840665bf84103f9adf7d7a0f9be15ad7ea2f8844bc54f3e58961f6b7deb1b046c7a0e1e125520b1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/user-home"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-finite",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-finite@1.1.0",
      "author": "Sindre Sorhus",
      "description": "ES2015 Number.isFinite() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-finite@1.1.0",
      "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.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "71dc8cb6a5ff04eaaa3410622a5215932b4d1e6e3d32d3256329f5cf1cef24a5a614c946ce6fabcb90417d8c9e63d62634a6d14a8fe8ece5fdc3d6a57b4c20df"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-finite"
        }
      ]
    },
    {
      "type": "library",
      "name": "brace-expansion",
      "version": "1.1.12",
      "bom-ref": "jquery@2.2.4-tuxcare.1|brace-expansion@1.1.12",
      "author": "Julian Gruber",
      "description": "Brace expansion as known from sh/bash",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/brace-expansion@1.1.12",
      "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.12.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f53f548d6debd145b973543b193c25969b57c21bd8984cc587331f67d1fb1505adfae65e3e364f8c13ff5b5644c99d6dc065a89b9ff9e9317894f72a8e70c772"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/brace-expansion"
        }
      ]
    },
    {
      "type": "library",
      "name": "mkdirp",
      "version": "0.5.6",
      "bom-ref": "jquery@2.2.4-tuxcare.1|mkdirp@0.5.6",
      "author": "James Halliday",
      "description": "Recursively mkdir, like `mkdir -p`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mkdirp@0.5.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/substack/node-mkdirp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-mkdirp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-mkdirp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "14ffa9f1107c396a45dd86410ab3f982d0039ad5c0a41e4030b9febddc80f8fcb10a3ac2b34d268f2528cecb0edf77300de4f7c0d19d2f127933ffd8aad1c027"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mkdirp"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-assign",
      "version": "4.1.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ac98134279149c7d6c170f324fa552537cc3dec5a6bbab19848b1e63c557f8646edcfe85ec5bbe24d0e85df9251256cb2529dcdc55101d57b8714e618fe05c52"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-assign"
        }
      ]
    },
    {
      "type": "library",
      "name": "commoner",
      "version": "0.10.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8",
      "author": "Ben Newman",
      "description": "Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modules",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/commoner@0.10.8",
      "externalReferences": [
        {
          "url": "git://github.com/benjamn/commoner.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/benjamn/commoner",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/benjamn/commoner/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/commoner/-/commoner-0.10.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dffa8790d30cea8fca1971c84c0d78cbbf0f71f997878f803822694a817bde1e15635269746bf7087312e7e256e92c0b85f26de1184d98b01aefe4515ffeb611"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/commoner"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "glob",
          "version": "5.0.15",
          "bom-ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|glob@5.0.15",
          "author": "Isaac Z. Schlueter",
          "description": "a little globber",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/glob@5.0.15",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/node-glob.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/node-glob#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/node-glob/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "73d20f31acdf4484e998000a8b6d9d2b554ac460d7f5e861a9f0010eb88bfe5ccef76c5c50a1093d01eb540ff660748d141e22165ca45665afc28e3c9ebdcec4"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/commoner/node_modules/glob"
            }
          ]
        },
        {
          "type": "library",
          "name": "graceful-fs",
          "version": "4.2.11",
          "bom-ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|graceful-fs@4.2.11",
          "description": "A drop-in replacement for fs, making various improvements.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/graceful-fs@4.2.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.2.11.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "45b279fe398570d342703579a3d7939c12c9fc7b33595d0fef76dcf857f89d2feb263f98692e881b288e2f45680585fe9755ab97793ade1fcaac7fa7849d17bd"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/commoner/node_modules/graceful-fs"
            }
          ]
        },
        {
          "type": "library",
          "name": "iconv-lite",
          "version": "0.4.24",
          "bom-ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|iconv-lite@0.4.24",
          "author": "Alexander Shtuchkin",
          "description": "Convert character encodings in pure javascript.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/iconv-lite@0.4.24",
          "externalReferences": [
            {
              "url": "git://github.com/ashtuchkin/iconv-lite.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/ashtuchkin/iconv-lite",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/ashtuchkin/iconv-lite/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "bf73179d901cbe7cb091350466898801cb657bb4575de79d391df5c3097b565ca85cee108bd6abbd27a73505a77b54dc4708422f51f02c8db56c4a9da63f3fac"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/commoner/node_modules/iconv-lite"
            }
          ]
        },
        {
          "type": "library",
          "name": "recast",
          "version": "0.11.23",
          "bom-ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|recast@0.11.23",
          "author": "Ben Newman",
          "description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/recast@0.11.23",
          "externalReferences": [
            {
              "url": "git://github.com/benjamn/recast.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://github.com/benjamn/recast",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/benjamn/recast/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/recast/-/recast-0.11.23.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "fa78b11bedcdba071ec91f0ed5b2d4e39aacf38260237fbc11abb245969f2e00bd5db740388560c15d4f7b675ad18cc6a3ad8acd6a19c14a551107faa8d01758"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/commoner/node_modules/recast"
            }
          ]
        },
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/commoner/node_modules/inherits"
            }
          ]
        },
        {
          "type": "library",
          "name": "minimatch",
          "version": "3.1.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|minimatch@3.1.2",
          "author": "Isaac Z. Schlueter",
          "description": "a glob matcher in javascript",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/minimatch@3.1.2",
          "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.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "27ba7ade1462023c35343130c355bb8b7efe07222b3963b95d0400cd9dd539c2f43cdc9bc297e657f374e73140cf043d512c84717eaddd43be2b96aa0503881f"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/commoner/node_modules/minimatch"
            }
          ]
        },
        {
          "type": "library",
          "name": "ast-types",
          "version": "0.9.6",
          "bom-ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|ast-types@0.9.6",
          "author": "Ben Newman",
          "description": "Esprima-compatible implementation of the Mozilla JS Parser API",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/ast-types@0.9.6",
          "externalReferences": [
            {
              "url": "git://github.com/benjamn/ast-types.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "http://github.com/benjamn/ast-types",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/benjamn/ast-types/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/ast-types/-/ast-types-0.9.6.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a8476d476507efccb21d7fc050d7d79894e5338f17a0564a05dc22d67ce42359892f6d5c99bbb472f8f18e991727934434cab8d87fa136cf152c972a5cb7ab05"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/commoner/node_modules/ast-types"
            }
          ]
        },
        {
          "type": "library",
          "name": "esprima",
          "version": "3.1.3",
          "bom-ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "016c1530dc7084df3e3483d0cc04190a6ed190b0b845b3370753a86ccbb2a778bec3bdd7e7b28229a548c5a4596fe0d80a88eaeebb29a3e7e6b907c06e8ca116"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/commoner/node_modules/esprima"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "defs",
      "version": "1.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|defs@1.1.1",
      "author": "Olov Lassus",
      "description": "Static scope analysis and transpilation of ES6 block scoped const and let variables, to ES3.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/defs@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/olov/defs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/olov/defs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/olov/defs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/defs/-/defs-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2a0195d6f9926b650f29e0d76961391625e38b1f013ad60c8223c6a5885dff8db0c620ba606c2db1c8ffcd4f600f9ff19382b688b0e9c86846039a6e67169e32"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/defs"
        }
      ]
    },
    {
      "type": "library",
      "name": "esprima-fb",
      "version": "15001.1001.0-dev-harmony-fb",
      "bom-ref": "jquery@2.2.4-tuxcare.1|esprima-fb@15001.1001.0-dev-harmony-fb",
      "author": "Ariya Hidayat",
      "description": "Facebook-specific fork of the esprima project",
      "licenses": [
        {
          "license": {
            "name": "BSD",
            "acknowledgement": "declared",
            "url": "http://github.com/facebook/esprima/raw/master/LICENSE.BSD"
          }
        }
      ],
      "purl": "pkg:npm/esprima-fb@15001.1001.0-dev-harmony-fb",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/facebook/esprima.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/facebook/esprima/tree/fb-harmony",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://issues.esprima.org",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/esprima-fb/-/esprima-fb-15001.1001.0-dev-harmony-fb.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9bb3ac633a1c03c390dfef42c66848bfb34f1edc834768b168b08eee42d9f981fec50fc1a5a666965f445e673e901c73580f014415db344b8442a43abdfb200f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/esprima-fb"
        }
      ]
    },
    {
      "type": "library",
      "name": "recast",
      "version": "0.10.33",
      "bom-ref": "jquery@2.2.4-tuxcare.1|recast@0.10.33",
      "author": "Ben Newman",
      "description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/recast@0.10.33",
      "externalReferences": [
        {
          "url": "git://github.com/benjamn/recast.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/benjamn/recast",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/benjamn/recast/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/recast/-/recast-0.10.33.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "47101582f8161b37c562c75cdcf07a4cce3f72af07320047f0f0bdafe4a43bb8f531e1d9bc83312d25655218a7decbfdc1b032f023003d74864869163e8bf229"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/recast"
        }
      ]
    },
    {
      "type": "library",
      "name": "through",
      "version": "2.3.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|through@2.3.8",
      "author": "Dominic Tarr",
      "description": "simplified stream construction",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/through@2.3.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/dominictarr/through.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dominictarr/through",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dominictarr/through/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c3cf6a83b3c8f3001dbd7eb46cc0cff9b1680f90ef866f682e1785a793b86b6405d1c4811ac057e2a66669d3ccbd5aa52c9041722f96a8618e00fbdc0de35256"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/through"
        }
      ]
    },
    {
      "type": "library",
      "name": "regenerate",
      "version": "1.4.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|regenerate@1.4.2",
      "author": "Mathias Bynens",
      "description": "Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regenerate@1.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/regenerate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mths.be/regenerate",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/regenerate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ceb71e47f5e119853f77fa29af610a3bb6911d47a2048f2a8ed7c7a800d3c1977a4b37f2d7a95aea4a83d0c214b39cf9871e8068a6be3e2c693eb476f3df88d0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regenerate"
        }
      ]
    },
    {
      "type": "library",
      "name": "regjsgen",
      "version": "0.2.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c7e637c80db8b85ebc9b9180fad0636c6628eb8c57549a5b4e805a582a1235273585d93a75f72d6915ab3454d525920884be46c56f33c23a22c5b9e27e72b9f6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regjsgen"
        }
      ]
    },
    {
      "type": "library",
      "name": "regjsparser",
      "version": "0.1.5",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8e543d8182df936a77579020e5f62103b7efece1f37752941f43d13f8eb17374e0c23c2044e216e7bd807d883f5fd91a36afcb267bbaa09705457948ac6a1347"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regjsparser"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-core-module",
      "version": "2.16.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-core-module@2.16.1",
      "author": "Jordan Harband",
      "description": "Is this specifier a node.js core module?",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-core-module@2.16.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/is-core-module.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-core-module",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-core-module/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "51fa1e300e9f209f304d81445237a59da188ebbbfaf8deea5c912f42e2066bdf65e31b02aee498395490d2e3c0367e1d0339bc96460f68a2ebae28cbabbc76df"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-core-module"
        }
      ]
    },
    {
      "type": "library",
      "name": "path-parse",
      "version": "1.0.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|path-parse@1.0.7",
      "author": "Javier Blanco",
      "description": "Node.js path.parse() ponyfill",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/path-parse@1.0.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/jbgutierrez/path-parse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jbgutierrez/path-parse#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jbgutierrez/path-parse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2c32733d510410f47ecb8f33f7703411dd325dbf29001c865a8fe4e5861d620a58dbfd84b0eb24b09aeaee5387c6bcab54e9f57a31baa00a7c6a1bce2100fcb3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-parse"
        }
      ]
    },
    {
      "type": "library",
      "name": "supports-preserve-symlinks-flag",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|supports-preserve-symlinks-flag@1.0.0",
      "author": "Jordan Harband",
      "description": "Determine if the current node version supports the `--preserve-symlinks` flag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/supports-preserve-symlinks-flag@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a2dd169d74bd7e076480871e3dee911cd935580f3e9ae3dae9c4a3791dd5f0adbbabd041d6b4c4dd1d69ec7bf4cf567201cf2ce95beff0323259febcd4c02dd3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/supports-preserve-symlinks-flag"
        }
      ]
    },
    {
      "type": "library",
      "name": "date-now",
      "version": "0.1.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|date-now@0.1.4",
      "author": "Raynos",
      "description": "A requirable version of Date.now()",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://github.com/Colingo/date-now/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/date-now@0.1.4",
      "externalReferences": [
        {
          "url": "git://github.com/Colingo/date-now.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Colingo/date-now",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Colingo/date-now/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "02c125be8bf72e8341eed7f9937ec7da361207e6593cc4f9b06d908c909c76557972122fea1b4150152e8b620a46382d2802ad08137b65bc1af8cb702e349e37"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/date-now"
        }
      ]
    },
    {
      "type": "library",
      "name": "ansi-regex",
      "version": "2.1.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4c81a74e9768f84dfea42c8096e66fb440f9a79c02a8b75ecc2ca13d9cca3dcc6f169944b788be5bb38e3422a0799153dfecb935965f38e4bf05d71a9e6d4c60"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ansi-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "browserify-zlib",
      "version": "0.1.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|browserify-zlib@0.1.4",
      "author": "Devon Govett",
      "description": "Full zlib module for browserify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/browserify-zlib@0.1.4",
      "externalReferences": [
        {
          "url": "git://github.com/devongovett/browserify-zlib.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/devongovett/browserify-zlib#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/devongovett/browserify-zlib/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d7d384a6aeef5a0b07e9692f9012500c5bc94b5b8f71b14e438bfd094f37f5d3be6595d464ee97a44ea1342aaf948223fb87d9bd1889e83b00437f361b08b24d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/browserify-zlib"
        }
      ]
    },
    {
      "type": "library",
      "name": "concat-stream",
      "version": "1.6.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2",
      "author": "Max Ogden",
      "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/concat-stream@1.6.2",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/maxogden/concat-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/maxogden/concat-stream#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/maxogden/concat-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dbb1c18212718e266d224dd872f9ffe246c993fd6e66e2457ee3c49ece8b684be9bc6d5fd214de6bc96296ba2eca8f6655cd8659d70467c38ba0699200396b0b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/concat-stream"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "inherits",
          "version": "2.0.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|inherits@2.0.4",
          "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/inherits@2.0.4",
          "externalReferences": [
            {
              "url": "git://github.com/isaacs/inherits.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/isaacs/inherits#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/isaacs/inherits/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "93fbc6697e3f6256b75b3c8c0af4d039761e207bea38ab67a8176ecd31e9ce9419cc0b2428c859d8af849c189233dcc64a820578ca572b16b8758799210a9ec1"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/concat-stream/node_modules/inherits"
            }
          ]
        },
        {
          "type": "library",
          "name": "readable-stream",
          "version": "2.3.8",
          "bom-ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|readable-stream@2.3.8",
          "description": "Streams3, a user-land copy of the stream library from Node.js",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/readable-stream@2.3.8",
          "externalReferences": [
            {
              "url": "git://github.com/nodejs/readable-stream.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/nodejs/readable-stream#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/nodejs/readable-stream/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "f29d00524e173838087b04a2d25f04a63b3e1159d688aecda03204194d07844efe67263c0f520c63ba1dbb9951ac55c683bd4bd79286f10acf9ae9b8e514ed74"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/concat-stream/node_modules/readable-stream"
            }
          ]
        },
        {
          "type": "library",
          "name": "isarray",
          "version": "1.0.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|isarray@1.0.0",
          "author": "Julian Gruber",
          "description": "Array#isArray for older browsers",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/isarray@1.0.0",
          "externalReferences": [
            {
              "url": "git://github.com/juliangruber/isarray.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/juliangruber/isarray",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/juliangruber/isarray/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "54b82121634ce842d0ce8ef3c26720d0d99357258a623bc878cf37ca3a74c110d39949eb33aefc7d06dc281a3a9f6089105d2cce81bfff2b60f932a56bcf402d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/concat-stream/node_modules/isarray"
            }
          ]
        },
        {
          "type": "library",
          "name": "safe-buffer",
          "version": "5.1.2",
          "bom-ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|safe-buffer@5.1.2",
          "author": "Feross Aboukhadijeh",
          "description": "Safer Node.js Buffer API",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/safe-buffer@5.1.2",
          "externalReferences": [
            {
              "url": "git://github.com/feross/safe-buffer.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/feross/safe-buffer",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/feross/safe-buffer/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "19dd94641243917958ec66c9c5fb04f3f9ef2a45045351b7f1cd6c88de903fa6bd3d3f4c98707c1a7a6c71298c252a05f0b388aedf2e77fc0fb688f2b381bafa"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/concat-stream/node_modules/safe-buffer"
            }
          ]
        },
        {
          "type": "library",
          "name": "string_decoder",
          "version": "1.1.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|string_decoder@1.1.1",
          "description": "The string_decoder module from Node core",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/string_decoder@1.1.1",
          "externalReferences": [
            {
              "url": "git://github.com/nodejs/string_decoder.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/nodejs/string_decoder",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/nodejs/string_decoder/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "9ff4a19ef0e2e851db6d57ef8aba3e5a88e2173bfeb3c30f30705ccd578f7d4a4324bc282d3d21b759786300426e2f29240bde104767907c8fc933ff9b345fc2"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/concat-stream/node_modules/string_decoder"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "meow",
      "version": "3.7.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4cd77066cd2c9119693e90942b6e52b42e151feb4fe4681e6351d038e18ffa5436c6d76437656d4ffe6d897f64dc85a99013d5f5bdcbb005979f81868bf3eb48"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/meow"
        }
      ]
    },
    {
      "type": "library",
      "name": "cliui",
      "version": "2.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|cliui@2.1.0",
      "author": "Ben Coe",
      "description": "easily create complex multi-column command-line-interfaces",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/cliui@2.1.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/bcoe/cliui.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bcoe/cliui#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bcoe/cliui/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "188398462cc6f931a873b5a07352e23932daadef794779b32a0a259fe43f944e1c7a2607d7d814a65d25d057eae2524311fdc5c6e8cc7ba2017ce0acee97ea34"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cliui"
        }
      ]
    },
    {
      "type": "library",
      "name": "decamelize",
      "version": "1.2.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cf64be5bd5fbde10145248be37ef596b694196e9fcf738a03b21abb1ac7e29443ac0a5b86685a91180641a1423c008e30c2916c6163454a12193cc3363b17970"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/decamelize"
        }
      ]
    },
    {
      "type": "library",
      "name": "graceful-readlink",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f2d2eeeb42e0c45e97a5d6caf0e5b7140f887d33419f5647187285e0a41b11e4a46a3630e4f95825c2a5ba7b607a00cf4e0f149078e97add53f36be4e9343af3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/graceful-readlink"
        }
      ]
    },
    {
      "type": "library",
      "name": "comment-parser",
      "version": "0.3.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|comment-parser@0.3.0",
      "author": "Sergii Iavorskyi",
      "description": "Generic JSDoc-like comment parser. ",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/comment-parser@0.3.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/yavorskiy/comment-parser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/yavorskiy/comment-parser",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/yavorskiy/comment-parser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/comment-parser/-/comment-parser-0.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e6e0467061b645faf3598ff6d8a3dbc61afdb56e183091d9e14d09b8003bd6dd2542f877f6e36fb9b9017881f527ddbb9cedf4b1b2ba0f00ded03d4fab3973f9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/comment-parser"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsdoctypeparser",
      "version": "1.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|jsdoctypeparser@1.2.0",
      "author": "Kuniwak",
      "description": "Strict JsDoc type expression parser.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsdoctypeparser@1.2.0",
      "externalReferences": [
        {
          "url": "git://github.com/Kuniwak/jsdoctypeparser.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Kuniwak/jsdoctypeparser#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Kuniwak/jsdoctypeparser/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsdoctypeparser/-/jsdoctypeparser-1.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a2c5e6e05af5a3f25cd18c1433b0c7525898b5aba72d0c61e329d982d374da64d437556c35b332ef90c54a42919def3113c8e219157d34a56161861af192075d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsdoctypeparser"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "lodash",
          "version": "3.10.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|jsdoctypeparser@1.2.0|lodash@3.10.1",
          "author": "John-David Dalton",
          "description": "The modern build of lodash modular utilities.",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/lodash@3.10.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/lodash/lodash.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://lodash.com/",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/lodash/lodash/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "f660c3c2a54899ae8e657efd6650c009997cb019b44c49e47fdf7357788c0381b39084fff618aa3f9998d07a13d6234b0ab29cfd1d4707257ec897d159526bc9"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/jsdoctypeparser/node_modules/lodash"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._baseassign",
      "version": "3.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|lodash._baseassign@3.2.0",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `baseAssign` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._baseassign@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._baseassign/-/lodash._baseassign-3.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b77376e9047621d48dfa0a92cbd0ecf6906efc9d4400512c84a9541e9246debbf224e6207042c8c5c21e28a7d993bb233b3d757057f3251b3216bcbf27269b25"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._baseassign"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._createassigner",
      "version": "3.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|lodash._createassigner@3.1.1",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `createAssigner` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._createassigner@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._createassigner/-/lodash._createassigner-3.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2f38952fb2039c98d079e57de56be1c3a1b6f19f10e9d6bcecb58a38f5a6cc12efe2ee85013ff1e6fd34a72196d2edfc528a20345d899c3ddb1a06590da34407"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._createassigner"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.keys",
      "version": "3.1.2",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0ae06c6a916372e6ce18c9f7543fb6e073803f133bf6d1fe57a8af24bdc21d88edadac1ab83247524fff61ec3d1ef73a7bdadb0ab5111a4f33e8f0bef162417d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "pkginfo",
      "version": "0.4.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|pkginfo@0.4.1",
      "author": "Charlie Robbins",
      "description": "An easy way to expose properties on a module from a package.json",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pkginfo@0.4.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/indexzero/node-pkginfo.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/indexzero/node-pkginfo#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/indexzero/node-pkginfo/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.4.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f3108d13f693fc45ca7a7b8c0d9fb14d5c244fc82ca07376cff436f65f34bb4a691845d5bec291ccd31bb4a860f0b4bc935b492c01c7ca57faa7854598fe9751"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pkginfo"
        }
      ]
    },
    {
      "type": "library",
      "name": "read",
      "version": "1.0.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|read@1.0.7",
      "author": "Isaac Z. Schlueter",
      "description": "read(1) for node programs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/read@1.0.7",
      "externalReferences": [
        {
          "url": "git://github.com/isaacs/read.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/read#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/read/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/read/-/read-1.0.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ad238a3585266b1cb4a26d4136330de1eccd4fa54a2bedb117818185cf359a41fb2fad22e9da7ca8f62b92774d2d3dd03e9868208de668bf4f542f579a11f055"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read"
        }
      ]
    },
    {
      "type": "library",
      "name": "revalidator",
      "version": "0.1.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|revalidator@0.1.8",
      "author": "Nodejitsu Inc.",
      "description": "A cross-browser / node.js validator used by resourceful",
      "licenses": [
        {
          "license": {
            "name": "Apache 2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/revalidator@0.1.8",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/flatiron/revalidator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/flatiron/revalidator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/flatiron/revalidator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/revalidator/-/revalidator-0.1.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c5c0482cada903da21e128a29cf1197e13fc1dfac1fe16be6b67d333297b3a6d968e50d5ace432f7d3763175e5507a86273e2a12ed9db97c472630d6b8aff4c6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/revalidator"
        }
      ]
    },
    {
      "type": "library",
      "name": "utile",
      "version": "0.2.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|utile@0.2.1",
      "author": "Nodejitsu Inc.",
      "description": "A drop-in replacement for `util` with some additional advantageous functions",
      "purl": "pkg:npm/utile@0.2.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/flatiron/utile.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/flatiron/utile#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/flatiron/utile/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/utile/-/utile-0.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "96d7efb8224d6bf2453a128106243da83cb21702ecb6830c3b5aeed1883f31c97c769d59dc805a2fb9fee5d1e9ca66be777942a209200509d62ad1b1ccdcaa86"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/utile"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "async",
          "version": "0.2.10",
          "bom-ref": "jquery@2.2.4-tuxcare.1|utile@0.2.1|async@0.2.10",
          "author": "Caolan McMahon",
          "description": "Higher-order functions and common patterns for asynchronous code",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared",
                "url": "https://github.com/caolan/async/raw/master/LICENSE"
              }
            }
          ],
          "purl": "pkg:npm/async@0.2.10",
          "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-0.2.10.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "78091da0ac54ebf2e42830732e94feb7a15fe44b5f485e30c7559f2623c4115ed634b9c36915e4d28572b2210f9b6eb6ae869a72119ec7052ff785a14a03794d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/utile/node_modules/async"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "winston",
      "version": "0.8.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|winston@0.8.3",
      "author": "Nodejitsu Inc.",
      "description": "A multi-transport async logging library for Node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://raw.github.com/flatiron/winston/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/winston@0.8.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/flatiron/winston.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/flatiron/winston#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/flatiron/winston/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/winston/-/winston-0.8.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7cfa1a9ac1eaf25789eb60f533d57f7f5e668d0d541dee3eee3d70a404f77ea800e49aa12649386887cf1237cc4c8f71e994e368b3a93008e5b8bb6680ee5bea"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/winston"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "async",
          "version": "0.2.10",
          "bom-ref": "jquery@2.2.4-tuxcare.1|winston@0.8.3|async@0.2.10",
          "author": "Caolan McMahon",
          "description": "Higher-order functions and common patterns for asynchronous code",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared",
                "url": "https://github.com/caolan/async/raw/master/LICENSE"
              }
            }
          ],
          "purl": "pkg:npm/async@0.2.10",
          "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-0.2.10.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "78091da0ac54ebf2e42830732e94feb7a15fe44b5f485e30c7559f2623c4115ed634b9c36915e4d28572b2210f9b6eb6ae869a72119ec7052ff785a14a03794d"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/winston/node_modules/async"
            }
          ]
        },
        {
          "type": "library",
          "name": "pkginfo",
          "version": "0.3.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|winston@0.8.3|pkginfo@0.3.1",
          "author": "Charlie Robbins",
          "description": "An easy way to expose properties on a module from a package.json",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/pkginfo@0.3.1",
          "externalReferences": [
            {
              "url": "git+ssh://git@github.com/indexzero/node-pkginfo.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/indexzero/node-pkginfo#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/indexzero/node-pkginfo/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "c8ee5f781c8ccc0a7de8bb4fe7cc2f3ca49b68a022ff50b8915f57a5372dafa11ea673fa177dd104d3a256b773f41acf03df14d81305b13347a38e1359c6d0d8"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/winston/node_modules/pkginfo"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "vow-queue",
      "version": "0.4.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|vow-queue@0.4.3",
      "author": "Dmitry Filatov",
      "description": "Vow-based task queue",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/vow-queue@0.4.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/dfilatov/vow-queue.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/dfilatov/vow-queue#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/dfilatov/vow-queue/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/vow-queue/-/vow-queue-0.4.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fe9a002834c52f7cd86de420edc97804671f3f8b068172ab1e744548a8fdeddb5e505bbca325ccc0871dc2ef0d4b1fd198f188b98c7506293fcb9bd4e07fd52b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/vow-queue"
        }
      ]
    },
    {
      "type": "library",
      "name": "wrappy",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|wrappy@1.0.2",
      "author": "Isaac Z. Schlueter",
      "description": "Callback wrapping utility",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/wrappy@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/npm/wrappy.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/wrappy",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/wrappy/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9784a9fc346c7a8afdc0be84bd5dbe4ee427eb774c90f8d9feca7d5e48214c46d5f4a94f4b5c54b19deeeff2103b8c31b5c141e1b82940f45c477402bdeccf71"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/wrappy"
        }
      ]
    },
    {
      "type": "library",
      "name": "underscore",
      "version": "1.7.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|underscore@1.7.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.7.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.7.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "729d28410c998543359292432dd18ed633d91e04bf329ce85987def7e08cda1fd0183665ab04f64f7606ba4b8175a349fc200fa1ec80651447cfc245a35efabc"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/underscore"
        }
      ]
    },
    {
      "type": "library",
      "name": "deep-is",
      "version": "0.1.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|deep-is@0.1.4",
      "author": "Thorsten Lorenz",
      "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/deep-is@0.1.4",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/thlorenz/deep-is.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/thlorenz/deep-is#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/thlorenz/deep-is/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a083f392c993838fccae289a6063bea245c34fbced9ffc37129b6fffe81221d31d2ac268d2ee027d834524fcbee1228cb82a86c36c319c0f9444c837b7c6bf6d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deep-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-levenshtein",
      "version": "2.0.6",
      "bom-ref": "jquery@2.2.4-tuxcare.1|fast-levenshtein@2.0.6",
      "author": "Ramesh Nair",
      "description": "Efficient implementation of Levenshtein algorithm  with locale-specific collator support.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-levenshtein@2.0.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/hiddentao/fast-levenshtein.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/hiddentao/fast-levenshtein#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/hiddentao/fast-levenshtein/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0c25eee887e1a9c92ced364a6371f1a77cbaaa9858e522599ab58c0eb29c11148e5d641d32153d220fcf62bcf2c3fba5f63388ca1d0de0cd2d6c2e61a1d83c77"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-levenshtein"
        }
      ]
    },
    {
      "type": "library",
      "name": "levn",
      "version": "0.3.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d0e3b8cb688e1e2c765baba32026ca21a1105ef1501ee7bae6f506de96f9114a26ccf23dd33f61b00d55b0efdd6c82290b9dc9f20c4cf50e0e868d23ac233fc8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/levn"
        }
      ]
    },
    {
      "type": "library",
      "name": "prelude-ls",
      "version": "1.1.2",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "112176dd5e12286ea55521998183696ec89a02475a6fa6603b17b9da9efe2a27775b7bb76f147855f77fa36d5d98dee34add08c20678bf9314776e8512d5c4f7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/prelude-ls"
        }
      ]
    },
    {
      "type": "library",
      "name": "type-check",
      "version": "0.3.2",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "64298e25dbce583058265cc0a05902f90d3e6d4c84392d65b60a75306534ddfa871be75b8bdb41154d9177d40a883645018ae13e1d8951feeb65122e1d12ad3a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/type-check"
        }
      ]
    },
    {
      "type": "library",
      "name": "word-wrap",
      "version": "1.2.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|word-wrap@1.2.5",
      "author": "Jon Schlinkert",
      "description": "Wrap words to a specified length.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/word-wrap@1.2.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/word-wrap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/word-wrap",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/word-wrap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "04ddb607979a30c23d50cb63ac677983978260fa423c3532d052576d8b1a4f9cd8c6314e7244b9dd2403137a56915a16a475d56f706b61c10de13c1ae7907970"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/word-wrap"
        }
      ]
    },
    {
      "type": "library",
      "name": "dom-serializer",
      "version": "0.2.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|dom-serializer@0.2.2",
      "author": "Felix Boehm",
      "description": "render dom nodes to string",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dom-serializer@0.2.2",
      "externalReferences": [
        {
          "url": "git://github.com/cheeriojs/dom-renderer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/cheeriojs/dom-renderer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/cheeriojs/dom-renderer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dbfc4f6f7391b10e369c76224ae9d79038cf2c16848ffc53c143b807b5c26504d193b101b5338f6b2821d74600021d8e23542ba7a3567e9021cecc23d3276df6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dom-serializer"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "domelementtype",
          "version": "2.3.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|dom-serializer@0.2.2|domelementtype@2.3.0",
          "author": "Felix Boehm",
          "description": "all the types of nodes in htmlparser2's dom",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/domelementtype@2.3.0",
          "externalReferences": [
            {
              "url": "git://github.com/fb55/domelementtype.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/fb55/domelementtype#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/fb55/domelementtype/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "38b113063eb0d0eb1a801c1d5e73dd37472731f17da2937af5ca3eed9adb7cf1ab7693d5341523d36b298ba07537bc0284b4223e7e02487ff326f5f0e7a8261f"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/dom-serializer/node_modules/domelementtype"
            }
          ]
        },
        {
          "type": "library",
          "name": "entities",
          "version": "2.2.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|dom-serializer@0.2.2|entities@2.2.0",
          "author": "Felix Boehm",
          "description": "Encode & decode XML and HTML entities with ease",
          "licenses": [
            {
              "license": {
                "id": "BSD-2-Clause",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/entities@2.2.0",
          "externalReferences": [
            {
              "url": "git://github.com/fb55/entities.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/fb55/entities#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/fb55/entities/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "a7dda27f9373eb5f48d30f9a909acb647d0c5f43dbe435f7f573b0413b5749d41039a607d374b5b88429e2684e66d017af1ab85623baed84e22c1a36eb7f28f4"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/dom-serializer/node_modules/entities"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "string_decoder",
      "version": "1.3.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|string_decoder@1.3.0",
      "description": "The string_decoder module from Node core",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/string_decoder@1.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/nodejs/string_decoder.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodejs/string_decoder",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodejs/string_decoder/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "864457f14d568c915df0bb03276c90ff0596c5aa2912c0015355df90cf00fa3d3ef392401a9a6dd7a72bd56860e8a21b6f8a2453a32a97a04e8febaea7fc0a78"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/string_decoder"
        }
      ]
    },
    {
      "type": "library",
      "name": "util-deprecate",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|util-deprecate@1.0.2",
      "author": "Nathan Rajlich",
      "description": "The Node.js `util.deprecate()` function with browser support",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/util-deprecate@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/TooTallNate/util-deprecate.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/TooTallNate/util-deprecate",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/TooTallNate/util-deprecate/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "10f0f9ab5b97c85c49a42acb9c27359c79eade039ae83641a1c008888d93692080ed5089d5424331a802cc891736c5187c3d5d68afff2d3110f318886eb1ed73"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/util-deprecate"
        }
      ]
    },
    {
      "type": "library",
      "name": "delayed-stream",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|delayed-stream@1.0.0",
      "author": "Felix Geisendörfer",
      "description": "Buffers events from a stream until you are ready to handle them.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/delayed-stream@1.0.0",
      "externalReferences": [
        {
          "url": "git://github.com/felixge/node-delayed-stream.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/felixge/node-delayed-stream",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/felixge/node-delayed-stream/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "672483ecd7fdd5a2c1d11c4be0a1ab28705797b11db350c098475ca156b05e72c3ed20e1a4d82db88236680920edaed04b8d63c4f499d7ba7855d1a730793731"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/delayed-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "asynckit",
      "version": "0.4.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|asynckit@0.4.0",
      "author": "Alex Indigo",
      "description": "Minimal async jobs utility library, with streams support",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/asynckit@0.4.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/alexindigo/asynckit.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/alexindigo/asynckit#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/alexindigo/asynckit/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "39e8bd387e2d461d18a94dc6c615fbf5d33f9b0560bdb64969235a464f9bb21923d12e5c7c772061a92b7818eb1f06ad5ca6f3f88a087582f1aca8a6d8c8d6d1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/asynckit"
        }
      ]
    },
    {
      "type": "library",
      "name": "ajv",
      "version": "6.12.6",
      "bom-ref": "jquery@2.2.4-tuxcare.1|ajv@6.12.6",
      "author": "Evgeny Poberezkin",
      "description": "Another JSON Schema Validator",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ajv@6.12.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/ajv-validator/ajv.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ajv-validator/ajv",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ajv-validator/ajv/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8f77d52e0bd3a39dbb6a7c98c893864d825b1bebe79d062f1349b99a691cd532be9f1029a6408b3082f4699e1d6e55423681928619be933138654ca4068320e2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ajv"
        }
      ]
    },
    {
      "type": "library",
      "name": "har-schema",
      "version": "2.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|har-schema@2.0.0",
      "author": "Ahmad Nassri",
      "description": "JSON Schema for HTTP Archive (HAR)",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/har-schema@2.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ahmadnassri/har-schema.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ahmadnassri/har-schema",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ahmadnassri/har-schema/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3aa96ecface1197f1cc9169342514c3f0f346d22551b6c7f7056fc64f85420b1a01e46bd4aca24082390829bde78f7abaa27593ab4f5e22a6a7c96fb20b716e5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/har-schema"
        }
      ]
    },
    {
      "type": "library",
      "name": "assert-plus",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "35f27853304271018b0e542aee71f11feb6fde4c99d211d0a85e413ba27bb4d25e3f9768d6594fafc759f331e89df840bb43c701d3244a8fbca34c3183d9595b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/assert-plus"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsprim",
      "version": "1.4.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|jsprim@1.4.2",
      "description": "utilities for primitive JavaScript types",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/jsprim@1.4.2",
      "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.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3f66d238c01cfdc88bcfa0f38235651893fdf81ac95aee540c62bbd02da2c1e0b940121e15fd195d1bc68c48f6b9882b63632400086c4961c35a516d12ba195b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsprim"
        }
      ]
    },
    {
      "type": "library",
      "name": "sshpk",
      "version": "1.18.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|sshpk@1.18.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.18.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/joyent/node-sshpk.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/arekinath/node-sshpk#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/arekinath/node-sshpk/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "da9d8a2594d2a90fc8dfe1d7e3612960e6b69777fc12bbfc3162accb623db9fe3003bc852245d17df61db31f3acbacf8bc7b55f2eee0fa93e5afcff8a2e031b1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/sshpk"
        }
      ]
    },
    {
      "type": "library",
      "name": "mime-db",
      "version": "1.52.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|mime-db@1.52.0",
      "description": "Media Type Database",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/mime-db@1.52.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.52.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b0f538b95edd625bed589c70c311c3d0fba285536213b4f201b439496c43081f66518bce82ba103b061040e28f27c0886c4fb51135653a82b5502da7537818be"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mime-db"
        }
      ]
    },
    {
      "type": "library",
      "name": "psl",
      "version": "1.15.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|psl@1.15.0",
      "author": "Lupo Montero",
      "description": "Domain name parser based on the Public Suffix List",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/psl@1.15.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/lupomontero/psl.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/lupomontero/psl#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/lupomontero/psl/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "25977780c5410154244ace8774d668f52768d0b35c41e30d3f70a8cc125bdc9602fd05186539cac4ff9ff285915f8ac73f912ead6c6a0074d2c140a394d29ad7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/psl"
        }
      ]
    },
    {
      "type": "library",
      "name": "punycode",
      "version": "2.3.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|punycode@2.3.1",
      "author": "Mathias Bynens",
      "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/punycode@2.3.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/punycode.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://mths.be/punycode",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/punycode.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "bd8b7b503d54f5683ad77f2c84bb4b3af740bbef03b02fe2945b44547707fb0c9d712a4d136d007d239db9fe8c91115a84be4563b5f5a14ee7295645b5fabc16"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/punycode"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-uniq",
      "version": "1.0.3",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "30d85ae01590e896f0845863d3760ae79d9fedc6f7033a04f12cde96380286f2f5765dc872f8205d5cf50e2973c926640a36be097b996dd5bbc804dc8569fcfd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-uniq"
        }
      ]
    },
    {
      "type": "library",
      "name": "call-bound",
      "version": "1.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
      "author": "Jordan Harband",
      "description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/call-bound@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/call-bound.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/call-bound#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/call-bound/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fb2b3df7b53dea9a382b1fc0069042aa103d12ec49690583420ef6f791f8841a61bf72198346e804abb0629b78617a7a319e4099942753fb72313951a5a49e8e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/call-bound"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-tostringtag",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|has-tostringtag@1.0.2",
      "author": "Jordan Harband",
      "description": "Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-tostringtag@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/has-tostringtag.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/has-tostringtag#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/has-tostringtag/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "36a00307c5633c52ccd95d15bc751ec30c2cc3465605a21d828fa2787b4ade16ac2f3e2a78246361ca9f07a010ac182044aa69285f0be76fd5a9d56c3b8ec397"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-tostringtag"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-proto",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|get-proto@1.0.1",
      "author": "Jordan Harband",
      "description": "Robustly get the [[Prototype]] of an object",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-proto@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/get-proto.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/get-proto#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/get-proto/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b1349f063a17069f3d26f20a21e7eac3b53608279bb1cef892263a6b0886a202ada1219b823604fc6ffe97db05dcc5853cd73d21ca0e0b83837ca1dfc459a9d2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-proto"
        }
      ]
    },
    {
      "type": "library",
      "name": "safe-regex-test",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|safe-regex-test@1.1.0",
      "author": "Jordan Harband",
      "description": "Give a regex, get a robust predicate function that tests it against a string.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/safe-regex-test@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/safe-regex-test.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/safe-regex-test#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/safe-regex-test/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c7ff82cf862b8a643141c7097f998a11b21ad4dcde091348e44725fde92695869a9a974d2cf6a557221c09934d1f732f9aa06e815e53318657bf4963b255256b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/safe-regex-test"
        }
      ]
    },
    {
      "type": "library",
      "name": "available-typed-arrays",
      "version": "1.0.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|available-typed-arrays@1.0.7",
      "author": "Jordan Harband",
      "description": "Returns an array of Typed Array names that are available in the current environment",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/available-typed-arrays@1.0.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/available-typed-arrays.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/available-typed-arrays#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/available-typed-arrays/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c2f52306d48637bfbb4a3369abff4cd93837e745190f7abad881592db4404756d23250a8d5969e5be049f83d3dd1ee2120864b05c4c359ee0c8788ef5036a3cd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/available-typed-arrays"
        }
      ]
    },
    {
      "type": "library",
      "name": "call-bind",
      "version": "1.0.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|call-bind@1.0.8",
      "author": "Jordan Harband",
      "description": "Robustly `.call.bind()` a function",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/call-bind@1.0.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/call-bind.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/call-bind#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/call-bind/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a0a95214c70cc29520d9e767921438e78c1f5a253fba5dc29097bf3c41dc4caba25fa4696de854885317bb5dc76a5199c5f530090cd91bbe3b617067d629bdc3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/call-bind"
        }
      ]
    },
    {
      "type": "library",
      "name": "for-each",
      "version": "0.3.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|for-each@0.3.5",
      "author": "Raynos",
      "description": "A better forEach",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/for-each@0.3.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/Raynos/for-each.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/for-each",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/for-each/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/for-each/-/for-each-0.3.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "74ac75d9e442548cea0b1146a65c8528930fbcb11682636d52ba53889211e6ef7bcc48511bcc92aed6e83c7657c7b75a2f1415ae5eb8ddc4f36da6f6b64423c6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/for-each"
        }
      ]
    },
    {
      "type": "library",
      "name": "gopd",
      "version": "1.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|gopd@1.2.0",
      "author": "Jordan Harband",
      "description": "`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/gopd@1.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/gopd.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/gopd#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/gopd/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "65429187afe4505a0089302d4d83d9277870f70371c7e04804e8a39e51bd3e7ac9b027128ecd70cb20fabc9a5a62d827cc3aca6114aa7f738ee917daf77c6c46"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/gopd"
        }
      ]
    },
    {
      "type": "library",
      "name": "balanced-match",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|balanced-match@1.0.2",
      "author": "Julian Gruber",
      "description": "Match balanced character pairs, like \"{\" and \"}\"",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/balanced-match@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/juliangruber/balanced-match.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/balanced-match",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/balanced-match/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "de849e50ed13315ebb84dd4099b5ec2b8c9aa94eed8e21e56f144364ea47d0a5bdf82797e1b440697d009f1b74b71d8cae94695b041a3f02252121098585393f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/balanced-match"
        }
      ]
    },
    {
      "type": "library",
      "name": "concat-map",
      "version": "0.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|concat-map@0.0.1",
      "author": "James Halliday",
      "description": "concatenative mapdashery",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/concat-map@0.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/substack/node-concat-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-concat-map#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-concat-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fd2aefe1db30c903417e8846a73f68e986f71b3dd2ad40ea047e6b4ee84647b6a1b656d82a7571c366c214c4658da03b1171da5d9f30b07768745bdb9212a6aa"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/concat-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "detective",
      "version": "4.7.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|detective@4.7.1",
      "author": "James Halliday",
      "description": "find all require() calls by walking the AST",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/detective@4.7.1",
      "externalReferences": [
        {
          "url": "git://github.com/browserify/detective.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/browserify/detective#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/browserify/detective/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/detective/-/detective-4.7.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1fa3e679e51c665a16b5db780c0905cb314bf786aba47af734ec3099520b162cbef50778253c715ebcdfc8693f96672ddaa5460704d2c125da82abb60719968a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/detective"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "acorn",
          "version": "5.7.4",
          "bom-ref": "jquery@2.2.4-tuxcare.1|detective@4.7.1|acorn@5.7.4",
          "description": "ECMAScript parser",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/acorn@5.7.4",
          "externalReferences": [
            {
              "url": "git+https://github.com/acornjs/acorn.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/acornjs/acorn",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/acornjs/acorn/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/acorn/-/acorn-5.7.4.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "d43fbe546ec186bb6f42935b073a2f28d73514b186104fe819eedbf71266fd11473017946941a996e57d44b8d96b8ed815d3dc0c07a7118baaf6940f70c74b26"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/detective/node_modules/acorn"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "q",
      "version": "1.5.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|q@1.5.1",
      "author": "Kris Kowal",
      "description": "A library for promises (CommonJS/Promises/A,B,D)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/q@1.5.1",
      "externalReferences": [
        {
          "url": "git://github.com/kriskowal/q.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kriskowal/q",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/kriskowal/q/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "915fc24e1917a3ac72144654ba0c3ffa920ecb05dc0db15881272de5c4f782a95b901135489770cba510a19be8762585fdc9102d9c8313f06ed4cea056ee6557"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/q"
        }
      ]
    },
    {
      "type": "library",
      "name": "alter",
      "version": "0.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|alter@0.2.0",
      "author": "Olov Lassus",
      "description": "alters a string by replacing multiple range fragments in one fast pass",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/alter@0.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/olov/alter.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/olov/alter#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/olov/alter/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/alter/-/alter-0.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5aeb2ce89219ea1e23dbe360536b7ef664b04bb80149925b5380e0f3111382e003daf789512b82aef4c8882efc420644effcd7ee1e8e9d7c363e2882062ac41b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/alter"
        }
      ]
    },
    {
      "type": "library",
      "name": "ast-traverse",
      "version": "0.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|ast-traverse@0.1.1",
      "author": "Olov Lassus",
      "description": "simple but flexible AST traversal with pre and post visitors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ast-traverse@0.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/olov/ast-traverse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/olov/ast-traverse#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/olov/ast-traverse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ast-traverse/-/ast-traverse-0.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "08fb84e015888498ec34cbc592bce388180e979e8d253b813c1901ab24727eafe766dc756757f923eab1ec6fd9b7e140392f80061821904b9626b7d6f4d8e3a2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ast-traverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "breakable",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|breakable@1.0.0",
      "author": "Olov Lassus",
      "description": "Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/breakable@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/olov/breakable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/olov/breakable#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/olov/breakable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/breakable/-/breakable-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fa2b7226a723868cd036b7b3cd377676d1ff964217984e761cbf85a212b64ce2d00e5dd05114cd9229bed82d3172ca3865e86afc73385a4ba671dcfb51ef9798"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/breakable"
        }
      ]
    },
    {
      "type": "library",
      "name": "simple-fmt",
      "version": "0.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|simple-fmt@0.1.0",
      "author": "Olov Lassus",
      "description": "maximally minimal string formatting library",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/simple-fmt@0.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/olov/simple-fmt.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/olov/simple-fmt#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/olov/simple-fmt/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/simple-fmt/-/simple-fmt-0.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f5adf34c30e1f4b5db4d1dfba81840096210fe63ffaf2e71b666c4f7c04933c191d36b1a9c291f333a7b01d093a988640598202bfc3b849b5cf0f6fd9e6a35e8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/simple-fmt"
        }
      ]
    },
    {
      "type": "library",
      "name": "simple-is",
      "version": "0.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|simple-is@0.2.0",
      "author": "Olov Lassus",
      "description": "maximally minimal type-testing library",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/simple-is@0.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/olov/simple-is.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/olov/simple-is#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/olov/simple-is/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/simple-is/-/simple-is-0.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1895e1bf7af9bdd8f9b4658efab72b5a08d4d9accb07e7dbec4861dd2999a57134a382abac52ed8b4c3899d0c26d1dbd5ffcf42ecdb40298d98ad9690178407a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/simple-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "stringmap",
      "version": "0.2.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|stringmap@0.2.2",
      "author": "Olov Lassus",
      "description": "fast and robust stringmap",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stringmap@0.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/olov/stringmap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/olov/stringmap#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/olov/stringmap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stringmap/-/stringmap-0.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "991d4b1070f0e93b076be2f025e78173d66a66a10e9bb6c789d8313260e0f0707fadb0351e10de4f4f204baec20821bfc6b8087d0c79b56e36a5df2f1692d4a3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stringmap"
        }
      ]
    },
    {
      "type": "library",
      "name": "stringset",
      "version": "0.2.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|stringset@0.2.1",
      "author": "Olov Lassus",
      "description": "fast and robust stringset",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stringset@0.2.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/olov/stringset.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/olov/stringset#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/olov/stringset/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stringset/-/stringset-0.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "926de37a24699b2482865d682e2044d8449d1b993fe3eead8c43552fa041de67662818948a423992ce2969a7765802acc73a4d881a8105b5c20b5d90aa5a4b58"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stringset"
        }
      ]
    },
    {
      "type": "library",
      "name": "tryor",
      "version": "0.1.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|tryor@0.1.2",
      "author": "Olov Lassus",
      "description": "return fn() or default value (in case of exception)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/tryor@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/olov/tryor.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/olov/tryor#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/olov/tryor/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/tryor/-/tryor-0.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dbe8a5340d340c6bdb51861b46b9b7bb1fac9dba3b23ab8f5ccc3c238a7f40c97b1d43960416456e4f8ca6bf3f2003c3404f8b43cbce76523ac44ce373e7bf05"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tryor"
        }
      ]
    },
    {
      "type": "library",
      "name": "yargs",
      "version": "3.27.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|yargs@3.27.0",
      "author": "Alex Ford",
      "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/yargs@3.27.0",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/bcoe/yargs.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/bcoe/yargs#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/bcoe/yargs/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/yargs/-/yargs-3.27.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e9ab588c60028d7fce61689ca3b2f0741c7d7a21a590c9c8c3a3b0a9f05bfae250a5a4fcdad43ba08f8123a0efabadaa66f49bcc6cd00952d074c779f6d47678"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/yargs"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "camelcase",
          "version": "1.2.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|yargs@3.27.0|camelcase@1.2.1",
          "author": "Sindre Sorhus",
          "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
          "licenses": [
            {
              "license": {
                "id": "MIT",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/camelcase@1.2.1",
          "externalReferences": [
            {
              "url": "git+https://github.com/sindresorhus/camelcase.git",
              "type": "vcs",
              "comment": "as detected from PackageJson property \"repository.url\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase#readme",
              "type": "website",
              "comment": "as detected from PackageJson property \"homepage\""
            },
            {
              "url": "https://github.com/sindresorhus/camelcase/issues",
              "type": "issue-tracker",
              "comment": "as detected from PackageJson property \"bugs.url\""
            },
            {
              "url": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "c332e40dae0afe6cc8d4e4884c2f835328e0225fc44cd1c4f50bd8832e89e89beacb2cf80b45df77e95085bd7db17da3329655e08b2c527d150d59a0955face2"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/yargs/node_modules/camelcase"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "ast-types",
      "version": "0.8.12",
      "bom-ref": "jquery@2.2.4-tuxcare.1|ast-types@0.8.12",
      "author": "Ben Newman",
      "description": "Esprima-compatible implementation of the Mozilla JS Parser API",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ast-types@0.8.12",
      "externalReferences": [
        {
          "url": "git://github.com/benjamn/ast-types.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://github.com/benjamn/ast-types",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/benjamn/ast-types/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ast-types/-/ast-types-0.8.12.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ad686ca03d1a1caa71f9a2883f449ff766da8b51c2e6265c0759ff1c29e420c47c061c74818450c92a34eb663ae4d0f8a1181cbb1a4b70fadc728d3d235b21a6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ast-types"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsesc",
      "version": "0.5.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|jsesc@0.5.0",
      "author": "Mathias Bynens",
      "description": "A JavaScript library for escaping JavaScript strings while generating the shortest possible valid output.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "http://mths.be/mit"
          }
        }
      ],
      "purl": "pkg:npm/jsesc@0.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/mathiasbynens/jsesc.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://mths.be/jsesc",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/mathiasbynens/jsesc/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b99cf952707bbb84fd2efc2616a5e28bba594a8b9a44fa2b1ace70868d48a7b54ed30c5a9c5bc12fb1a433a7531e5817fa384102945eb5a5a99c369b39e4dc9c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsesc"
        }
      ]
    },
    {
      "type": "library",
      "name": "hasown",
      "version": "2.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|hasown@2.0.2",
      "author": "Jordan Harband",
      "description": "A robust, ES3 compatible, \"has own property\" predicate.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/hasown@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/hasOwn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/hasOwn#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/hasOwn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d21254f5208fbe633320175916a34f5d66ba76a87b59d1f470823dcbe0b24bcac6de72f8f01725adaf4798a8555541f23d6347e58ef10f0001edb7e04a391431"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hasown"
        }
      ]
    },
    {
      "type": "library",
      "name": "amdefine",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4b61f0d13b4d90c26121a6c1c08a2328bf581cee53d27e5e36a589ecbae57a5ff30db7ed429c696a98bcb59b375f51d66bebbe41ec9d1a6cf3354d26d3df9172"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/amdefine"
        }
      ]
    },
    {
      "type": "library",
      "name": "fs.realpath",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|fs.realpath@1.0.0",
      "author": "Isaac Z. Schlueter",
      "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fs.realpath@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/isaacs/fs.realpath.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/isaacs/fs.realpath#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/isaacs/fs.realpath/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "38ed291f694ae9ad2166701d6aee48b731cf23aa5496f23b8cc567c54411b70e28c05db093c94e49a6ed1830933f81a0ae0d8c6c69d63bd5fc2b5b78f9f18c0f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fs.realpath"
        }
      ]
    },
    {
      "type": "library",
      "name": "core-util-is",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "de5ab3e588d64d89d6e9d9436b94cb69309c4a17daaf57b8d2b99c255c020490ba996945ba3d1e0872049661b5839932b89fc60fef169f814509ccf88093df69"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/core-util-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "pako",
      "version": "0.2.9",
      "bom-ref": "jquery@2.2.4-tuxcare.1|pako@0.2.9",
      "description": "zlib port to javascript - fast, modularized, with browser support",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/pako@0.2.9",
      "externalReferences": [
        {
          "url": "git+https://github.com/nodeca/pako.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/nodeca/pako",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/nodeca/pako/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "35473068ac54c56ad92e90c6fb3ff165a0a04084e403f0efe15fd3e9bc3b54e37a9755f3fd59eb06aad88d9435d936a6287cc84d37ce1086148f8f32d8a5c898"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pako"
        }
      ]
    },
    {
      "type": "library",
      "name": "buffer-from",
      "version": "1.1.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|buffer-from@1.1.2",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/buffer-from@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/LinusU/buffer-from.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/LinusU/buffer-from#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/LinusU/buffer-from/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "13e5d0091c126da6a20a1b6fea4e83c2073e6f1f81b3abee2891c7979928c7f05a29b8625f3a903b02b870edb6c84946a763829a3c15853dc79b18323c69c97d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/buffer-from"
        }
      ]
    },
    {
      "type": "library",
      "name": "typedarray",
      "version": "0.0.6",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fda0831066ad1af67604893e1e62dfe227c2245c2f28535bf7f25e64f32e95f805ada727f5015c01fe463bc07f9b07948d2a1b952e489f471686aa5fb3fe4f40"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/typedarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "camelcase-keys",
      "version": "2.1.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6c0fd9fc31111caaa810eae9faa7862b0d5096f1109066527345da63a5674f166bf8abf51b9cc5c2db698eff2ac59fec04f4f89ed87065a01cb0065326548a5d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/camelcase-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "loud-rejection",
      "version": "1.6.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "44f36589938592a16e98386f62a39a358e14cfda093362bdb42e895ac249b0d761b8e356e0b407441a5bd2a7f8a4902955f7c8e4ddfd4b0cd6649b8485f77b79"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/loud-rejection"
        }
      ]
    },
    {
      "type": "library",
      "name": "map-obj",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ecdfeade5c99f8b542a7b3f3bb1ac9af828c6c1136856ec14fb60d89adf7d0e17121fe1ddebe7356989c3f6eb9d25ec23cde9133dcce251977346a6a4a2c3712"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/map-obj"
        }
      ]
    },
    {
      "type": "library",
      "name": "normalize-package-data",
      "version": "2.5.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|normalize-package-data@2.5.0",
      "author": "Meryn Stol",
      "description": "Normalizes data that can be found in package.json files.",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/normalize-package-data@2.5.0",
      "externalReferences": [
        {
          "url": "git://github.com/npm/normalize-package-data.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/npm/normalize-package-data#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/npm/normalize-package-data/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ff908c3774f44785d38f80dc19a7b1a3eae8652752156ff400e39344eae3c73086d70ad65c4b066d129ebe39482fe643138b19949af9103e185b4caa9a42be78"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/normalize-package-data"
        }
      ]
    },
    {
      "type": "library",
      "name": "read-pkg-up",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "583f4c4e536d239e48c18512dbb88787db4add8a08561c62b3cc8a84ba53a96b6697bdfdb9773d3564e9c681e47d97f7f839020ac5e8c7de3f5566678ae666e8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read-pkg-up"
        }
      ]
    },
    {
      "type": "library",
      "name": "redent",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "aad5b984acc6419a8aa21e893520fee257e2b5f3ca1b3e367ba43089198f3399a62ad474378d406c9458bb4c498bb9e1389e160e04642af024eadc38588c11e2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/redent"
        }
      ]
    },
    {
      "type": "library",
      "name": "trim-newlines",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "366e1c17bf458524f3acb2860cc8b7238bad06d16ff2a2b2e2cab57a77ed7f680c769a88f285504c07f24a44f3e6be3d8225730e3f3c4956573f809e610c236b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/trim-newlines"
        }
      ]
    },
    {
      "type": "library",
      "name": "center-align",
      "version": "0.1.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|center-align@0.1.3",
      "author": "Jon Schlinkert",
      "description": "Center-align the text in a string.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/center-align@0.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/center-align.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/center-align",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/center-align/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "05acf768d7b681dd8b3f6aa4e54fac0e4fe6e284aec120dc05f6b24c24c1a16a5f2063b95c5c4f9a320b4082383468998c3e83a0323a91fee029ac647fbb3755"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/center-align"
        }
      ]
    },
    {
      "type": "library",
      "name": "right-align",
      "version": "0.1.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|right-align@0.1.3",
      "author": "Jon Schlinkert",
      "description": "Right-align the text in a string.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/right-align@0.1.3",
      "externalReferences": [
        {
          "url": "git://github.com/jonschlinkert/right-align.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/right-align",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/right-align/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "caa20db4bfc6eefb36bfe7452199855036e757215424529dea02b6d8a828e91e237c9185b62b0aca77160c350b8237ea7f801242e210ca327b5d9fb7696a6c02"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/right-align"
        }
      ]
    },
    {
      "type": "library",
      "name": "wordwrap",
      "version": "0.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|wordwrap@0.0.2",
      "author": "James Halliday",
      "description": "Wrap those words. Show them at what columns to start and stop.",
      "licenses": [
        {
          "license": {
            "name": "MIT/X11",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/wordwrap@0.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/substack/node-wordwrap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/substack/node-wordwrap#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/substack/node-wordwrap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c5206c09e87e83e7629e806fdc600e58ce0b71554eebcc0b5d16a789bb4149d52f906590446784f4fec8c14f449830e2e2303a2f8e25cf5e4218cc1dc3d379f9"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/wordwrap"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._basecopy",
      "version": "3.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ac547a5699b81de08ad563c6be365227eef28a4f1df0f554742271e6b4f6a68806e157bfd994bb91f98ee65e53da8e55da6aa53487d217931996bd7ec4ea1841"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._basecopy"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._bindcallback",
      "version": "3.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|lodash._bindcallback@3.0.1",
      "author": "John-David Dalton",
      "description": "The modern build of lodash’s internal `bindCallback` as a module.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lodash._bindcallback@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._bindcallback/-/lodash._bindcallback-3.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "db0948d09440197f1611fe069b5a7f9affd267e8cb8a3a63d23c9a13f0177ae4298730a00fc6505b8a12a6837c240a29ba3385194dca32eabba9f1c15a51a98d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._bindcallback"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._isiterateecall",
      "version": "3.0.9",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0def996eb32ee9e4e116d8bf092ce146f4ca320413a0bc5b8a3e7c2cc7ccf099d80cd48e8e48d308869af22c6094e7868769f23e56a46ede5b25627b82fa5895"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._isiterateecall"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.restparam",
      "version": "3.6.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2f8fdaae38eeab89e8894269b77c92e8a20a0ed27035ed9f21880cab26182a87887d5d6212abcfc210b1db7a3e47d773a2e1a284300f37575321159aef393cb7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.restparam"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash._getnative",
      "version": "3.9.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "46b2fd5713043f20cc1ce77db856ef31ef17e795f5ebf70633922038a811125419bada57f3d892eafc25eb876e4d5d7fd7ac39258eedb85357aa87a49a1d4498"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash._getnative"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isarguments",
      "version": "3.1.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7218b834766566a643d7c6b48a60c79d93eb0de05b4ed54dec65ccc2e19d447f6aa2dc408d8b376952ca73bccd386f5e75d4792ac77caef14405cf52b2080fa6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isarguments"
        }
      ]
    },
    {
      "type": "library",
      "name": "lodash.isarray",
      "version": "3.0.4",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "27039b0ab349b93d0d9dbb9e726aabe4382db81a69b82bc60fd9718c5a40cf09d5b5d1a80d0d738a0fb95bc939ffa19c9f4819dfddfa1c302519ddbc8bbb0e19"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lodash.isarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "mute-stream",
      "version": "0.0.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|mute-stream@0.0.8",
      "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.8",
      "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.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9e76d658e9285b252c4e32ab8600f475ccf6da67644a7a58a9b123226da787086ec654a4a72c09981a3c87466a25d929ef799bf744acb0790de2bb1168101f00"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/mute-stream"
        }
      ]
    },
    {
      "type": "library",
      "name": "deep-equal",
      "version": "2.2.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|deep-equal@2.2.3",
      "author": "James Halliday",
      "description": "node's assert.deepEqual algorithm",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/deep-equal@2.2.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/inspect-js/node-deep-equal.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/node-deep-equal#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/node-deep-equal/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "648c299debcebab4bc6e94f8d7ddaca80a3058cefa2432921d8ccc2edcb7059192b3082aea905a1f70e10925b9c5501920267229d3813e3c30c39c1f813ffa3c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/deep-equal"
        }
      ]
    },
    {
      "type": "library",
      "name": "i",
      "version": "0.3.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|i@0.3.7",
      "author": "Pavan Kumar Sunkara",
      "description": "custom inflections for nodejs",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared",
            "url": "https://github.com/pksunkara/inflect/raw/master/LICENSE"
          }
        }
      ],
      "purl": "pkg:npm/i@0.3.7",
      "externalReferences": [
        {
          "url": "git://github.com/pksunkara/inflect.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "http://pksunkara.github.com/inflect",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/pksunkara/inflect/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/i/-/i-0.3.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "158cf8c255e0910c083ea8730b94dd34c2d2139f864b52080c9658ff566210f093d92dc2394559793e4e5b80665b8af92c72d0b8ea2c4b0b2f9eba06f46479f5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/i"
        }
      ]
    },
    {
      "type": "library",
      "name": "ncp",
      "version": "0.4.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|ncp@0.4.2",
      "author": "AvianFlu",
      "description": "Asynchronous recursive file copy utility.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ncp@0.4.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/AvianFlu/ncp.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/AvianFlu/ncp#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/AvianFlu/ncp/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ncp/-/ncp-0.4.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3df194f2361675197816a25f0b2d08cdb906c851e7b5f5b2819838ea7164fdd243fd746b936723d12b0a497f67e6ee6013413461f129296ac491f8e79594935c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ncp"
        }
      ]
    },
    {
      "type": "library",
      "name": "cycle",
      "version": "1.0.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|cycle@1.0.3",
      "description": "decycle your json",
      "purl": "pkg:npm/cycle@1.0.3",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/dscape/cycle.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/douglascrockford/JSON-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "http://github.com/douglascrockford/JSON-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4d517ab2f37379008ea630aab32d3f092cbc56039b1b7c17bac27bdf15b619b1b9ac6c7b942f33c4349446272c5c8d94b06762d8bd103510a2ef8e7fc140efb0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/cycle"
        }
      ]
    },
    {
      "type": "library",
      "name": "eyes",
      "version": "0.1.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|eyes@0.1.8",
      "author": "Alexis Sellier",
      "description": "a customizable value inspector",
      "purl": "pkg:npm/eyes@0.1.8",
      "externalReferences": [
        {
          "url": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1a2a723ec5ced5a9f36b400e65dcbaf489bb846142341ed8fcd1a30e564627718924bb703526f6bebcd8ad360946b465a15c7ba65f9b85469307cca271c3ef15"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/eyes"
        }
      ]
    },
    {
      "type": "library",
      "name": "stack-trace",
      "version": "0.0.10",
      "bom-ref": "jquery@2.2.4-tuxcare.1|stack-trace@0.0.10",
      "author": "Felix Geisendörfer",
      "description": "Get v8 stack traces as an array of CallSite objects.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stack-trace@0.0.10",
      "externalReferences": [
        {
          "url": "git://github.com/felixge/node-stack-trace.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/felixge/node-stack-trace",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/felixge/node-stack-trace/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "286cda85cee9b942a4cf232df88a807a9f9354d6ca3fe9362e6c21b9bdfd9b502c4d291a0eeb71e7a6830a8f872c3cdffc3dba0481d32563624c6d4a0098900a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stack-trace"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-deep-equal",
      "version": "3.1.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|fast-deep-equal@3.1.3",
      "author": "Evgeny Poberezkin",
      "description": "Fast deep equal",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-deep-equal@3.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/epoberezkin/fast-deep-equal.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/epoberezkin/fast-deep-equal#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epoberezkin/fast-deep-equal/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7f7a90f68432f63d808417bf1fd542f75c0b98a042094fe00ce9ca340606e61b303bb04b2a3d3d1dce4760dcfd70623efb19690c22200da8ad56cd3701347ce1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-deep-equal"
        }
      ]
    },
    {
      "type": "library",
      "name": "fast-json-stable-stringify",
      "version": "2.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|fast-json-stable-stringify@2.1.0",
      "author": "James Halliday",
      "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/fast-json-stable-stringify@2.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/epoberezkin/fast-json-stable-stringify",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "96177fc05f8b93df076684c2b6556b687b5f8795d88a32236a55dc93bb1a52db9a9d20f22ccc671e149710326a1f10fb9ac47c0f4b829aa964c23095f31bf01f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/fast-json-stable-stringify"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-schema-traverse",
      "version": "0.4.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|json-schema-traverse@0.4.1",
      "author": "Evgeny Poberezkin",
      "description": "Traverse JSON Schema passing each schema object to callback",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/json-schema-traverse@0.4.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/epoberezkin/json-schema-traverse.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/epoberezkin/json-schema-traverse#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/epoberezkin/json-schema-traverse/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c5b6c21f9742614e53f0b704861ba1ec727cf075ee5b7aac237634cce64529f6441dca5688753f271ce4eb6f41aec69bfe63221d0b62f7030ffbce3944f7b756"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-schema-traverse"
        }
      ]
    },
    {
      "type": "library",
      "name": "uri-js",
      "version": "4.4.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|uri-js@4.4.1",
      "author": "Gary Court",
      "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",
      "licenses": [
        {
          "license": {
            "id": "BSD-2-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/uri-js@4.4.1",
      "externalReferences": [
        {
          "url": "git+ssh://git@github.com/garycourt/uri-js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/garycourt/uri-js",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/garycourt/uri-js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "eeb294cb2df7435c9cf7ca50d430262edc17d74f45ed321f5a55b561da3c5a5d628b549e1e279e8741c77cf78bd9f3172bacf4b3c79c2acf5fac2b8b26f9dd06"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/uri-js"
        }
      ]
    },
    {
      "type": "library",
      "name": "extsprintf",
      "version": "1.3.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|extsprintf@1.3.0",
      "description": "extended POSIX-style sprintf",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/extsprintf@1.3.0",
      "externalReferences": [
        {
          "url": "git://github.com/davepacheco/node-extsprintf.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/davepacheco/node-extsprintf#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/davepacheco/node-extsprintf/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d7535dcfb36ffa6bc00b58f492d4daedf01bd2f2f21865feacc1cd05842f8900c65341f0ee585cb4900da9b3e1bbd9d5f7f8b34ff227b53819ec89bff4b26cf6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/extsprintf"
        }
      ]
    },
    {
      "type": "library",
      "name": "json-schema",
      "version": "0.4.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|json-schema@0.4.0",
      "author": "Kris Zyp",
      "description": "JSON Schema validation and specifications",
      "licenses": [
        {
          "expression": "(AFL-2.1 OR BSD-3-Clause)",
          "acknowledgement": "declared"
        }
      ],
      "purl": "pkg:npm/json-schema@0.4.0",
      "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.4.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7acf783379d321fb043e2b1169f6a4f870cb7c75e7281855def5397aa3dc4b77e5216a9cc495a05c75e27b2dd8ae968db1a9d8e5e8b55686046cece28eeabd04"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/json-schema"
        }
      ]
    },
    {
      "type": "library",
      "name": "verror",
      "version": "1.10.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|verror@1.10.0",
      "description": "richer JavaScript errors",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/verror@1.10.0",
      "externalReferences": [
        {
          "url": "git://github.com/davepacheco/node-verror.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/davepacheco/node-verror#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/davepacheco/node-verror/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "65929298300414e8a311104b92661f27ebe6937c3eee138b603364442b91b8c246126a9834234bc81045c162953217f068417758e774665c3ce94fd60bffa763"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/verror"
        }
      ]
    },
    {
      "type": "library",
      "name": "asn1",
      "version": "0.2.6",
      "bom-ref": "jquery@2.2.4-tuxcare.1|asn1@0.2.6",
      "author": "Joyent",
      "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/asn1@0.2.6",
      "externalReferences": [
        {
          "url": "git+https://github.com/joyent/node-asn1.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/joyent/node-asn1#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/joyent/node-asn1/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8b1fc5c4f9f43038dec89ee2ff2a07185b7f117e8bc8d6f148484f3d73833cbf8a07454f93ce9461f2f494c772f8a0a7bfe7e6bc8cf24b068ae423b0a956d64d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/asn1"
        }
      ]
    },
    {
      "type": "library",
      "name": "bcrypt-pbkdf",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|bcrypt-pbkdf@1.0.2",
      "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
      "licenses": [
        {
          "license": {
            "id": "BSD-3-Clause",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/bcrypt-pbkdf@1.0.2",
      "externalReferences": [
        {
          "url": "git://github.com/joyent/node-bcrypt-pbkdf.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/joyent/node-bcrypt-pbkdf#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a9e1485ed3f8312a22e8d2ea3b5d967ea011596b822a2d919fff6124b126b41e724cdafd0ea1569094427f6a92856ccf7803119ce802aead2c83f28bbf9112f7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/bcrypt-pbkdf"
        }
      ]
    },
    {
      "type": "library",
      "name": "dashdash",
      "version": "1.14.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8d1162f140c6a3a8fea1d6621298dacd9696a846a5df0fdb6ac163407404c15b592460e9c5b1f531e625bb0092f17ab9c262c9a280e5320bd56ab9967c6338e2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dashdash"
        }
      ]
    },
    {
      "type": "library",
      "name": "ecc-jsbn",
      "version": "0.1.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|ecc-jsbn@0.1.2",
      "author": "Jeremie Miller",
      "description": "ECC JS code based on JSBN",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/ecc-jsbn@0.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/quartzjer/ecc-jsbn.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/quartzjer/ecc-jsbn",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/quartzjer/ecc-jsbn/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7a1f4efa1c111cd6c6e012d38c49779f0d38e029069b95fa2e86827fb2cfa7b514f10aede3b258362ea73d7f318d6f7b4ca18a9b5a2e72d834412a597bdaab9f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/ecc-jsbn"
        }
      ]
    },
    {
      "type": "library",
      "name": "getpass",
      "version": "0.1.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|getpass@0.1.7",
      "author": "Alex Wilson",
      "description": "getpass for node.js",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/getpass@0.1.7",
      "externalReferences": [
        {
          "url": "git+https://github.com/arekinath/node-getpass.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/arekinath/node-getpass#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/arekinath/node-getpass/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d1fce3f49c4e2df27e5c62e147ccdedee9cdd0a642819c224920f3d7af151118caf1697c91549d72eda4b29778b38c2d01ad72feaad5462000d1672556cbb49e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/getpass"
        }
      ]
    },
    {
      "type": "library",
      "name": "jsbn",
      "version": "0.1.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "51553d7626ead897055b140f03a282aa3e4ee3654e980637cd051f10ac54d0aa53197c0da028e45f57b5dde1cdbf0ff13f29edea9534ad9d61b63593353497b2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/jsbn"
        }
      ]
    },
    {
      "type": "library",
      "name": "safer-buffer",
      "version": "2.1.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|safer-buffer@2.1.2",
      "author": "Nikita Skovoroda",
      "description": "Modern Buffer API polyfill without footguns",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/safer-buffer@2.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ChALkeR/safer-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ChALkeR/safer-buffer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ChALkeR/safer-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "619a372bcd920fb462ca2d04d4440fa232f3ee4a5ea6749023d2323db1c78355d75debdbe5d248eeda72376003c467106c71bbbdcc911e4d1c6f0a9c42b894b6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/safer-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "tweetnacl",
      "version": "0.14.5",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2975c515d01b15763881e148c28c8d2be7f96756fbb307d70017cbec75c29a821630a5377664b6ebaef603811e42d0f32cacbb49799f06ee7526896f10ac2d18"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/tweetnacl"
        }
      ]
    },
    {
      "type": "library",
      "name": "call-bind-apply-helpers",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|call-bind-apply-helpers@1.0.2",
      "author": "Jordan Harband",
      "description": "Helper functions around Function call/apply/bind, for use in `call-bind`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/call-bind-apply-helpers@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/call-bind-apply-helpers.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/call-bind-apply-helpers#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/call-bind-apply-helpers/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4a9d5a6e52748af0e44b38dc68977112e9cde7f5ef92c149dac30115fabac74af285057fd9bfcac057b6d5c329987b4f3928a3f0af7dff049fa04b9339b9ae31"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/call-bind-apply-helpers"
        }
      ]
    },
    {
      "type": "library",
      "name": "get-intrinsic",
      "version": "1.3.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0",
      "author": "Jordan Harband",
      "description": "Get and robustly cache all JS language-level intrinsics at first require time",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/get-intrinsic@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/get-intrinsic.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/get-intrinsic#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/get-intrinsic/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f5f4a349aa2cfdf448548a7ec5226513a95fc21112ecb36d29a08121a987b23af69dad418800493e8d263a38f3f062435116ab9823c6a9a89583999f8dbf7c09"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/get-intrinsic"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-symbols",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|has-symbols@1.1.0",
      "author": "Jordan Harband",
      "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-symbols@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/has-symbols.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/has-symbols#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/has-symbols/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d5c0cd77027625aa2199bdec8383a629a301c2e0b8f2c6278b91d4c360efb02f0b8c64cb2bd87e79bd57e91cae3877b8853d142c25baf22a26863528294aa53d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-symbols"
        }
      ]
    },
    {
      "type": "library",
      "name": "dunder-proto",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|dunder-proto@1.0.1",
      "author": "Jordan Harband",
      "description": "If available, the `Object.prototype.__proto__` accessor and mutator, call-bound",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/dunder-proto@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/es-shims/dunder-proto.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/es-shims/dunder-proto#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/es-shims/dunder-proto/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "28837f9c3241411717c3430b561644f62407986ebca80548060f42aa65188e64088608a3f54e4c16faea9142f915bb72cb366e39e3add3375e45ee1463b72df8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/dunder-proto"
        }
      ]
    },
    {
      "type": "library",
      "name": "es-object-atoms",
      "version": "1.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|es-object-atoms@1.1.1",
      "author": "Jordan Harband",
      "description": "ES Object-related atoms: Object, ToObject, RequireObjectCoercible",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es-object-atoms@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/es-object-atoms.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/es-object-atoms#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/es-object-atoms/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "146807da1f3328d8a6f658e3edd6a79053dc20220af42a796e6f9cda041261e3e1a5a1b9f9eb2b2ce0e2848a2b9fe3dee85189cd6857428b4fbfbde34da95d5c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es-object-atoms"
        }
      ]
    },
    {
      "type": "library",
      "name": "es-errors",
      "version": "1.3.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
      "author": "Jordan Harband",
      "description": "A simple cache for a few of the JS Error constructors.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es-errors@1.3.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/es-errors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/es-errors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/es-errors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "65fe47d8ac6ddb18d3bdb26f3f66562c4202c40ea3fa1026333225ca9cb8c5c060d6f2959f1f3d5b2d066d2fa47f9730095145cdd0858765d20853542d2e9cb3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es-errors"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-regex",
      "version": "1.2.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-regex@1.2.1",
      "author": "Jordan Harband",
      "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-regex@1.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/is-regex.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-regex",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-regex/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-regex/-/is-regex-1.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "32362c2873b93bb982b26446c5670b5a1785a8df4327fd939a782f8ca5e285ee9e7d588fa9cdbbe3e171ff87d88ffaf4dfe112bc17535cad15ead037ae07b3d6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-regex"
        }
      ]
    },
    {
      "type": "library",
      "name": "possible-typed-array-names",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|possible-typed-array-names@1.1.0",
      "author": "Jordan Harband",
      "description": "A simple list of possible Typed Array names.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/possible-typed-array-names@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/possible-typed-array-names.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/possible-typed-array-names#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/possible-typed-array-names/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ffee55153721243a158f76e1a2a8ba51eca6703d340c0c1bd672706a6ccfbc712ccc9e05a45e9234d6d46ce4bcc88e7aa87cdd57c78ad2a11f3928a87644ddc6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/possible-typed-array-names"
        }
      ]
    },
    {
      "type": "library",
      "name": "es-define-property",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|es-define-property@1.0.1",
      "author": "Jordan Harband",
      "description": "`Object.defineProperty`, but not IE 8's broken one.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es-define-property@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/es-define-property.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/es-define-property#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/es-define-property/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "7b79d17e07d4678acd18bdb7da05205f4e90372c9ecf4e0a76316b17e2d34683979ab3a014a0e0e0109db235bc1274faf5ea9d606991a49c223d560dac2696de"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es-define-property"
        }
      ]
    },
    {
      "type": "library",
      "name": "set-function-length",
      "version": "1.2.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|set-function-length@1.2.2",
      "author": "Jordan Harband",
      "description": "Set a function's length property",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/set-function-length@1.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/set-function-length.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/set-function-length#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/set-function-length/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "a6045ce21278fec363582492f409a74b8d31ddb34c0d39271e02f951a3014ccc899d4f741205a1d51cfe302f5e16ee01b8dfd4c198ca42e63fd6fdeb33b1cc7e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/set-function-length"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-callable",
      "version": "1.2.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-callable@1.2.7",
      "author": "Jordan Harband",
      "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-callable@1.2.7",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/is-callable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-callable#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-callable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d410b40551614bfa74aadc3a7a7a7c7bef0e0f452b2b4a052f3b528cdce170a037583b89c7100f5f33ee3ed2a48c463d514a045a55fff1f80a7aed92f22f494c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-callable"
        }
      ]
    },
    {
      "type": "library",
      "name": "defined",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|defined@1.0.1",
      "author": "James Halliday",
      "description": "return the first argument that is `!== undefined`",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/defined@1.0.1",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/defined.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/defined",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/defined/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/defined/-/defined-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "86c05ddaa49509113ee4f98d747b75bb3cab16ee5ddd1c261432b3c8d64c16afc4c0334917b11ee7e0f9a04285d2153a2e1b68505d6669c16f39ee00b24402d5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/defined"
        }
      ]
    },
    {
      "type": "library",
      "name": "stable",
      "version": "0.1.8",
      "bom-ref": "jquery@2.2.4-tuxcare.1|stable@0.1.8",
      "author": "Angry Bytes",
      "description": "A stable array sort for JavaScript",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stable@0.1.8",
      "externalReferences": [
        {
          "url": "git+https://github.com/Two-Screen/stable.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Two-Screen/stable#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Two-Screen/stable/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8e2f6ac519ce55f72e2c3c928fdab3846484155a1bcadd6420e4a48f5a99cd82f3abb4e8b3fa14516be8b543d02e5aec89daac2bab411fcf4173d90be731c0eb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stable"
        }
      ]
    },
    {
      "type": "library",
      "name": "os-locale",
      "version": "1.4.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3d14fb64e466c2ed8c105b78fdfbf743e9847cde337ad2b1b9f42b912858da81af526b3dafca2dbb91df7722051e46178ceee568db2854698cd8c00d7ee4c0f2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/os-locale"
        }
      ]
    },
    {
      "type": "library",
      "name": "window-size",
      "version": "0.1.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|window-size@0.1.4",
      "author": "Jon Schlinkert",
      "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/window-size@0.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/window-size.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/window-size",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/window-size/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/window-size/-/window-size-0.1.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "dad871e29074715de1f81c3b4263177046dd98eceff6dd071699491ff2f3eb2bbad215d8cb9453f2b52efb0948ade5715ac18ddb49a8f8c1de0927d4a500703f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/window-size"
        }
      ]
    },
    {
      "type": "library",
      "name": "y18n",
      "version": "3.2.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|y18n@3.2.2",
      "author": "Ben Coe",
      "description": "the bare-bones internationalization library used by yargs",
      "licenses": [
        {
          "license": {
            "id": "ISC",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/y18n@3.2.2",
      "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.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b866475e41e7845d1779e00f82729f3efd5b80a018c95be634bd7194ab0f6193da207c46b62da11eabce090bfbd5732c2f1bb54237ab824aa88149e6b390f761"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/y18n"
        }
      ]
    },
    {
      "type": "library",
      "name": "function-bind",
      "version": "1.1.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|function-bind@1.1.2",
      "author": "Raynos",
      "description": "Implementation of Function.prototype.bind",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/function-bind@1.1.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/Raynos/function-bind.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/Raynos/function-bind",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/Raynos/function-bind/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ed71cdc47eea5fdc46e66230c6486e993a31fcc21135c3a00ebc56b0cb76a40af6dd61e9e8cad194dec50521690a9afea153b417be38894811f369c931f1b648"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/function-bind"
        }
      ]
    },
    {
      "type": "library",
      "name": "process-nextick-args",
      "version": "2.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|process-nextick-args@2.0.1",
      "description": "process.nextTick but always with args",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/process-nextick-args@2.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/calvinmetcalf/process-nextick-args",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/calvinmetcalf/process-nextick-args/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "de8b943a9421b60adb39ad7b27bfaec4e4e92136166863fbfc0868477f80fbfd5ef6c92bcde9468bf757cc4632bdbc6e6c417a5a7db2a6c7132a22891459f56a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/process-nextick-args"
        }
      ]
    },
    {
      "type": "library",
      "name": "camelcase",
      "version": "2.1.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0cb22c473255050bbbda678028f91640e2dcba37574f7da1c1d7e7908d5fad289244c2b53287e32877fe304c74481e9f8c41572fc7c10efd5d2b298194ea7843"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/camelcase"
        }
      ]
    },
    {
      "type": "library",
      "name": "currently-unhandled",
      "version": "0.4.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fdf2138e08c6539d2f8d0e051fa794a18bbe894a142885f0b3684bd79249a4847e05b4f169742c32ebb28ed361d96aac4814b99ec6991c5b0579ccb0e420809e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/currently-unhandled"
        }
      ]
    },
    {
      "type": "library",
      "name": "signal-exit",
      "version": "3.0.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|signal-exit@3.0.7",
      "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.7",
      "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.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c270f6644fa5f923c2feea12d2f5de13d2f5fb4c2e68ca8a95fcfd00c528dfc26cc8b48159215c1d1d51ae2eb62d9735daf2ebd606f78e5ee2c10860c2901b19"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/signal-exit"
        }
      ]
    },
    {
      "type": "library",
      "name": "hosted-git-info",
      "version": "2.8.9",
      "bom-ref": "jquery@2.2.4-tuxcare.1|hosted-git-info@2.8.9",
      "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.8.9",
      "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.8.9.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9b120301bf4bb26e83a0e27bc47fb9f97e32d4b53fe078b9d0bf42e6c22cc0adc9cd42d2e1bc24d45be374182f611e1bcd3e2db944220b5e451367f91db2ef63"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/hosted-git-info"
        }
      ]
    },
    {
      "type": "library",
      "name": "validate-npm-package-license",
      "version": "3.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|validate-npm-package-license@3.0.4",
      "author": "Kyle E. Mitchell",
      "description": "Give me a string and I'll tell you if it's a valid npm package license string",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/validate-npm-package-license@3.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/kemitchell/validate-npm-package-license.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kemitchell/validate-npm-package-license.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kemitchell/validate-npm-package-license.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0e92a6d948bfc4deff1d0282b69671a11581859f59d24aadca01bc5c280d43c6650e7c6e4265a18f9eba8fc7cde02bb7fc999b86c0e8edf70026ae2cf61dbb13"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/validate-npm-package-license"
        }
      ]
    },
    {
      "type": "library",
      "name": "find-up",
      "version": "1.1.2",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "8ef1254a3caea3810c406a13c28d6e254e6940cc135b9952d71d39cf37c9b932322d1df3c0edbb2d8af1360f9d96f2a918eb86cbf33305d5e1f34834bdee7e1c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/find-up"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "path-exists",
          "version": "2.1.0",
          "bom-ref": "jquery@2.2.4-tuxcare.1|find-up@1.1.2|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "c9396db8aba1b4d78524a6b53e24737cb014e75f36ab5cb811be17089dcf06acb3103900651cc1aca28172debcda5b3dade0551dff6e7582cde4d77e2b507d05"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/find-up/node_modules/path-exists"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "read-pkg",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ec11b0447aade2cfee55bbb2a1e7a3467e189859d8662165e00b9a7971e58197f7b0e345d12386971b363f0f20ea108aba9a34f1169f20ee585c534e2937f0b1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/read-pkg"
        }
      ]
    },
    {
      "type": "library",
      "name": "indent-string",
      "version": "2.1.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6aac031564a04a07d1684c1aa39960e4a11c55dff66be0f5aefa06ecd762966633d0dc1193a4ad5a959dcff1e9937e0c28fa71eecf17c54aa299f7102ba80696"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/indent-string"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "repeating",
          "version": "2.0.1",
          "bom-ref": "jquery@2.2.4-tuxcare.1|indent-string@2.1.0|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",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "66ab5232e5726e4212a36396beabe6ee21d25a782f75a5b7229b13f7fb8ff2fe20322e7dd4b63a877e7074e7ef41d5822855995a6d98d4ea69e2457bbd0293e8"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/indent-string/node_modules/repeating"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-indent",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "239890aba68530ceb67c1100201fe15f3c090fa104674c441825f6b7ba17a9a28f21182de16aee010dbce4121281d90ff872c65b278698d25ca48c0579161150"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-indent"
        }
      ]
    },
    {
      "type": "library",
      "name": "align-text",
      "version": "0.1.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|align-text@0.1.4",
      "author": "Jon Schlinkert",
      "description": "Align the text in a string.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/align-text@0.1.4",
      "externalReferences": [
        {
          "url": "git://github.com/jonschlinkert/align-text.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/align-text",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/align-text/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1ab4d92d1a66a7ac080b6cedad65bd3238d381229c71f7e015a81b343397f79fdd72311c61989b61379a3a7b724902dc770d73b41a0592f8a252f4cc6dbf4c62"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/align-text"
        }
      ]
    },
    {
      "type": "library",
      "name": "lazy-cache",
      "version": "1.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|lazy-cache@1.0.4",
      "author": "Jon Schlinkert",
      "description": "Cache requires to be lazy-loaded when needed.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/lazy-cache@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/lazy-cache.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/lazy-cache",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/lazy-cache/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "444da0d1be55199b0e08538280fee899345816ac9d999901c25e68367435943602e7bbb23bd2aa367355c53ec23921d3c6b44259570054e71b8e4fadbe1feb81"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lazy-cache"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-buffer-byte-length",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|array-buffer-byte-length@1.0.2",
      "author": "Jordan Harband",
      "description": "Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/array-buffer-byte-length@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/array-buffer-byte-length.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/array-buffer-byte-length#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/array-buffer-byte-length/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2c713ef01b91ed16060cabe7ae672e4aaded0dc2aff4e1445d0b7f1e96d9858ed5ea1d339545eeb67003f361a2171f6b76278232392fb5cb0fa81c20525d488b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-buffer-byte-length"
        }
      ]
    },
    {
      "type": "library",
      "name": "es-get-iterator",
      "version": "1.1.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|es-get-iterator@1.1.3",
      "author": "Jordan Harband",
      "description": "Get an iterator for any JS language value. Works robustly across all environments, all versions.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/es-get-iterator@1.1.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/es-get-iterator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/es-get-iterator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/es-get-iterator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b0f666a8705ee892224df379ab6a448bffd3c31980147c23fd712e6234eeb1eefc8bc2b16aa3134f3c4fa052aecd1a43a5327ed0d01ba5f7a79261f6ade3edbb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/es-get-iterator"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-array-buffer",
      "version": "3.0.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-array-buffer@3.0.5",
      "author": "Jordan Harband",
      "description": "Is this value a JS ArrayBuffer?",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-array-buffer@3.0.5",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/is-array-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-array-buffer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-array-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "0c37c03548a21b6c02d6a6b03faeaa953ba025e2f91f2ccca5fafc94b2be8cc422ac6ccda1dd01d7670507ff6af37f11bb6eec0707f0efcfeb76853b444473e8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-array-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-date-object",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-date-object@1.1.0",
      "author": "Jordan Harband",
      "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-date-object@1.1.0",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/is-date-object.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-date-object#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-date-object/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3f0c2111a90754a4dd44d54ec3efc6ca1d3e33394297847aa8abe486ebcbb4f320808d56007b7db0ec19c502d21a951a0e7addc83b289a846036709f28d4975e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-date-object"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-shared-array-buffer",
      "version": "1.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-shared-array-buffer@1.0.4",
      "author": "Jordan Harband",
      "description": "Is this value a JS SharedArrayBuffer?",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-shared-array-buffer@1.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/is-shared-array-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-shared-array-buffer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-shared-array-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "21259a73c76bbf86467f02a5e6c9691c6f4ec0f36dcb88ce58f448841a713a80fe86a2138b0ba2a4e4366cdb61033c00dc1e1f2233b83659fbe0dd12f5bcaaf0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-shared-array-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "isarray",
      "version": "2.0.5",
      "bom-ref": "jquery@2.2.4-tuxcare.1|isarray@2.0.5",
      "author": "Julian Gruber",
      "description": "Array#isArray for older browsers",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/isarray@2.0.5",
      "externalReferences": [
        {
          "url": "git://github.com/juliangruber/isarray.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/juliangruber/isarray",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/juliangruber/isarray/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c478e10ebddc3412b40737542523d7667b50531fe6c0c4b9470e00ee53c9f745c600ee8848ffde3c336ea34be1a8e654f940f9268a1dc02000a1941ddc57802b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/isarray"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-is",
      "version": "1.1.6",
      "bom-ref": "jquery@2.2.4-tuxcare.1|object-is@1.1.6",
      "author": "Jordan Harband",
      "description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object-is@1.1.6",
      "externalReferences": [
        {
          "url": "git://github.com/es-shims/object-is.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/es-shims/object-is",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/es-shims/object-is/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "17c719f8a7c69521a2d3d9494fbfcd77a28967dca0b6f602d3f51860b23d9e640a2cc9f276907dcaf6eff4ad6e4a412eec553dbd83e65702e0df6f2d5fea2ddd"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-is"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-keys",
      "version": "1.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|object-keys@1.1.1",
      "author": "Jordan Harband",
      "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object-keys@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/object-keys.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/object-keys#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/object-keys/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "36e00449439432b9485ce7c72b30fa6e93eeded62ddf1be335d44843e15e4f494d6f82bc591ef409a0f186e360b92d971be1a39323303b3b0de5992d2267e12c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-keys"
        }
      ]
    },
    {
      "type": "library",
      "name": "object.assign",
      "version": "4.1.7",
      "bom-ref": "jquery@2.2.4-tuxcare.1|object.assign@4.1.7",
      "author": "Jordan Harband",
      "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object.assign@4.1.7",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/object.assign.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/object.assign#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/object.assign/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.7.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9cadbc58ea3e4088c190376e4c8344e09905fd42492b27f6109c6f24a7db943a7283443ea643873532f4430cba34fe85844fc49f357bdc1c71a9c25a5d8f5a9f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object.assign"
        }
      ]
    },
    {
      "type": "library",
      "name": "regexp.prototype.flags",
      "version": "1.5.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|regexp.prototype.flags@1.5.4",
      "author": "Jordan Harband",
      "description": "ES6 spec-compliant RegExp.prototype.flags shim.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/regexp.prototype.flags@1.5.4",
      "externalReferences": [
        {
          "url": "git://github.com/es-shims/RegExp.prototype.flags.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/es-shims/RegExp.prototype.flags#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/es-shims/RegExp.prototype.flags/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "758aa035265b0f091a27671e45df688c21a306afa63a6f4b9ad5e7027106c8784dff947b8835b64d1c3787ea3f8c2171bacdcfd8b7d62088b0a3002300d9bb20"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/regexp.prototype.flags"
        }
      ]
    },
    {
      "type": "library",
      "name": "side-channel",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|side-channel@1.1.0",
      "author": "Jordan Harband",
      "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/side-channel@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/side-channel.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/side-channel#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/side-channel/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "657f7d7bab51c1ea145ea47e541aec96175ae75361e4c4d0c28bb9b6750381bb723347418268440ed5863ffc5b2a7ea1a9f3d11ee8d4370cf97f2ff06db867a7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/side-channel"
        }
      ]
    },
    {
      "type": "library",
      "name": "which-boxed-primitive",
      "version": "1.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|which-boxed-primitive@1.1.1",
      "author": "Jordan Harband",
      "description": "Which kind of boxed JS primitive is this?",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/which-boxed-primitive@1.1.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/which-boxed-primitive.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/which-boxed-primitive#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/which-boxed-primitive/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4db5f79a3f27d2874204556563c03192a707012c372fad2322e17c8c53fbf1acf70b6621986bea6c70690234d11f6ff1a98ba7ac9f60d634b28c28e9a16cc800"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/which-boxed-primitive"
        }
      ]
    },
    {
      "type": "library",
      "name": "which-collection",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|which-collection@1.0.2",
      "author": "Jordan Harband",
      "description": "Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/which-collection@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/which-collection.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/which-collection#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/which-collection/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2b88d5ca39c1760bdcf3a63a06468b64437ddf74b060eb8116476606ef597e47006dd55ba484e70e68ef67f6908d15d0aefe443e44e70f5b37f468a2a9b9e00b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/which-collection"
        }
      ]
    },
    {
      "type": "library",
      "name": "math-intrinsics",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|math-intrinsics@1.1.0",
      "author": "Jordan Harband",
      "description": "ES Math-related intrinsics and helpers, robustly cached.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/math-intrinsics@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/es-shims/math-intrinsics.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/es-shims/math-intrinsics#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/es-shims/math-intrinsics/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "fc85ed6f0124e474cfc84c32297ea11a4617c4cf676e3eb807e8a55499c2fd1e81d291f91b85776f4a556cbec3063e2d921040a696d05257fa17a5e5f4b1eed6"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/math-intrinsics"
        }
      ]
    },
    {
      "type": "library",
      "name": "define-data-property",
      "version": "1.1.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|define-data-property@1.1.4",
      "author": "Jordan Harband",
      "description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/define-data-property@1.1.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/define-data-property.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/define-data-property#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/define-data-property/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ac132f23396903cbfa13e489668a3ef87018aac2eb920ecc49f2229cc3c5866928af0ed7f9d39754942cf904faf731a4cccc9f0e720c3765a2775f8d6cbdd3f8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/define-data-property"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-property-descriptors",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|has-property-descriptors@1.0.2",
      "author": "Jordan Harband",
      "description": "Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-property-descriptors@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/has-property-descriptors.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/has-property-descriptors#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/has-property-descriptors/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e7924d2ae216fafab829ed418ce4e333661cb5022f093ec61731f099f64f1a8e709eb82489dd1842d9c095e152aae9999b86b3de7d814be7ab6f2e62a49760ae"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-property-descriptors"
        }
      ]
    },
    {
      "type": "library",
      "name": "lcid",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "6221a41fa1271ab0c6a8b3084e71a35ed1a636d8e85f0f52554cdc6a8b3c4418bb3ecd15072964abebce718f50139a682dab0f091f38f6e7055249745335323b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/lcid"
        }
      ]
    },
    {
      "type": "library",
      "name": "array-find-index",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3351d0c885dc046b55cb006df1655d8a6fa5acd68aed51e9f7d42de6948dce25f39ca1d588805b5d6b5f453a4416917f73815d7f1340b020b03e9e69841609b7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/array-find-index"
        }
      ]
    },
    {
      "type": "library",
      "name": "spdx-correct",
      "version": "3.2.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|spdx-correct@3.2.0",
      "description": "correct invalid SPDX expressions",
      "licenses": [
        {
          "license": {
            "id": "Apache-2.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spdx-correct@3.2.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/jslicense/spdx-correct.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jslicense/spdx-correct.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jslicense/spdx-correct.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "90df5d25bbe7c921d42c896e0c7cb7d961d152edce83b07db1b63bb6c14b72d42422a9cc877844ad881d3234d8baa99c5d7fa52b94f596752ddc6ef336cc2664"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/spdx-correct"
        }
      ]
    },
    {
      "type": "library",
      "name": "spdx-expression-parse",
      "version": "3.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|spdx-expression-parse@3.0.1",
      "author": "Kyle E. Mitchell",
      "description": "parse SPDX license expressions",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spdx-expression-parse@3.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jslicense/spdx-expression-parse.js.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jslicense/spdx-expression-parse.js#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jslicense/spdx-expression-parse.js/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "71ba87ba7b105a724d13a2a155232c31e1f91ff2fd129ca66f3a93437b8bc0d08b675438f35a166a87ea1fb9cee95d3bc655f063a3e141d43621e756c7f64ae1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/spdx-expression-parse"
        }
      ]
    },
    {
      "type": "library",
      "name": "pinkie-promise",
      "version": "2.0.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d069e2e83e1470b4dbbfd739ec37f10c676be355df8148ea599bb8f767f47081abd7acc3534e8158ffd1004bceba8ec243408d8c768b94ce7d6092459b735697"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pinkie-promise"
        }
      ]
    },
    {
      "type": "library",
      "name": "load-json-file",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "732ed974d45775a6e591760d234e3da6d85579716ead1c9bf7e840fdd6737ab674a464f1e36cfecbeb2cc4169557697bd2dd66baae4874a867e14b5ca06518f4"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/load-json-file"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "graceful-fs",
          "version": "4.2.11",
          "bom-ref": "jquery@2.2.4-tuxcare.1|load-json-file@1.1.0|graceful-fs@4.2.11",
          "description": "A drop-in replacement for fs, making various improvements.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/graceful-fs@4.2.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.2.11.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "45b279fe398570d342703579a3d7939c12c9fc7b33595d0fef76dcf857f89d2feb263f98692e881b288e2f45680585fe9755ab97793ade1fcaac7fa7849d17bd"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/load-json-file/node_modules/graceful-fs"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "path-type",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "4b8784349cf5a648909fd667bf7dd0f9d79338a99b97e8e3d4597eaa23ffbd87b38fe4bcc7e277528d084abc7f42812f22539a0d62613da45dd5f949f475d9aa"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/path-type"
        }
      ],
      "components": [
        {
          "type": "library",
          "name": "graceful-fs",
          "version": "4.2.11",
          "bom-ref": "jquery@2.2.4-tuxcare.1|path-type@1.1.0|graceful-fs@4.2.11",
          "description": "A drop-in replacement for fs, making various improvements.",
          "licenses": [
            {
              "license": {
                "id": "ISC",
                "acknowledgement": "declared"
              }
            }
          ],
          "purl": "pkg:npm/graceful-fs@4.2.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.2.11.tgz",
              "type": "distribution",
              "hashes": [
                {
                  "alg": "SHA-512",
                  "content": "45b279fe398570d342703579a3d7939c12c9fc7b33595d0fef76dcf857f89d2feb263f98692e881b288e2f45680585fe9755ab97793ade1fcaac7fa7849d17bd"
                }
              ],
              "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
            }
          ],
          "properties": [
            {
              "name": "cdx:npm:package:development",
              "value": "true"
            },
            {
              "name": "cdx:npm:package:path",
              "value": "node_modules/path-type/node_modules/graceful-fs"
            }
          ]
        }
      ]
    },
    {
      "type": "library",
      "name": "kind-of",
      "version": "3.2.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|kind-of@3.2.2",
      "author": "Jon Schlinkert",
      "description": "Get the native type of a value.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/kind-of@3.2.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/kind-of.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/kind-of",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/kind-of/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "34e5bd4105cca191a0fe8aa754da0d4d320510889dd7adbb5827df50124474cc58029abb98d13b0a9cee7083dcf99420db93e17a3ec8252997de13bea1b94eb5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/kind-of"
        }
      ]
    },
    {
      "type": "library",
      "name": "longest",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|longest@1.0.1",
      "author": "Jon Schlinkert",
      "description": "Get the longest item in an array.",
      "purl": "pkg:npm/longest@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/jonschlinkert/longest.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jonschlinkert/longest",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jonschlinkert/longest/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "93ecade67de5e3c254e24f1fb67286e95eeedf6c321f635f2b378cb68f45fd0444d1a9b1cbf2dacb1c25be38e4644233a91fb5f48aed14ef29e6407d41a61416"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/longest"
        }
      ]
    },
    {
      "type": "library",
      "name": "repeat-string",
      "version": "1.6.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3d5d1dcc260335f462d630836c9ce95bb8cd34346e08e1bf8c8e5cb507062adfdc9590fe61c3d2df22255ae4c93261120bc69ebc2166589cb9c2300580da8deb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/repeat-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-map",
      "version": "2.0.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-map@2.0.3",
      "author": "Jordan Harband",
      "description": "Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-map@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/is-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-map#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-map/-/is-map-2.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "d5079dd3f1ebda6f98ab19ccd3d0a303677f8ba61935f17a476a1100e8f7e9e51d4baa8857f86e3c935212929bba97b016cf99b09971b238cf6dcd3f69f5ba2f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-set",
      "version": "2.0.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-set@2.0.3",
      "author": "Jordan Harband",
      "description": "Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-set@2.0.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/is-set.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-set#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-set/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "88f0237abaec7b6effca018bc70f84051f5a82ff58eae2de61524cbbe40d0a8a2e275ff5ae2d261ab716a5f0aa159bb3cf1dd68edc311b4f7c5fe9f83ae4643e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-set"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-string",
      "version": "1.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-string@1.1.1",
      "author": "Jordan Harband",
      "description": "Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-string@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/is-string.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-string#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-string/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-string/-/is-string-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "06d11e4aca1a4239523c17a631022b635318d2e33abe74b58397e6b9f60eb67c4b19464cdb5efc3ca6e1b24ec57efe7c217f99b5cbe81b071c62c8743e096400"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-string"
        }
      ]
    },
    {
      "type": "library",
      "name": "stop-iteration-iterator",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|stop-iteration-iterator@1.1.0",
      "author": "Jordan Harband",
      "description": "Firefox 17-26 iterators throw a StopIteration object to indicate \"done\". This normalizes it.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/stop-iteration-iterator@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/stop-iteration-iterator.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/stop-iteration-iterator#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/stop-iteration-iterator/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "78ba175bf0c7ca5eb6cf1638482688827461b8cafaae2e23b84600452f04eac084ab32a93a2139db551ca1f771f8a9c3665e719af19869a2829391443b1242a1"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/stop-iteration-iterator"
        }
      ]
    },
    {
      "type": "library",
      "name": "define-properties",
      "version": "1.2.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|define-properties@1.2.1",
      "author": "Jordan Harband",
      "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/define-properties@1.2.1",
      "externalReferences": [
        {
          "url": "git://github.com/ljharb/define-properties.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/define-properties#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/define-properties/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f109902aa10048b7799f1d14d41d6890b1256d4baeb6d27f0276264576db6c60d687ab92db4f048c3e17aaafc8f702bbbb4bfa3b4f178535a7b795ed11b47a0e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/define-properties"
        }
      ]
    },
    {
      "type": "library",
      "name": "set-function-name",
      "version": "2.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|set-function-name@2.0.2",
      "author": "Jordan Harband",
      "description": "Set a function's name property",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/set-function-name@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/set-function-name.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/set-function-name#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/set-function-name/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "ecf185966b70b040036f4598caf08c6b5b7eca47ba75a206e168ab69fbabe6471ff8c8549cf9acd54791d02290753643f35c844b03076ed9fe4d1f9d32f89a91"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/set-function-name"
        }
      ]
    },
    {
      "type": "library",
      "name": "object-inspect",
      "version": "1.13.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|object-inspect@1.13.4",
      "author": "James Halliday",
      "description": "string representations of objects in node and the browser",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/object-inspect@1.13.4",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/object-inspect.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/object-inspect",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/object-inspect/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5baee22e5e09d845c41936df78709f7eb8c37e2b6f2c0360d14957df01545124f1f762974457a0307515812a84fb0be101b8b85aa8c683d733cac4d5d84a5b7b"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/object-inspect"
        }
      ]
    },
    {
      "type": "library",
      "name": "side-channel-list",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|side-channel-list@1.0.0",
      "author": "Jordan Harband",
      "description": "Store information about any JS value in a side channel, using a linked list",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/side-channel-list@1.0.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/side-channel-list.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/side-channel-list#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/side-channel-list/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "1422c7b510ff827a428821c48892cec1d9853fec330a60c491cf72ecdb18c5e178bbb06db27d59bb0830246c4898898789c240acb3f8474c97e1cd8a0ab32b4c"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/side-channel-list"
        }
      ]
    },
    {
      "type": "library",
      "name": "side-channel-map",
      "version": "1.0.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|side-channel-map@1.0.1",
      "author": "Jordan Harband",
      "description": "Store information about any JS value in a side channel, using a Map",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/side-channel-map@1.0.1",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/side-channel-map.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/side-channel-map#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/side-channel-map/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "5428c235f80cb1bcb7b53768d369db8ed33f7b0adaea33c79a94e17a7913621f291bdb9c67fd4ff12a38bb814605e93f063a4e56c0c23282c0fe2b8128815744"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/side-channel-map"
        }
      ]
    },
    {
      "type": "library",
      "name": "side-channel-weakmap",
      "version": "1.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|side-channel-weakmap@1.0.2",
      "author": "Jordan Harband",
      "description": "Store information about any JS value in a side channel. Uses WeakMap if available.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/side-channel-weakmap@1.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/side-channel-weakmap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/side-channel-weakmap#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/side-channel-weakmap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "58f4bf1ef1d04d89c78ac2e8f4c72a0473899361641cefed969be5772ae77a6e1a790a7885a8b7832b61b3083aa74d684a84e5e7cadca621408c5d9baf6024d8"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/side-channel-weakmap"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-bigint",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-bigint@1.1.0",
      "author": "Jordan Harband",
      "description": "Is this value an ES BigInt?",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-bigint@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/is-bigint.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-bigint#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-bigint/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "9f8653dfbc06efc8b3d37c4f44a26b1d37596dedc889ccae704b5d46c579ca09707371b251f6c07e949e0f4149e3535b50d4ade706e1a9fa757d2f81827bc315"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-bigint"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-boolean-object",
      "version": "1.2.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-boolean-object@1.2.2",
      "author": "Jordan Harband",
      "description": "Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-boolean-object@1.2.2",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/is-boolean-object.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-boolean-object#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-boolean-object/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.2.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c1ae7aa36fc4949318aa30a31a45eb8bb8ade456de6d6e6eb0bc3f9cf98232ce43799edece24986614a63d19f4b71a9e5b82e702641053b160a8ba6c10528ce0"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-boolean-object"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-number-object",
      "version": "1.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-number-object@1.1.1",
      "author": "Jordan Harband",
      "description": "Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-number-object@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/is-number-object.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-number-object#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-number-object/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "95985c96e984d46e95603f151dedf9c0568889ff824f2e522488b9fb7cb8a6c0e05aee303c3a01845f0dc543a29c473ba478224ec4fa31a05bf76aca8610fe5f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-number-object"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-symbol",
      "version": "1.1.1",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-symbol@1.1.1",
      "author": "Jordan Harband",
      "description": "Determine if a value is an ES6 Symbol or not.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-symbol@1.1.1",
      "externalReferences": [
        {
          "url": "git://github.com/inspect-js/is-symbol.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-symbol#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-symbol/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.1.1.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "f601b1e864ed09033bdc18261d05df0e62ed7e38d35034b2a314c26e9e56b688b10217e0b038ab58871543f207a6f2395607798bf27917b07d70dfd69556c2ff"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-symbol"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-weakmap",
      "version": "2.0.2",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-weakmap@2.0.2",
      "author": "Jordan Harband",
      "description": "Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-weakmap@2.0.2",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/is-weakmap.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-weakmap#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-weakmap/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.2.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "2b9a5760e9bdc2a6354608e92f7613905dfdb678b55da8d42246b04cb528f446445541606b981240917c9cd4bb670250d36cbed5808d61c321f8721fd59a84fb"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-weakmap"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-weakset",
      "version": "2.0.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-weakset@2.0.4",
      "author": "Jordan Harband",
      "description": "Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-weakset@2.0.4",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/is-weakset.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/is-weakset#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/is-weakset/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "99f7306fa23343238a4ecf3809032b3b05b881071a4ce016274cf32429765923c3ad693f3b30da2265851f77635e16f6e20e1eb9d65f2d1a3302f3c6c3877d85"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-weakset"
        }
      ]
    },
    {
      "type": "library",
      "name": "invert-kv",
      "version": "1.0.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c60b36347f4013aeae712ab870d1b59e1485821af997ab5d2f5e4f93e8e5e3a6e69816a9828698fc069c5f2683ce702a9862fdf5388b49080efd76b315229879"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/invert-kv"
        }
      ]
    },
    {
      "type": "library",
      "name": "spdx-license-ids",
      "version": "3.0.22",
      "bom-ref": "jquery@2.2.4-tuxcare.1|spdx-license-ids@3.0.22",
      "author": "Shinnosuke Watanabe",
      "description": "A list of SPDX license identifiers",
      "licenses": [
        {
          "license": {
            "id": "CC0-1.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spdx-license-ids@3.0.22",
      "externalReferences": [
        {
          "url": "git+https://github.com/jslicense/spdx-license-ids.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/jslicense/spdx-license-ids#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/jslicense/spdx-license-ids/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.22.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e0f453e2787510898f6edda301238a1d7ecf07b23e7b821634bbe42850f13612657e36d8965798421dbce59ff798f4c74802bf02f74c9b0e4134db981fc4a181"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/spdx-license-ids"
        }
      ]
    },
    {
      "type": "library",
      "name": "spdx-exceptions",
      "version": "2.5.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|spdx-exceptions@2.5.0",
      "author": "The Linux Foundation",
      "description": "list of SPDX standard license exceptions",
      "licenses": [
        {
          "license": {
            "id": "CC-BY-3.0",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/spdx-exceptions@2.5.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/kemitchell/spdx-exceptions.json.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/kemitchell/spdx-exceptions.json#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/kemitchell/spdx-exceptions.json/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "3e2538dabfb13b851b512d5bba8dcb3c992394eef8df45e7e5254085da73cec3c7b236d855f9679c57404e069b9cbb9d7be0aabb6e69e8dfa0da5c3f3c5b1ae3"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/spdx-exceptions"
        }
      ]
    },
    {
      "type": "library",
      "name": "pinkie",
      "version": "2.0.4",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "32752e1327007a6b5269e1528d7296fdaae857b6a405b63e4aff91932a858e001eef717e311d130562814439267d6abf1e216675abdf6751bb87848f6576824a"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pinkie"
        }
      ]
    },
    {
      "type": "library",
      "name": "parse-json",
      "version": "2.2.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "411fc619a282921c24d5e3d03580d12986779b053dca9b0a841d17c859cb41da26c84aa4ddef30a56dd5e49a7cf336f12b89f9493d67aa8fa0f63b93a68c2785"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/parse-json"
        }
      ]
    },
    {
      "type": "library",
      "name": "pify",
      "version": "2.3.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b9d82c018f9f4e7befee423b69ac5bab058d6f4007881d2a04ef3d3d928f9284e618e81d6eb1c3283fb40765f8b937c9fc54f5474f6bf604ec8d48cd268b6ea2"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/pify"
        }
      ]
    },
    {
      "type": "library",
      "name": "strip-bom",
      "version": "2.0.0",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "930ad7d72edcce9d44ebd9f66a36c6eb9988a3d76abc9fbc681417386571ab0bcd6ec5dd14ce8bab7edd2c06379a49d4c2bbbc09f7026df38b2ff80ca3e7e2de"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/strip-bom"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-buffer",
      "version": "1.1.6",
      "bom-ref": "jquery@2.2.4-tuxcare.1|is-buffer@1.1.6",
      "author": "Feross Aboukhadijeh",
      "description": "Determine if an object is a Buffer",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/is-buffer@1.1.6",
      "externalReferences": [
        {
          "url": "git://github.com/feross/is-buffer.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/feross/is-buffer#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/feross/is-buffer/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "35c7402f0a579139b966fbdb93ba303944af56f04a0e028fe7f7b07d71339e64057ece194666a739e2814e34558e46b7405a0de9727ef45dd44aa7c7a93694e7"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-buffer"
        }
      ]
    },
    {
      "type": "library",
      "name": "internal-slot",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|internal-slot@1.1.0",
      "author": "Jordan Harband",
      "description": "ES spec-like internal slots",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/internal-slot@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/internal-slot.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/internal-slot#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/internal-slot/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "e2077b56958d40d07850a28214555ca75015bfe14c3a0b3d34ace31cabac73c8d332177978bd4da90a8ea44d0accc76cf34e3fc87960969deec6096e3aa00f2f"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/internal-slot"
        }
      ]
    },
    {
      "type": "library",
      "name": "functions-have-names",
      "version": "1.2.3",
      "bom-ref": "jquery@2.2.4-tuxcare.1|functions-have-names@1.2.3",
      "author": "Jordan Harband",
      "description": "Does this JS environment support the `name` property on functions?",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/functions-have-names@1.2.3",
      "externalReferences": [
        {
          "url": "git+https://github.com/inspect-js/functions-have-names.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/inspect-js/functions-have-names#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/inspect-js/functions-have-names/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "c5c901517c9322a4fdeedab6c7600c6fe835eb76f9245cac624d31e2ac4d1706df42498d6688911dbeac3f323dfd0577dd67aebd5601508883e0dccd232a9a45"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/functions-have-names"
        }
      ]
    },
    {
      "type": "library",
      "name": "has-bigints",
      "version": "1.1.0",
      "bom-ref": "jquery@2.2.4-tuxcare.1|has-bigints@1.1.0",
      "author": "Jordan Harband",
      "description": "Determine if the JS environment has BigInt support.",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/has-bigints@1.1.0",
      "externalReferences": [
        {
          "url": "git+https://github.com/ljharb/has-bigints.git",
          "type": "vcs",
          "comment": "as detected from PackageJson property \"repository.url\""
        },
        {
          "url": "https://github.com/ljharb/has-bigints#readme",
          "type": "website",
          "comment": "as detected from PackageJson property \"homepage\""
        },
        {
          "url": "https://github.com/ljharb/has-bigints/issues",
          "type": "issue-tracker",
          "comment": "as detected from PackageJson property \"bugs.url\""
        },
        {
          "url": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "477a5ba64708aafd8f9b7754c208dc943455996a53256d8370ccdc221117131d6887f08430e6cc9b728b99124e76f84cee8e2e4019f0afca7344adac25622a7e"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/has-bigints"
        }
      ]
    },
    {
      "type": "library",
      "name": "error-ex",
      "version": "1.3.4",
      "bom-ref": "jquery@2.2.4-tuxcare.1|error-ex@1.3.4",
      "description": "Easy error subclassing and stack customization",
      "licenses": [
        {
          "license": {
            "id": "MIT",
            "acknowledgement": "declared"
          }
        }
      ],
      "purl": "pkg:npm/error-ex@1.3.4",
      "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.4.tgz",
          "type": "distribution",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "b2a41a9809d1d785600abd40eb5f00dec1abca07292be1c46de9c0fc7884024914c1c648201fed816a871715a03b20e1e270782424629a1efd751e58c1cf4c0d"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/error-ex"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-utf8",
      "version": "0.2.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "acc60f62f0b3b17cb022c95d80b692a0f970e4f7e807fb2cafb858e292df72876b03933f780af36b56bd5664e234804d323386af53b0f664f2536a3af54e94f5"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-utf8"
        }
      ]
    },
    {
      "type": "library",
      "name": "is-arrayish",
      "version": "0.2.1",
      "bom-ref": "jquery@2.2.4-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",
          "hashes": [
            {
              "alg": "SHA-512",
              "content": "cf3d3a4bcb74a33a035cc1beb9b7b6eb37824cd5dc2883c96498bc841ac5e227422e6b38086f50b4aeea065d5ba22e4e0f31698ecc1be493e61c26cca63698ce"
            }
          ],
          "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\""
        }
      ],
      "properties": [
        {
          "name": "cdx:npm:package:development",
          "value": "true"
        },
        {
          "name": "cdx:npm:package:path",
          "value": "node_modules/is-arrayish"
        }
      ]
    }
  ],
  "dependencies": [
    {
      "ref": "jquery@2.2.4-tuxcare.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|commitplease@2.0.0",
        "jquery@2.2.4-tuxcare.1|core-js@0.9.17",
        "jquery@2.2.4-tuxcare.1|grunt-babel@5.0.1",
        "jquery@2.2.4-tuxcare.1|grunt-cli@0.1.13",
        "jquery@2.2.4-tuxcare.1|grunt-compare-size@0.4.0",
        "jquery@2.2.4-tuxcare.1|grunt-contrib-jshint@0.11.2",
        "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2",
        "jquery@2.2.4-tuxcare.1|grunt-contrib-watch@0.6.1",
        "jquery@2.2.4-tuxcare.1|grunt-git-authors@2.0.1",
        "jquery@2.2.4-tuxcare.1|grunt-jscs@2.1.0",
        "jquery@2.2.4-tuxcare.1|grunt-jsonlint@1.0.4",
        "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0",
        "jquery@2.2.4-tuxcare.1|grunt@0.4.5",
        "jquery@2.2.4-tuxcare.1|gzip-js@0.3.2",
        "jquery@2.2.4-tuxcare.1|jsdom@5.6.1",
        "jquery@2.2.4-tuxcare.1|load-grunt-tasks@1.0.0",
        "jquery@2.2.4-tuxcare.1|qunit-assert-step@1.0.3",
        "jquery@2.2.4-tuxcare.1|qunitjs@1.17.1",
        "jquery@2.2.4-tuxcare.1|requirejs@2.1.17",
        "jquery@2.2.4-tuxcare.1|sinon@1.10.3",
        "jquery@2.2.4-tuxcare.1|sizzle@2.2.1",
        "jquery@2.2.4-tuxcare.1|strip-json-comments@1.0.3",
        "jquery@2.2.4-tuxcare.1|testswarm@1.1.0",
        "jquery@2.2.4-tuxcare.1|win-spawn@2.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commitplease@2.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|chalk@0.4.0",
        "jquery@2.2.4-tuxcare.1|mout@0.8.0",
        "jquery@2.2.4-tuxcare.1|semver@2.2.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|core-js@0.9.17"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-babel@5.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|babel-core@5.8.38"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-cli@0.1.13",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3",
        "jquery@2.2.4-tuxcare.1|nopt@1.0.10",
        "jquery@2.2.4-tuxcare.1|grunt-cli@0.1.13|resolve@0.3.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-cli@0.1.13|resolve@0.3.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-compare-size@0.4.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|grunt@0.4.5"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-jshint@0.11.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|grunt@0.4.5",
        "jquery@2.2.4-tuxcare.1|hooker@0.2.3",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|chalk@1.1.3",
        "jquery@2.2.4-tuxcare.1|grunt@0.4.5",
        "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|lodash@3.10.1",
        "jquery@2.2.4-tuxcare.1|maxmin@1.1.0",
        "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29",
        "jquery@2.2.4-tuxcare.1|uri-path@0.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|chalk@1.1.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|ansi-styles@2.2.1",
        "jquery@2.2.4-tuxcare.1|escape-string-regexp@1.0.5",
        "jquery@2.2.4-tuxcare.1|has-ansi@2.0.0",
        "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|strip-ansi@3.0.1",
        "jquery@2.2.4-tuxcare.1|supports-color@2.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|lodash@3.10.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|ansi-styles@2.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-uglify@0.9.2|strip-ansi@3.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-watch@0.6.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|grunt-contrib-watch@0.6.1|async@0.2.10",
        "jquery@2.2.4-tuxcare.1|gaze@0.5.2",
        "jquery@2.2.4-tuxcare.1|grunt@0.4.5",
        "jquery@2.2.4-tuxcare.1|grunt-contrib-watch@0.6.1|lodash@2.4.2",
        "jquery@2.2.4-tuxcare.1|tiny-lr-fork@0.0.5"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-watch@0.6.1|async@0.2.10"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-contrib-watch@0.6.1|lodash@2.4.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-git-authors@2.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|grunt@0.4.5",
        "jquery@2.2.4-tuxcare.1|spawnback@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-jscs@2.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|hooker@0.2.3",
        "jquery@2.2.4-tuxcare.1|jscs@2.1.1",
        "jquery@2.2.4-tuxcare.1|grunt-jscs@2.1.0|lodash@3.10.1",
        "jquery@2.2.4-tuxcare.1|vow@0.4.20"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-jscs@2.1.0|lodash@3.10.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-jsonlint@1.0.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|jsonlint@1.6.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|glob@4.5.3",
        "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|lodash@2.4.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|glob@4.5.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|inflight@1.0.6",
        "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|minimatch@2.0.10",
        "jquery@2.2.4-tuxcare.1|once@1.4.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|lodash@2.4.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-npmcopy@0.1.0|minimatch@2.0.10",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|brace-expansion@1.1.12"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt@0.4.5",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|async@0.1.22",
        "jquery@2.2.4-tuxcare.1|coffee-script@1.3.3",
        "jquery@2.2.4-tuxcare.1|colors@0.6.2",
        "jquery@2.2.4-tuxcare.1|dateformat@1.0.2-1.2.3",
        "jquery@2.2.4-tuxcare.1|eventemitter2@0.4.14",
        "jquery@2.2.4-tuxcare.1|exit@0.1.2",
        "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3",
        "jquery@2.2.4-tuxcare.1|getobject@0.1.0",
        "jquery@2.2.4-tuxcare.1|glob@3.1.21",
        "jquery@2.2.4-tuxcare.1|grunt-legacy-log@0.1.3",
        "jquery@2.2.4-tuxcare.1|grunt-legacy-util@0.2.0",
        "jquery@2.2.4-tuxcare.1|hooker@0.2.3",
        "jquery@2.2.4-tuxcare.1|iconv-lite@0.2.11",
        "jquery@2.2.4-tuxcare.1|js-yaml@2.0.5",
        "jquery@2.2.4-tuxcare.1|lodash@0.9.2",
        "jquery@2.2.4-tuxcare.1|minimatch@0.2.14",
        "jquery@2.2.4-tuxcare.1|nopt@1.0.10",
        "jquery@2.2.4-tuxcare.1|rimraf@2.2.8",
        "jquery@2.2.4-tuxcare.1|underscore.string@2.2.1",
        "jquery@2.2.4-tuxcare.1|which@1.0.9"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|gzip-js@0.3.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|crc32@0.2.2",
        "jquery@2.2.4-tuxcare.1|deflate-js@0.2.3"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jsdom@5.6.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|acorn-globals@1.0.9",
        "jquery@2.2.4-tuxcare.1|acorn@1.2.2",
        "jquery@2.2.4-tuxcare.1|browser-request@0.3.3",
        "jquery@2.2.4-tuxcare.1|cssom@0.3.8",
        "jquery@2.2.4-tuxcare.1|cssstyle@0.2.37",
        "jquery@2.2.4-tuxcare.1|escodegen@1.14.3",
        "jquery@2.2.4-tuxcare.1|htmlparser2@3.10.1",
        "jquery@2.2.4-tuxcare.1|nwmatcher@1.4.4",
        "jquery@2.2.4-tuxcare.1|parse5@1.5.1",
        "jquery@2.2.4-tuxcare.1|request@2.88.2",
        "jquery@2.2.4-tuxcare.1|setimmediate@1.0.5",
        "jquery@2.2.4-tuxcare.1|tough-cookie@1.2.0",
        "jquery@2.2.4-tuxcare.1|xml-name-validator@2.0.1",
        "jquery@2.2.4-tuxcare.1|xmlhttprequest@1.8.0",
        "jquery@2.2.4-tuxcare.1|xtend@4.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|load-grunt-tasks@1.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3",
        "jquery@2.2.4-tuxcare.1|multimatch@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|qunit-assert-step@1.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|qunitjs@1.17.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|requirejs@2.1.17"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|sinon@1.10.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|formatio@1.0.2",
        "jquery@2.2.4-tuxcare.1|util@0.12.5"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|sizzle@2.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|strip-json-comments@1.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3",
        "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|mime@1.2.7"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3|async@0.1.9",
        "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3|combined-stream@0.0.3",
        "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|mime@1.2.7"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3|async@0.1.9"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3|combined-stream@0.0.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3|combined-stream@0.0.3|delayed-stream@0.0.5"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|form-data@0.0.3|combined-stream@0.0.3|delayed-stream@0.0.5"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|testswarm@1.1.0|request@2.12.0|mime@1.2.7"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|win-spawn@2.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|chalk@0.4.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|ansi-styles@1.0.0",
        "jquery@2.2.4-tuxcare.1|has-color@0.1.7",
        "jquery@2.2.4-tuxcare.1|strip-ansi@0.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|mout@0.8.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|semver@2.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|babel-plugin-constant-folding@1.0.1",
        "jquery@2.2.4-tuxcare.1|babel-plugin-dead-code-elimination@1.0.2",
        "jquery@2.2.4-tuxcare.1|babel-plugin-eval@1.0.1",
        "jquery@2.2.4-tuxcare.1|babel-plugin-inline-environment-variables@1.0.1",
        "jquery@2.2.4-tuxcare.1|babel-plugin-jscript@1.0.4",
        "jquery@2.2.4-tuxcare.1|babel-plugin-member-expression-literals@1.0.1",
        "jquery@2.2.4-tuxcare.1|babel-plugin-property-literals@1.0.1",
        "jquery@2.2.4-tuxcare.1|babel-plugin-proto-to-assign@1.0.4",
        "jquery@2.2.4-tuxcare.1|babel-plugin-react-constant-elements@1.0.3",
        "jquery@2.2.4-tuxcare.1|babel-plugin-react-display-name@1.0.3",
        "jquery@2.2.4-tuxcare.1|babel-plugin-remove-console@1.0.1",
        "jquery@2.2.4-tuxcare.1|babel-plugin-remove-debugger@1.0.1",
        "jquery@2.2.4-tuxcare.1|babel-plugin-runtime@1.0.7",
        "jquery@2.2.4-tuxcare.1|babel-plugin-undeclared-variables-check@1.0.2",
        "jquery@2.2.4-tuxcare.1|babel-plugin-undefined-to-void@1.1.6",
        "jquery@2.2.4-tuxcare.1|babylon@5.8.38",
        "jquery@2.2.4-tuxcare.1|bluebird@2.11.0",
        "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|chalk@1.1.3",
        "jquery@2.2.4-tuxcare.1|convert-source-map@1.9.0",
        "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|core-js@1.2.7",
        "jquery@2.2.4-tuxcare.1|debug@2.6.9",
        "jquery@2.2.4-tuxcare.1|detect-indent@3.0.1",
        "jquery@2.2.4-tuxcare.1|esutils@2.0.3",
        "jquery@2.2.4-tuxcare.1|fs-readdir-recursive@0.1.2",
        "jquery@2.2.4-tuxcare.1|globals@6.4.1",
        "jquery@2.2.4-tuxcare.1|home-or-tmp@1.0.0",
        "jquery@2.2.4-tuxcare.1|is-integer@1.0.7",
        "jquery@2.2.4-tuxcare.1|js-tokens@1.0.1",
        "jquery@2.2.4-tuxcare.1|json5@0.4.0",
        "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|lodash@3.10.1",
        "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|minimatch@2.0.10",
        "jquery@2.2.4-tuxcare.1|output-file-sync@1.1.2",
        "jquery@2.2.4-tuxcare.1|path-exists@1.0.0",
        "jquery@2.2.4-tuxcare.1|path-is-absolute@1.0.1",
        "jquery@2.2.4-tuxcare.1|private@0.1.8",
        "jquery@2.2.4-tuxcare.1|regenerator@0.8.40",
        "jquery@2.2.4-tuxcare.1|regexpu@1.3.0",
        "jquery@2.2.4-tuxcare.1|repeating@1.1.3",
        "jquery@2.2.4-tuxcare.1|resolve@1.22.10",
        "jquery@2.2.4-tuxcare.1|shebang-regex@1.0.0",
        "jquery@2.2.4-tuxcare.1|slash@1.0.0",
        "jquery@2.2.4-tuxcare.1|source-map-support@0.2.10",
        "jquery@2.2.4-tuxcare.1|source-map@0.5.7",
        "jquery@2.2.4-tuxcare.1|to-fast-properties@1.0.3",
        "jquery@2.2.4-tuxcare.1|trim-right@1.0.1",
        "jquery@2.2.4-tuxcare.1|try-resolve@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|chalk@1.1.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|ansi-styles@2.2.1",
        "jquery@2.2.4-tuxcare.1|escape-string-regexp@1.0.5",
        "jquery@2.2.4-tuxcare.1|has-ansi@2.0.0",
        "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|strip-ansi@3.0.1",
        "jquery@2.2.4-tuxcare.1|supports-color@2.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|core-js@1.2.7"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|lodash@3.10.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|minimatch@2.0.10",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|brace-expansion@1.1.12"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|ansi-styles@2.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-core@5.8.38|strip-ansi@3.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|glob@3.2.11",
        "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|lodash@2.4.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|glob@3.2.11",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|minimatch@0.3.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|lodash@2.4.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|findup-sync@0.1.3|minimatch@0.3.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|lru-cache@2.7.3",
        "jquery@2.2.4-tuxcare.1|sigmund@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|nopt@1.0.10",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|abbrev@1.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|hooker@0.2.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|cli@1.0.1",
        "jquery@2.2.4-tuxcare.1|console-browserify@1.1.0",
        "jquery@2.2.4-tuxcare.1|exit@0.1.2",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6|htmlparser2@3.8.3",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6|lodash@4.17.21",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6|minimatch@3.0.8",
        "jquery@2.2.4-tuxcare.1|strip-json-comments@1.0.3"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|htmlparser2@3.8.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|domelementtype@1.3.1",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6|domhandler@2.3.0",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6|domutils@1.5.1",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6|entities@1.0.0",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6|readable-stream@1.1.14"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|lodash@4.17.21"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|minimatch@3.0.8",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|brace-expansion@1.1.12"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|domhandler@2.3.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|domelementtype@1.3.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|domutils@1.5.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|dom-serializer@0.2.2",
        "jquery@2.2.4-tuxcare.1|domelementtype@1.3.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|entities@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|readable-stream@1.1.14",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|core-util-is@1.0.2",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6|isarray@0.0.1",
        "jquery@2.2.4-tuxcare.1|jshint@2.13.6|string_decoder@0.10.31"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|isarray@0.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jshint@2.13.6|string_decoder@0.10.31"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|maxmin@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|maxmin@1.1.0|chalk@1.1.3",
        "jquery@2.2.4-tuxcare.1|figures@1.7.0",
        "jquery@2.2.4-tuxcare.1|gzip-size@1.0.0",
        "jquery@2.2.4-tuxcare.1|pretty-bytes@1.0.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|maxmin@1.1.0|chalk@1.1.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|maxmin@1.1.0|ansi-styles@2.2.1",
        "jquery@2.2.4-tuxcare.1|escape-string-regexp@1.0.5",
        "jquery@2.2.4-tuxcare.1|has-ansi@2.0.0",
        "jquery@2.2.4-tuxcare.1|maxmin@1.1.0|strip-ansi@3.0.1",
        "jquery@2.2.4-tuxcare.1|supports-color@2.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|maxmin@1.1.0|ansi-styles@2.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|maxmin@1.1.0|strip-ansi@3.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|source-map@0.5.7",
        "jquery@2.2.4-tuxcare.1|uglify-to-browserify@1.0.2",
        "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29|yargs@3.10.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29|yargs@3.10.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29|camelcase@1.2.1",
        "jquery@2.2.4-tuxcare.1|cliui@2.1.0",
        "jquery@2.2.4-tuxcare.1|decamelize@1.2.0",
        "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29|window-size@0.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29|camelcase@1.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|uglify-js@2.8.29|window-size@0.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|uri-path@0.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|gaze@0.5.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|globule@0.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|tiny-lr-fork@0.0.5",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|tiny-lr-fork@0.0.5|debug@0.7.4",
        "jquery@2.2.4-tuxcare.1|faye-websocket@0.4.4",
        "jquery@2.2.4-tuxcare.1|noptify@0.0.3",
        "jquery@2.2.4-tuxcare.1|tiny-lr-fork@0.0.5|qs@0.5.6"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|tiny-lr-fork@0.0.5|debug@0.7.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|tiny-lr-fork@0.0.5|qs@0.5.6"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|spawnback@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|babel-core@5.8.38",
        "jquery@2.2.4-tuxcare.1|babel-jscs@2.0.5",
        "jquery@2.2.4-tuxcare.1|jscs@2.1.1|chalk@1.1.3",
        "jquery@2.2.4-tuxcare.1|cli-table@0.3.11",
        "jquery@2.2.4-tuxcare.1|commander@2.8.1",
        "jquery@2.2.4-tuxcare.1|jscs@2.1.1|esprima@2.5.0",
        "jquery@2.2.4-tuxcare.1|estraverse@4.3.0",
        "jquery@2.2.4-tuxcare.1|exit@0.1.2",
        "jquery@2.2.4-tuxcare.1|jscs@2.1.1|glob@5.0.15",
        "jquery@2.2.4-tuxcare.1|jscs-jsdoc@1.1.0",
        "jquery@2.2.4-tuxcare.1|lodash.assign@3.2.0",
        "jquery@2.2.4-tuxcare.1|jscs@2.1.1|minimatch@2.0.10",
        "jquery@2.2.4-tuxcare.1|natural-compare@1.2.2",
        "jquery@2.2.4-tuxcare.1|pathval@0.1.1",
        "jquery@2.2.4-tuxcare.1|prompt@0.2.14",
        "jquery@2.2.4-tuxcare.1|reserved-words@0.1.2",
        "jquery@2.2.4-tuxcare.1|resolve@1.22.10",
        "jquery@2.2.4-tuxcare.1|strip-json-comments@1.0.3",
        "jquery@2.2.4-tuxcare.1|to-double-quotes@1.0.2",
        "jquery@2.2.4-tuxcare.1|to-single-quotes@1.0.4",
        "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6",
        "jquery@2.2.4-tuxcare.1|vow@0.4.20",
        "jquery@2.2.4-tuxcare.1|xmlbuilder@2.6.5"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|chalk@1.1.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|jscs@2.1.1|ansi-styles@2.2.1",
        "jquery@2.2.4-tuxcare.1|escape-string-regexp@1.0.5",
        "jquery@2.2.4-tuxcare.1|has-ansi@2.0.0",
        "jquery@2.2.4-tuxcare.1|jscs@2.1.1|strip-ansi@3.0.1",
        "jquery@2.2.4-tuxcare.1|supports-color@2.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|esprima@2.5.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|glob@5.0.15",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|inflight@1.0.6",
        "jquery@2.2.4-tuxcare.1|jscs@2.1.1|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|jscs@2.1.1|minimatch@2.0.10",
        "jquery@2.2.4-tuxcare.1|once@1.4.0",
        "jquery@2.2.4-tuxcare.1|path-is-absolute@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|minimatch@2.0.10",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|brace-expansion@1.1.12"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|ansi-styles@2.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|strip-ansi@3.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jscs@2.1.1|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|vow@0.4.20"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jsonlint@1.6.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|JSV@4.0.2",
        "jquery@2.2.4-tuxcare.1|nomnom@1.8.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|async@0.1.22"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|coffee-script@1.3.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|colors@0.6.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|dateformat@1.0.2-1.2.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|eventemitter2@0.4.14"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|exit@0.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|getobject@0.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|glob@3.1.21",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|graceful-fs@1.2.3",
        "jquery@2.2.4-tuxcare.1|inherits@1.0.2",
        "jquery@2.2.4-tuxcare.1|minimatch@0.2.14"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log@0.1.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|colors@0.6.2",
        "jquery@2.2.4-tuxcare.1|grunt-legacy-log-utils@0.1.1",
        "jquery@2.2.4-tuxcare.1|hooker@0.2.3",
        "jquery@2.2.4-tuxcare.1|grunt-legacy-log@0.1.3|lodash@2.4.2",
        "jquery@2.2.4-tuxcare.1|grunt-legacy-log@0.1.3|underscore.string@2.3.3"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log@0.1.3|lodash@2.4.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log@0.1.3|underscore.string@2.3.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-util@0.2.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|async@0.1.22",
        "jquery@2.2.4-tuxcare.1|exit@0.1.2",
        "jquery@2.2.4-tuxcare.1|getobject@0.1.0",
        "jquery@2.2.4-tuxcare.1|hooker@0.2.3",
        "jquery@2.2.4-tuxcare.1|lodash@0.9.2",
        "jquery@2.2.4-tuxcare.1|underscore.string@2.2.1",
        "jquery@2.2.4-tuxcare.1|which@1.0.9"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|iconv-lite@0.2.11"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|js-yaml@2.0.5",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|argparse@0.1.16",
        "jquery@2.2.4-tuxcare.1|esprima@1.0.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash@0.9.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|minimatch@0.2.14",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|lru-cache@2.7.3",
        "jquery@2.2.4-tuxcare.1|sigmund@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|rimraf@2.2.8"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|underscore.string@2.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|which@1.0.9"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|crc32@0.2.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|deflate-js@0.2.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|acorn-globals@1.0.9",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|acorn-globals@1.0.9|acorn@2.7.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|acorn-globals@1.0.9|acorn@2.7.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|acorn@1.2.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|browser-request@0.3.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|cssom@0.3.8"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|cssstyle@0.2.37",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|cssom@0.3.8"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|escodegen@1.14.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|escodegen@1.14.3|esprima@4.0.1",
        "jquery@2.2.4-tuxcare.1|estraverse@4.3.0",
        "jquery@2.2.4-tuxcare.1|esutils@2.0.3",
        "jquery@2.2.4-tuxcare.1|optionator@0.8.3",
        "jquery@2.2.4-tuxcare.1|escodegen@1.14.3|source-map@0.6.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|escodegen@1.14.3|esprima@4.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|escodegen@1.14.3|source-map@0.6.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|htmlparser2@3.10.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|domelementtype@1.3.1",
        "jquery@2.2.4-tuxcare.1|domhandler@2.4.2",
        "jquery@2.2.4-tuxcare.1|domutils@1.7.0",
        "jquery@2.2.4-tuxcare.1|entities@1.1.2",
        "jquery@2.2.4-tuxcare.1|htmlparser2@3.10.1|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|readable-stream@3.6.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|htmlparser2@3.10.1|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|nwmatcher@1.4.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|parse5@1.5.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|request@2.88.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|aws-sign2@0.7.0",
        "jquery@2.2.4-tuxcare.1|aws4@1.13.2",
        "jquery@2.2.4-tuxcare.1|caseless@0.12.0",
        "jquery@2.2.4-tuxcare.1|combined-stream@1.0.8",
        "jquery@2.2.4-tuxcare.1|extend@3.0.2",
        "jquery@2.2.4-tuxcare.1|forever-agent@0.6.1",
        "jquery@2.2.4-tuxcare.1|form-data@2.3.3",
        "jquery@2.2.4-tuxcare.1|har-validator@5.1.5",
        "jquery@2.2.4-tuxcare.1|http-signature@1.2.0",
        "jquery@2.2.4-tuxcare.1|is-typedarray@1.0.0",
        "jquery@2.2.4-tuxcare.1|isstream@0.1.2",
        "jquery@2.2.4-tuxcare.1|json-stringify-safe@5.0.1",
        "jquery@2.2.4-tuxcare.1|mime-types@2.1.35",
        "jquery@2.2.4-tuxcare.1|oauth-sign@0.9.0",
        "jquery@2.2.4-tuxcare.1|performance-now@2.1.0",
        "jquery@2.2.4-tuxcare.1|qs@6.5.3",
        "jquery@2.2.4-tuxcare.1|safe-buffer@5.2.1",
        "jquery@2.2.4-tuxcare.1|request@2.88.2|tough-cookie@2.5.0",
        "jquery@2.2.4-tuxcare.1|tunnel-agent@0.6.0",
        "jquery@2.2.4-tuxcare.1|uuid@3.4.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|request@2.88.2|tough-cookie@2.5.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|psl@1.15.0",
        "jquery@2.2.4-tuxcare.1|punycode@2.3.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|setimmediate@1.0.5"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|tough-cookie@1.2.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|xml-name-validator@2.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|xmlhttprequest@1.8.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|xtend@4.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|multimatch@1.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|array-differ@1.0.0",
        "jquery@2.2.4-tuxcare.1|array-union@1.0.2",
        "jquery@2.2.4-tuxcare.1|multimatch@1.0.1|minimatch@1.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|multimatch@1.0.1|minimatch@1.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|lru-cache@2.7.3",
        "jquery@2.2.4-tuxcare.1|sigmund@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|formatio@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|samsam@1.1.3"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|util@0.12.5",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|util@0.12.5|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|is-arguments@1.2.0",
        "jquery@2.2.4-tuxcare.1|is-generator-function@1.1.0",
        "jquery@2.2.4-tuxcare.1|is-typed-array@1.1.15",
        "jquery@2.2.4-tuxcare.1|which-typed-array@1.1.19"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|util@0.12.5|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|ansi-styles@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|has-color@0.1.7"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|strip-ansi@0.1.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-constant-folding@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-dead-code-elimination@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-eval@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-inline-environment-variables@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-jscript@1.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-member-expression-literals@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-property-literals@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-proto-to-assign@1.0.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|babel-plugin-proto-to-assign@1.0.4|lodash@3.10.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-proto-to-assign@1.0.4|lodash@3.10.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-react-constant-elements@1.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-react-display-name@1.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-remove-console@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-remove-debugger@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-runtime@1.0.7"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-undeclared-variables-check@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|leven@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-plugin-undefined-to-void@1.1.6"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babylon@5.8.38"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|bluebird@2.11.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|convert-source-map@1.9.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|debug@2.6.9",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|ms@2.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|detect-indent@3.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|get-stdin@4.0.1",
        "jquery@2.2.4-tuxcare.1|minimist@1.2.8",
        "jquery@2.2.4-tuxcare.1|repeating@1.1.3"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|esutils@2.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|fs-readdir-recursive@0.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|globals@6.4.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|home-or-tmp@1.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|os-tmpdir@1.0.2",
        "jquery@2.2.4-tuxcare.1|user-home@1.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-integer@1.0.7",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|is-finite@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|js-tokens@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|json5@0.4.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|output-file-sync@1.1.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|output-file-sync@1.1.2|graceful-fs@4.2.11",
        "jquery@2.2.4-tuxcare.1|mkdirp@0.5.6",
        "jquery@2.2.4-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|output-file-sync@1.1.2|graceful-fs@4.2.11"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|path-exists@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|path-is-absolute@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|private@0.1.8"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|regenerator@0.8.40",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|commoner@0.10.8",
        "jquery@2.2.4-tuxcare.1|defs@1.1.1",
        "jquery@2.2.4-tuxcare.1|esprima-fb@15001.1001.0-dev-harmony-fb",
        "jquery@2.2.4-tuxcare.1|private@0.1.8",
        "jquery@2.2.4-tuxcare.1|recast@0.10.33",
        "jquery@2.2.4-tuxcare.1|through@2.3.8"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|regexpu@1.3.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|regexpu@1.3.0|esprima@2.7.3",
        "jquery@2.2.4-tuxcare.1|recast@0.10.33",
        "jquery@2.2.4-tuxcare.1|regenerate@1.4.2",
        "jquery@2.2.4-tuxcare.1|regjsgen@0.2.0",
        "jquery@2.2.4-tuxcare.1|regjsparser@0.1.5"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|regexpu@1.3.0|esprima@2.7.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|repeating@1.1.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|is-finite@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|resolve@1.22.10",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|is-core-module@2.16.1",
        "jquery@2.2.4-tuxcare.1|path-parse@1.0.7",
        "jquery@2.2.4-tuxcare.1|supports-preserve-symlinks-flag@1.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|shebang-regex@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|slash@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|source-map-support@0.2.10",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|source-map-support@0.2.10|source-map@0.1.32"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|source-map-support@0.2.10|source-map@0.1.32",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|amdefine@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|source-map@0.5.7"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|to-fast-properties@1.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|trim-right@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|try-resolve@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|abbrev@1.1.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|cli@1.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|exit@0.1.2",
        "jquery@2.2.4-tuxcare.1|cli@1.0.1|glob@7.2.3"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|cli@1.0.1|glob@7.2.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|fs.realpath@1.0.0",
        "jquery@2.2.4-tuxcare.1|inflight@1.0.6",
        "jquery@2.2.4-tuxcare.1|cli@1.0.1|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|cli@1.0.1|minimatch@3.1.2",
        "jquery@2.2.4-tuxcare.1|once@1.4.0",
        "jquery@2.2.4-tuxcare.1|path-is-absolute@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|cli@1.0.1|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|cli@1.0.1|minimatch@3.1.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|brace-expansion@1.1.12"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|console-browserify@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|date-now@0.1.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|escape-string-regexp@1.0.5"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|has-ansi@2.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|ansi-regex@2.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|supports-color@2.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|figures@1.7.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|escape-string-regexp@1.0.5",
        "jquery@2.2.4-tuxcare.1|object-assign@4.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|gzip-size@1.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|browserify-zlib@0.1.4",
        "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|pretty-bytes@1.0.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|get-stdin@4.0.1",
        "jquery@2.2.4-tuxcare.1|meow@3.7.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|uglify-to-browserify@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|globule@0.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|glob@3.1.21",
        "jquery@2.2.4-tuxcare.1|globule@0.1.0|lodash@1.0.2",
        "jquery@2.2.4-tuxcare.1|minimatch@0.2.14"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|globule@0.1.0|lodash@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|faye-websocket@0.4.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|noptify@0.0.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|noptify@0.0.3|nopt@2.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|noptify@0.0.3|nopt@2.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|abbrev@1.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|babel-jscs@2.0.5",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|babel-core@5.8.38",
        "jquery@2.2.4-tuxcare.1|lodash.assign@3.2.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|cli-table@0.3.11",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|cli-table@0.3.11|colors@1.0.3"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|cli-table@0.3.11|colors@1.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commander@2.8.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|graceful-readlink@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|estraverse@4.3.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jscs-jsdoc@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|comment-parser@0.3.0",
        "jquery@2.2.4-tuxcare.1|jsdoctypeparser@1.2.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash.assign@3.2.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|lodash._baseassign@3.2.0",
        "jquery@2.2.4-tuxcare.1|lodash._createassigner@3.1.1",
        "jquery@2.2.4-tuxcare.1|lodash.keys@3.1.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|natural-compare@1.2.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|pathval@0.1.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|prompt@0.2.14",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|pkginfo@0.4.1",
        "jquery@2.2.4-tuxcare.1|read@1.0.7",
        "jquery@2.2.4-tuxcare.1|revalidator@0.1.8",
        "jquery@2.2.4-tuxcare.1|utile@0.2.1",
        "jquery@2.2.4-tuxcare.1|winston@0.8.3"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|reserved-words@0.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|to-double-quotes@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|to-double-quotes@1.0.2|get-stdin@3.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|to-double-quotes@1.0.2|get-stdin@3.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|to-single-quotes@1.0.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|to-single-quotes@1.0.4|get-stdin@3.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|to-single-quotes@1.0.4|get-stdin@3.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|glob@7.2.3",
        "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|uuid@2.0.3",
        "jquery@2.2.4-tuxcare.1|vow-queue@0.4.3",
        "jquery@2.2.4-tuxcare.1|vow@0.4.20"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|glob@7.2.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|fs.realpath@1.0.0",
        "jquery@2.2.4-tuxcare.1|inflight@1.0.6",
        "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|minimatch@3.1.2",
        "jquery@2.2.4-tuxcare.1|once@1.4.0",
        "jquery@2.2.4-tuxcare.1|path-is-absolute@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|uuid@2.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|vow-fs@0.3.6|minimatch@3.1.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|brace-expansion@1.1.12"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|xmlbuilder@2.6.5",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|xmlbuilder@2.6.5|lodash@3.10.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|xmlbuilder@2.6.5|lodash@3.10.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|JSV@4.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|nomnom@1.8.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|chalk@0.4.0",
        "jquery@2.2.4-tuxcare.1|nomnom@1.8.1|underscore@1.6.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|nomnom@1.8.1|underscore@1.6.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|inflight@1.0.6",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|once@1.4.0",
        "jquery@2.2.4-tuxcare.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|once@1.4.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|wrappy@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|graceful-fs@1.2.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|inherits@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log-utils@0.1.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|colors@0.6.2",
        "jquery@2.2.4-tuxcare.1|grunt-legacy-log-utils@0.1.1|lodash@2.4.2",
        "jquery@2.2.4-tuxcare.1|grunt-legacy-log-utils@0.1.1|underscore.string@2.3.3"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log-utils@0.1.1|lodash@2.4.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|grunt-legacy-log-utils@0.1.1|underscore.string@2.3.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|argparse@0.1.16",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|argparse@0.1.16|underscore.string@2.4.0",
        "jquery@2.2.4-tuxcare.1|underscore@1.7.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|argparse@0.1.16|underscore.string@2.4.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|esprima@1.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lru-cache@2.7.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|sigmund@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|optionator@0.8.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|deep-is@0.1.4",
        "jquery@2.2.4-tuxcare.1|fast-levenshtein@2.0.6",
        "jquery@2.2.4-tuxcare.1|levn@0.3.0",
        "jquery@2.2.4-tuxcare.1|prelude-ls@1.1.2",
        "jquery@2.2.4-tuxcare.1|type-check@0.3.2",
        "jquery@2.2.4-tuxcare.1|word-wrap@1.2.5"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|domelementtype@1.3.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|domhandler@2.4.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|domelementtype@1.3.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|domutils@1.7.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|dom-serializer@0.2.2",
        "jquery@2.2.4-tuxcare.1|domelementtype@1.3.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|entities@1.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|readable-stream@3.6.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|readable-stream@3.6.2|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|string_decoder@1.3.0",
        "jquery@2.2.4-tuxcare.1|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|readable-stream@3.6.2|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|aws-sign2@0.7.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|aws4@1.13.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|caseless@0.12.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|combined-stream@1.0.8",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|delayed-stream@1.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|extend@3.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|forever-agent@0.6.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|form-data@2.3.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|asynckit@0.4.0",
        "jquery@2.2.4-tuxcare.1|combined-stream@1.0.8",
        "jquery@2.2.4-tuxcare.1|mime-types@2.1.35"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|har-validator@5.1.5",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|ajv@6.12.6",
        "jquery@2.2.4-tuxcare.1|har-schema@2.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|http-signature@1.2.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|assert-plus@1.0.0",
        "jquery@2.2.4-tuxcare.1|jsprim@1.4.2",
        "jquery@2.2.4-tuxcare.1|sshpk@1.18.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-typedarray@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|isstream@0.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|json-stringify-safe@5.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|mime-types@2.1.35",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|mime-db@1.52.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|oauth-sign@0.9.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|performance-now@2.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|qs@6.5.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|safe-buffer@5.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|tunnel-agent@0.6.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|safe-buffer@5.2.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|uuid@3.4.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|array-differ@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|array-union@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|array-uniq@1.0.3"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|samsam@1.1.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-arguments@1.2.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|has-tostringtag@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-generator-function@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|get-proto@1.0.1",
        "jquery@2.2.4-tuxcare.1|has-tostringtag@1.0.2",
        "jquery@2.2.4-tuxcare.1|safe-regex-test@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-typed-array@1.1.15",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|which-typed-array@1.1.19"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|which-typed-array@1.1.19",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|available-typed-arrays@1.0.7",
        "jquery@2.2.4-tuxcare.1|call-bind@1.0.8",
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|for-each@0.3.5",
        "jquery@2.2.4-tuxcare.1|get-proto@1.0.1",
        "jquery@2.2.4-tuxcare.1|gopd@1.2.0",
        "jquery@2.2.4-tuxcare.1|has-tostringtag@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|leven@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|ms@2.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|get-stdin@4.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|minimist@1.2.8"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|os-tmpdir@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|user-home@1.1.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-finite@1.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|brace-expansion@1.1.12",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|balanced-match@1.0.2",
        "jquery@2.2.4-tuxcare.1|concat-map@0.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|mkdirp@0.5.6",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|minimist@1.2.8"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|object-assign@4.1.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|commander@2.8.1",
        "jquery@2.2.4-tuxcare.1|detective@4.7.1",
        "jquery@2.2.4-tuxcare.1|commoner@0.10.8|glob@5.0.15",
        "jquery@2.2.4-tuxcare.1|commoner@0.10.8|graceful-fs@4.2.11",
        "jquery@2.2.4-tuxcare.1|commoner@0.10.8|iconv-lite@0.4.24",
        "jquery@2.2.4-tuxcare.1|mkdirp@0.5.6",
        "jquery@2.2.4-tuxcare.1|private@0.1.8",
        "jquery@2.2.4-tuxcare.1|q@1.5.1",
        "jquery@2.2.4-tuxcare.1|commoner@0.10.8|recast@0.11.23"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|glob@5.0.15",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|inflight@1.0.6",
        "jquery@2.2.4-tuxcare.1|commoner@0.10.8|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|commoner@0.10.8|minimatch@3.1.2",
        "jquery@2.2.4-tuxcare.1|once@1.4.0",
        "jquery@2.2.4-tuxcare.1|path-is-absolute@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|graceful-fs@4.2.11"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|iconv-lite@0.4.24",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|safer-buffer@2.1.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|recast@0.11.23",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|commoner@0.10.8|ast-types@0.9.6",
        "jquery@2.2.4-tuxcare.1|commoner@0.10.8|esprima@3.1.3",
        "jquery@2.2.4-tuxcare.1|private@0.1.8",
        "jquery@2.2.4-tuxcare.1|source-map@0.5.7"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|minimatch@3.1.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|brace-expansion@1.1.12"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|ast-types@0.9.6"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|commoner@0.10.8|esprima@3.1.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|defs@1.1.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|alter@0.2.0",
        "jquery@2.2.4-tuxcare.1|ast-traverse@0.1.1",
        "jquery@2.2.4-tuxcare.1|breakable@1.0.0",
        "jquery@2.2.4-tuxcare.1|esprima-fb@15001.1001.0-dev-harmony-fb",
        "jquery@2.2.4-tuxcare.1|simple-fmt@0.1.0",
        "jquery@2.2.4-tuxcare.1|simple-is@0.2.0",
        "jquery@2.2.4-tuxcare.1|stringmap@0.2.2",
        "jquery@2.2.4-tuxcare.1|stringset@0.2.1",
        "jquery@2.2.4-tuxcare.1|tryor@0.1.2",
        "jquery@2.2.4-tuxcare.1|yargs@3.27.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|esprima-fb@15001.1001.0-dev-harmony-fb"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|recast@0.10.33",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|ast-types@0.8.12",
        "jquery@2.2.4-tuxcare.1|esprima-fb@15001.1001.0-dev-harmony-fb",
        "jquery@2.2.4-tuxcare.1|private@0.1.8",
        "jquery@2.2.4-tuxcare.1|source-map@0.5.7"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|through@2.3.8"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|regenerate@1.4.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|regjsgen@0.2.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|regjsparser@0.1.5",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|jsesc@0.5.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-core-module@2.16.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|hasown@2.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|path-parse@1.0.7"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|supports-preserve-symlinks-flag@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|date-now@0.1.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|ansi-regex@2.1.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|browserify-zlib@0.1.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|pako@0.2.9"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|buffer-from@1.1.2",
        "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|readable-stream@2.3.8",
        "jquery@2.2.4-tuxcare.1|typedarray@0.0.6"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|inherits@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|readable-stream@2.3.8",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|core-util-is@1.0.2",
        "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|inherits@2.0.4",
        "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|isarray@1.0.0",
        "jquery@2.2.4-tuxcare.1|process-nextick-args@2.0.1",
        "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|safe-buffer@5.1.2",
        "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|string_decoder@1.1.1",
        "jquery@2.2.4-tuxcare.1|util-deprecate@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|isarray@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|safe-buffer@5.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|string_decoder@1.1.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|concat-stream@1.6.2|safe-buffer@5.1.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|meow@3.7.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|camelcase-keys@2.1.0",
        "jquery@2.2.4-tuxcare.1|decamelize@1.2.0",
        "jquery@2.2.4-tuxcare.1|loud-rejection@1.6.0",
        "jquery@2.2.4-tuxcare.1|map-obj@1.0.1",
        "jquery@2.2.4-tuxcare.1|minimist@1.2.8",
        "jquery@2.2.4-tuxcare.1|normalize-package-data@2.5.0",
        "jquery@2.2.4-tuxcare.1|object-assign@4.1.1",
        "jquery@2.2.4-tuxcare.1|read-pkg-up@1.0.1",
        "jquery@2.2.4-tuxcare.1|redent@1.0.0",
        "jquery@2.2.4-tuxcare.1|trim-newlines@1.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|cliui@2.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|center-align@0.1.3",
        "jquery@2.2.4-tuxcare.1|right-align@0.1.3",
        "jquery@2.2.4-tuxcare.1|wordwrap@0.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|decamelize@1.2.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|graceful-readlink@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|comment-parser@0.3.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jsdoctypeparser@1.2.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|jsdoctypeparser@1.2.0|lodash@3.10.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jsdoctypeparser@1.2.0|lodash@3.10.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash._baseassign@3.2.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|lodash._basecopy@3.0.1",
        "jquery@2.2.4-tuxcare.1|lodash.keys@3.1.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash._createassigner@3.1.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|lodash._bindcallback@3.0.1",
        "jquery@2.2.4-tuxcare.1|lodash._isiterateecall@3.0.9",
        "jquery@2.2.4-tuxcare.1|lodash.restparam@3.6.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash.keys@3.1.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|lodash._getnative@3.9.1",
        "jquery@2.2.4-tuxcare.1|lodash.isarguments@3.1.0",
        "jquery@2.2.4-tuxcare.1|lodash.isarray@3.0.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|pkginfo@0.4.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|read@1.0.7",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|mute-stream@0.0.8"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|revalidator@0.1.8"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|utile@0.2.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|utile@0.2.1|async@0.2.10",
        "jquery@2.2.4-tuxcare.1|deep-equal@2.2.3",
        "jquery@2.2.4-tuxcare.1|i@0.3.7",
        "jquery@2.2.4-tuxcare.1|mkdirp@0.5.6",
        "jquery@2.2.4-tuxcare.1|ncp@0.4.2",
        "jquery@2.2.4-tuxcare.1|rimraf@2.2.8"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|utile@0.2.1|async@0.2.10"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|winston@0.8.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|winston@0.8.3|async@0.2.10",
        "jquery@2.2.4-tuxcare.1|colors@0.6.2",
        "jquery@2.2.4-tuxcare.1|cycle@1.0.3",
        "jquery@2.2.4-tuxcare.1|eyes@0.1.8",
        "jquery@2.2.4-tuxcare.1|isstream@0.1.2",
        "jquery@2.2.4-tuxcare.1|winston@0.8.3|pkginfo@0.3.1",
        "jquery@2.2.4-tuxcare.1|stack-trace@0.0.10"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|winston@0.8.3|async@0.2.10"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|winston@0.8.3|pkginfo@0.3.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|vow-queue@0.4.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|vow@0.4.20"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|wrappy@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|underscore@1.7.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|deep-is@0.1.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|fast-levenshtein@2.0.6"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|levn@0.3.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|prelude-ls@1.1.2",
        "jquery@2.2.4-tuxcare.1|type-check@0.3.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|prelude-ls@1.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|type-check@0.3.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|prelude-ls@1.1.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|word-wrap@1.2.5"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|dom-serializer@0.2.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|dom-serializer@0.2.2|domelementtype@2.3.0",
        "jquery@2.2.4-tuxcare.1|dom-serializer@0.2.2|entities@2.2.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|dom-serializer@0.2.2|domelementtype@2.3.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|dom-serializer@0.2.2|entities@2.2.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|string_decoder@1.3.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|safe-buffer@5.2.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|util-deprecate@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|delayed-stream@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|asynckit@0.4.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|ajv@6.12.6",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|fast-deep-equal@3.1.3",
        "jquery@2.2.4-tuxcare.1|fast-json-stable-stringify@2.1.0",
        "jquery@2.2.4-tuxcare.1|json-schema-traverse@0.4.1",
        "jquery@2.2.4-tuxcare.1|uri-js@4.4.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|har-schema@2.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|assert-plus@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jsprim@1.4.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|assert-plus@1.0.0",
        "jquery@2.2.4-tuxcare.1|extsprintf@1.3.0",
        "jquery@2.2.4-tuxcare.1|json-schema@0.4.0",
        "jquery@2.2.4-tuxcare.1|verror@1.10.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|sshpk@1.18.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|asn1@0.2.6",
        "jquery@2.2.4-tuxcare.1|assert-plus@1.0.0",
        "jquery@2.2.4-tuxcare.1|bcrypt-pbkdf@1.0.2",
        "jquery@2.2.4-tuxcare.1|dashdash@1.14.1",
        "jquery@2.2.4-tuxcare.1|ecc-jsbn@0.1.2",
        "jquery@2.2.4-tuxcare.1|getpass@0.1.7",
        "jquery@2.2.4-tuxcare.1|jsbn@0.1.1",
        "jquery@2.2.4-tuxcare.1|safer-buffer@2.1.2",
        "jquery@2.2.4-tuxcare.1|tweetnacl@0.14.5"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|mime-db@1.52.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|psl@1.15.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|punycode@2.3.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|punycode@2.3.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|array-uniq@1.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bind-apply-helpers@1.0.2",
        "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|has-tostringtag@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|has-symbols@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|get-proto@1.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|dunder-proto@1.0.1",
        "jquery@2.2.4-tuxcare.1|es-object-atoms@1.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|safe-regex-test@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|is-regex@1.2.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|available-typed-arrays@1.0.7",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|possible-typed-array-names@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|call-bind@1.0.8",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bind-apply-helpers@1.0.2",
        "jquery@2.2.4-tuxcare.1|es-define-property@1.0.1",
        "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0",
        "jquery@2.2.4-tuxcare.1|set-function-length@1.2.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|for-each@0.3.5",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|is-callable@1.2.7"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|gopd@1.2.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|balanced-match@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|concat-map@0.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|detective@4.7.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|detective@4.7.1|acorn@5.7.4",
        "jquery@2.2.4-tuxcare.1|defined@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|detective@4.7.1|acorn@5.7.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|q@1.5.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|alter@0.2.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|stable@0.1.8"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|ast-traverse@0.1.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|breakable@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|simple-fmt@0.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|simple-is@0.2.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|stringmap@0.2.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|stringset@0.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|tryor@0.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|yargs@3.27.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|yargs@3.27.0|camelcase@1.2.1",
        "jquery@2.2.4-tuxcare.1|cliui@2.1.0",
        "jquery@2.2.4-tuxcare.1|decamelize@1.2.0",
        "jquery@2.2.4-tuxcare.1|os-locale@1.4.0",
        "jquery@2.2.4-tuxcare.1|window-size@0.1.4",
        "jquery@2.2.4-tuxcare.1|y18n@3.2.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|yargs@3.27.0|camelcase@1.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|ast-types@0.8.12"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jsesc@0.5.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|hasown@2.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|function-bind@1.1.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|amdefine@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|fs.realpath@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|core-util-is@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|pako@0.2.9"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|buffer-from@1.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|typedarray@0.0.6"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|camelcase-keys@2.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|camelcase@2.1.1",
        "jquery@2.2.4-tuxcare.1|map-obj@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|loud-rejection@1.6.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|currently-unhandled@0.4.1",
        "jquery@2.2.4-tuxcare.1|signal-exit@3.0.7"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|map-obj@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|normalize-package-data@2.5.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|hosted-git-info@2.8.9",
        "jquery@2.2.4-tuxcare.1|resolve@1.22.10",
        "jquery@2.2.4-tuxcare.1|semver@2.2.1",
        "jquery@2.2.4-tuxcare.1|validate-npm-package-license@3.0.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|read-pkg-up@1.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|find-up@1.1.2",
        "jquery@2.2.4-tuxcare.1|read-pkg@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|redent@1.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|indent-string@2.1.0",
        "jquery@2.2.4-tuxcare.1|strip-indent@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|trim-newlines@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|center-align@0.1.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|align-text@0.1.4",
        "jquery@2.2.4-tuxcare.1|lazy-cache@1.0.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|right-align@0.1.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|align-text@0.1.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|wordwrap@0.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash._basecopy@3.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash._bindcallback@3.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash._isiterateecall@3.0.9"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash.restparam@3.6.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash._getnative@3.9.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash.isarguments@3.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lodash.isarray@3.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|mute-stream@0.0.8"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|deep-equal@2.2.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|array-buffer-byte-length@1.0.2",
        "jquery@2.2.4-tuxcare.1|call-bind@1.0.8",
        "jquery@2.2.4-tuxcare.1|es-get-iterator@1.1.3",
        "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0",
        "jquery@2.2.4-tuxcare.1|is-arguments@1.2.0",
        "jquery@2.2.4-tuxcare.1|is-array-buffer@3.0.5",
        "jquery@2.2.4-tuxcare.1|is-date-object@1.1.0",
        "jquery@2.2.4-tuxcare.1|is-regex@1.2.1",
        "jquery@2.2.4-tuxcare.1|is-shared-array-buffer@1.0.4",
        "jquery@2.2.4-tuxcare.1|isarray@2.0.5",
        "jquery@2.2.4-tuxcare.1|object-is@1.1.6",
        "jquery@2.2.4-tuxcare.1|object-keys@1.1.1",
        "jquery@2.2.4-tuxcare.1|object.assign@4.1.7",
        "jquery@2.2.4-tuxcare.1|regexp.prototype.flags@1.5.4",
        "jquery@2.2.4-tuxcare.1|side-channel@1.1.0",
        "jquery@2.2.4-tuxcare.1|which-boxed-primitive@1.1.1",
        "jquery@2.2.4-tuxcare.1|which-collection@1.0.2",
        "jquery@2.2.4-tuxcare.1|which-typed-array@1.1.19"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|i@0.3.7"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|ncp@0.4.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|cycle@1.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|eyes@0.1.8"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|stack-trace@0.0.10"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|fast-deep-equal@3.1.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|fast-json-stable-stringify@2.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|json-schema-traverse@0.4.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|uri-js@4.4.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|punycode@2.3.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|extsprintf@1.3.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|json-schema@0.4.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|verror@1.10.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|assert-plus@1.0.0",
        "jquery@2.2.4-tuxcare.1|core-util-is@1.0.2",
        "jquery@2.2.4-tuxcare.1|extsprintf@1.3.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|asn1@0.2.6",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|safer-buffer@2.1.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|bcrypt-pbkdf@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|tweetnacl@0.14.5"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|dashdash@1.14.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|assert-plus@1.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|ecc-jsbn@0.1.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|jsbn@0.1.1",
        "jquery@2.2.4-tuxcare.1|safer-buffer@2.1.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|getpass@0.1.7",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|assert-plus@1.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|jsbn@0.1.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|safer-buffer@2.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|tweetnacl@0.14.5"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|call-bind-apply-helpers@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|function-bind@1.1.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bind-apply-helpers@1.0.2",
        "jquery@2.2.4-tuxcare.1|es-define-property@1.0.1",
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|es-object-atoms@1.1.1",
        "jquery@2.2.4-tuxcare.1|function-bind@1.1.2",
        "jquery@2.2.4-tuxcare.1|get-proto@1.0.1",
        "jquery@2.2.4-tuxcare.1|gopd@1.2.0",
        "jquery@2.2.4-tuxcare.1|has-symbols@1.1.0",
        "jquery@2.2.4-tuxcare.1|hasown@2.0.2",
        "jquery@2.2.4-tuxcare.1|math-intrinsics@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|has-symbols@1.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|dunder-proto@1.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bind-apply-helpers@1.0.2",
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|gopd@1.2.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|es-object-atoms@1.1.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|es-errors@1.3.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-regex@1.2.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|gopd@1.2.0",
        "jquery@2.2.4-tuxcare.1|has-tostringtag@1.0.2",
        "jquery@2.2.4-tuxcare.1|hasown@2.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|possible-typed-array-names@1.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|es-define-property@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|set-function-length@1.2.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|define-data-property@1.1.4",
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|function-bind@1.1.2",
        "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0",
        "jquery@2.2.4-tuxcare.1|gopd@1.2.0",
        "jquery@2.2.4-tuxcare.1|has-property-descriptors@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-callable@1.2.7"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|defined@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|stable@0.1.8"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|os-locale@1.4.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|lcid@1.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|window-size@0.1.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|y18n@3.2.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|function-bind@1.1.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|process-nextick-args@2.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|camelcase@2.1.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|currently-unhandled@0.4.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|array-find-index@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|signal-exit@3.0.7"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|hosted-git-info@2.8.9"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|validate-npm-package-license@3.0.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|spdx-correct@3.2.0",
        "jquery@2.2.4-tuxcare.1|spdx-expression-parse@3.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|find-up@1.1.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|find-up@1.1.2|path-exists@2.1.0",
        "jquery@2.2.4-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|find-up@1.1.2|path-exists@2.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|read-pkg@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|load-json-file@1.1.0",
        "jquery@2.2.4-tuxcare.1|normalize-package-data@2.5.0",
        "jquery@2.2.4-tuxcare.1|path-type@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|indent-string@2.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|indent-string@2.1.0|repeating@2.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|indent-string@2.1.0|repeating@2.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|is-finite@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|strip-indent@1.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|get-stdin@4.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|align-text@0.1.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|kind-of@3.2.2",
        "jquery@2.2.4-tuxcare.1|longest@1.0.1",
        "jquery@2.2.4-tuxcare.1|repeat-string@1.6.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lazy-cache@1.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|array-buffer-byte-length@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|is-array-buffer@3.0.5"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|es-get-iterator@1.1.3",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bind@1.0.8",
        "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0",
        "jquery@2.2.4-tuxcare.1|has-symbols@1.1.0",
        "jquery@2.2.4-tuxcare.1|is-arguments@1.2.0",
        "jquery@2.2.4-tuxcare.1|is-map@2.0.3",
        "jquery@2.2.4-tuxcare.1|is-set@2.0.3",
        "jquery@2.2.4-tuxcare.1|is-string@1.1.1",
        "jquery@2.2.4-tuxcare.1|isarray@2.0.5",
        "jquery@2.2.4-tuxcare.1|stop-iteration-iterator@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-array-buffer@3.0.5",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bind@1.0.8",
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-date-object@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|has-tostringtag@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-shared-array-buffer@1.0.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|isarray@2.0.5"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|object-is@1.1.6",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bind@1.0.8",
        "jquery@2.2.4-tuxcare.1|define-properties@1.2.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|object-keys@1.1.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|object.assign@4.1.7",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bind@1.0.8",
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|define-properties@1.2.1",
        "jquery@2.2.4-tuxcare.1|es-object-atoms@1.1.1",
        "jquery@2.2.4-tuxcare.1|has-symbols@1.1.0",
        "jquery@2.2.4-tuxcare.1|object-keys@1.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|regexp.prototype.flags@1.5.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bind@1.0.8",
        "jquery@2.2.4-tuxcare.1|define-properties@1.2.1",
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|get-proto@1.0.1",
        "jquery@2.2.4-tuxcare.1|gopd@1.2.0",
        "jquery@2.2.4-tuxcare.1|set-function-name@2.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|side-channel@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|object-inspect@1.13.4",
        "jquery@2.2.4-tuxcare.1|side-channel-list@1.0.0",
        "jquery@2.2.4-tuxcare.1|side-channel-map@1.0.1",
        "jquery@2.2.4-tuxcare.1|side-channel-weakmap@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|which-boxed-primitive@1.1.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|is-bigint@1.1.0",
        "jquery@2.2.4-tuxcare.1|is-boolean-object@1.2.2",
        "jquery@2.2.4-tuxcare.1|is-number-object@1.1.1",
        "jquery@2.2.4-tuxcare.1|is-string@1.1.1",
        "jquery@2.2.4-tuxcare.1|is-symbol@1.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|which-collection@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|is-map@2.0.3",
        "jquery@2.2.4-tuxcare.1|is-set@2.0.3",
        "jquery@2.2.4-tuxcare.1|is-weakmap@2.0.2",
        "jquery@2.2.4-tuxcare.1|is-weakset@2.0.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|math-intrinsics@1.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|define-data-property@1.1.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|es-define-property@1.0.1",
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|gopd@1.2.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|has-property-descriptors@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|es-define-property@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|lcid@1.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|invert-kv@1.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|array-find-index@1.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|spdx-correct@3.2.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|spdx-expression-parse@3.0.1",
        "jquery@2.2.4-tuxcare.1|spdx-license-ids@3.0.22"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|spdx-expression-parse@3.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|spdx-exceptions@2.5.0",
        "jquery@2.2.4-tuxcare.1|spdx-license-ids@3.0.22"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|pinkie-promise@2.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|pinkie@2.0.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|load-json-file@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|load-json-file@1.1.0|graceful-fs@4.2.11",
        "jquery@2.2.4-tuxcare.1|parse-json@2.2.0",
        "jquery@2.2.4-tuxcare.1|pify@2.3.0",
        "jquery@2.2.4-tuxcare.1|pinkie-promise@2.0.1",
        "jquery@2.2.4-tuxcare.1|strip-bom@2.0.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|load-json-file@1.1.0|graceful-fs@4.2.11"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|path-type@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|path-type@1.1.0|graceful-fs@4.2.11",
        "jquery@2.2.4-tuxcare.1|pify@2.3.0",
        "jquery@2.2.4-tuxcare.1|pinkie-promise@2.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|path-type@1.1.0|graceful-fs@4.2.11"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|kind-of@3.2.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|is-buffer@1.1.6"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|longest@1.0.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|repeat-string@1.6.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-map@2.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-set@2.0.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-string@1.1.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|has-tostringtag@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|stop-iteration-iterator@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|internal-slot@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|define-properties@1.2.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|define-data-property@1.1.4",
        "jquery@2.2.4-tuxcare.1|has-property-descriptors@1.0.2",
        "jquery@2.2.4-tuxcare.1|object-keys@1.1.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|set-function-name@2.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|define-data-property@1.1.4",
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|functions-have-names@1.2.3",
        "jquery@2.2.4-tuxcare.1|has-property-descriptors@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|object-inspect@1.13.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|side-channel-list@1.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|object-inspect@1.13.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|side-channel-map@1.0.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0",
        "jquery@2.2.4-tuxcare.1|object-inspect@1.13.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|side-channel-weakmap@1.0.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0",
        "jquery@2.2.4-tuxcare.1|object-inspect@1.13.4",
        "jquery@2.2.4-tuxcare.1|side-channel-map@1.0.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-bigint@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|has-bigints@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-boolean-object@1.2.2",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|has-tostringtag@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-number-object@1.1.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|has-tostringtag@1.0.2"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-symbol@1.1.1",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|has-symbols@1.1.0",
        "jquery@2.2.4-tuxcare.1|safe-regex-test@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-weakmap@2.0.2"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-weakset@2.0.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|call-bound@1.0.4",
        "jquery@2.2.4-tuxcare.1|get-intrinsic@1.3.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|invert-kv@1.0.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|spdx-license-ids@3.0.22"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|spdx-exceptions@2.5.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|pinkie@2.0.4"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|parse-json@2.2.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|error-ex@1.3.4"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|pify@2.3.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|strip-bom@2.0.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|is-utf8@0.2.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-buffer@1.1.6"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|internal-slot@1.1.0",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|es-errors@1.3.0",
        "jquery@2.2.4-tuxcare.1|hasown@2.0.2",
        "jquery@2.2.4-tuxcare.1|side-channel@1.1.0"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|functions-have-names@1.2.3"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|has-bigints@1.1.0"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|error-ex@1.3.4",
      "dependsOn": [
        "jquery@2.2.4-tuxcare.1|is-arrayish@0.2.1"
      ]
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-utf8@0.2.1"
    },
    {
      "ref": "jquery@2.2.4-tuxcare.1|is-arrayish@0.2.1"
    }
  ]
}