github.com/CycloneDX/sbom-utility@v0.16.0/examples/cyclonedx/SBOM/juice-shop-11.1.2/bom.json (about)

     1  {
     2    "bomFormat": "CycloneDX",
     3    "specVersion": "1.2",
     4    "serialNumber": "urn:uuid:1f860713-54b9-4253-ba5a-9554851904af",
     5    "version": 1,
     6    "metadata": {
     7      "timestamp": "2020-08-03T03:20:53.771Z",
     8      "tools": [
     9        {
    10          "vendor": "CycloneDX",
    11          "name": "Node.js module",
    12          "version": "2.0.0"
    13        }
    14      ],
    15      "component": {
    16        "type": "library",
    17        "bom-ref": "pkg:npm/juice-shop@11.1.2",
    18        "name": "juice-shop",
    19        "version": "11.1.2",
    20        "description": "Probably the most modern and sophisticated insecure web application",
    21        "licenses": [
    22          {
    23            "license": {
    24              "id": "MIT"
    25            }
    26          }
    27        ],
    28        "purl": "pkg:npm/juice-shop@11.1.2",
    29        "externalReferences": [
    30          {
    31            "type": "website",
    32            "url": "https://owasp-juice.shop"
    33          },
    34          {
    35            "type": "issue-tracker",
    36            "url": "https://github.com/bkimminich/juice-shop/issues"
    37          },
    38          {
    39            "type": "vcs",
    40            "url": "git+https://github.com/bkimminich/juice-shop.git"
    41          }
    42        ]
    43      }
    44    },
    45    "components": [
    46      {
    47        "type": "library",
    48        "bom-ref": "pkg:npm/body-parser@1.19.0",
    49        "name": "body-parser",
    50        "version": "1.19.0",
    51        "description": "Node.js body parsing middleware",
    52        "hashes": [
    53          {
    54            "alg": "SHA-1",
    55            "content": "96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
    56          }
    57        ],
    58        "licenses": [
    59          {
    60            "license": {
    61              "id": "MIT"
    62            }
    63          }
    64        ],
    65        "purl": "pkg:npm/body-parser@1.19.0",
    66        "externalReferences": [
    67          {
    68            "type": "website",
    69            "url": "https://github.com/expressjs/body-parser#readme"
    70          },
    71          {
    72            "type": "issue-tracker",
    73            "url": "https://github.com/expressjs/body-parser/issues"
    74          },
    75          {
    76            "type": "vcs",
    77            "url": "git+https://github.com/expressjs/body-parser.git"
    78          }
    79        ]
    80      },
    81      {
    82        "type": "library",
    83        "bom-ref": "pkg:npm/bytes@3.1.0",
    84        "name": "bytes",
    85        "version": "3.1.0",
    86        "description": "Utility to parse a string bytes to bytes and vice-versa",
    87        "hashes": [
    88          {
    89            "alg": "SHA-1",
    90            "content": "f6cf7933a360e0588fa9fde85651cdc7f805d1f6"
    91          }
    92        ],
    93        "licenses": [
    94          {
    95            "license": {
    96              "id": "MIT"
    97            }
    98          }
    99        ],
   100        "purl": "pkg:npm/bytes@3.1.0",
   101        "externalReferences": [
   102          {
   103            "type": "website",
   104            "url": "https://github.com/visionmedia/bytes.js#readme"
   105          },
   106          {
   107            "type": "issue-tracker",
   108            "url": "https://github.com/visionmedia/bytes.js/issues"
   109          },
   110          {
   111            "type": "vcs",
   112            "url": "git+https://github.com/visionmedia/bytes.js.git"
   113          }
   114        ]
   115      },
   116      {
   117        "type": "library",
   118        "bom-ref": "pkg:npm/content-type@1.0.4",
   119        "name": "content-type",
   120        "version": "1.0.4",
   121        "description": "Create and parse HTTP Content-Type header",
   122        "hashes": [
   123          {
   124            "alg": "SHA-1",
   125            "content": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
   126          }
   127        ],
   128        "licenses": [
   129          {
   130            "license": {
   131              "id": "MIT"
   132            }
   133          }
   134        ],
   135        "purl": "pkg:npm/content-type@1.0.4",
   136        "externalReferences": [
   137          {
   138            "type": "website",
   139            "url": "https://github.com/jshttp/content-type#readme"
   140          },
   141          {
   142            "type": "issue-tracker",
   143            "url": "https://github.com/jshttp/content-type/issues"
   144          },
   145          {
   146            "type": "vcs",
   147            "url": "git+https://github.com/jshttp/content-type.git"
   148          }
   149        ]
   150      },
   151      {
   152        "type": "library",
   153        "bom-ref": "pkg:npm/debug@2.6.9",
   154        "name": "debug",
   155        "version": "2.6.9",
   156        "description": "small debugging utility",
   157        "hashes": [
   158          {
   159            "alg": "SHA-1",
   160            "content": "5d128515df134ff327e90a4c93f4e077a536341f"
   161          }
   162        ],
   163        "licenses": [
   164          {
   165            "license": {
   166              "id": "MIT"
   167            }
   168          }
   169        ],
   170        "purl": "pkg:npm/debug@2.6.9",
   171        "externalReferences": [
   172          {
   173            "type": "website",
   174            "url": "https://github.com/visionmedia/debug#readme"
   175          },
   176          {
   177            "type": "issue-tracker",
   178            "url": "https://github.com/visionmedia/debug/issues"
   179          },
   180          {
   181            "type": "vcs",
   182            "url": "git://github.com/visionmedia/debug.git"
   183          }
   184        ]
   185      },
   186      {
   187        "type": "library",
   188        "bom-ref": "pkg:npm/ms@2.0.0",
   189        "name": "ms",
   190        "version": "2.0.0",
   191        "description": "Tiny milisecond conversion utility",
   192        "hashes": [
   193          {
   194            "alg": "SHA-1",
   195            "content": "5608aeadfc00be6c2901df5f9861788de0d597c8"
   196          }
   197        ],
   198        "licenses": [
   199          {
   200            "license": {
   201              "id": "MIT"
   202            }
   203          }
   204        ],
   205        "purl": "pkg:npm/ms@2.0.0",
   206        "externalReferences": [
   207          {
   208            "type": "website",
   209            "url": "https://github.com/zeit/ms#readme"
   210          },
   211          {
   212            "type": "issue-tracker",
   213            "url": "https://github.com/zeit/ms/issues"
   214          },
   215          {
   216            "type": "vcs",
   217            "url": "git+https://github.com/zeit/ms.git"
   218          }
   219        ]
   220      },
   221      {
   222        "type": "library",
   223        "bom-ref": "pkg:npm/depd@1.1.2",
   224        "name": "depd",
   225        "version": "1.1.2",
   226        "description": "Deprecate all the things",
   227        "hashes": [
   228          {
   229            "alg": "SHA-1",
   230            "content": "9bcd52e14c097763e749b274c4346ed2e560b5a9"
   231          }
   232        ],
   233        "licenses": [
   234          {
   235            "license": {
   236              "id": "MIT"
   237            }
   238          }
   239        ],
   240        "purl": "pkg:npm/depd@1.1.2",
   241        "externalReferences": [
   242          {
   243            "type": "website",
   244            "url": "https://github.com/dougwilson/nodejs-depd#readme"
   245          },
   246          {
   247            "type": "issue-tracker",
   248            "url": "https://github.com/dougwilson/nodejs-depd/issues"
   249          },
   250          {
   251            "type": "vcs",
   252            "url": "git+https://github.com/dougwilson/nodejs-depd.git"
   253          }
   254        ]
   255      },
   256      {
   257        "type": "library",
   258        "bom-ref": "pkg:npm/http-errors@1.7.2",
   259        "name": "http-errors",
   260        "version": "1.7.2",
   261        "description": "Create HTTP error objects",
   262        "hashes": [
   263          {
   264            "alg": "SHA-1",
   265            "content": "4f5029cf13239f31036e5b2e55292bcfbcc85c8f"
   266          }
   267        ],
   268        "licenses": [
   269          {
   270            "license": {
   271              "id": "MIT"
   272            }
   273          }
   274        ],
   275        "purl": "pkg:npm/http-errors@1.7.2",
   276        "externalReferences": [
   277          {
   278            "type": "website",
   279            "url": "https://github.com/jshttp/http-errors#readme"
   280          },
   281          {
   282            "type": "issue-tracker",
   283            "url": "https://github.com/jshttp/http-errors/issues"
   284          },
   285          {
   286            "type": "vcs",
   287            "url": "git+https://github.com/jshttp/http-errors.git"
   288          }
   289        ]
   290      },
   291      {
   292        "type": "library",
   293        "bom-ref": "pkg:npm/inherits@2.0.3",
   294        "name": "inherits",
   295        "version": "2.0.3",
   296        "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
   297        "hashes": [
   298          {
   299            "alg": "SHA-1",
   300            "content": "633c2c83e3da42a502f52466022480f4208261de"
   301          }
   302        ],
   303        "licenses": [
   304          {
   305            "license": {
   306              "id": "ISC"
   307            }
   308          }
   309        ],
   310        "purl": "pkg:npm/inherits@2.0.3",
   311        "externalReferences": [
   312          {
   313            "type": "website",
   314            "url": "https://github.com/isaacs/inherits#readme"
   315          },
   316          {
   317            "type": "issue-tracker",
   318            "url": "https://github.com/isaacs/inherits/issues"
   319          },
   320          {
   321            "type": "vcs",
   322            "url": "git://github.com/isaacs/inherits.git"
   323          }
   324        ]
   325      },
   326      {
   327        "type": "library",
   328        "bom-ref": "pkg:npm/setprototypeof@1.1.1",
   329        "name": "setprototypeof",
   330        "version": "1.1.1",
   331        "description": "A small polyfill for Object.setprototypeof",
   332        "hashes": [
   333          {
   334            "alg": "SHA-1",
   335            "content": "7e95acb24aa92f5885e0abef5ba131330d4ae683"
   336          }
   337        ],
   338        "licenses": [
   339          {
   340            "license": {
   341              "id": "ISC"
   342            }
   343          }
   344        ],
   345        "purl": "pkg:npm/setprototypeof@1.1.1",
   346        "externalReferences": [
   347          {
   348            "type": "website",
   349            "url": "https://github.com/wesleytodd/setprototypeof"
   350          },
   351          {
   352            "type": "issue-tracker",
   353            "url": "https://github.com/wesleytodd/setprototypeof/issues"
   354          },
   355          {
   356            "type": "vcs",
   357            "url": "git+https://github.com/wesleytodd/setprototypeof.git"
   358          }
   359        ]
   360      },
   361      {
   362        "type": "library",
   363        "bom-ref": "pkg:npm/statuses@1.5.0",
   364        "name": "statuses",
   365        "version": "1.5.0",
   366        "description": "HTTP status utility",
   367        "hashes": [
   368          {
   369            "alg": "SHA-1",
   370            "content": "161c7dac177659fd9811f43771fa99381478628c"
   371          }
   372        ],
   373        "licenses": [
   374          {
   375            "license": {
   376              "id": "MIT"
   377            }
   378          }
   379        ],
   380        "purl": "pkg:npm/statuses@1.5.0",
   381        "externalReferences": [
   382          {
   383            "type": "website",
   384            "url": "https://github.com/jshttp/statuses#readme"
   385          },
   386          {
   387            "type": "issue-tracker",
   388            "url": "https://github.com/jshttp/statuses/issues"
   389          },
   390          {
   391            "type": "vcs",
   392            "url": "git+https://github.com/jshttp/statuses.git"
   393          }
   394        ]
   395      },
   396      {
   397        "type": "library",
   398        "bom-ref": "pkg:npm/toidentifier@1.0.0",
   399        "name": "toidentifier",
   400        "version": "1.0.0",
   401        "description": "Convert a string of words to a JavaScript identifier",
   402        "hashes": [
   403          {
   404            "alg": "SHA-1",
   405            "content": "7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
   406          }
   407        ],
   408        "licenses": [
   409          {
   410            "license": {
   411              "id": "MIT"
   412            }
   413          }
   414        ],
   415        "purl": "pkg:npm/toidentifier@1.0.0",
   416        "externalReferences": [
   417          {
   418            "type": "website",
   419            "url": "https://github.com/component/toidentifier#readme"
   420          },
   421          {
   422            "type": "issue-tracker",
   423            "url": "https://github.com/component/toidentifier/issues"
   424          },
   425          {
   426            "type": "vcs",
   427            "url": "git+https://github.com/component/toidentifier.git"
   428          }
   429        ]
   430      },
   431      {
   432        "type": "library",
   433        "bom-ref": "pkg:npm/iconv-lite@0.4.24",
   434        "name": "iconv-lite",
   435        "version": "0.4.24",
   436        "description": "Convert character encodings in pure javascript.",
   437        "hashes": [
   438          {
   439            "alg": "SHA-1",
   440            "content": "2022b4b25fbddc21d2f524974a474aafe733908b"
   441          }
   442        ],
   443        "licenses": [
   444          {
   445            "license": {
   446              "id": "MIT"
   447            }
   448          }
   449        ],
   450        "purl": "pkg:npm/iconv-lite@0.4.24",
   451        "externalReferences": [
   452          {
   453            "type": "website",
   454            "url": "https://github.com/ashtuchkin/iconv-lite"
   455          },
   456          {
   457            "type": "issue-tracker",
   458            "url": "https://github.com/ashtuchkin/iconv-lite/issues"
   459          },
   460          {
   461            "type": "vcs",
   462            "url": "git://github.com/ashtuchkin/iconv-lite.git"
   463          }
   464        ]
   465      },
   466      {
   467        "type": "library",
   468        "bom-ref": "pkg:npm/safer-buffer@2.1.2",
   469        "name": "safer-buffer",
   470        "version": "2.1.2",
   471        "description": "Modern Buffer API polyfill without footguns",
   472        "hashes": [
   473          {
   474            "alg": "SHA-1",
   475            "content": "44fa161b0187b9549dd84bb91802f9bd8385cd6a"
   476          }
   477        ],
   478        "licenses": [
   479          {
   480            "license": {
   481              "id": "MIT"
   482            }
   483          }
   484        ],
   485        "purl": "pkg:npm/safer-buffer@2.1.2",
   486        "externalReferences": [
   487          {
   488            "type": "website",
   489            "url": "https://github.com/ChALkeR/safer-buffer#readme"
   490          },
   491          {
   492            "type": "issue-tracker",
   493            "url": "https://github.com/ChALkeR/safer-buffer/issues"
   494          },
   495          {
   496            "type": "vcs",
   497            "url": "git+https://github.com/ChALkeR/safer-buffer.git"
   498          }
   499        ]
   500      },
   501      {
   502        "type": "library",
   503        "bom-ref": "pkg:npm/on-finished@2.3.0",
   504        "name": "on-finished",
   505        "version": "2.3.0",
   506        "description": "Execute a callback when a request closes, finishes, or errors",
   507        "hashes": [
   508          {
   509            "alg": "SHA-1",
   510            "content": "20f1336481b083cd75337992a16971aa2d906947"
   511          }
   512        ],
   513        "licenses": [
   514          {
   515            "license": {
   516              "id": "MIT"
   517            }
   518          }
   519        ],
   520        "purl": "pkg:npm/on-finished@2.3.0",
   521        "externalReferences": [
   522          {
   523            "type": "website",
   524            "url": "https://github.com/jshttp/on-finished#readme"
   525          },
   526          {
   527            "type": "issue-tracker",
   528            "url": "https://github.com/jshttp/on-finished/issues"
   529          },
   530          {
   531            "type": "vcs",
   532            "url": "git+https://github.com/jshttp/on-finished.git"
   533          }
   534        ]
   535      },
   536      {
   537        "type": "library",
   538        "bom-ref": "pkg:npm/ee-first@1.1.1",
   539        "name": "ee-first",
   540        "version": "1.1.1",
   541        "description": "return the first event in a set of ee/event pairs",
   542        "hashes": [
   543          {
   544            "alg": "SHA-1",
   545            "content": "590c61156b0ae2f4f0255732a158b266bc56b21d"
   546          }
   547        ],
   548        "licenses": [
   549          {
   550            "license": {
   551              "id": "MIT"
   552            }
   553          }
   554        ],
   555        "purl": "pkg:npm/ee-first@1.1.1",
   556        "externalReferences": [
   557          {
   558            "type": "website",
   559            "url": "https://github.com/jonathanong/ee-first#readme"
   560          },
   561          {
   562            "type": "issue-tracker",
   563            "url": "https://github.com/jonathanong/ee-first/issues"
   564          },
   565          {
   566            "type": "vcs",
   567            "url": "git+https://github.com/jonathanong/ee-first.git"
   568          }
   569        ]
   570      },
   571      {
   572        "type": "library",
   573        "bom-ref": "pkg:npm/qs@6.7.0",
   574        "name": "qs",
   575        "version": "6.7.0",
   576        "description": "A querystring parser that supports nesting and arrays, with a depth limit",
   577        "hashes": [
   578          {
   579            "alg": "SHA-1",
   580            "content": "41dc1a015e3d581f1621776be31afb2876a9b1bc"
   581          }
   582        ],
   583        "licenses": [
   584          {
   585            "license": {
   586              "id": "BSD-3-Clause"
   587            }
   588          }
   589        ],
   590        "purl": "pkg:npm/qs@6.7.0",
   591        "externalReferences": [
   592          {
   593            "type": "website",
   594            "url": "https://github.com/ljharb/qs"
   595          },
   596          {
   597            "type": "issue-tracker",
   598            "url": "https://github.com/ljharb/qs/issues"
   599          },
   600          {
   601            "type": "vcs",
   602            "url": "git+https://github.com/ljharb/qs.git"
   603          }
   604        ]
   605      },
   606      {
   607        "type": "library",
   608        "bom-ref": "pkg:npm/raw-body@2.4.0",
   609        "name": "raw-body",
   610        "version": "2.4.0",
   611        "description": "Get and validate the raw body of a readable stream.",
   612        "hashes": [
   613          {
   614            "alg": "SHA-1",
   615            "content": "a1ce6fb9c9bc356ca52e89256ab59059e13d0332"
   616          }
   617        ],
   618        "licenses": [
   619          {
   620            "license": {
   621              "id": "MIT"
   622            }
   623          }
   624        ],
   625        "purl": "pkg:npm/raw-body@2.4.0",
   626        "externalReferences": [
   627          {
   628            "type": "website",
   629            "url": "https://github.com/stream-utils/raw-body#readme"
   630          },
   631          {
   632            "type": "issue-tracker",
   633            "url": "https://github.com/stream-utils/raw-body/issues"
   634          },
   635          {
   636            "type": "vcs",
   637            "url": "git+https://github.com/stream-utils/raw-body.git"
   638          }
   639        ]
   640      },
   641      {
   642        "type": "library",
   643        "bom-ref": "pkg:npm/unpipe@1.0.0",
   644        "name": "unpipe",
   645        "version": "1.0.0",
   646        "description": "Unpipe a stream from all destinations",
   647        "hashes": [
   648          {
   649            "alg": "SHA-1",
   650            "content": "b2bf4ee8514aae6165b4817829d21b2ef49904ec"
   651          }
   652        ],
   653        "licenses": [
   654          {
   655            "license": {
   656              "id": "MIT"
   657            }
   658          }
   659        ],
   660        "purl": "pkg:npm/unpipe@1.0.0",
   661        "externalReferences": [
   662          {
   663            "type": "website",
   664            "url": "https://github.com/stream-utils/unpipe#readme"
   665          },
   666          {
   667            "type": "issue-tracker",
   668            "url": "https://github.com/stream-utils/unpipe/issues"
   669          },
   670          {
   671            "type": "vcs",
   672            "url": "git+https://github.com/stream-utils/unpipe.git"
   673          }
   674        ]
   675      },
   676      {
   677        "type": "library",
   678        "bom-ref": "pkg:npm/type-is@1.6.18",
   679        "name": "type-is",
   680        "version": "1.6.18",
   681        "description": "Infer the content-type of a request.",
   682        "hashes": [
   683          {
   684            "alg": "SHA-1",
   685            "content": "4e552cd05df09467dcbc4ef739de89f2cf37c131"
   686          }
   687        ],
   688        "licenses": [
   689          {
   690            "license": {
   691              "id": "MIT"
   692            }
   693          }
   694        ],
   695        "purl": "pkg:npm/type-is@1.6.18",
   696        "externalReferences": [
   697          {
   698            "type": "website",
   699            "url": "https://github.com/jshttp/type-is#readme"
   700          },
   701          {
   702            "type": "issue-tracker",
   703            "url": "https://github.com/jshttp/type-is/issues"
   704          },
   705          {
   706            "type": "vcs",
   707            "url": "git+https://github.com/jshttp/type-is.git"
   708          }
   709        ]
   710      },
   711      {
   712        "type": "library",
   713        "bom-ref": "pkg:npm/media-typer@0.3.0",
   714        "name": "media-typer",
   715        "version": "0.3.0",
   716        "description": "Simple RFC 6838 media type parser and formatter",
   717        "hashes": [
   718          {
   719            "alg": "SHA-1",
   720            "content": "8710d7af0aa626f8fffa1ce00168545263255748"
   721          }
   722        ],
   723        "licenses": [
   724          {
   725            "license": {
   726              "id": "MIT"
   727            }
   728          }
   729        ],
   730        "purl": "pkg:npm/media-typer@0.3.0",
   731        "externalReferences": [
   732          {
   733            "type": "website",
   734            "url": "https://github.com/jshttp/media-typer#readme"
   735          },
   736          {
   737            "type": "issue-tracker",
   738            "url": "https://github.com/jshttp/media-typer/issues"
   739          },
   740          {
   741            "type": "vcs",
   742            "url": "git+https://github.com/jshttp/media-typer.git"
   743          }
   744        ]
   745      },
   746      {
   747        "type": "library",
   748        "bom-ref": "pkg:npm/mime-types@2.1.27",
   749        "name": "mime-types",
   750        "version": "2.1.27",
   751        "description": "The ultimate javascript content-type utility.",
   752        "hashes": [
   753          {
   754            "alg": "SHA-1",
   755            "content": "47949f98e279ea53119f5722e0f34e529bec009f"
   756          }
   757        ],
   758        "licenses": [
   759          {
   760            "license": {
   761              "id": "MIT"
   762            }
   763          }
   764        ],
   765        "purl": "pkg:npm/mime-types@2.1.27",
   766        "externalReferences": [
   767          {
   768            "type": "website",
   769            "url": "https://github.com/jshttp/mime-types#readme"
   770          },
   771          {
   772            "type": "issue-tracker",
   773            "url": "https://github.com/jshttp/mime-types/issues"
   774          },
   775          {
   776            "type": "vcs",
   777            "url": "git+https://github.com/jshttp/mime-types.git"
   778          }
   779        ]
   780      },
   781      {
   782        "type": "library",
   783        "bom-ref": "pkg:npm/mime-db@1.44.0",
   784        "name": "mime-db",
   785        "version": "1.44.0",
   786        "description": "Media Type Database",
   787        "hashes": [
   788          {
   789            "alg": "SHA-1",
   790            "content": "fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
   791          }
   792        ],
   793        "licenses": [
   794          {
   795            "license": {
   796              "id": "MIT"
   797            }
   798          }
   799        ],
   800        "purl": "pkg:npm/mime-db@1.44.0",
   801        "externalReferences": [
   802          {
   803            "type": "website",
   804            "url": "https://github.com/jshttp/mime-db#readme"
   805          },
   806          {
   807            "type": "issue-tracker",
   808            "url": "https://github.com/jshttp/mime-db/issues"
   809          },
   810          {
   811            "type": "vcs",
   812            "url": "git+https://github.com/jshttp/mime-db.git"
   813          }
   814        ]
   815      },
   816      {
   817        "type": "library",
   818        "bom-ref": "pkg:npm/check-dependencies@1.1.0",
   819        "name": "check-dependencies",
   820        "version": "1.1.0",
   821        "description": "Checks if currently installed npm/bower dependencies are installed in the exact same versions that are specified in package.json/bower.json",
   822        "hashes": [
   823          {
   824            "alg": "SHA-1",
   825            "content": "3aa2df4061770179d8e88e8bf9315c53722ddff4"
   826          }
   827        ],
   828        "licenses": [
   829          {
   830            "license": {
   831              "id": "MIT"
   832            }
   833          }
   834        ],
   835        "purl": "pkg:npm/check-dependencies@1.1.0",
   836        "externalReferences": [
   837          {
   838            "type": "website",
   839            "url": "https://github.com/mgol/check-dependencies"
   840          },
   841          {
   842            "type": "issue-tracker",
   843            "url": "https://github.com/mgol/check-dependencies/issues"
   844          },
   845          {
   846            "type": "vcs",
   847            "url": "git+https://github.com/mgol/check-dependencies.git"
   848          }
   849        ]
   850      },
   851      {
   852        "type": "library",
   853        "bom-ref": "pkg:npm/bower-config@1.4.3",
   854        "name": "bower-config",
   855        "version": "1.4.3",
   856        "description": "The Bower config reader and writer.",
   857        "hashes": [
   858          {
   859            "alg": "SHA-1",
   860            "content": "3454fecdc5f08e7aa9cc6d556e492be0669689ae"
   861          }
   862        ],
   863        "licenses": [
   864          {
   865            "license": {
   866              "id": "MIT"
   867            }
   868          }
   869        ],
   870        "purl": "pkg:npm/bower-config@1.4.3",
   871        "externalReferences": [
   872          {
   873            "type": "website",
   874            "url": "http://bower.io"
   875          },
   876          {
   877            "type": "vcs",
   878            "url": "https://github.com/bower/bower/tree/master/packages/bower-config"
   879          }
   880        ]
   881      },
   882      {
   883        "type": "library",
   884        "bom-ref": "pkg:npm/graceful-fs@4.2.4",
   885        "name": "graceful-fs",
   886        "version": "4.2.4",
   887        "description": "A drop-in replacement for fs, making various improvements.",
   888        "hashes": [
   889          {
   890            "alg": "SHA-1",
   891            "content": "2256bde14d3632958c465ebc96dc467ca07a29fb"
   892          }
   893        ],
   894        "licenses": [
   895          {
   896            "license": {
   897              "id": "ISC"
   898            }
   899          }
   900        ],
   901        "purl": "pkg:npm/graceful-fs@4.2.4",
   902        "externalReferences": [
   903          {
   904            "type": "website",
   905            "url": "https://github.com/isaacs/node-graceful-fs#readme"
   906          },
   907          {
   908            "type": "issue-tracker",
   909            "url": "https://github.com/isaacs/node-graceful-fs/issues"
   910          },
   911          {
   912            "type": "vcs",
   913            "url": "git+https://github.com/isaacs/node-graceful-fs.git"
   914          }
   915        ]
   916      },
   917      {
   918        "type": "library",
   919        "bom-ref": "pkg:npm/minimist@0.2.1",
   920        "name": "minimist",
   921        "version": "0.2.1",
   922        "description": "parse argument options",
   923        "hashes": [
   924          {
   925            "alg": "SHA-1",
   926            "content": "827ba4e7593464e7c221e8c5bed930904ee2c455"
   927          }
   928        ],
   929        "licenses": [
   930          {
   931            "license": {
   932              "id": "MIT"
   933            }
   934          }
   935        ],
   936        "purl": "pkg:npm/minimist@0.2.1",
   937        "externalReferences": [
   938          {
   939            "type": "website",
   940            "url": "https://github.com/substack/minimist"
   941          },
   942          {
   943            "type": "issue-tracker",
   944            "url": "https://github.com/substack/minimist/issues"
   945          },
   946          {
   947            "type": "vcs",
   948            "url": "git://github.com/substack/minimist.git"
   949          }
   950        ]
   951      },
   952      {
   953        "type": "library",
   954        "bom-ref": "pkg:npm/mout@1.2.2",
   955        "name": "mout",
   956        "version": "1.2.2",
   957        "description": "Modular Utilities",
   958        "hashes": [
   959          {
   960            "alg": "SHA-1",
   961            "content": "c9b718a499806a0632cede178e80f436259e777d"
   962          }
   963        ],
   964        "licenses": [
   965          {
   966            "license": {
   967              "id": "MIT"
   968            }
   969          }
   970        ],
   971        "purl": "pkg:npm/mout@1.2.2",
   972        "externalReferences": [
   973          {
   974            "type": "website",
   975            "url": "http://moutjs.com/"
   976          },
   977          {
   978            "type": "issue-tracker",
   979            "url": "https://github.com/mout/mout/issues/"
   980          },
   981          {
   982            "type": "vcs",
   983            "url": "git://github.com/mout/mout.git"
   984          }
   985        ]
   986      },
   987      {
   988        "type": "library",
   989        "bom-ref": "pkg:npm/osenv@0.1.5",
   990        "name": "osenv",
   991        "version": "0.1.5",
   992        "description": "Look up environment settings specific to different operating systems",
   993        "hashes": [
   994          {
   995            "alg": "SHA-1",
   996            "content": "85cdfafaeb28e8677f416e287592b5f3f49ea410"
   997          }
   998        ],
   999        "licenses": [
  1000          {
  1001            "license": {
  1002              "id": "ISC"
  1003            }
  1004          }
  1005        ],
  1006        "purl": "pkg:npm/osenv@0.1.5",
  1007        "externalReferences": [
  1008          {
  1009            "type": "website",
  1010            "url": "https://github.com/npm/osenv#readme"
  1011          },
  1012          {
  1013            "type": "issue-tracker",
  1014            "url": "https://github.com/npm/osenv/issues"
  1015          },
  1016          {
  1017            "type": "vcs",
  1018            "url": "git+https://github.com/npm/osenv.git"
  1019          }
  1020        ]
  1021      },
  1022      {
  1023        "type": "library",
  1024        "bom-ref": "pkg:npm/os-homedir@1.0.2",
  1025        "name": "os-homedir",
  1026        "version": "1.0.2",
  1027        "description": "Node.js 4 `os.homedir()` ponyfill",
  1028        "hashes": [
  1029          {
  1030            "alg": "SHA-1",
  1031            "content": "ffbc4988336e0e833de0c168c7ef152121aa7fb3"
  1032          }
  1033        ],
  1034        "licenses": [
  1035          {
  1036            "license": {
  1037              "id": "MIT"
  1038            }
  1039          }
  1040        ],
  1041        "purl": "pkg:npm/os-homedir@1.0.2",
  1042        "externalReferences": [
  1043          {
  1044            "type": "website",
  1045            "url": "https://github.com/sindresorhus/os-homedir#readme"
  1046          },
  1047          {
  1048            "type": "issue-tracker",
  1049            "url": "https://github.com/sindresorhus/os-homedir/issues"
  1050          },
  1051          {
  1052            "type": "vcs",
  1053            "url": "git+https://github.com/sindresorhus/os-homedir.git"
  1054          }
  1055        ]
  1056      },
  1057      {
  1058        "type": "library",
  1059        "bom-ref": "pkg:npm/os-tmpdir@1.0.2",
  1060        "name": "os-tmpdir",
  1061        "version": "1.0.2",
  1062        "description": "Node.js os.tmpdir() ponyfill",
  1063        "hashes": [
  1064          {
  1065            "alg": "SHA-1",
  1066            "content": "bbe67406c79aa85c5cfec766fe5734555dfa1274"
  1067          }
  1068        ],
  1069        "licenses": [
  1070          {
  1071            "license": {
  1072              "id": "MIT"
  1073            }
  1074          }
  1075        ],
  1076        "purl": "pkg:npm/os-tmpdir@1.0.2",
  1077        "externalReferences": [
  1078          {
  1079            "type": "website",
  1080            "url": "https://github.com/sindresorhus/os-tmpdir#readme"
  1081          },
  1082          {
  1083            "type": "issue-tracker",
  1084            "url": "https://github.com/sindresorhus/os-tmpdir/issues"
  1085          },
  1086          {
  1087            "type": "vcs",
  1088            "url": "git+https://github.com/sindresorhus/os-tmpdir.git"
  1089          }
  1090        ]
  1091      },
  1092      {
  1093        "type": "library",
  1094        "bom-ref": "pkg:npm/untildify@2.1.0",
  1095        "name": "untildify",
  1096        "version": "2.1.0",
  1097        "description": "Convert a tilde path to an absolute path: ~/dev => /Users/sindresorhus/dev",
  1098        "hashes": [
  1099          {
  1100            "alg": "SHA-1",
  1101            "content": "17eb2807987f76952e9c0485fc311d06a826a2e0"
  1102          }
  1103        ],
  1104        "licenses": [
  1105          {
  1106            "license": {
  1107              "id": "MIT"
  1108            }
  1109          }
  1110        ],
  1111        "purl": "pkg:npm/untildify@2.1.0",
  1112        "externalReferences": [
  1113          {
  1114            "type": "website",
  1115            "url": "https://github.com/sindresorhus/untildify#readme"
  1116          },
  1117          {
  1118            "type": "issue-tracker",
  1119            "url": "https://github.com/sindresorhus/untildify/issues"
  1120          },
  1121          {
  1122            "type": "vcs",
  1123            "url": "git+https://github.com/sindresorhus/untildify.git"
  1124          }
  1125        ]
  1126      },
  1127      {
  1128        "type": "library",
  1129        "bom-ref": "pkg:npm/wordwrap@0.0.3",
  1130        "name": "wordwrap",
  1131        "version": "0.0.3",
  1132        "description": "Wrap those words. Show them at what columns to start and stop.",
  1133        "hashes": [
  1134          {
  1135            "alg": "SHA-1",
  1136            "content": "a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
  1137          }
  1138        ],
  1139        "licenses": [
  1140          {
  1141            "license": {
  1142              "id": "MIT"
  1143            }
  1144          }
  1145        ],
  1146        "purl": "pkg:npm/wordwrap@0.0.3",
  1147        "externalReferences": [
  1148          {
  1149            "type": "website",
  1150            "url": "https://github.com/substack/node-wordwrap#readme"
  1151          },
  1152          {
  1153            "type": "issue-tracker",
  1154            "url": "https://github.com/substack/node-wordwrap/issues"
  1155          },
  1156          {
  1157            "type": "vcs",
  1158            "url": "git://github.com/substack/node-wordwrap.git"
  1159          }
  1160        ]
  1161      },
  1162      {
  1163        "type": "library",
  1164        "bom-ref": "pkg:npm/chalk@2.4.2",
  1165        "name": "chalk",
  1166        "version": "2.4.2",
  1167        "description": "Terminal string styling done right",
  1168        "hashes": [
  1169          {
  1170            "alg": "SHA-1",
  1171            "content": "cd42541677a54333cf541a49108c1432b44c9424"
  1172          }
  1173        ],
  1174        "licenses": [
  1175          {
  1176            "license": {
  1177              "id": "MIT"
  1178            }
  1179          }
  1180        ],
  1181        "purl": "pkg:npm/chalk@2.4.2",
  1182        "externalReferences": [
  1183          {
  1184            "type": "website",
  1185            "url": "https://github.com/chalk/chalk#readme"
  1186          },
  1187          {
  1188            "type": "issue-tracker",
  1189            "url": "https://github.com/chalk/chalk/issues"
  1190          },
  1191          {
  1192            "type": "vcs",
  1193            "url": "git+https://github.com/chalk/chalk.git"
  1194          }
  1195        ]
  1196      },
  1197      {
  1198        "type": "library",
  1199        "bom-ref": "pkg:npm/ansi-styles@3.2.1",
  1200        "name": "ansi-styles",
  1201        "version": "3.2.1",
  1202        "description": "ANSI escape codes for styling strings in the terminal",
  1203        "hashes": [
  1204          {
  1205            "alg": "SHA-1",
  1206            "content": "41fbb20243e50b12be0f04b8dedbf07520ce841d"
  1207          }
  1208        ],
  1209        "licenses": [
  1210          {
  1211            "license": {
  1212              "id": "MIT"
  1213            }
  1214          }
  1215        ],
  1216        "purl": "pkg:npm/ansi-styles@3.2.1",
  1217        "externalReferences": [
  1218          {
  1219            "type": "website",
  1220            "url": "https://github.com/chalk/ansi-styles#readme"
  1221          },
  1222          {
  1223            "type": "issue-tracker",
  1224            "url": "https://github.com/chalk/ansi-styles/issues"
  1225          },
  1226          {
  1227            "type": "vcs",
  1228            "url": "git+https://github.com/chalk/ansi-styles.git"
  1229          }
  1230        ]
  1231      },
  1232      {
  1233        "type": "library",
  1234        "bom-ref": "pkg:npm/color-convert@1.9.3",
  1235        "name": "color-convert",
  1236        "version": "1.9.3",
  1237        "description": "Plain color conversion functions",
  1238        "hashes": [
  1239          {
  1240            "alg": "SHA-1",
  1241            "content": "bb71850690e1f136567de629d2d5471deda4c1e8"
  1242          }
  1243        ],
  1244        "licenses": [
  1245          {
  1246            "license": {
  1247              "id": "MIT"
  1248            }
  1249          }
  1250        ],
  1251        "purl": "pkg:npm/color-convert@1.9.3",
  1252        "externalReferences": [
  1253          {
  1254            "type": "website",
  1255            "url": "https://github.com/Qix-/color-convert#readme"
  1256          },
  1257          {
  1258            "type": "issue-tracker",
  1259            "url": "https://github.com/Qix-/color-convert/issues"
  1260          },
  1261          {
  1262            "type": "vcs",
  1263            "url": "git+https://github.com/Qix-/color-convert.git"
  1264          }
  1265        ]
  1266      },
  1267      {
  1268        "type": "library",
  1269        "bom-ref": "pkg:npm/color-name@1.1.3",
  1270        "name": "color-name",
  1271        "version": "1.1.3",
  1272        "description": "A list of color names and its values",
  1273        "hashes": [
  1274          {
  1275            "alg": "SHA-1",
  1276            "content": "a7d0558bd89c42f795dd42328f740831ca53bc25"
  1277          }
  1278        ],
  1279        "licenses": [
  1280          {
  1281            "license": {
  1282              "id": "MIT"
  1283            }
  1284          }
  1285        ],
  1286        "purl": "pkg:npm/color-name@1.1.3",
  1287        "externalReferences": [
  1288          {
  1289            "type": "website",
  1290            "url": "https://github.com/dfcreative/color-name"
  1291          },
  1292          {
  1293            "type": "issue-tracker",
  1294            "url": "https://github.com/dfcreative/color-name/issues"
  1295          },
  1296          {
  1297            "type": "vcs",
  1298            "url": "git+ssh://git@github.com/dfcreative/color-name.git"
  1299          }
  1300        ]
  1301      },
  1302      {
  1303        "type": "library",
  1304        "bom-ref": "pkg:npm/escape-string-regexp@1.0.5",
  1305        "name": "escape-string-regexp",
  1306        "version": "1.0.5",
  1307        "description": "Escape RegExp special characters",
  1308        "hashes": [
  1309          {
  1310            "alg": "SHA-1",
  1311            "content": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
  1312          }
  1313        ],
  1314        "licenses": [
  1315          {
  1316            "license": {
  1317              "id": "MIT"
  1318            }
  1319          }
  1320        ],
  1321        "purl": "pkg:npm/escape-string-regexp@1.0.5",
  1322        "externalReferences": [
  1323          {
  1324            "type": "website",
  1325            "url": "https://github.com/sindresorhus/escape-string-regexp#readme"
  1326          },
  1327          {
  1328            "type": "issue-tracker",
  1329            "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  1330          },
  1331          {
  1332            "type": "vcs",
  1333            "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  1334          }
  1335        ]
  1336      },
  1337      {
  1338        "type": "library",
  1339        "bom-ref": "pkg:npm/supports-color@5.5.0",
  1340        "name": "supports-color",
  1341        "version": "5.5.0",
  1342        "description": "Detect whether a terminal supports color",
  1343        "hashes": [
  1344          {
  1345            "alg": "SHA-1",
  1346            "content": "e2e69a44ac8772f78a1ec0b35b689df6530efc8f"
  1347          }
  1348        ],
  1349        "licenses": [
  1350          {
  1351            "license": {
  1352              "id": "MIT"
  1353            }
  1354          }
  1355        ],
  1356        "purl": "pkg:npm/supports-color@5.5.0",
  1357        "externalReferences": [
  1358          {
  1359            "type": "website",
  1360            "url": "https://github.com/chalk/supports-color#readme"
  1361          },
  1362          {
  1363            "type": "issue-tracker",
  1364            "url": "https://github.com/chalk/supports-color/issues"
  1365          },
  1366          {
  1367            "type": "vcs",
  1368            "url": "git+https://github.com/chalk/supports-color.git"
  1369          }
  1370        ]
  1371      },
  1372      {
  1373        "type": "library",
  1374        "bom-ref": "pkg:npm/has-flag@3.0.0",
  1375        "name": "has-flag",
  1376        "version": "3.0.0",
  1377        "description": "Check if argv has a specific flag",
  1378        "hashes": [
  1379          {
  1380            "alg": "SHA-1",
  1381            "content": "b5d454dc2199ae225699f3467e5a07f3b955bafd"
  1382          }
  1383        ],
  1384        "licenses": [
  1385          {
  1386            "license": {
  1387              "id": "MIT"
  1388            }
  1389          }
  1390        ],
  1391        "purl": "pkg:npm/has-flag@3.0.0",
  1392        "externalReferences": [
  1393          {
  1394            "type": "website",
  1395            "url": "https://github.com/sindresorhus/has-flag#readme"
  1396          },
  1397          {
  1398            "type": "issue-tracker",
  1399            "url": "https://github.com/sindresorhus/has-flag/issues"
  1400          },
  1401          {
  1402            "type": "vcs",
  1403            "url": "git+https://github.com/sindresorhus/has-flag.git"
  1404          }
  1405        ]
  1406      },
  1407      {
  1408        "type": "library",
  1409        "bom-ref": "pkg:npm/findup-sync@2.0.0",
  1410        "name": "findup-sync",
  1411        "version": "2.0.0",
  1412        "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
  1413        "hashes": [
  1414          {
  1415            "alg": "SHA-1",
  1416            "content": "9326b1488c22d1a6088650a86901b2d9a90a2cbc"
  1417          }
  1418        ],
  1419        "licenses": [
  1420          {
  1421            "license": {
  1422              "id": "MIT"
  1423            }
  1424          }
  1425        ],
  1426        "purl": "pkg:npm/findup-sync@2.0.0",
  1427        "externalReferences": [
  1428          {
  1429            "type": "website",
  1430            "url": "https://github.com/js-cli/node-findup-sync#readme"
  1431          },
  1432          {
  1433            "type": "issue-tracker",
  1434            "url": "https://github.com/js-cli/node-findup-sync/issues"
  1435          },
  1436          {
  1437            "type": "vcs",
  1438            "url": "git+https://github.com/js-cli/node-findup-sync.git"
  1439          }
  1440        ]
  1441      },
  1442      {
  1443        "type": "library",
  1444        "bom-ref": "pkg:npm/detect-file@1.0.0",
  1445        "name": "detect-file",
  1446        "version": "1.0.0",
  1447        "description": "Detects if a file exists and returns the resolved filepath.",
  1448        "hashes": [
  1449          {
  1450            "alg": "SHA-1",
  1451            "content": "f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
  1452          }
  1453        ],
  1454        "licenses": [
  1455          {
  1456            "license": {
  1457              "id": "MIT"
  1458            }
  1459          }
  1460        ],
  1461        "purl": "pkg:npm/detect-file@1.0.0",
  1462        "externalReferences": [
  1463          {
  1464            "type": "website",
  1465            "url": "https://github.com/doowb/detect-file"
  1466          },
  1467          {
  1468            "type": "issue-tracker",
  1469            "url": "https://github.com/doowb/detect-file/issues"
  1470          },
  1471          {
  1472            "type": "vcs",
  1473            "url": "git+https://github.com/doowb/detect-file.git"
  1474          }
  1475        ]
  1476      },
  1477      {
  1478        "type": "library",
  1479        "bom-ref": "pkg:npm/is-glob@3.1.0",
  1480        "name": "is-glob",
  1481        "version": "3.1.0",
  1482        "description": "Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a better user experience.",
  1483        "hashes": [
  1484          {
  1485            "alg": "SHA-1",
  1486            "content": "7ba5ae24217804ac70707b96922567486cc3e84a"
  1487          }
  1488        ],
  1489        "licenses": [
  1490          {
  1491            "license": {
  1492              "id": "MIT"
  1493            }
  1494          }
  1495        ],
  1496        "purl": "pkg:npm/is-glob@3.1.0",
  1497        "externalReferences": [
  1498          {
  1499            "type": "website",
  1500            "url": "https://github.com/jonschlinkert/is-glob"
  1501          },
  1502          {
  1503            "type": "issue-tracker",
  1504            "url": "https://github.com/jonschlinkert/is-glob/issues"
  1505          },
  1506          {
  1507            "type": "vcs",
  1508            "url": "git+https://github.com/jonschlinkert/is-glob.git"
  1509          }
  1510        ]
  1511      },
  1512      {
  1513        "type": "library",
  1514        "bom-ref": "pkg:npm/is-extglob@2.1.1",
  1515        "name": "is-extglob",
  1516        "version": "2.1.1",
  1517        "description": "Returns true if a string has an extglob.",
  1518        "hashes": [
  1519          {
  1520            "alg": "SHA-1",
  1521            "content": "a88c02535791f02ed37c76a1b9ea9773c833f8c2"
  1522          }
  1523        ],
  1524        "licenses": [
  1525          {
  1526            "license": {
  1527              "id": "MIT"
  1528            }
  1529          }
  1530        ],
  1531        "purl": "pkg:npm/is-extglob@2.1.1",
  1532        "externalReferences": [
  1533          {
  1534            "type": "website",
  1535            "url": "https://github.com/jonschlinkert/is-extglob"
  1536          },
  1537          {
  1538            "type": "issue-tracker",
  1539            "url": "https://github.com/jonschlinkert/is-extglob/issues"
  1540          },
  1541          {
  1542            "type": "vcs",
  1543            "url": "git+https://github.com/jonschlinkert/is-extglob.git"
  1544          }
  1545        ]
  1546      },
  1547      {
  1548        "type": "library",
  1549        "bom-ref": "pkg:npm/micromatch@3.1.10",
  1550        "name": "micromatch",
  1551        "version": "3.1.10",
  1552        "description": "Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.",
  1553        "hashes": [
  1554          {
  1555            "alg": "SHA-1",
  1556            "content": "70859bc95c9840952f359a068a3fc49f9ecfac23"
  1557          }
  1558        ],
  1559        "licenses": [
  1560          {
  1561            "license": {
  1562              "id": "MIT"
  1563            }
  1564          }
  1565        ],
  1566        "purl": "pkg:npm/micromatch@3.1.10",
  1567        "externalReferences": [
  1568          {
  1569            "type": "website",
  1570            "url": "https://github.com/micromatch/micromatch"
  1571          },
  1572          {
  1573            "type": "issue-tracker",
  1574            "url": "https://github.com/micromatch/micromatch/issues"
  1575          },
  1576          {
  1577            "type": "vcs",
  1578            "url": "git+https://github.com/micromatch/micromatch.git"
  1579          }
  1580        ]
  1581      },
  1582      {
  1583        "type": "library",
  1584        "bom-ref": "pkg:npm/arr-diff@4.0.0",
  1585        "name": "arr-diff",
  1586        "version": "4.0.0",
  1587        "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
  1588        "hashes": [
  1589          {
  1590            "alg": "SHA-1",
  1591            "content": "d6461074febfec71e7e15235761a329a5dc7c520"
  1592          }
  1593        ],
  1594        "licenses": [
  1595          {
  1596            "license": {
  1597              "id": "MIT"
  1598            }
  1599          }
  1600        ],
  1601        "purl": "pkg:npm/arr-diff@4.0.0",
  1602        "externalReferences": [
  1603          {
  1604            "type": "website",
  1605            "url": "https://github.com/jonschlinkert/arr-diff"
  1606          },
  1607          {
  1608            "type": "issue-tracker",
  1609            "url": "https://github.com/jonschlinkert/arr-diff/issues"
  1610          },
  1611          {
  1612            "type": "vcs",
  1613            "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  1614          }
  1615        ]
  1616      },
  1617      {
  1618        "type": "library",
  1619        "bom-ref": "pkg:npm/array-unique@0.3.2",
  1620        "name": "array-unique",
  1621        "version": "0.3.2",
  1622        "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
  1623        "hashes": [
  1624          {
  1625            "alg": "SHA-1",
  1626            "content": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
  1627          }
  1628        ],
  1629        "licenses": [
  1630          {
  1631            "license": {
  1632              "id": "MIT"
  1633            }
  1634          }
  1635        ],
  1636        "purl": "pkg:npm/array-unique@0.3.2",
  1637        "externalReferences": [
  1638          {
  1639            "type": "website",
  1640            "url": "https://github.com/jonschlinkert/array-unique"
  1641          },
  1642          {
  1643            "type": "issue-tracker",
  1644            "url": "https://github.com/jonschlinkert/array-unique/issues"
  1645          },
  1646          {
  1647            "type": "vcs",
  1648            "url": "git+https://github.com/jonschlinkert/array-unique.git"
  1649          }
  1650        ]
  1651      },
  1652      {
  1653        "type": "library",
  1654        "bom-ref": "pkg:npm/braces@2.3.2",
  1655        "name": "braces",
  1656        "version": "2.3.2",
  1657        "description": "Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.",
  1658        "hashes": [
  1659          {
  1660            "alg": "SHA-1",
  1661            "content": "5979fd3f14cd531565e5fa2df1abfff1dfaee729"
  1662          }
  1663        ],
  1664        "licenses": [
  1665          {
  1666            "license": {
  1667              "id": "MIT"
  1668            }
  1669          }
  1670        ],
  1671        "purl": "pkg:npm/braces@2.3.2",
  1672        "externalReferences": [
  1673          {
  1674            "type": "website",
  1675            "url": "https://github.com/micromatch/braces"
  1676          },
  1677          {
  1678            "type": "issue-tracker",
  1679            "url": "https://github.com/micromatch/braces/issues"
  1680          },
  1681          {
  1682            "type": "vcs",
  1683            "url": "git+https://github.com/micromatch/braces.git"
  1684          }
  1685        ]
  1686      },
  1687      {
  1688        "type": "library",
  1689        "bom-ref": "pkg:npm/arr-flatten@1.1.0",
  1690        "name": "arr-flatten",
  1691        "version": "1.1.0",
  1692        "description": "Recursively flatten an array or arrays.",
  1693        "hashes": [
  1694          {
  1695            "alg": "SHA-1",
  1696            "content": "36048bbff4e7b47e136644316c99669ea5ae91f1"
  1697          }
  1698        ],
  1699        "licenses": [
  1700          {
  1701            "license": {
  1702              "id": "MIT"
  1703            }
  1704          }
  1705        ],
  1706        "purl": "pkg:npm/arr-flatten@1.1.0",
  1707        "externalReferences": [
  1708          {
  1709            "type": "website",
  1710            "url": "https://github.com/jonschlinkert/arr-flatten"
  1711          },
  1712          {
  1713            "type": "issue-tracker",
  1714            "url": "https://github.com/jonschlinkert/arr-flatten/issues"
  1715          },
  1716          {
  1717            "type": "vcs",
  1718            "url": "git+https://github.com/jonschlinkert/arr-flatten.git"
  1719          }
  1720        ]
  1721      },
  1722      {
  1723        "type": "library",
  1724        "bom-ref": "pkg:npm/extend-shallow@2.0.1",
  1725        "name": "extend-shallow",
  1726        "version": "2.0.1",
  1727        "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  1728        "hashes": [
  1729          {
  1730            "alg": "SHA-1",
  1731            "content": "51af7d614ad9a9f610ea1bafbb989d6b1c56890f"
  1732          }
  1733        ],
  1734        "licenses": [
  1735          {
  1736            "license": {
  1737              "id": "MIT"
  1738            }
  1739          }
  1740        ],
  1741        "purl": "pkg:npm/extend-shallow@2.0.1",
  1742        "externalReferences": [
  1743          {
  1744            "type": "website",
  1745            "url": "https://github.com/jonschlinkert/extend-shallow"
  1746          },
  1747          {
  1748            "type": "issue-tracker",
  1749            "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  1750          },
  1751          {
  1752            "type": "vcs",
  1753            "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  1754          }
  1755        ]
  1756      },
  1757      {
  1758        "type": "library",
  1759        "bom-ref": "pkg:npm/is-extendable@0.1.1",
  1760        "name": "is-extendable",
  1761        "version": "0.1.1",
  1762        "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
  1763        "hashes": [
  1764          {
  1765            "alg": "SHA-1",
  1766            "content": "62b110e289a471418e3ec36a617d472e301dfc89"
  1767          }
  1768        ],
  1769        "licenses": [
  1770          {
  1771            "license": {
  1772              "id": "MIT"
  1773            }
  1774          }
  1775        ],
  1776        "purl": "pkg:npm/is-extendable@0.1.1",
  1777        "externalReferences": [
  1778          {
  1779            "type": "website",
  1780            "url": "https://github.com/jonschlinkert/is-extendable"
  1781          },
  1782          {
  1783            "type": "issue-tracker",
  1784            "url": "https://github.com/jonschlinkert/is-extendable/issues"
  1785          },
  1786          {
  1787            "type": "vcs",
  1788            "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  1789          }
  1790        ]
  1791      },
  1792      {
  1793        "type": "library",
  1794        "bom-ref": "pkg:npm/fill-range@4.0.0",
  1795        "name": "fill-range",
  1796        "version": "4.0.0",
  1797        "description": "Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`",
  1798        "hashes": [
  1799          {
  1800            "alg": "SHA-1",
  1801            "content": "d544811d428f98eb06a63dc402d2403c328c38f7"
  1802          }
  1803        ],
  1804        "licenses": [
  1805          {
  1806            "license": {
  1807              "id": "MIT"
  1808            }
  1809          }
  1810        ],
  1811        "purl": "pkg:npm/fill-range@4.0.0",
  1812        "externalReferences": [
  1813          {
  1814            "type": "website",
  1815            "url": "https://github.com/jonschlinkert/fill-range"
  1816          },
  1817          {
  1818            "type": "issue-tracker",
  1819            "url": "https://github.com/jonschlinkert/fill-range/issues"
  1820          },
  1821          {
  1822            "type": "vcs",
  1823            "url": "git+https://github.com/jonschlinkert/fill-range.git"
  1824          }
  1825        ]
  1826      },
  1827      {
  1828        "type": "library",
  1829        "bom-ref": "pkg:npm/is-number@3.0.0",
  1830        "name": "is-number",
  1831        "version": "3.0.0",
  1832        "description": "Returns true if the value is a number. comprehensive tests.",
  1833        "hashes": [
  1834          {
  1835            "alg": "SHA-1",
  1836            "content": "24fd6201a4782cf50561c810276afc7d12d71195"
  1837          }
  1838        ],
  1839        "licenses": [
  1840          {
  1841            "license": {
  1842              "id": "MIT"
  1843            }
  1844          }
  1845        ],
  1846        "purl": "pkg:npm/is-number@3.0.0",
  1847        "externalReferences": [
  1848          {
  1849            "type": "website",
  1850            "url": "https://github.com/jonschlinkert/is-number"
  1851          },
  1852          {
  1853            "type": "issue-tracker",
  1854            "url": "https://github.com/jonschlinkert/is-number/issues"
  1855          },
  1856          {
  1857            "type": "vcs",
  1858            "url": "git+https://github.com/jonschlinkert/is-number.git"
  1859          }
  1860        ]
  1861      },
  1862      {
  1863        "type": "library",
  1864        "bom-ref": "pkg:npm/kind-of@3.2.2",
  1865        "name": "kind-of",
  1866        "version": "3.2.2",
  1867        "description": "Get the native type of a value.",
  1868        "hashes": [
  1869          {
  1870            "alg": "SHA-1",
  1871            "content": "31ea21a734bab9bbb0f32466d893aea51e4a3c64"
  1872          }
  1873        ],
  1874        "licenses": [
  1875          {
  1876            "license": {
  1877              "id": "MIT"
  1878            }
  1879          }
  1880        ],
  1881        "purl": "pkg:npm/kind-of@3.2.2",
  1882        "externalReferences": [
  1883          {
  1884            "type": "website",
  1885            "url": "https://github.com/jonschlinkert/kind-of"
  1886          },
  1887          {
  1888            "type": "issue-tracker",
  1889            "url": "https://github.com/jonschlinkert/kind-of/issues"
  1890          },
  1891          {
  1892            "type": "vcs",
  1893            "url": "git+https://github.com/jonschlinkert/kind-of.git"
  1894          }
  1895        ]
  1896      },
  1897      {
  1898        "type": "library",
  1899        "bom-ref": "pkg:npm/is-buffer@1.1.6",
  1900        "name": "is-buffer",
  1901        "version": "1.1.6",
  1902        "description": "Determine if an object is a Buffer",
  1903        "hashes": [
  1904          {
  1905            "alg": "SHA-1",
  1906            "content": "efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
  1907          }
  1908        ],
  1909        "licenses": [
  1910          {
  1911            "license": {
  1912              "id": "MIT"
  1913            }
  1914          }
  1915        ],
  1916        "purl": "pkg:npm/is-buffer@1.1.6",
  1917        "externalReferences": [
  1918          {
  1919            "type": "website",
  1920            "url": "https://github.com/feross/is-buffer#readme"
  1921          },
  1922          {
  1923            "type": "issue-tracker",
  1924            "url": "https://github.com/feross/is-buffer/issues"
  1925          },
  1926          {
  1927            "type": "vcs",
  1928            "url": "git://github.com/feross/is-buffer.git"
  1929          }
  1930        ]
  1931      },
  1932      {
  1933        "type": "library",
  1934        "bom-ref": "pkg:npm/repeat-string@1.6.1",
  1935        "name": "repeat-string",
  1936        "version": "1.6.1",
  1937        "description": "Repeat the given string n times. Fastest implementation for repeating a string.",
  1938        "hashes": [
  1939          {
  1940            "alg": "SHA-1",
  1941            "content": "8dcae470e1c88abc2d600fff4a776286da75e637"
  1942          }
  1943        ],
  1944        "licenses": [
  1945          {
  1946            "license": {
  1947              "id": "MIT"
  1948            }
  1949          }
  1950        ],
  1951        "purl": "pkg:npm/repeat-string@1.6.1",
  1952        "externalReferences": [
  1953          {
  1954            "type": "website",
  1955            "url": "https://github.com/jonschlinkert/repeat-string"
  1956          },
  1957          {
  1958            "type": "issue-tracker",
  1959            "url": "https://github.com/jonschlinkert/repeat-string/issues"
  1960          },
  1961          {
  1962            "type": "vcs",
  1963            "url": "git+https://github.com/jonschlinkert/repeat-string.git"
  1964          }
  1965        ]
  1966      },
  1967      {
  1968        "type": "library",
  1969        "bom-ref": "pkg:npm/to-regex-range@2.1.1",
  1970        "name": "to-regex-range",
  1971        "version": "2.1.1",
  1972        "description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
  1973        "hashes": [
  1974          {
  1975            "alg": "SHA-1",
  1976            "content": "7c80c17b9dfebe599e27367e0d4dd5590141db38"
  1977          }
  1978        ],
  1979        "licenses": [
  1980          {
  1981            "license": {
  1982              "id": "MIT"
  1983            }
  1984          }
  1985        ],
  1986        "purl": "pkg:npm/to-regex-range@2.1.1",
  1987        "externalReferences": [
  1988          {
  1989            "type": "website",
  1990            "url": "https://github.com/micromatch/to-regex-range"
  1991          },
  1992          {
  1993            "type": "issue-tracker",
  1994            "url": "https://github.com/micromatch/to-regex-range/issues"
  1995          },
  1996          {
  1997            "type": "vcs",
  1998            "url": "git+https://github.com/micromatch/to-regex-range.git"
  1999          }
  2000        ]
  2001      },
  2002      {
  2003        "type": "library",
  2004        "bom-ref": "pkg:npm/isobject@3.0.1",
  2005        "name": "isobject",
  2006        "version": "3.0.1",
  2007        "description": "Returns true if the value is an object and not an array or null.",
  2008        "hashes": [
  2009          {
  2010            "alg": "SHA-1",
  2011            "content": "4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
  2012          }
  2013        ],
  2014        "licenses": [
  2015          {
  2016            "license": {
  2017              "id": "MIT"
  2018            }
  2019          }
  2020        ],
  2021        "purl": "pkg:npm/isobject@3.0.1",
  2022        "externalReferences": [
  2023          {
  2024            "type": "website",
  2025            "url": "https://github.com/jonschlinkert/isobject"
  2026          },
  2027          {
  2028            "type": "issue-tracker",
  2029            "url": "https://github.com/jonschlinkert/isobject/issues"
  2030          },
  2031          {
  2032            "type": "vcs",
  2033            "url": "git+https://github.com/jonschlinkert/isobject.git"
  2034          }
  2035        ]
  2036      },
  2037      {
  2038        "type": "library",
  2039        "bom-ref": "pkg:npm/repeat-element@1.1.3",
  2040        "name": "repeat-element",
  2041        "version": "1.1.3",
  2042        "description": "Create an array by repeating the given value n times.",
  2043        "hashes": [
  2044          {
  2045            "alg": "SHA-1",
  2046            "content": "782e0d825c0c5a3bb39731f84efee6b742e6b1ce"
  2047          }
  2048        ],
  2049        "licenses": [
  2050          {
  2051            "license": {
  2052              "id": "MIT"
  2053            }
  2054          }
  2055        ],
  2056        "purl": "pkg:npm/repeat-element@1.1.3",
  2057        "externalReferences": [
  2058          {
  2059            "type": "website",
  2060            "url": "https://github.com/jonschlinkert/repeat-element"
  2061          },
  2062          {
  2063            "type": "issue-tracker",
  2064            "url": "https://github.com/jonschlinkert/repeat-element/issues"
  2065          },
  2066          {
  2067            "type": "vcs",
  2068            "url": "git+https://github.com/jonschlinkert/repeat-element.git"
  2069          }
  2070        ]
  2071      },
  2072      {
  2073        "type": "library",
  2074        "bom-ref": "pkg:npm/snapdragon@0.8.2",
  2075        "name": "snapdragon",
  2076        "version": "0.8.2",
  2077        "description": "Fast, pluggable and easy-to-use parser-renderer factory.",
  2078        "hashes": [
  2079          {
  2080            "alg": "SHA-1",
  2081            "content": "64922e7c565b0e14204ba1aa7d6964278d25182d"
  2082          }
  2083        ],
  2084        "licenses": [
  2085          {
  2086            "license": {
  2087              "id": "MIT"
  2088            }
  2089          }
  2090        ],
  2091        "purl": "pkg:npm/snapdragon@0.8.2",
  2092        "externalReferences": [
  2093          {
  2094            "type": "website",
  2095            "url": "https://github.com/jonschlinkert/snapdragon"
  2096          },
  2097          {
  2098            "type": "issue-tracker",
  2099            "url": "https://github.com/jonschlinkert/snapdragon/issues"
  2100          },
  2101          {
  2102            "type": "vcs",
  2103            "url": "git+https://github.com/jonschlinkert/snapdragon.git"
  2104          }
  2105        ]
  2106      },
  2107      {
  2108        "type": "library",
  2109        "bom-ref": "pkg:npm/base@0.11.2",
  2110        "name": "base",
  2111        "version": "0.11.2",
  2112        "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
  2113        "hashes": [
  2114          {
  2115            "alg": "SHA-1",
  2116            "content": "7bde5ced145b6d551a90db87f83c558b4eb48a8f"
  2117          }
  2118        ],
  2119        "licenses": [
  2120          {
  2121            "license": {
  2122              "id": "MIT"
  2123            }
  2124          }
  2125        ],
  2126        "purl": "pkg:npm/base@0.11.2",
  2127        "externalReferences": [
  2128          {
  2129            "type": "website",
  2130            "url": "https://github.com/node-base/base"
  2131          },
  2132          {
  2133            "type": "issue-tracker",
  2134            "url": "https://github.com/node-base/base/issues"
  2135          },
  2136          {
  2137            "type": "vcs",
  2138            "url": "git+https://github.com/node-base/base.git"
  2139          }
  2140        ]
  2141      },
  2142      {
  2143        "type": "library",
  2144        "bom-ref": "pkg:npm/cache-base@1.0.1",
  2145        "name": "cache-base",
  2146        "version": "1.0.1",
  2147        "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
  2148        "hashes": [
  2149          {
  2150            "alg": "SHA-1",
  2151            "content": "0a7f46416831c8b662ee36fe4e7c59d76f666ab2"
  2152          }
  2153        ],
  2154        "licenses": [
  2155          {
  2156            "license": {
  2157              "id": "MIT"
  2158            }
  2159          }
  2160        ],
  2161        "purl": "pkg:npm/cache-base@1.0.1",
  2162        "externalReferences": [
  2163          {
  2164            "type": "website",
  2165            "url": "https://github.com/jonschlinkert/cache-base"
  2166          },
  2167          {
  2168            "type": "issue-tracker",
  2169            "url": "https://github.com/jonschlinkert/cache-base/issues"
  2170          },
  2171          {
  2172            "type": "vcs",
  2173            "url": "git+https://github.com/jonschlinkert/cache-base.git"
  2174          }
  2175        ]
  2176      },
  2177      {
  2178        "type": "library",
  2179        "bom-ref": "pkg:npm/collection-visit@1.0.0",
  2180        "name": "collection-visit",
  2181        "version": "1.0.0",
  2182        "description": "Visit a method over the items in an object, or map visit over the objects in an array.",
  2183        "hashes": [
  2184          {
  2185            "alg": "SHA-1",
  2186            "content": "4bc0373c164bc3291b4d368c829cf1a80a59dca0"
  2187          }
  2188        ],
  2189        "licenses": [
  2190          {
  2191            "license": {
  2192              "id": "MIT"
  2193            }
  2194          }
  2195        ],
  2196        "purl": "pkg:npm/collection-visit@1.0.0",
  2197        "externalReferences": [
  2198          {
  2199            "type": "website",
  2200            "url": "https://github.com/jonschlinkert/collection-visit"
  2201          },
  2202          {
  2203            "type": "issue-tracker",
  2204            "url": "https://github.com/jonschlinkert/collection-visit/issues"
  2205          },
  2206          {
  2207            "type": "vcs",
  2208            "url": "git+https://github.com/jonschlinkert/collection-visit.git"
  2209          }
  2210        ]
  2211      },
  2212      {
  2213        "type": "library",
  2214        "bom-ref": "pkg:npm/map-visit@1.0.0",
  2215        "name": "map-visit",
  2216        "version": "1.0.0",
  2217        "description": "Map `visit` over an array of objects.",
  2218        "hashes": [
  2219          {
  2220            "alg": "SHA-1",
  2221            "content": "ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
  2222          }
  2223        ],
  2224        "licenses": [
  2225          {
  2226            "license": {
  2227              "id": "MIT"
  2228            }
  2229          }
  2230        ],
  2231        "purl": "pkg:npm/map-visit@1.0.0",
  2232        "externalReferences": [
  2233          {
  2234            "type": "website",
  2235            "url": "https://github.com/jonschlinkert/map-visit"
  2236          },
  2237          {
  2238            "type": "issue-tracker",
  2239            "url": "https://github.com/jonschlinkert/map-visit/issues"
  2240          },
  2241          {
  2242            "type": "vcs",
  2243            "url": "git+https://github.com/jonschlinkert/map-visit.git"
  2244          }
  2245        ]
  2246      },
  2247      {
  2248        "type": "library",
  2249        "bom-ref": "pkg:npm/object-visit@1.0.1",
  2250        "name": "object-visit",
  2251        "version": "1.0.1",
  2252        "description": "Call a specified method on each value in the given object.",
  2253        "hashes": [
  2254          {
  2255            "alg": "SHA-1",
  2256            "content": "f79c4493af0c5377b59fe39d395e41042dd045bb"
  2257          }
  2258        ],
  2259        "licenses": [
  2260          {
  2261            "license": {
  2262              "id": "MIT"
  2263            }
  2264          }
  2265        ],
  2266        "purl": "pkg:npm/object-visit@1.0.1",
  2267        "externalReferences": [
  2268          {
  2269            "type": "website",
  2270            "url": "https://github.com/jonschlinkert/object-visit"
  2271          },
  2272          {
  2273            "type": "issue-tracker",
  2274            "url": "https://github.com/jonschlinkert/object-visit/issues"
  2275          },
  2276          {
  2277            "type": "vcs",
  2278            "url": "git+https://github.com/jonschlinkert/object-visit.git"
  2279          }
  2280        ]
  2281      },
  2282      {
  2283        "type": "library",
  2284        "bom-ref": "pkg:npm/component-emitter@1.3.0",
  2285        "name": "component-emitter",
  2286        "version": "1.3.0",
  2287        "description": "Event emitter",
  2288        "hashes": [
  2289          {
  2290            "alg": "SHA-1",
  2291            "content": "16e4070fba8ae29b679f2215853ee181ab2eabc0"
  2292          }
  2293        ],
  2294        "licenses": [
  2295          {
  2296            "license": {
  2297              "id": "MIT"
  2298            }
  2299          }
  2300        ],
  2301        "purl": "pkg:npm/component-emitter@1.3.0",
  2302        "externalReferences": [
  2303          {
  2304            "type": "website",
  2305            "url": "https://github.com/component/emitter#readme"
  2306          },
  2307          {
  2308            "type": "issue-tracker",
  2309            "url": "https://github.com/component/emitter/issues"
  2310          },
  2311          {
  2312            "type": "vcs",
  2313            "url": "git+https://github.com/component/emitter.git"
  2314          }
  2315        ]
  2316      },
  2317      {
  2318        "type": "library",
  2319        "bom-ref": "pkg:npm/get-value@2.0.6",
  2320        "name": "get-value",
  2321        "version": "2.0.6",
  2322        "description": "Use property paths (`a.b.c`) to get a nested value from an object.",
  2323        "hashes": [
  2324          {
  2325            "alg": "SHA-1",
  2326            "content": "dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
  2327          }
  2328        ],
  2329        "licenses": [
  2330          {
  2331            "license": {
  2332              "id": "MIT"
  2333            }
  2334          }
  2335        ],
  2336        "purl": "pkg:npm/get-value@2.0.6",
  2337        "externalReferences": [
  2338          {
  2339            "type": "website",
  2340            "url": "https://github.com/jonschlinkert/get-value"
  2341          },
  2342          {
  2343            "type": "issue-tracker",
  2344            "url": "https://github.com/jonschlinkert/get-value/issues"
  2345          },
  2346          {
  2347            "type": "vcs",
  2348            "url": "git+https://github.com/jonschlinkert/get-value.git"
  2349          }
  2350        ]
  2351      },
  2352      {
  2353        "type": "library",
  2354        "bom-ref": "pkg:npm/has-value@1.0.0",
  2355        "name": "has-value",
  2356        "version": "1.0.0",
  2357        "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
  2358        "hashes": [
  2359          {
  2360            "alg": "SHA-1",
  2361            "content": "18b281da585b1c5c51def24c930ed29a0be6b177"
  2362          }
  2363        ],
  2364        "licenses": [
  2365          {
  2366            "license": {
  2367              "id": "MIT"
  2368            }
  2369          }
  2370        ],
  2371        "purl": "pkg:npm/has-value@1.0.0",
  2372        "externalReferences": [
  2373          {
  2374            "type": "website",
  2375            "url": "https://github.com/jonschlinkert/has-value"
  2376          },
  2377          {
  2378            "type": "issue-tracker",
  2379            "url": "https://github.com/jonschlinkert/has-value/issues"
  2380          },
  2381          {
  2382            "type": "vcs",
  2383            "url": "git+https://github.com/jonschlinkert/has-value.git"
  2384          }
  2385        ]
  2386      },
  2387      {
  2388        "type": "library",
  2389        "bom-ref": "pkg:npm/has-values@1.0.0",
  2390        "name": "has-values",
  2391        "version": "1.0.0",
  2392        "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
  2393        "hashes": [
  2394          {
  2395            "alg": "SHA-1",
  2396            "content": "95b0b63fec2146619a6fe57fe75628d5a39efe4f"
  2397          }
  2398        ],
  2399        "licenses": [
  2400          {
  2401            "license": {
  2402              "id": "MIT"
  2403            }
  2404          }
  2405        ],
  2406        "purl": "pkg:npm/has-values@1.0.0",
  2407        "externalReferences": [
  2408          {
  2409            "type": "website",
  2410            "url": "https://github.com/jonschlinkert/has-values"
  2411          },
  2412          {
  2413            "type": "issue-tracker",
  2414            "url": "https://github.com/jonschlinkert/has-values/issues"
  2415          },
  2416          {
  2417            "type": "vcs",
  2418            "url": "git+https://github.com/jonschlinkert/has-values.git"
  2419          }
  2420        ]
  2421      },
  2422      {
  2423        "type": "library",
  2424        "bom-ref": "pkg:npm/kind-of@4.0.0",
  2425        "name": "kind-of",
  2426        "version": "4.0.0",
  2427        "description": "Get the native type of a value.",
  2428        "hashes": [
  2429          {
  2430            "alg": "SHA-1",
  2431            "content": "20813df3d712928b207378691a45066fae72dd57"
  2432          }
  2433        ],
  2434        "licenses": [
  2435          {
  2436            "license": {
  2437              "id": "MIT"
  2438            }
  2439          }
  2440        ],
  2441        "purl": "pkg:npm/kind-of@4.0.0",
  2442        "externalReferences": [
  2443          {
  2444            "type": "website",
  2445            "url": "https://github.com/jonschlinkert/kind-of"
  2446          },
  2447          {
  2448            "type": "issue-tracker",
  2449            "url": "https://github.com/jonschlinkert/kind-of/issues"
  2450          },
  2451          {
  2452            "type": "vcs",
  2453            "url": "git+https://github.com/jonschlinkert/kind-of.git"
  2454          }
  2455        ]
  2456      },
  2457      {
  2458        "type": "library",
  2459        "bom-ref": "pkg:npm/set-value@2.0.1",
  2460        "name": "set-value",
  2461        "version": "2.0.1",
  2462        "description": "Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.",
  2463        "hashes": [
  2464          {
  2465            "alg": "SHA-1",
  2466            "content": "a18d40530e6f07de4228c7defe4227af8cad005b"
  2467          }
  2468        ],
  2469        "licenses": [
  2470          {
  2471            "license": {
  2472              "id": "MIT"
  2473            }
  2474          }
  2475        ],
  2476        "purl": "pkg:npm/set-value@2.0.1",
  2477        "externalReferences": [
  2478          {
  2479            "type": "website",
  2480            "url": "https://github.com/jonschlinkert/set-value"
  2481          },
  2482          {
  2483            "type": "issue-tracker",
  2484            "url": "https://github.com/jonschlinkert/set-value/issues"
  2485          },
  2486          {
  2487            "type": "vcs",
  2488            "url": "git+https://github.com/jonschlinkert/set-value.git"
  2489          }
  2490        ]
  2491      },
  2492      {
  2493        "type": "library",
  2494        "bom-ref": "pkg:npm/is-plain-object@2.0.4",
  2495        "name": "is-plain-object",
  2496        "version": "2.0.4",
  2497        "description": "Returns true if an object was created by the `Object` constructor.",
  2498        "hashes": [
  2499          {
  2500            "alg": "SHA-1",
  2501            "content": "2c163b3fafb1b606d9d17928f05c2a1c38e07677"
  2502          }
  2503        ],
  2504        "licenses": [
  2505          {
  2506            "license": {
  2507              "id": "MIT"
  2508            }
  2509          }
  2510        ],
  2511        "purl": "pkg:npm/is-plain-object@2.0.4",
  2512        "externalReferences": [
  2513          {
  2514            "type": "website",
  2515            "url": "https://github.com/jonschlinkert/is-plain-object"
  2516          },
  2517          {
  2518            "type": "issue-tracker",
  2519            "url": "https://github.com/jonschlinkert/is-plain-object/issues"
  2520          },
  2521          {
  2522            "type": "vcs",
  2523            "url": "git+https://github.com/jonschlinkert/is-plain-object.git"
  2524          }
  2525        ]
  2526      },
  2527      {
  2528        "type": "library",
  2529        "bom-ref": "pkg:npm/split-string@3.1.0",
  2530        "name": "split-string",
  2531        "version": "3.1.0",
  2532        "description": "Split a string on a character except when the character is escaped.",
  2533        "hashes": [
  2534          {
  2535            "alg": "SHA-1",
  2536            "content": "7cb09dda3a86585705c64b39a6466038682e8fe2"
  2537          }
  2538        ],
  2539        "licenses": [
  2540          {
  2541            "license": {
  2542              "id": "MIT"
  2543            }
  2544          }
  2545        ],
  2546        "purl": "pkg:npm/split-string@3.1.0",
  2547        "externalReferences": [
  2548          {
  2549            "type": "website",
  2550            "url": "https://github.com/jonschlinkert/split-string"
  2551          },
  2552          {
  2553            "type": "issue-tracker",
  2554            "url": "https://github.com/jonschlinkert/split-string/issues"
  2555          },
  2556          {
  2557            "type": "vcs",
  2558            "url": "git+https://github.com/jonschlinkert/split-string.git"
  2559          }
  2560        ]
  2561      },
  2562      {
  2563        "type": "library",
  2564        "bom-ref": "pkg:npm/extend-shallow@3.0.2",
  2565        "name": "extend-shallow",
  2566        "version": "3.0.2",
  2567        "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
  2568        "hashes": [
  2569          {
  2570            "alg": "SHA-1",
  2571            "content": "26a71aaf073b39fb2127172746131c2704028db8"
  2572          }
  2573        ],
  2574        "licenses": [
  2575          {
  2576            "license": {
  2577              "id": "MIT"
  2578            }
  2579          }
  2580        ],
  2581        "purl": "pkg:npm/extend-shallow@3.0.2",
  2582        "externalReferences": [
  2583          {
  2584            "type": "website",
  2585            "url": "https://github.com/jonschlinkert/extend-shallow"
  2586          },
  2587          {
  2588            "type": "issue-tracker",
  2589            "url": "https://github.com/jonschlinkert/extend-shallow/issues"
  2590          },
  2591          {
  2592            "type": "vcs",
  2593            "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
  2594          }
  2595        ]
  2596      },
  2597      {
  2598        "type": "library",
  2599        "bom-ref": "pkg:npm/assign-symbols@1.0.0",
  2600        "name": "assign-symbols",
  2601        "version": "1.0.0",
  2602        "description": "Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.",
  2603        "hashes": [
  2604          {
  2605            "alg": "SHA-1",
  2606            "content": "59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
  2607          }
  2608        ],
  2609        "licenses": [
  2610          {
  2611            "license": {
  2612              "id": "MIT"
  2613            }
  2614          }
  2615        ],
  2616        "purl": "pkg:npm/assign-symbols@1.0.0",
  2617        "externalReferences": [
  2618          {
  2619            "type": "website",
  2620            "url": "https://github.com/jonschlinkert/assign-symbols"
  2621          },
  2622          {
  2623            "type": "issue-tracker",
  2624            "url": "https://github.com/jonschlinkert/assign-symbols/issues"
  2625          },
  2626          {
  2627            "type": "vcs",
  2628            "url": "git+https://github.com/jonschlinkert/assign-symbols.git"
  2629          }
  2630        ]
  2631      },
  2632      {
  2633        "type": "library",
  2634        "bom-ref": "pkg:npm/is-extendable@1.0.1",
  2635        "name": "is-extendable",
  2636        "version": "1.0.1",
  2637        "description": "Returns true if a value is a plain object, array or function.",
  2638        "hashes": [
  2639          {
  2640            "alg": "SHA-1",
  2641            "content": "a7470f9e426733d81bd81e1155264e3a3507cab4"
  2642          }
  2643        ],
  2644        "licenses": [
  2645          {
  2646            "license": {
  2647              "id": "MIT"
  2648            }
  2649          }
  2650        ],
  2651        "purl": "pkg:npm/is-extendable@1.0.1",
  2652        "externalReferences": [
  2653          {
  2654            "type": "website",
  2655            "url": "https://github.com/jonschlinkert/is-extendable"
  2656          },
  2657          {
  2658            "type": "issue-tracker",
  2659            "url": "https://github.com/jonschlinkert/is-extendable/issues"
  2660          },
  2661          {
  2662            "type": "vcs",
  2663            "url": "git+https://github.com/jonschlinkert/is-extendable.git"
  2664          }
  2665        ]
  2666      },
  2667      {
  2668        "type": "library",
  2669        "bom-ref": "pkg:npm/to-object-path@0.3.0",
  2670        "name": "to-object-path",
  2671        "version": "0.3.0",
  2672        "description": "Create an object path from a list or array of strings.",
  2673        "hashes": [
  2674          {
  2675            "alg": "SHA-1",
  2676            "content": "297588b7b0e7e0ac08e04e672f85c1f4999e17af"
  2677          }
  2678        ],
  2679        "licenses": [
  2680          {
  2681            "license": {
  2682              "id": "MIT"
  2683            }
  2684          }
  2685        ],
  2686        "purl": "pkg:npm/to-object-path@0.3.0",
  2687        "externalReferences": [
  2688          {
  2689            "type": "website",
  2690            "url": "https://github.com/jonschlinkert/to-object-path"
  2691          },
  2692          {
  2693            "type": "issue-tracker",
  2694            "url": "https://github.com/jonschlinkert/to-object-path/issues"
  2695          },
  2696          {
  2697            "type": "vcs",
  2698            "url": "git+https://github.com/jonschlinkert/to-object-path.git"
  2699          }
  2700        ]
  2701      },
  2702      {
  2703        "type": "library",
  2704        "bom-ref": "pkg:npm/union-value@1.0.1",
  2705        "name": "union-value",
  2706        "version": "1.0.1",
  2707        "description": "Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.",
  2708        "hashes": [
  2709          {
  2710            "alg": "SHA-1",
  2711            "content": "0b6fe7b835aecda61c6ea4d4f02c14221e109847"
  2712          }
  2713        ],
  2714        "licenses": [
  2715          {
  2716            "license": {
  2717              "id": "MIT"
  2718            }
  2719          }
  2720        ],
  2721        "purl": "pkg:npm/union-value@1.0.1",
  2722        "externalReferences": [
  2723          {
  2724            "type": "website",
  2725            "url": "https://github.com/jonschlinkert/union-value"
  2726          },
  2727          {
  2728            "type": "issue-tracker",
  2729            "url": "https://github.com/jonschlinkert/union-value/issues"
  2730          },
  2731          {
  2732            "type": "vcs",
  2733            "url": "git+https://github.com/jonschlinkert/union-value.git"
  2734          }
  2735        ]
  2736      },
  2737      {
  2738        "type": "library",
  2739        "bom-ref": "pkg:npm/arr-union@3.1.0",
  2740        "name": "arr-union",
  2741        "version": "3.1.0",
  2742        "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
  2743        "hashes": [
  2744          {
  2745            "alg": "SHA-1",
  2746            "content": "e39b09aea9def866a8f206e288af63919bae39c4"
  2747          }
  2748        ],
  2749        "licenses": [
  2750          {
  2751            "license": {
  2752              "id": "MIT"
  2753            }
  2754          }
  2755        ],
  2756        "purl": "pkg:npm/arr-union@3.1.0",
  2757        "externalReferences": [
  2758          {
  2759            "type": "website",
  2760            "url": "https://github.com/jonschlinkert/arr-union"
  2761          },
  2762          {
  2763            "type": "issue-tracker",
  2764            "url": "https://github.com/jonschlinkert/arr-union/issues"
  2765          },
  2766          {
  2767            "type": "vcs",
  2768            "url": "git+https://github.com/jonschlinkert/arr-union.git"
  2769          }
  2770        ]
  2771      },
  2772      {
  2773        "type": "library",
  2774        "bom-ref": "pkg:npm/unset-value@1.0.0",
  2775        "name": "unset-value",
  2776        "version": "1.0.0",
  2777        "description": "Delete nested properties from an object using dot notation.",
  2778        "hashes": [
  2779          {
  2780            "alg": "SHA-1",
  2781            "content": "8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
  2782          }
  2783        ],
  2784        "licenses": [
  2785          {
  2786            "license": {
  2787              "id": "MIT"
  2788            }
  2789          }
  2790        ],
  2791        "purl": "pkg:npm/unset-value@1.0.0",
  2792        "externalReferences": [
  2793          {
  2794            "type": "website",
  2795            "url": "https://github.com/jonschlinkert/unset-value"
  2796          },
  2797          {
  2798            "type": "issue-tracker",
  2799            "url": "https://github.com/jonschlinkert/unset-value/issues"
  2800          },
  2801          {
  2802            "type": "vcs",
  2803            "url": "git+https://github.com/jonschlinkert/unset-value.git"
  2804          }
  2805        ]
  2806      },
  2807      {
  2808        "type": "library",
  2809        "bom-ref": "pkg:npm/has-value@0.3.1",
  2810        "name": "has-value",
  2811        "version": "0.3.1",
  2812        "description": "Returns true if a value exists, false if empty. Works with deeply nested values using object paths.",
  2813        "hashes": [
  2814          {
  2815            "alg": "SHA-1",
  2816            "content": "7b1f58bada62ca827ec0a2078025654845995e1f"
  2817          }
  2818        ],
  2819        "licenses": [
  2820          {
  2821            "license": {
  2822              "id": "MIT"
  2823            }
  2824          }
  2825        ],
  2826        "purl": "pkg:npm/has-value@0.3.1",
  2827        "externalReferences": [
  2828          {
  2829            "type": "website",
  2830            "url": "https://github.com/jonschlinkert/has-value"
  2831          },
  2832          {
  2833            "type": "issue-tracker",
  2834            "url": "https://github.com/jonschlinkert/has-value/issues"
  2835          },
  2836          {
  2837            "type": "vcs",
  2838            "url": "git+https://github.com/jonschlinkert/has-value.git"
  2839          }
  2840        ]
  2841      },
  2842      {
  2843        "type": "library",
  2844        "bom-ref": "pkg:npm/has-values@0.1.4",
  2845        "name": "has-values",
  2846        "version": "0.1.4",
  2847        "description": "Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. ",
  2848        "hashes": [
  2849          {
  2850            "alg": "SHA-1",
  2851            "content": "6d61de95d91dfca9b9a02089ad384bff8f62b771"
  2852          }
  2853        ],
  2854        "licenses": [
  2855          {
  2856            "license": {
  2857              "id": "MIT"
  2858            }
  2859          }
  2860        ],
  2861        "purl": "pkg:npm/has-values@0.1.4",
  2862        "externalReferences": [
  2863          {
  2864            "type": "website",
  2865            "url": "https://github.com/jonschlinkert/has-values"
  2866          },
  2867          {
  2868            "type": "issue-tracker",
  2869            "url": "https://github.com/jonschlinkert/has-values/issues"
  2870          },
  2871          {
  2872            "type": "vcs",
  2873            "url": "git+https://github.com/jonschlinkert/has-values.git"
  2874          }
  2875        ]
  2876      },
  2877      {
  2878        "type": "library",
  2879        "bom-ref": "pkg:npm/isobject@2.1.0",
  2880        "name": "isobject",
  2881        "version": "2.1.0",
  2882        "description": "Returns true if the value is an object and not an array or null.",
  2883        "hashes": [
  2884          {
  2885            "alg": "SHA-1",
  2886            "content": "f065561096a3f1da2ef46272f815c840d87e0c89"
  2887          }
  2888        ],
  2889        "licenses": [
  2890          {
  2891            "license": {
  2892              "id": "MIT"
  2893            }
  2894          }
  2895        ],
  2896        "purl": "pkg:npm/isobject@2.1.0",
  2897        "externalReferences": [
  2898          {
  2899            "type": "website",
  2900            "url": "https://github.com/jonschlinkert/isobject"
  2901          },
  2902          {
  2903            "type": "issue-tracker",
  2904            "url": "https://github.com/jonschlinkert/isobject/issues"
  2905          },
  2906          {
  2907            "type": "vcs",
  2908            "url": "git+https://github.com/jonschlinkert/isobject.git"
  2909          }
  2910        ]
  2911      },
  2912      {
  2913        "type": "library",
  2914        "bom-ref": "pkg:npm/isarray@1.0.0",
  2915        "name": "isarray",
  2916        "version": "1.0.0",
  2917        "description": "Array#isArray for older browsers",
  2918        "hashes": [
  2919          {
  2920            "alg": "SHA-1",
  2921            "content": "bb935d48582cba168c06834957a54a3e07124f11"
  2922          }
  2923        ],
  2924        "licenses": [
  2925          {
  2926            "license": {
  2927              "id": "MIT"
  2928            }
  2929          }
  2930        ],
  2931        "purl": "pkg:npm/isarray@1.0.0",
  2932        "externalReferences": [
  2933          {
  2934            "type": "website",
  2935            "url": "https://github.com/juliangruber/isarray"
  2936          },
  2937          {
  2938            "type": "issue-tracker",
  2939            "url": "https://github.com/juliangruber/isarray/issues"
  2940          },
  2941          {
  2942            "type": "vcs",
  2943            "url": "git://github.com/juliangruber/isarray.git"
  2944          }
  2945        ]
  2946      },
  2947      {
  2948        "type": "library",
  2949        "bom-ref": "pkg:npm/class-utils@0.3.6",
  2950        "name": "class-utils",
  2951        "version": "0.3.6",
  2952        "description": "Utils for working with JavaScript classes and prototype methods.",
  2953        "hashes": [
  2954          {
  2955            "alg": "SHA-1",
  2956            "content": "f93369ae8b9a7ce02fd41faad0ca83033190c463"
  2957          }
  2958        ],
  2959        "licenses": [
  2960          {
  2961            "license": {
  2962              "id": "MIT"
  2963            }
  2964          }
  2965        ],
  2966        "purl": "pkg:npm/class-utils@0.3.6",
  2967        "externalReferences": [
  2968          {
  2969            "type": "website",
  2970            "url": "https://github.com/jonschlinkert/class-utils"
  2971          },
  2972          {
  2973            "type": "issue-tracker",
  2974            "url": "https://github.com/jonschlinkert/class-utils/issues"
  2975          },
  2976          {
  2977            "type": "vcs",
  2978            "url": "git+https://github.com/jonschlinkert/class-utils.git"
  2979          }
  2980        ]
  2981      },
  2982      {
  2983        "type": "library",
  2984        "bom-ref": "pkg:npm/define-property@0.2.5",
  2985        "name": "define-property",
  2986        "version": "0.2.5",
  2987        "description": "Define a non-enumerable property on an object.",
  2988        "hashes": [
  2989          {
  2990            "alg": "SHA-1",
  2991            "content": "c35b1ef918ec3c990f9a5bc57be04aacec5c8116"
  2992          }
  2993        ],
  2994        "licenses": [
  2995          {
  2996            "license": {
  2997              "id": "MIT"
  2998            }
  2999          }
  3000        ],
  3001        "purl": "pkg:npm/define-property@0.2.5",
  3002        "externalReferences": [
  3003          {
  3004            "type": "website",
  3005            "url": "https://github.com/jonschlinkert/define-property"
  3006          },
  3007          {
  3008            "type": "issue-tracker",
  3009            "url": "https://github.com/jonschlinkert/define-property/issues"
  3010          },
  3011          {
  3012            "type": "vcs",
  3013            "url": "git+https://github.com/jonschlinkert/define-property.git"
  3014          }
  3015        ]
  3016      },
  3017      {
  3018        "type": "library",
  3019        "bom-ref": "pkg:npm/is-descriptor@0.1.6",
  3020        "name": "is-descriptor",
  3021        "version": "0.1.6",
  3022        "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
  3023        "hashes": [
  3024          {
  3025            "alg": "SHA-1",
  3026            "content": "366d8240dde487ca51823b1ab9f07a10a78251ca"
  3027          }
  3028        ],
  3029        "licenses": [
  3030          {
  3031            "license": {
  3032              "id": "MIT"
  3033            }
  3034          }
  3035        ],
  3036        "purl": "pkg:npm/is-descriptor@0.1.6",
  3037        "externalReferences": [
  3038          {
  3039            "type": "website",
  3040            "url": "https://github.com/jonschlinkert/is-descriptor"
  3041          },
  3042          {
  3043            "type": "issue-tracker",
  3044            "url": "https://github.com/jonschlinkert/is-descriptor/issues"
  3045          },
  3046          {
  3047            "type": "vcs",
  3048            "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
  3049          }
  3050        ]
  3051      },
  3052      {
  3053        "type": "library",
  3054        "bom-ref": "pkg:npm/is-accessor-descriptor@0.1.6",
  3055        "name": "is-accessor-descriptor",
  3056        "version": "0.1.6",
  3057        "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
  3058        "hashes": [
  3059          {
  3060            "alg": "SHA-1",
  3061            "content": "a9e12cb3ae8d876727eeef3843f8a0897b5c98d6"
  3062          }
  3063        ],
  3064        "licenses": [
  3065          {
  3066            "license": {
  3067              "id": "MIT"
  3068            }
  3069          }
  3070        ],
  3071        "purl": "pkg:npm/is-accessor-descriptor@0.1.6",
  3072        "externalReferences": [
  3073          {
  3074            "type": "website",
  3075            "url": "https://github.com/jonschlinkert/is-accessor-descriptor"
  3076          },
  3077          {
  3078            "type": "issue-tracker",
  3079            "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
  3080          },
  3081          {
  3082            "type": "vcs",
  3083            "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
  3084          }
  3085        ]
  3086      },
  3087      {
  3088        "type": "library",
  3089        "bom-ref": "pkg:npm/is-data-descriptor@0.1.4",
  3090        "name": "is-data-descriptor",
  3091        "version": "0.1.4",
  3092        "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
  3093        "hashes": [
  3094          {
  3095            "alg": "SHA-1",
  3096            "content": "0b5ee648388e2c860282e793f1856fec3f301b56"
  3097          }
  3098        ],
  3099        "licenses": [
  3100          {
  3101            "license": {
  3102              "id": "MIT"
  3103            }
  3104          }
  3105        ],
  3106        "purl": "pkg:npm/is-data-descriptor@0.1.4",
  3107        "externalReferences": [
  3108          {
  3109            "type": "website",
  3110            "url": "https://github.com/jonschlinkert/is-data-descriptor"
  3111          },
  3112          {
  3113            "type": "issue-tracker",
  3114            "url": "https://github.com/jonschlinkert/is-data-descriptor/issues"
  3115          },
  3116          {
  3117            "type": "vcs",
  3118            "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git"
  3119          }
  3120        ]
  3121      },
  3122      {
  3123        "type": "library",
  3124        "bom-ref": "pkg:npm/kind-of@5.1.0",
  3125        "name": "kind-of",
  3126        "version": "5.1.0",
  3127        "description": "Get the native type of a value.",
  3128        "hashes": [
  3129          {
  3130            "alg": "SHA-1",
  3131            "content": "729c91e2d857b7a419a1f9aa65685c4c33f5845d"
  3132          }
  3133        ],
  3134        "licenses": [
  3135          {
  3136            "license": {
  3137              "id": "MIT"
  3138            }
  3139          }
  3140        ],
  3141        "purl": "pkg:npm/kind-of@5.1.0",
  3142        "externalReferences": [
  3143          {
  3144            "type": "website",
  3145            "url": "https://github.com/jonschlinkert/kind-of"
  3146          },
  3147          {
  3148            "type": "issue-tracker",
  3149            "url": "https://github.com/jonschlinkert/kind-of/issues"
  3150          },
  3151          {
  3152            "type": "vcs",
  3153            "url": "git+https://github.com/jonschlinkert/kind-of.git"
  3154          }
  3155        ]
  3156      },
  3157      {
  3158        "type": "library",
  3159        "bom-ref": "pkg:npm/static-extend@0.1.2",
  3160        "name": "static-extend",
  3161        "version": "0.1.2",
  3162        "description": "Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.",
  3163        "hashes": [
  3164          {
  3165            "alg": "SHA-1",
  3166            "content": "60809c39cbff55337226fd5e0b520f341f1fb5c6"
  3167          }
  3168        ],
  3169        "licenses": [
  3170          {
  3171            "license": {
  3172              "id": "MIT"
  3173            }
  3174          }
  3175        ],
  3176        "purl": "pkg:npm/static-extend@0.1.2",
  3177        "externalReferences": [
  3178          {
  3179            "type": "website",
  3180            "url": "https://github.com/jonschlinkert/static-extend"
  3181          },
  3182          {
  3183            "type": "issue-tracker",
  3184            "url": "https://github.com/jonschlinkert/static-extend/issues"
  3185          },
  3186          {
  3187            "type": "vcs",
  3188            "url": "git+https://github.com/jonschlinkert/static-extend.git"
  3189          }
  3190        ]
  3191      },
  3192      {
  3193        "type": "library",
  3194        "bom-ref": "pkg:npm/object-copy@0.1.0",
  3195        "name": "object-copy",
  3196        "version": "0.1.0",
  3197        "description": "Copy static properties, prototype properties, and descriptors from one object to another.",
  3198        "hashes": [
  3199          {
  3200            "alg": "SHA-1",
  3201            "content": "7e7d858b781bd7c991a41ba975ed3812754e998c"
  3202          }
  3203        ],
  3204        "licenses": [
  3205          {
  3206            "license": {
  3207              "id": "MIT"
  3208            }
  3209          }
  3210        ],
  3211        "purl": "pkg:npm/object-copy@0.1.0",
  3212        "externalReferences": [
  3213          {
  3214            "type": "website",
  3215            "url": "https://github.com/jonschlinkert/object-copy"
  3216          },
  3217          {
  3218            "type": "issue-tracker",
  3219            "url": "https://github.com/jonschlinkert/object-copy/issues"
  3220          },
  3221          {
  3222            "type": "vcs",
  3223            "url": "git+https://github.com/jonschlinkert/object-copy.git"
  3224          }
  3225        ]
  3226      },
  3227      {
  3228        "type": "library",
  3229        "bom-ref": "pkg:npm/copy-descriptor@0.1.1",
  3230        "name": "copy-descriptor",
  3231        "version": "0.1.1",
  3232        "description": "Copy a descriptor from object A to object B",
  3233        "hashes": [
  3234          {
  3235            "alg": "SHA-1",
  3236            "content": "676f6eb3c39997c2ee1ac3a924fd6124748f578d"
  3237          }
  3238        ],
  3239        "licenses": [
  3240          {
  3241            "license": {
  3242              "id": "MIT"
  3243            }
  3244          }
  3245        ],
  3246        "purl": "pkg:npm/copy-descriptor@0.1.1",
  3247        "externalReferences": [
  3248          {
  3249            "type": "website",
  3250            "url": "https://github.com/jonschlinkert/copy-descriptor"
  3251          },
  3252          {
  3253            "type": "issue-tracker",
  3254            "url": "https://github.com/jonschlinkert/copy-descriptor/issues"
  3255          },
  3256          {
  3257            "type": "vcs",
  3258            "url": "git+https://github.com/jonschlinkert/copy-descriptor.git"
  3259          }
  3260        ]
  3261      },
  3262      {
  3263        "type": "library",
  3264        "bom-ref": "pkg:npm/define-property@1.0.0",
  3265        "name": "define-property",
  3266        "version": "1.0.0",
  3267        "description": "Define a non-enumerable property on an object.",
  3268        "hashes": [
  3269          {
  3270            "alg": "SHA-1",
  3271            "content": "769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6"
  3272          }
  3273        ],
  3274        "licenses": [
  3275          {
  3276            "license": {
  3277              "id": "MIT"
  3278            }
  3279          }
  3280        ],
  3281        "purl": "pkg:npm/define-property@1.0.0",
  3282        "externalReferences": [
  3283          {
  3284            "type": "website",
  3285            "url": "https://github.com/jonschlinkert/define-property"
  3286          },
  3287          {
  3288            "type": "issue-tracker",
  3289            "url": "https://github.com/jonschlinkert/define-property/issues"
  3290          },
  3291          {
  3292            "type": "vcs",
  3293            "url": "git+https://github.com/jonschlinkert/define-property.git"
  3294          }
  3295        ]
  3296      },
  3297      {
  3298        "type": "library",
  3299        "bom-ref": "pkg:npm/is-descriptor@1.0.2",
  3300        "name": "is-descriptor",
  3301        "version": "1.0.2",
  3302        "description": "Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.",
  3303        "hashes": [
  3304          {
  3305            "alg": "SHA-1",
  3306            "content": "3b159746a66604b04f8c81524ba365c5f14d86ec"
  3307          }
  3308        ],
  3309        "licenses": [
  3310          {
  3311            "license": {
  3312              "id": "MIT"
  3313            }
  3314          }
  3315        ],
  3316        "purl": "pkg:npm/is-descriptor@1.0.2",
  3317        "externalReferences": [
  3318          {
  3319            "type": "website",
  3320            "url": "https://github.com/jonschlinkert/is-descriptor"
  3321          },
  3322          {
  3323            "type": "issue-tracker",
  3324            "url": "https://github.com/jonschlinkert/is-descriptor/issues"
  3325          },
  3326          {
  3327            "type": "vcs",
  3328            "url": "git+https://github.com/jonschlinkert/is-descriptor.git"
  3329          }
  3330        ]
  3331      },
  3332      {
  3333        "type": "library",
  3334        "bom-ref": "pkg:npm/is-accessor-descriptor@1.0.0",
  3335        "name": "is-accessor-descriptor",
  3336        "version": "1.0.0",
  3337        "description": "Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.",
  3338        "hashes": [
  3339          {
  3340            "alg": "SHA-1",
  3341            "content": "169c2f6d3df1f992618072365c9b0ea1f6878656"
  3342          }
  3343        ],
  3344        "licenses": [
  3345          {
  3346            "license": {
  3347              "id": "MIT"
  3348            }
  3349          }
  3350        ],
  3351        "purl": "pkg:npm/is-accessor-descriptor@1.0.0",
  3352        "externalReferences": [
  3353          {
  3354            "type": "website",
  3355            "url": "https://github.com/jonschlinkert/is-accessor-descriptor"
  3356          },
  3357          {
  3358            "type": "issue-tracker",
  3359            "url": "https://github.com/jonschlinkert/is-accessor-descriptor/issues"
  3360          },
  3361          {
  3362            "type": "vcs",
  3363            "url": "git+https://github.com/jonschlinkert/is-accessor-descriptor.git"
  3364          }
  3365        ]
  3366      },
  3367      {
  3368        "type": "library",
  3369        "bom-ref": "pkg:npm/kind-of@6.0.3",
  3370        "name": "kind-of",
  3371        "version": "6.0.3",
  3372        "description": "Get the native type of a value.",
  3373        "hashes": [
  3374          {
  3375            "alg": "SHA-1",
  3376            "content": "07c05034a6c349fa06e24fa35aa76db4580ce4dd"
  3377          }
  3378        ],
  3379        "licenses": [
  3380          {
  3381            "license": {
  3382              "id": "MIT"
  3383            }
  3384          }
  3385        ],
  3386        "purl": "pkg:npm/kind-of@6.0.3",
  3387        "externalReferences": [
  3388          {
  3389            "type": "website",
  3390            "url": "https://github.com/jonschlinkert/kind-of"
  3391          },
  3392          {
  3393            "type": "issue-tracker",
  3394            "url": "https://github.com/jonschlinkert/kind-of/issues"
  3395          },
  3396          {
  3397            "type": "vcs",
  3398            "url": "git+https://github.com/jonschlinkert/kind-of.git"
  3399          }
  3400        ]
  3401      },
  3402      {
  3403        "type": "library",
  3404        "bom-ref": "pkg:npm/is-data-descriptor@1.0.0",
  3405        "name": "is-data-descriptor",
  3406        "version": "1.0.0",
  3407        "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
  3408        "hashes": [
  3409          {
  3410            "alg": "SHA-1",
  3411            "content": "d84876321d0e7add03990406abbbbd36ba9268c7"
  3412          }
  3413        ],
  3414        "licenses": [
  3415          {
  3416            "license": {
  3417              "id": "MIT"
  3418            }
  3419          }
  3420        ],
  3421        "purl": "pkg:npm/is-data-descriptor@1.0.0",
  3422        "externalReferences": [
  3423          {
  3424            "type": "website",
  3425            "url": "https://github.com/jonschlinkert/is-data-descriptor"
  3426          },
  3427          {
  3428            "type": "issue-tracker",
  3429            "url": "https://github.com/jonschlinkert/is-data-descriptor/issues"
  3430          },
  3431          {
  3432            "type": "vcs",
  3433            "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git"
  3434          }
  3435        ]
  3436      },
  3437      {
  3438        "type": "library",
  3439        "bom-ref": "pkg:npm/mixin-deep@1.3.2",
  3440        "name": "mixin-deep",
  3441        "version": "1.3.2",
  3442        "description": "Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.",
  3443        "hashes": [
  3444          {
  3445            "alg": "SHA-1",
  3446            "content": "1120b43dc359a785dce65b55b82e257ccf479566"
  3447          }
  3448        ],
  3449        "licenses": [
  3450          {
  3451            "license": {
  3452              "id": "MIT"
  3453            }
  3454          }
  3455        ],
  3456        "purl": "pkg:npm/mixin-deep@1.3.2",
  3457        "externalReferences": [
  3458          {
  3459            "type": "website",
  3460            "url": "https://github.com/jonschlinkert/mixin-deep"
  3461          },
  3462          {
  3463            "type": "issue-tracker",
  3464            "url": "https://github.com/jonschlinkert/mixin-deep/issues"
  3465          },
  3466          {
  3467            "type": "vcs",
  3468            "url": "git+https://github.com/jonschlinkert/mixin-deep.git"
  3469          }
  3470        ]
  3471      },
  3472      {
  3473        "type": "library",
  3474        "bom-ref": "pkg:npm/for-in@1.0.2",
  3475        "name": "for-in",
  3476        "version": "1.0.2",
  3477        "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
  3478        "hashes": [
  3479          {
  3480            "alg": "SHA-1",
  3481            "content": "81068d295a8142ec0ac726c6e2200c30fb6d5e80"
  3482          }
  3483        ],
  3484        "licenses": [
  3485          {
  3486            "license": {
  3487              "id": "MIT"
  3488            }
  3489          }
  3490        ],
  3491        "purl": "pkg:npm/for-in@1.0.2",
  3492        "externalReferences": [
  3493          {
  3494            "type": "website",
  3495            "url": "https://github.com/jonschlinkert/for-in"
  3496          },
  3497          {
  3498            "type": "issue-tracker",
  3499            "url": "https://github.com/jonschlinkert/for-in/issues"
  3500          },
  3501          {
  3502            "type": "vcs",
  3503            "url": "git+https://github.com/jonschlinkert/for-in.git"
  3504          }
  3505        ]
  3506      },
  3507      {
  3508        "type": "library",
  3509        "bom-ref": "pkg:npm/pascalcase@0.1.1",
  3510        "name": "pascalcase",
  3511        "version": "0.1.1",
  3512        "description": "Convert a string to pascal-case.",
  3513        "hashes": [
  3514          {
  3515            "alg": "SHA-1",
  3516            "content": "b363e55e8006ca6fe21784d2db22bd15d7917f14"
  3517          }
  3518        ],
  3519        "licenses": [
  3520          {
  3521            "license": {
  3522              "id": "MIT"
  3523            }
  3524          }
  3525        ],
  3526        "purl": "pkg:npm/pascalcase@0.1.1",
  3527        "externalReferences": [
  3528          {
  3529            "type": "website",
  3530            "url": "https://github.com/jonschlinkert/pascalcase"
  3531          },
  3532          {
  3533            "type": "issue-tracker",
  3534            "url": "https://github.com/jonschlinkert/pascalcase/issues"
  3535          },
  3536          {
  3537            "type": "vcs",
  3538            "url": "git+https://github.com/jonschlinkert/pascalcase.git"
  3539          }
  3540        ]
  3541      },
  3542      {
  3543        "type": "library",
  3544        "bom-ref": "pkg:npm/map-cache@0.2.2",
  3545        "name": "map-cache",
  3546        "version": "0.2.2",
  3547        "description": "Basic cache object for storing key-value pairs.",
  3548        "hashes": [
  3549          {
  3550            "alg": "SHA-1",
  3551            "content": "c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
  3552          }
  3553        ],
  3554        "licenses": [
  3555          {
  3556            "license": {
  3557              "id": "MIT"
  3558            }
  3559          }
  3560        ],
  3561        "purl": "pkg:npm/map-cache@0.2.2",
  3562        "externalReferences": [
  3563          {
  3564            "type": "website",
  3565            "url": "https://github.com/jonschlinkert/map-cache"
  3566          },
  3567          {
  3568            "type": "issue-tracker",
  3569            "url": "https://github.com/jonschlinkert/map-cache/issues"
  3570          },
  3571          {
  3572            "type": "vcs",
  3573            "url": "git+https://github.com/jonschlinkert/map-cache.git"
  3574          }
  3575        ]
  3576      },
  3577      {
  3578        "type": "library",
  3579        "bom-ref": "pkg:npm/source-map@0.5.7",
  3580        "name": "source-map",
  3581        "version": "0.5.7",
  3582        "description": "Generates and consumes source maps",
  3583        "hashes": [
  3584          {
  3585            "alg": "SHA-1",
  3586            "content": "8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
  3587          }
  3588        ],
  3589        "licenses": [
  3590          {
  3591            "license": {
  3592              "id": "BSD-3-Clause"
  3593            }
  3594          }
  3595        ],
  3596        "purl": "pkg:npm/source-map@0.5.7",
  3597        "externalReferences": [
  3598          {
  3599            "type": "website",
  3600            "url": "https://github.com/mozilla/source-map"
  3601          },
  3602          {
  3603            "type": "issue-tracker",
  3604            "url": "https://github.com/mozilla/source-map/issues"
  3605          },
  3606          {
  3607            "type": "vcs",
  3608            "url": "git+ssh://git@github.com/mozilla/source-map.git"
  3609          }
  3610        ]
  3611      },
  3612      {
  3613        "type": "library",
  3614        "bom-ref": "pkg:npm/source-map-resolve@0.5.3",
  3615        "name": "source-map-resolve",
  3616        "version": "0.5.3",
  3617        "description": "Resolve the source map and/or sources for a generated file.",
  3618        "hashes": [
  3619          {
  3620            "alg": "SHA-1",
  3621            "content": "190866bece7553e1f8f267a2ee82c606b5509a1a"
  3622          }
  3623        ],
  3624        "licenses": [
  3625          {
  3626            "license": {
  3627              "id": "MIT"
  3628            }
  3629          }
  3630        ],
  3631        "purl": "pkg:npm/source-map-resolve@0.5.3",
  3632        "externalReferences": [
  3633          {
  3634            "type": "website",
  3635            "url": "https://github.com/lydell/source-map-resolve#readme"
  3636          },
  3637          {
  3638            "type": "issue-tracker",
  3639            "url": "https://github.com/lydell/source-map-resolve/issues"
  3640          },
  3641          {
  3642            "type": "vcs",
  3643            "url": "git+https://github.com/lydell/source-map-resolve.git"
  3644          }
  3645        ]
  3646      },
  3647      {
  3648        "type": "library",
  3649        "bom-ref": "pkg:npm/atob@2.1.2",
  3650        "name": "atob",
  3651        "version": "2.1.2",
  3652        "description": "atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)",
  3653        "hashes": [
  3654          {
  3655            "alg": "SHA-1",
  3656            "content": "6d9517eb9e030d2436666651e86bd9f6f13533c9"
  3657          }
  3658        ],
  3659        "licenses": [
  3660          {
  3661            "license": {
  3662              "name": "(MIT OR Apache-2.0)"
  3663            }
  3664          }
  3665        ],
  3666        "purl": "pkg:npm/atob@2.1.2",
  3667        "externalReferences": [
  3668          {
  3669            "type": "website",
  3670            "url": "https://git.coolaj86.com/coolaj86/atob.js.git"
  3671          },
  3672          {
  3673            "type": "vcs",
  3674            "url": "git://git.coolaj86.com/coolaj86/atob.js.git"
  3675          }
  3676        ]
  3677      },
  3678      {
  3679        "type": "library",
  3680        "bom-ref": "pkg:npm/decode-uri-component@0.2.0",
  3681        "name": "decode-uri-component",
  3682        "version": "0.2.0",
  3683        "description": "A better decodeURIComponent",
  3684        "hashes": [
  3685          {
  3686            "alg": "SHA-1",
  3687            "content": "eb3913333458775cb84cd1a1fae062106bb87545"
  3688          }
  3689        ],
  3690        "licenses": [
  3691          {
  3692            "license": {
  3693              "id": "MIT"
  3694            }
  3695          }
  3696        ],
  3697        "purl": "pkg:npm/decode-uri-component@0.2.0",
  3698        "externalReferences": [
  3699          {
  3700            "type": "website",
  3701            "url": "https://github.com/SamVerschueren/decode-uri-component#readme"
  3702          },
  3703          {
  3704            "type": "issue-tracker",
  3705            "url": "https://github.com/SamVerschueren/decode-uri-component/issues"
  3706          },
  3707          {
  3708            "type": "vcs",
  3709            "url": "git+https://github.com/SamVerschueren/decode-uri-component.git"
  3710          }
  3711        ]
  3712      },
  3713      {
  3714        "type": "library",
  3715        "bom-ref": "pkg:npm/resolve-url@0.2.1",
  3716        "name": "resolve-url",
  3717        "version": "0.2.1",
  3718        "description": "Like Node.js’ `path.resolve`/`url.resolve` for the browser.",
  3719        "hashes": [
  3720          {
  3721            "alg": "SHA-1",
  3722            "content": "2c637fe77c893afd2a663fe21aa9080068e2052a"
  3723          }
  3724        ],
  3725        "licenses": [
  3726          {
  3727            "license": {
  3728              "id": "MIT"
  3729            }
  3730          }
  3731        ],
  3732        "purl": "pkg:npm/resolve-url@0.2.1",
  3733        "externalReferences": [
  3734          {
  3735            "type": "website",
  3736            "url": "https://github.com/lydell/resolve-url#readme"
  3737          },
  3738          {
  3739            "type": "issue-tracker",
  3740            "url": "https://github.com/lydell/resolve-url/issues"
  3741          },
  3742          {
  3743            "type": "vcs",
  3744            "url": "git+https://github.com/lydell/resolve-url.git"
  3745          }
  3746        ]
  3747      },
  3748      {
  3749        "type": "library",
  3750        "bom-ref": "pkg:npm/source-map-url@0.4.0",
  3751        "name": "source-map-url",
  3752        "version": "0.4.0",
  3753        "description": "Tools for working with sourceMappingURL comments.",
  3754        "hashes": [
  3755          {
  3756            "alg": "SHA-1",
  3757            "content": "3e935d7ddd73631b97659956d55128e87b5084a3"
  3758          }
  3759        ],
  3760        "licenses": [
  3761          {
  3762            "license": {
  3763              "id": "MIT"
  3764            }
  3765          }
  3766        ],
  3767        "purl": "pkg:npm/source-map-url@0.4.0",
  3768        "externalReferences": [
  3769          {
  3770            "type": "website",
  3771            "url": "https://github.com/lydell/source-map-url#readme"
  3772          },
  3773          {
  3774            "type": "issue-tracker",
  3775            "url": "https://github.com/lydell/source-map-url/issues"
  3776          },
  3777          {
  3778            "type": "vcs",
  3779            "url": "git+https://github.com/lydell/source-map-url.git"
  3780          }
  3781        ]
  3782      },
  3783      {
  3784        "type": "library",
  3785        "bom-ref": "pkg:npm/urix@0.1.0",
  3786        "name": "urix",
  3787        "version": "0.1.0",
  3788        "description": "Makes Windows-style paths more unix and URI friendly.",
  3789        "hashes": [
  3790          {
  3791            "alg": "SHA-1",
  3792            "content": "da937f7a62e21fec1fd18d49b35c2935067a6c72"
  3793          }
  3794        ],
  3795        "licenses": [
  3796          {
  3797            "license": {
  3798              "id": "MIT"
  3799            }
  3800          }
  3801        ],
  3802        "purl": "pkg:npm/urix@0.1.0",
  3803        "externalReferences": [
  3804          {
  3805            "type": "website",
  3806            "url": "https://github.com/lydell/urix#readme"
  3807          },
  3808          {
  3809            "type": "issue-tracker",
  3810            "url": "https://github.com/lydell/urix/issues"
  3811          },
  3812          {
  3813            "type": "vcs",
  3814            "url": "git+https://github.com/lydell/urix.git"
  3815          }
  3816        ]
  3817      },
  3818      {
  3819        "type": "library",
  3820        "bom-ref": "pkg:npm/use@3.1.1",
  3821        "name": "use",
  3822        "version": "3.1.1",
  3823        "description": "Easily add plugin support to your node.js application.",
  3824        "hashes": [
  3825          {
  3826            "alg": "SHA-1",
  3827            "content": "d50c8cac79a19fbc20f2911f56eb973f4e10070f"
  3828          }
  3829        ],
  3830        "licenses": [
  3831          {
  3832            "license": {
  3833              "id": "MIT"
  3834            }
  3835          }
  3836        ],
  3837        "purl": "pkg:npm/use@3.1.1",
  3838        "externalReferences": [
  3839          {
  3840            "type": "website",
  3841            "url": "https://github.com/jonschlinkert/use"
  3842          },
  3843          {
  3844            "type": "issue-tracker",
  3845            "url": "https://github.com/jonschlinkert/use/issues"
  3846          },
  3847          {
  3848            "type": "vcs",
  3849            "url": "git+https://github.com/jonschlinkert/use.git"
  3850          }
  3851        ]
  3852      },
  3853      {
  3854        "type": "library",
  3855        "bom-ref": "pkg:npm/snapdragon-node@2.1.1",
  3856        "name": "snapdragon-node",
  3857        "version": "2.1.1",
  3858        "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.",
  3859        "hashes": [
  3860          {
  3861            "alg": "SHA-1",
  3862            "content": "6c175f86ff14bdb0724563e8f3c1b021a286853b"
  3863          }
  3864        ],
  3865        "licenses": [
  3866          {
  3867            "license": {
  3868              "id": "MIT"
  3869            }
  3870          }
  3871        ],
  3872        "purl": "pkg:npm/snapdragon-node@2.1.1",
  3873        "externalReferences": [
  3874          {
  3875            "type": "website",
  3876            "url": "https://github.com/jonschlinkert/snapdragon-node"
  3877          },
  3878          {
  3879            "type": "issue-tracker",
  3880            "url": "https://github.com/jonschlinkert/snapdragon-node/issues"
  3881          },
  3882          {
  3883            "type": "vcs",
  3884            "url": "git+https://github.com/jonschlinkert/snapdragon-node.git"
  3885          }
  3886        ]
  3887      },
  3888      {
  3889        "type": "library",
  3890        "bom-ref": "pkg:npm/snapdragon-util@3.0.1",
  3891        "name": "snapdragon-util",
  3892        "version": "3.0.1",
  3893        "description": "Utilities for the snapdragon parser/compiler.",
  3894        "hashes": [
  3895          {
  3896            "alg": "SHA-1",
  3897            "content": "f956479486f2acd79700693f6f7b805e45ab56e2"
  3898          }
  3899        ],
  3900        "licenses": [
  3901          {
  3902            "license": {
  3903              "id": "MIT"
  3904            }
  3905          }
  3906        ],
  3907        "purl": "pkg:npm/snapdragon-util@3.0.1",
  3908        "externalReferences": [
  3909          {
  3910            "type": "website",
  3911            "url": "https://github.com/jonschlinkert/snapdragon-util"
  3912          },
  3913          {
  3914            "type": "issue-tracker",
  3915            "url": "https://github.com/jonschlinkert/snapdragon-util/issues"
  3916          },
  3917          {
  3918            "type": "vcs",
  3919            "url": "git+https://github.com/jonschlinkert/snapdragon-util.git"
  3920          }
  3921        ]
  3922      },
  3923      {
  3924        "type": "library",
  3925        "bom-ref": "pkg:npm/to-regex@3.0.2",
  3926        "name": "to-regex",
  3927        "version": "3.0.2",
  3928        "description": "Generate a regex from a string or array of strings.",
  3929        "hashes": [
  3930          {
  3931            "alg": "SHA-1",
  3932            "content": "13cfdd9b336552f30b51f33a8ae1b42a7a7599ce"
  3933          }
  3934        ],
  3935        "licenses": [
  3936          {
  3937            "license": {
  3938              "id": "MIT"
  3939            }
  3940          }
  3941        ],
  3942        "purl": "pkg:npm/to-regex@3.0.2",
  3943        "externalReferences": [
  3944          {
  3945            "type": "website",
  3946            "url": "https://github.com/jonschlinkert/to-regex"
  3947          },
  3948          {
  3949            "type": "issue-tracker",
  3950            "url": "https://github.com/jonschlinkert/to-regex/issues"
  3951          },
  3952          {
  3953            "type": "vcs",
  3954            "url": "git+https://github.com/jonschlinkert/to-regex.git"
  3955          }
  3956        ]
  3957      },
  3958      {
  3959        "type": "library",
  3960        "bom-ref": "pkg:npm/define-property@2.0.2",
  3961        "name": "define-property",
  3962        "version": "2.0.2",
  3963        "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
  3964        "hashes": [
  3965          {
  3966            "alg": "SHA-1",
  3967            "content": "d459689e8d654ba77e02a817f8710d702cb16e9d"
  3968          }
  3969        ],
  3970        "licenses": [
  3971          {
  3972            "license": {
  3973              "id": "MIT"
  3974            }
  3975          }
  3976        ],
  3977        "purl": "pkg:npm/define-property@2.0.2",
  3978        "externalReferences": [
  3979          {
  3980            "type": "website",
  3981            "url": "https://github.com/jonschlinkert/define-property"
  3982          },
  3983          {
  3984            "type": "issue-tracker",
  3985            "url": "https://github.com/jonschlinkert/define-property/issues"
  3986          },
  3987          {
  3988            "type": "vcs",
  3989            "url": "git+https://github.com/jonschlinkert/define-property.git"
  3990          }
  3991        ]
  3992      },
  3993      {
  3994        "type": "library",
  3995        "bom-ref": "pkg:npm/regex-not@1.0.2",
  3996        "name": "regex-not",
  3997        "version": "1.0.2",
  3998        "description": "Create a javascript regular expression for matching everything except for the given string.",
  3999        "hashes": [
  4000          {
  4001            "alg": "SHA-1",
  4002            "content": "1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
  4003          }
  4004        ],
  4005        "licenses": [
  4006          {
  4007            "license": {
  4008              "id": "MIT"
  4009            }
  4010          }
  4011        ],
  4012        "purl": "pkg:npm/regex-not@1.0.2",
  4013        "externalReferences": [
  4014          {
  4015            "type": "website",
  4016            "url": "https://github.com/jonschlinkert/regex-not"
  4017          },
  4018          {
  4019            "type": "issue-tracker",
  4020            "url": "https://github.com/jonschlinkert/regex-not/issues"
  4021          },
  4022          {
  4023            "type": "vcs",
  4024            "url": "git+https://github.com/jonschlinkert/regex-not.git"
  4025          }
  4026        ]
  4027      },
  4028      {
  4029        "type": "library",
  4030        "bom-ref": "pkg:npm/safe-regex@1.1.0",
  4031        "name": "safe-regex",
  4032        "version": "1.1.0",
  4033        "description": "detect possibly catastrophic, exponential-time regular expressions",
  4034        "hashes": [
  4035          {
  4036            "alg": "SHA-1",
  4037            "content": "40a3669f3b077d1e943d44629e157dd48023bf2e"
  4038          }
  4039        ],
  4040        "licenses": [
  4041          {
  4042            "license": {
  4043              "id": "MIT"
  4044            }
  4045          }
  4046        ],
  4047        "purl": "pkg:npm/safe-regex@1.1.0",
  4048        "externalReferences": [
  4049          {
  4050            "type": "website",
  4051            "url": "https://github.com/substack/safe-regex"
  4052          },
  4053          {
  4054            "type": "issue-tracker",
  4055            "url": "https://github.com/substack/safe-regex/issues"
  4056          },
  4057          {
  4058            "type": "vcs",
  4059            "url": "git://github.com/substack/safe-regex.git"
  4060          }
  4061        ]
  4062      },
  4063      {
  4064        "type": "library",
  4065        "bom-ref": "pkg:npm/ret@0.1.15",
  4066        "name": "ret",
  4067        "version": "0.1.15",
  4068        "description": "Tokenizes a string that represents a regular expression.",
  4069        "hashes": [
  4070          {
  4071            "alg": "SHA-1",
  4072            "content": "b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc"
  4073          }
  4074        ],
  4075        "licenses": [
  4076          {
  4077            "license": {
  4078              "id": "MIT"
  4079            }
  4080          }
  4081        ],
  4082        "purl": "pkg:npm/ret@0.1.15",
  4083        "externalReferences": [
  4084          {
  4085            "type": "website",
  4086            "url": "https://github.com/fent/ret.js#readme"
  4087          },
  4088          {
  4089            "type": "issue-tracker",
  4090            "url": "https://github.com/fent/ret.js/issues"
  4091          },
  4092          {
  4093            "type": "vcs",
  4094            "url": "git://github.com/fent/ret.js.git"
  4095          }
  4096        ]
  4097      },
  4098      {
  4099        "type": "library",
  4100        "bom-ref": "pkg:npm/extglob@2.0.4",
  4101        "name": "extglob",
  4102        "version": "2.0.4",
  4103        "description": "Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.",
  4104        "hashes": [
  4105          {
  4106            "alg": "SHA-1",
  4107            "content": "ad00fe4dc612a9232e8718711dc5cb5ab0285543"
  4108          }
  4109        ],
  4110        "licenses": [
  4111          {
  4112            "license": {
  4113              "id": "MIT"
  4114            }
  4115          }
  4116        ],
  4117        "purl": "pkg:npm/extglob@2.0.4",
  4118        "externalReferences": [
  4119          {
  4120            "type": "website",
  4121            "url": "https://github.com/micromatch/extglob"
  4122          },
  4123          {
  4124            "type": "issue-tracker",
  4125            "url": "https://github.com/micromatch/extglob/issues"
  4126          },
  4127          {
  4128            "type": "vcs",
  4129            "url": "git+https://github.com/micromatch/extglob.git"
  4130          }
  4131        ]
  4132      },
  4133      {
  4134        "type": "library",
  4135        "bom-ref": "pkg:npm/expand-brackets@2.1.4",
  4136        "name": "expand-brackets",
  4137        "version": "2.1.4",
  4138        "description": "Expand POSIX bracket expressions (character classes) in glob patterns.",
  4139        "hashes": [
  4140          {
  4141            "alg": "SHA-1",
  4142            "content": "b77735e315ce30f6b6eff0f83b04151a22449622"
  4143          }
  4144        ],
  4145        "licenses": [
  4146          {
  4147            "license": {
  4148              "id": "MIT"
  4149            }
  4150          }
  4151        ],
  4152        "purl": "pkg:npm/expand-brackets@2.1.4",
  4153        "externalReferences": [
  4154          {
  4155            "type": "website",
  4156            "url": "https://github.com/jonschlinkert/expand-brackets"
  4157          },
  4158          {
  4159            "type": "issue-tracker",
  4160            "url": "https://github.com/jonschlinkert/expand-brackets/issues"
  4161          },
  4162          {
  4163            "type": "vcs",
  4164            "url": "git+https://github.com/jonschlinkert/expand-brackets.git"
  4165          }
  4166        ]
  4167      },
  4168      {
  4169        "type": "library",
  4170        "bom-ref": "pkg:npm/posix-character-classes@0.1.1",
  4171        "name": "posix-character-classes",
  4172        "version": "0.1.1",
  4173        "description": "POSIX character classes for creating regular expressions.",
  4174        "hashes": [
  4175          {
  4176            "alg": "SHA-1",
  4177            "content": "01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
  4178          }
  4179        ],
  4180        "licenses": [
  4181          {
  4182            "license": {
  4183              "id": "MIT"
  4184            }
  4185          }
  4186        ],
  4187        "purl": "pkg:npm/posix-character-classes@0.1.1",
  4188        "externalReferences": [
  4189          {
  4190            "type": "website",
  4191            "url": "https://github.com/jonschlinkert/posix-character-classes"
  4192          },
  4193          {
  4194            "type": "issue-tracker",
  4195            "url": "https://github.com/jonschlinkert/posix-character-classes/issues"
  4196          },
  4197          {
  4198            "type": "vcs",
  4199            "url": "git+https://github.com/jonschlinkert/posix-character-classes.git"
  4200          }
  4201        ]
  4202      },
  4203      {
  4204        "type": "library",
  4205        "bom-ref": "pkg:npm/fragment-cache@0.2.1",
  4206        "name": "fragment-cache",
  4207        "version": "0.2.1",
  4208        "description": "A cache for managing namespaced sub-caches",
  4209        "hashes": [
  4210          {
  4211            "alg": "SHA-1",
  4212            "content": "4290fad27f13e89be7f33799c6bc5a0abfff0d19"
  4213          }
  4214        ],
  4215        "licenses": [
  4216          {
  4217            "license": {
  4218              "id": "MIT"
  4219            }
  4220          }
  4221        ],
  4222        "purl": "pkg:npm/fragment-cache@0.2.1",
  4223        "externalReferences": [
  4224          {
  4225            "type": "website",
  4226            "url": "https://github.com/jonschlinkert/fragment-cache"
  4227          },
  4228          {
  4229            "type": "issue-tracker",
  4230            "url": "https://github.com/jonschlinkert/fragment-cache/issues"
  4231          },
  4232          {
  4233            "type": "vcs",
  4234            "url": "git+https://github.com/jonschlinkert/fragment-cache.git"
  4235          }
  4236        ]
  4237      },
  4238      {
  4239        "type": "library",
  4240        "bom-ref": "pkg:npm/nanomatch@1.2.13",
  4241        "name": "nanomatch",
  4242        "version": "1.2.13",
  4243        "description": "Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)",
  4244        "hashes": [
  4245          {
  4246            "alg": "SHA-1",
  4247            "content": "b87a8aa4fc0de8fe6be88895b38983ff265bd119"
  4248          }
  4249        ],
  4250        "licenses": [
  4251          {
  4252            "license": {
  4253              "id": "MIT"
  4254            }
  4255          }
  4256        ],
  4257        "purl": "pkg:npm/nanomatch@1.2.13",
  4258        "externalReferences": [
  4259          {
  4260            "type": "website",
  4261            "url": "https://github.com/micromatch/nanomatch"
  4262          },
  4263          {
  4264            "type": "issue-tracker",
  4265            "url": "https://github.com/micromatch/nanomatch/issues"
  4266          },
  4267          {
  4268            "type": "vcs",
  4269            "url": "git+https://github.com/micromatch/nanomatch.git"
  4270          }
  4271        ]
  4272      },
  4273      {
  4274        "type": "library",
  4275        "bom-ref": "pkg:npm/is-windows@1.0.2",
  4276        "name": "is-windows",
  4277        "version": "1.0.2",
  4278        "description": "Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.",
  4279        "hashes": [
  4280          {
  4281            "alg": "SHA-1",
  4282            "content": "d1850eb9791ecd18e6182ce12a30f396634bb19d"
  4283          }
  4284        ],
  4285        "licenses": [
  4286          {
  4287            "license": {
  4288              "id": "MIT"
  4289            }
  4290          }
  4291        ],
  4292        "purl": "pkg:npm/is-windows@1.0.2",
  4293        "externalReferences": [
  4294          {
  4295            "type": "website",
  4296            "url": "https://github.com/jonschlinkert/is-windows"
  4297          },
  4298          {
  4299            "type": "issue-tracker",
  4300            "url": "https://github.com/jonschlinkert/is-windows/issues"
  4301          },
  4302          {
  4303            "type": "vcs",
  4304            "url": "git+https://github.com/jonschlinkert/is-windows.git"
  4305          }
  4306        ]
  4307      },
  4308      {
  4309        "type": "library",
  4310        "bom-ref": "pkg:npm/object.pick@1.3.0",
  4311        "name": "object.pick",
  4312        "version": "1.3.0",
  4313        "description": "Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.",
  4314        "hashes": [
  4315          {
  4316            "alg": "SHA-1",
  4317            "content": "87a10ac4c1694bd2e1cbf53591a66141fb5dd747"
  4318          }
  4319        ],
  4320        "licenses": [
  4321          {
  4322            "license": {
  4323              "id": "MIT"
  4324            }
  4325          }
  4326        ],
  4327        "purl": "pkg:npm/object.pick@1.3.0",
  4328        "externalReferences": [
  4329          {
  4330            "type": "website",
  4331            "url": "https://github.com/jonschlinkert/object.pick"
  4332          },
  4333          {
  4334            "type": "issue-tracker",
  4335            "url": "https://github.com/jonschlinkert/object.pick/issues"
  4336          },
  4337          {
  4338            "type": "vcs",
  4339            "url": "git+https://github.com/jonschlinkert/object.pick.git"
  4340          }
  4341        ]
  4342      },
  4343      {
  4344        "type": "library",
  4345        "bom-ref": "pkg:npm/resolve-dir@1.0.1",
  4346        "name": "resolve-dir",
  4347        "version": "1.0.1",
  4348        "description": "Resolve a directory that is either local, global or in the user's home directory.",
  4349        "hashes": [
  4350          {
  4351            "alg": "SHA-1",
  4352            "content": "79a40644c362be82f26effe739c9bb5382046f43"
  4353          }
  4354        ],
  4355        "licenses": [
  4356          {
  4357            "license": {
  4358              "id": "MIT"
  4359            }
  4360          }
  4361        ],
  4362        "purl": "pkg:npm/resolve-dir@1.0.1",
  4363        "externalReferences": [
  4364          {
  4365            "type": "website",
  4366            "url": "https://github.com/jonschlinkert/resolve-dir"
  4367          },
  4368          {
  4369            "type": "issue-tracker",
  4370            "url": "https://github.com/jonschlinkert/resolve-dir/issues"
  4371          },
  4372          {
  4373            "type": "vcs",
  4374            "url": "git+https://github.com/jonschlinkert/resolve-dir.git"
  4375          }
  4376        ]
  4377      },
  4378      {
  4379        "type": "library",
  4380        "bom-ref": "pkg:npm/expand-tilde@2.0.2",
  4381        "name": "expand-tilde",
  4382        "version": "2.0.2",
  4383        "description": "Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.",
  4384        "hashes": [
  4385          {
  4386            "alg": "SHA-1",
  4387            "content": "97e801aa052df02454de46b02bf621642cdc8502"
  4388          }
  4389        ],
  4390        "licenses": [
  4391          {
  4392            "license": {
  4393              "id": "MIT"
  4394            }
  4395          }
  4396        ],
  4397        "purl": "pkg:npm/expand-tilde@2.0.2",
  4398        "externalReferences": [
  4399          {
  4400            "type": "website",
  4401            "url": "https://github.com/jonschlinkert/expand-tilde"
  4402          },
  4403          {
  4404            "type": "issue-tracker",
  4405            "url": "https://github.com/jonschlinkert/expand-tilde/issues"
  4406          },
  4407          {
  4408            "type": "vcs",
  4409            "url": "git+https://github.com/jonschlinkert/expand-tilde.git"
  4410          }
  4411        ]
  4412      },
  4413      {
  4414        "type": "library",
  4415        "bom-ref": "pkg:npm/homedir-polyfill@1.0.3",
  4416        "name": "homedir-polyfill",
  4417        "version": "1.0.3",
  4418        "description": "Node.js os.homedir polyfill for older versions of node.js.",
  4419        "hashes": [
  4420          {
  4421            "alg": "SHA-1",
  4422            "content": "743298cef4e5af3e194161fbadcc2151d3a058e8"
  4423          }
  4424        ],
  4425        "licenses": [
  4426          {
  4427            "license": {
  4428              "id": "MIT"
  4429            }
  4430          }
  4431        ],
  4432        "purl": "pkg:npm/homedir-polyfill@1.0.3",
  4433        "externalReferences": [
  4434          {
  4435            "type": "website",
  4436            "url": "https://github.com/doowb/homedir-polyfill"
  4437          },
  4438          {
  4439            "type": "issue-tracker",
  4440            "url": "https://github.com/doowb/homedir-polyfill/issues"
  4441          },
  4442          {
  4443            "type": "vcs",
  4444            "url": "git+https://github.com/doowb/homedir-polyfill.git"
  4445          }
  4446        ]
  4447      },
  4448      {
  4449        "type": "library",
  4450        "bom-ref": "pkg:npm/parse-passwd@1.0.0",
  4451        "name": "parse-passwd",
  4452        "version": "1.0.0",
  4453        "description": "Parse a passwd file into a list of users.",
  4454        "hashes": [
  4455          {
  4456            "alg": "SHA-1",
  4457            "content": "6d5b934a456993b23d37f40a382d6f1666a8e5c6"
  4458          }
  4459        ],
  4460        "licenses": [
  4461          {
  4462            "license": {
  4463              "id": "MIT"
  4464            }
  4465          }
  4466        ],
  4467        "purl": "pkg:npm/parse-passwd@1.0.0",
  4468        "externalReferences": [
  4469          {
  4470            "type": "website",
  4471            "url": "https://github.com/doowb/parse-passwd"
  4472          },
  4473          {
  4474            "type": "issue-tracker",
  4475            "url": "https://github.com/doowb/parse-passwd/issues"
  4476          },
  4477          {
  4478            "type": "vcs",
  4479            "url": "git+https://github.com/doowb/parse-passwd.git"
  4480          }
  4481        ]
  4482      },
  4483      {
  4484        "type": "library",
  4485        "bom-ref": "pkg:npm/global-modules@1.0.0",
  4486        "name": "global-modules",
  4487        "version": "1.0.0",
  4488        "description": "The directory used by npm for globally installed npm modules.",
  4489        "hashes": [
  4490          {
  4491            "alg": "SHA-1",
  4492            "content": "6d770f0eb523ac78164d72b5e71a8877265cc3ea"
  4493          }
  4494        ],
  4495        "licenses": [
  4496          {
  4497            "license": {
  4498              "id": "MIT"
  4499            }
  4500          }
  4501        ],
  4502        "purl": "pkg:npm/global-modules@1.0.0",
  4503        "externalReferences": [
  4504          {
  4505            "type": "website",
  4506            "url": "https://github.com/jonschlinkert/global-modules"
  4507          },
  4508          {
  4509            "type": "issue-tracker",
  4510            "url": "https://github.com/jonschlinkert/global-modules/issues"
  4511          },
  4512          {
  4513            "type": "vcs",
  4514            "url": "git+https://github.com/jonschlinkert/global-modules.git"
  4515          }
  4516        ]
  4517      },
  4518      {
  4519        "type": "library",
  4520        "bom-ref": "pkg:npm/global-prefix@1.0.2",
  4521        "name": "global-prefix",
  4522        "version": "1.0.2",
  4523        "description": "Get the npm global path prefix.",
  4524        "hashes": [
  4525          {
  4526            "alg": "SHA-1",
  4527            "content": "dbf743c6c14992593c655568cb66ed32c0122ebe"
  4528          }
  4529        ],
  4530        "licenses": [
  4531          {
  4532            "license": {
  4533              "id": "MIT"
  4534            }
  4535          }
  4536        ],
  4537        "purl": "pkg:npm/global-prefix@1.0.2",
  4538        "externalReferences": [
  4539          {
  4540            "type": "website",
  4541            "url": "https://github.com/jonschlinkert/global-prefix"
  4542          },
  4543          {
  4544            "type": "issue-tracker",
  4545            "url": "https://github.com/jonschlinkert/global-prefix/issues"
  4546          },
  4547          {
  4548            "type": "vcs",
  4549            "url": "git+https://github.com/jonschlinkert/global-prefix.git"
  4550          }
  4551        ]
  4552      },
  4553      {
  4554        "type": "library",
  4555        "bom-ref": "pkg:npm/ini@1.3.5",
  4556        "name": "ini",
  4557        "version": "1.3.5",
  4558        "description": "An ini encoder/decoder for node",
  4559        "hashes": [
  4560          {
  4561            "alg": "SHA-1",
  4562            "content": "eee25f56db1c9ec6085e0c22778083f596abf927"
  4563          }
  4564        ],
  4565        "licenses": [
  4566          {
  4567            "license": {
  4568              "id": "ISC"
  4569            }
  4570          }
  4571        ],
  4572        "purl": "pkg:npm/ini@1.3.5",
  4573        "externalReferences": [
  4574          {
  4575            "type": "website",
  4576            "url": "https://github.com/isaacs/ini#readme"
  4577          },
  4578          {
  4579            "type": "issue-tracker",
  4580            "url": "https://github.com/isaacs/ini/issues"
  4581          },
  4582          {
  4583            "type": "vcs",
  4584            "url": "git://github.com/isaacs/ini.git"
  4585          }
  4586        ]
  4587      },
  4588      {
  4589        "type": "library",
  4590        "bom-ref": "pkg:npm/which@1.3.1",
  4591        "name": "which",
  4592        "version": "1.3.1",
  4593        "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  4594        "hashes": [
  4595          {
  4596            "alg": "SHA-1",
  4597            "content": "a45043d54f5805316da8d62f9f50918d3da70b0a"
  4598          }
  4599        ],
  4600        "licenses": [
  4601          {
  4602            "license": {
  4603              "id": "ISC"
  4604            }
  4605          }
  4606        ],
  4607        "purl": "pkg:npm/which@1.3.1",
  4608        "externalReferences": [
  4609          {
  4610            "type": "website",
  4611            "url": "https://github.com/isaacs/node-which#readme"
  4612          },
  4613          {
  4614            "type": "issue-tracker",
  4615            "url": "https://github.com/isaacs/node-which/issues"
  4616          },
  4617          {
  4618            "type": "vcs",
  4619            "url": "git://github.com/isaacs/node-which.git"
  4620          }
  4621        ]
  4622      },
  4623      {
  4624        "type": "library",
  4625        "bom-ref": "pkg:npm/isexe@2.0.0",
  4626        "name": "isexe",
  4627        "version": "2.0.0",
  4628        "description": "Minimal module to check if a file is executable.",
  4629        "hashes": [
  4630          {
  4631            "alg": "SHA-1",
  4632            "content": "e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
  4633          }
  4634        ],
  4635        "licenses": [
  4636          {
  4637            "license": {
  4638              "id": "ISC"
  4639            }
  4640          }
  4641        ],
  4642        "purl": "pkg:npm/isexe@2.0.0",
  4643        "externalReferences": [
  4644          {
  4645            "type": "website",
  4646            "url": "https://github.com/isaacs/isexe#readme"
  4647          },
  4648          {
  4649            "type": "issue-tracker",
  4650            "url": "https://github.com/isaacs/isexe/issues"
  4651          },
  4652          {
  4653            "type": "vcs",
  4654            "url": "git+https://github.com/isaacs/isexe.git"
  4655          }
  4656        ]
  4657      },
  4658      {
  4659        "type": "library",
  4660        "bom-ref": "pkg:npm/lodash.camelcase@4.3.0",
  4661        "name": "lodash.camelcase",
  4662        "version": "4.3.0",
  4663        "description": "The lodash method `_.camelCase` exported as a module.",
  4664        "hashes": [
  4665          {
  4666            "alg": "SHA-1",
  4667            "content": "b28aa6288a2b9fc651035c7711f65ab6190331a6"
  4668          }
  4669        ],
  4670        "licenses": [
  4671          {
  4672            "license": {
  4673              "id": "MIT"
  4674            }
  4675          }
  4676        ],
  4677        "purl": "pkg:npm/lodash.camelcase@4.3.0",
  4678        "externalReferences": [
  4679          {
  4680            "type": "website",
  4681            "url": "https://lodash.com/"
  4682          },
  4683          {
  4684            "type": "issue-tracker",
  4685            "url": "https://github.com/lodash/lodash/issues"
  4686          },
  4687          {
  4688            "type": "vcs",
  4689            "url": "git+https://github.com/lodash/lodash.git"
  4690          }
  4691        ]
  4692      },
  4693      {
  4694        "type": "library",
  4695        "bom-ref": "pkg:npm/minimist@1.2.5",
  4696        "name": "minimist",
  4697        "version": "1.2.5",
  4698        "description": "parse argument options",
  4699        "hashes": [
  4700          {
  4701            "alg": "SHA-1",
  4702            "content": "67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
  4703          }
  4704        ],
  4705        "licenses": [
  4706          {
  4707            "license": {
  4708              "id": "MIT"
  4709            }
  4710          }
  4711        ],
  4712        "purl": "pkg:npm/minimist@1.2.5",
  4713        "externalReferences": [
  4714          {
  4715            "type": "website",
  4716            "url": "https://github.com/substack/minimist"
  4717          },
  4718          {
  4719            "type": "issue-tracker",
  4720            "url": "https://github.com/substack/minimist/issues"
  4721          },
  4722          {
  4723            "type": "vcs",
  4724            "url": "git://github.com/substack/minimist.git"
  4725          }
  4726        ]
  4727      },
  4728      {
  4729        "type": "library",
  4730        "bom-ref": "pkg:npm/semver@5.7.1",
  4731        "name": "semver",
  4732        "version": "5.7.1",
  4733        "description": "The semantic version parser used by npm.",
  4734        "hashes": [
  4735          {
  4736            "alg": "SHA-1",
  4737            "content": "a954f931aeba508d307bbf069eff0c01c96116f7"
  4738          }
  4739        ],
  4740        "licenses": [
  4741          {
  4742            "license": {
  4743              "id": "ISC"
  4744            }
  4745          }
  4746        ],
  4747        "purl": "pkg:npm/semver@5.7.1",
  4748        "externalReferences": [
  4749          {
  4750            "type": "website",
  4751            "url": "https://github.com/npm/node-semver#readme"
  4752          },
  4753          {
  4754            "type": "issue-tracker",
  4755            "url": "https://github.com/npm/node-semver/issues"
  4756          },
  4757          {
  4758            "type": "vcs",
  4759            "url": "git+https://github.com/npm/node-semver.git"
  4760          }
  4761        ]
  4762      },
  4763      {
  4764        "type": "library",
  4765        "bom-ref": "pkg:npm/clarinet@0.12.4",
  4766        "name": "clarinet",
  4767        "version": "0.12.4",
  4768        "description": "SAX based evented streaming JSON parser in JavaScript (browser and node)",
  4769        "hashes": [
  4770          {
  4771            "alg": "SHA-1",
  4772            "content": "5d7196a2b2347ff283db2e2bf1ef615c0aa6afdb"
  4773          }
  4774        ],
  4775        "licenses": [
  4776          {
  4777            "license": {
  4778              "id": "BSD-2-Clause"
  4779            }
  4780          }
  4781        ],
  4782        "purl": "pkg:npm/clarinet@0.12.4",
  4783        "externalReferences": [
  4784          {
  4785            "type": "website",
  4786            "url": "https://github.com/dscape/clarinet"
  4787          },
  4788          {
  4789            "type": "issue-tracker",
  4790            "url": "http://github.com/dscape/clarinet/issues"
  4791          },
  4792          {
  4793            "type": "vcs",
  4794            "url": "git+ssh://git@github.com/dscape/clarinet.git"
  4795          }
  4796        ]
  4797      },
  4798      {
  4799        "type": "library",
  4800        "bom-ref": "pkg:npm/colors@1.4.0",
  4801        "name": "colors",
  4802        "version": "1.4.0",
  4803        "description": "get colors in your node.js console",
  4804        "hashes": [
  4805          {
  4806            "alg": "SHA-1",
  4807            "content": "c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
  4808          }
  4809        ],
  4810        "licenses": [
  4811          {
  4812            "license": {
  4813              "id": "MIT"
  4814            }
  4815          }
  4816        ],
  4817        "purl": "pkg:npm/colors@1.4.0",
  4818        "externalReferences": [
  4819          {
  4820            "type": "website",
  4821            "url": "https://github.com/Marak/colors.js"
  4822          },
  4823          {
  4824            "type": "issue-tracker",
  4825            "url": "https://github.com/Marak/colors.js/issues"
  4826          },
  4827          {
  4828            "type": "vcs",
  4829            "url": "git+ssh://git@github.com/Marak/colors.js.git"
  4830          }
  4831        ]
  4832      },
  4833      {
  4834        "type": "library",
  4835        "bom-ref": "pkg:npm/compression@1.7.4",
  4836        "name": "compression",
  4837        "version": "1.7.4",
  4838        "description": "Node.js compression middleware",
  4839        "hashes": [
  4840          {
  4841            "alg": "SHA-1",
  4842            "content": "95523eff170ca57c29a0ca41e6fe131f41e5bb8f"
  4843          }
  4844        ],
  4845        "licenses": [
  4846          {
  4847            "license": {
  4848              "id": "MIT"
  4849            }
  4850          }
  4851        ],
  4852        "purl": "pkg:npm/compression@1.7.4",
  4853        "externalReferences": [
  4854          {
  4855            "type": "website",
  4856            "url": "https://github.com/expressjs/compression#readme"
  4857          },
  4858          {
  4859            "type": "issue-tracker",
  4860            "url": "https://github.com/expressjs/compression/issues"
  4861          },
  4862          {
  4863            "type": "vcs",
  4864            "url": "git+https://github.com/expressjs/compression.git"
  4865          }
  4866        ]
  4867      },
  4868      {
  4869        "type": "library",
  4870        "bom-ref": "pkg:npm/accepts@1.3.7",
  4871        "name": "accepts",
  4872        "version": "1.3.7",
  4873        "description": "Higher-level content negotiation",
  4874        "hashes": [
  4875          {
  4876            "alg": "SHA-1",
  4877            "content": "531bc726517a3b2b41f850021c6cc15eaab507cd"
  4878          }
  4879        ],
  4880        "licenses": [
  4881          {
  4882            "license": {
  4883              "id": "MIT"
  4884            }
  4885          }
  4886        ],
  4887        "purl": "pkg:npm/accepts@1.3.7",
  4888        "externalReferences": [
  4889          {
  4890            "type": "website",
  4891            "url": "https://github.com/jshttp/accepts#readme"
  4892          },
  4893          {
  4894            "type": "issue-tracker",
  4895            "url": "https://github.com/jshttp/accepts/issues"
  4896          },
  4897          {
  4898            "type": "vcs",
  4899            "url": "git+https://github.com/jshttp/accepts.git"
  4900          }
  4901        ]
  4902      },
  4903      {
  4904        "type": "library",
  4905        "bom-ref": "pkg:npm/negotiator@0.6.2",
  4906        "name": "negotiator",
  4907        "version": "0.6.2",
  4908        "description": "HTTP content negotiation",
  4909        "hashes": [
  4910          {
  4911            "alg": "SHA-1",
  4912            "content": "feacf7ccf525a77ae9634436a64883ffeca346fb"
  4913          }
  4914        ],
  4915        "licenses": [
  4916          {
  4917            "license": {
  4918              "id": "MIT"
  4919            }
  4920          }
  4921        ],
  4922        "purl": "pkg:npm/negotiator@0.6.2",
  4923        "externalReferences": [
  4924          {
  4925            "type": "website",
  4926            "url": "https://github.com/jshttp/negotiator#readme"
  4927          },
  4928          {
  4929            "type": "issue-tracker",
  4930            "url": "https://github.com/jshttp/negotiator/issues"
  4931          },
  4932          {
  4933            "type": "vcs",
  4934            "url": "git+https://github.com/jshttp/negotiator.git"
  4935          }
  4936        ]
  4937      },
  4938      {
  4939        "type": "library",
  4940        "bom-ref": "pkg:npm/bytes@3.0.0",
  4941        "name": "bytes",
  4942        "version": "3.0.0",
  4943        "description": "Utility to parse a string bytes to bytes and vice-versa",
  4944        "hashes": [
  4945          {
  4946            "alg": "SHA-1",
  4947            "content": "d32815404d689699f85a4ea4fa8755dd13a96048"
  4948          }
  4949        ],
  4950        "licenses": [
  4951          {
  4952            "license": {
  4953              "id": "MIT"
  4954            }
  4955          }
  4956        ],
  4957        "purl": "pkg:npm/bytes@3.0.0",
  4958        "externalReferences": [
  4959          {
  4960            "type": "website",
  4961            "url": "https://github.com/visionmedia/bytes.js#readme"
  4962          },
  4963          {
  4964            "type": "issue-tracker",
  4965            "url": "https://github.com/visionmedia/bytes.js/issues"
  4966          },
  4967          {
  4968            "type": "vcs",
  4969            "url": "git+https://github.com/visionmedia/bytes.js.git"
  4970          }
  4971        ]
  4972      },
  4973      {
  4974        "type": "library",
  4975        "bom-ref": "pkg:npm/compressible@2.0.18",
  4976        "name": "compressible",
  4977        "version": "2.0.18",
  4978        "description": "Compressible Content-Type / mime checking",
  4979        "hashes": [
  4980          {
  4981            "alg": "SHA-1",
  4982            "content": "af53cca6b070d4c3c0750fbd77286a6d7cc46fba"
  4983          }
  4984        ],
  4985        "licenses": [
  4986          {
  4987            "license": {
  4988              "id": "MIT"
  4989            }
  4990          }
  4991        ],
  4992        "purl": "pkg:npm/compressible@2.0.18",
  4993        "externalReferences": [
  4994          {
  4995            "type": "website",
  4996            "url": "https://github.com/jshttp/compressible#readme"
  4997          },
  4998          {
  4999            "type": "issue-tracker",
  5000            "url": "https://github.com/jshttp/compressible/issues"
  5001          },
  5002          {
  5003            "type": "vcs",
  5004            "url": "git+https://github.com/jshttp/compressible.git"
  5005          }
  5006        ]
  5007      },
  5008      {
  5009        "type": "library",
  5010        "bom-ref": "pkg:npm/on-headers@1.0.2",
  5011        "name": "on-headers",
  5012        "version": "1.0.2",
  5013        "description": "Execute a listener when a response is about to write headers",
  5014        "hashes": [
  5015          {
  5016            "alg": "SHA-1",
  5017            "content": "772b0ae6aaa525c399e489adfad90c403eb3c28f"
  5018          }
  5019        ],
  5020        "licenses": [
  5021          {
  5022            "license": {
  5023              "id": "MIT"
  5024            }
  5025          }
  5026        ],
  5027        "purl": "pkg:npm/on-headers@1.0.2",
  5028        "externalReferences": [
  5029          {
  5030            "type": "website",
  5031            "url": "https://github.com/jshttp/on-headers#readme"
  5032          },
  5033          {
  5034            "type": "issue-tracker",
  5035            "url": "https://github.com/jshttp/on-headers/issues"
  5036          },
  5037          {
  5038            "type": "vcs",
  5039            "url": "git+https://github.com/jshttp/on-headers.git"
  5040          }
  5041        ]
  5042      },
  5043      {
  5044        "type": "library",
  5045        "bom-ref": "pkg:npm/safe-buffer@5.1.2",
  5046        "name": "safe-buffer",
  5047        "version": "5.1.2",
  5048        "description": "Safer Node.js Buffer API",
  5049        "hashes": [
  5050          {
  5051            "alg": "SHA-1",
  5052            "content": "991ec69d296e0313747d59bdfd2b745c35f8828d"
  5053          }
  5054        ],
  5055        "licenses": [
  5056          {
  5057            "license": {
  5058              "id": "MIT"
  5059            }
  5060          }
  5061        ],
  5062        "purl": "pkg:npm/safe-buffer@5.1.2",
  5063        "externalReferences": [
  5064          {
  5065            "type": "website",
  5066            "url": "https://github.com/feross/safe-buffer"
  5067          },
  5068          {
  5069            "type": "issue-tracker",
  5070            "url": "https://github.com/feross/safe-buffer/issues"
  5071          },
  5072          {
  5073            "type": "vcs",
  5074            "url": "git://github.com/feross/safe-buffer.git"
  5075          }
  5076        ]
  5077      },
  5078      {
  5079        "type": "library",
  5080        "bom-ref": "pkg:npm/vary@1.1.2",
  5081        "name": "vary",
  5082        "version": "1.1.2",
  5083        "description": "Manipulate the HTTP Vary header",
  5084        "hashes": [
  5085          {
  5086            "alg": "SHA-1",
  5087            "content": "2299f02c6ded30d4a5961b0b9f74524a18f634fc"
  5088          }
  5089        ],
  5090        "licenses": [
  5091          {
  5092            "license": {
  5093              "id": "MIT"
  5094            }
  5095          }
  5096        ],
  5097        "purl": "pkg:npm/vary@1.1.2",
  5098        "externalReferences": [
  5099          {
  5100            "type": "website",
  5101            "url": "https://github.com/jshttp/vary#readme"
  5102          },
  5103          {
  5104            "type": "issue-tracker",
  5105            "url": "https://github.com/jshttp/vary/issues"
  5106          },
  5107          {
  5108            "type": "vcs",
  5109            "url": "git+https://github.com/jshttp/vary.git"
  5110          }
  5111        ]
  5112      },
  5113      {
  5114        "type": "library",
  5115        "bom-ref": "pkg:npm/concurrently@5.2.0",
  5116        "name": "concurrently",
  5117        "version": "5.2.0",
  5118        "description": "Run commands concurrently",
  5119        "hashes": [
  5120          {
  5121            "alg": "SHA-1",
  5122            "content": "ead55121d08a0fc817085584c123cedec2e08975"
  5123          }
  5124        ],
  5125        "licenses": [
  5126          {
  5127            "license": {
  5128              "id": "MIT"
  5129            }
  5130          }
  5131        ],
  5132        "purl": "pkg:npm/concurrently@5.2.0",
  5133        "externalReferences": [
  5134          {
  5135            "type": "website",
  5136            "url": "https://github.com/kimmobrunfeldt/concurrently#readme"
  5137          },
  5138          {
  5139            "type": "issue-tracker",
  5140            "url": "https://github.com/kimmobrunfeldt/concurrently/issues"
  5141          },
  5142          {
  5143            "type": "vcs",
  5144            "url": "git+https://github.com/kimmobrunfeldt/concurrently.git"
  5145          }
  5146        ]
  5147      },
  5148      {
  5149        "type": "library",
  5150        "bom-ref": "pkg:npm/date-fns@2.14.0",
  5151        "name": "date-fns",
  5152        "version": "2.14.0",
  5153        "description": "Modern JavaScript date utility library",
  5154        "hashes": [
  5155          {
  5156            "alg": "SHA-1",
  5157            "content": "359a87a265bb34ef2e38f93ecf63ac453f9bc7ba"
  5158          }
  5159        ],
  5160        "licenses": [
  5161          {
  5162            "license": {
  5163              "id": "MIT"
  5164            }
  5165          }
  5166        ],
  5167        "purl": "pkg:npm/date-fns@2.14.0",
  5168        "externalReferences": [
  5169          {
  5170            "type": "website",
  5171            "url": "https://github.com/date-fns/date-fns#readme"
  5172          },
  5173          {
  5174            "type": "issue-tracker",
  5175            "url": "https://github.com/date-fns/date-fns/issues"
  5176          },
  5177          {
  5178            "type": "vcs",
  5179            "url": "git+https://github.com/date-fns/date-fns.git"
  5180          }
  5181        ]
  5182      },
  5183      {
  5184        "type": "library",
  5185        "bom-ref": "pkg:npm/lodash@4.17.19",
  5186        "name": "lodash",
  5187        "version": "4.17.19",
  5188        "description": "Lodash modular utilities.",
  5189        "hashes": [
  5190          {
  5191            "alg": "SHA-1",
  5192            "content": "e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
  5193          }
  5194        ],
  5195        "licenses": [
  5196          {
  5197            "license": {
  5198              "id": "MIT"
  5199            }
  5200          }
  5201        ],
  5202        "purl": "pkg:npm/lodash@4.17.19",
  5203        "externalReferences": [
  5204          {
  5205            "type": "website",
  5206            "url": "https://lodash.com/"
  5207          },
  5208          {
  5209            "type": "issue-tracker",
  5210            "url": "https://github.com/lodash/lodash/issues"
  5211          },
  5212          {
  5213            "type": "vcs",
  5214            "url": "git+https://github.com/lodash/lodash.git"
  5215          }
  5216        ]
  5217      },
  5218      {
  5219        "type": "library",
  5220        "bom-ref": "pkg:npm/read-pkg@4.0.1",
  5221        "name": "read-pkg",
  5222        "version": "4.0.1",
  5223        "description": "Read a package.json file",
  5224        "hashes": [
  5225          {
  5226            "alg": "SHA-1",
  5227            "content": "963625378f3e1c4d48c85872b5a6ec7d5d093237"
  5228          }
  5229        ],
  5230        "licenses": [
  5231          {
  5232            "license": {
  5233              "id": "MIT"
  5234            }
  5235          }
  5236        ],
  5237        "purl": "pkg:npm/read-pkg@4.0.1",
  5238        "externalReferences": [
  5239          {
  5240            "type": "website",
  5241            "url": "https://github.com/sindresorhus/read-pkg#readme"
  5242          },
  5243          {
  5244            "type": "issue-tracker",
  5245            "url": "https://github.com/sindresorhus/read-pkg/issues"
  5246          },
  5247          {
  5248            "type": "vcs",
  5249            "url": "git+https://github.com/sindresorhus/read-pkg.git"
  5250          }
  5251        ]
  5252      },
  5253      {
  5254        "type": "library",
  5255        "bom-ref": "pkg:npm/normalize-package-data@2.5.0",
  5256        "name": "normalize-package-data",
  5257        "version": "2.5.0",
  5258        "description": "Normalizes data that can be found in package.json files.",
  5259        "hashes": [
  5260          {
  5261            "alg": "SHA-1",
  5262            "content": "e66db1838b200c1dfc233225d12cb36520e234a8"
  5263          }
  5264        ],
  5265        "licenses": [
  5266          {
  5267            "license": {
  5268              "id": "BSD-2-Clause"
  5269            }
  5270          }
  5271        ],
  5272        "purl": "pkg:npm/normalize-package-data@2.5.0",
  5273        "externalReferences": [
  5274          {
  5275            "type": "website",
  5276            "url": "https://github.com/npm/normalize-package-data#readme"
  5277          },
  5278          {
  5279            "type": "issue-tracker",
  5280            "url": "https://github.com/npm/normalize-package-data/issues"
  5281          },
  5282          {
  5283            "type": "vcs",
  5284            "url": "git://github.com/npm/normalize-package-data.git"
  5285          }
  5286        ]
  5287      },
  5288      {
  5289        "type": "library",
  5290        "bom-ref": "pkg:npm/hosted-git-info@2.8.8",
  5291        "name": "hosted-git-info",
  5292        "version": "2.8.8",
  5293        "description": "Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab",
  5294        "hashes": [
  5295          {
  5296            "alg": "SHA-1",
  5297            "content": "7539bd4bc1e0e0a895815a2e0262420b12858488"
  5298          }
  5299        ],
  5300        "licenses": [
  5301          {
  5302            "license": {
  5303              "id": "ISC"
  5304            }
  5305          }
  5306        ],
  5307        "purl": "pkg:npm/hosted-git-info@2.8.8",
  5308        "externalReferences": [
  5309          {
  5310            "type": "website",
  5311            "url": "https://github.com/npm/hosted-git-info"
  5312          },
  5313          {
  5314            "type": "issue-tracker",
  5315            "url": "https://github.com/npm/hosted-git-info/issues"
  5316          },
  5317          {
  5318            "type": "vcs",
  5319            "url": "git+https://github.com/npm/hosted-git-info.git"
  5320          }
  5321        ]
  5322      },
  5323      {
  5324        "type": "library",
  5325        "bom-ref": "pkg:npm/resolve@1.17.0",
  5326        "name": "resolve",
  5327        "version": "1.17.0",
  5328        "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
  5329        "hashes": [
  5330          {
  5331            "alg": "SHA-1",
  5332            "content": "b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
  5333          }
  5334        ],
  5335        "licenses": [
  5336          {
  5337            "license": {
  5338              "id": "MIT"
  5339            }
  5340          }
  5341        ],
  5342        "purl": "pkg:npm/resolve@1.17.0",
  5343        "externalReferences": [
  5344          {
  5345            "type": "website",
  5346            "url": "https://github.com/browserify/resolve#readme"
  5347          },
  5348          {
  5349            "type": "issue-tracker",
  5350            "url": "https://github.com/browserify/resolve/issues"
  5351          },
  5352          {
  5353            "type": "vcs",
  5354            "url": "git://github.com/browserify/resolve.git"
  5355          }
  5356        ]
  5357      },
  5358      {
  5359        "type": "library",
  5360        "bom-ref": "pkg:npm/path-parse@1.0.6",
  5361        "name": "path-parse",
  5362        "version": "1.0.6",
  5363        "description": "Node.js path.parse() ponyfill",
  5364        "hashes": [
  5365          {
  5366            "alg": "SHA-1",
  5367            "content": "d62dbb5679405d72c4737ec58600e9ddcf06d24c"
  5368          }
  5369        ],
  5370        "licenses": [
  5371          {
  5372            "license": {
  5373              "id": "MIT"
  5374            }
  5375          }
  5376        ],
  5377        "purl": "pkg:npm/path-parse@1.0.6",
  5378        "externalReferences": [
  5379          {
  5380            "type": "website",
  5381            "url": "https://github.com/jbgutierrez/path-parse#readme"
  5382          },
  5383          {
  5384            "type": "issue-tracker",
  5385            "url": "https://github.com/jbgutierrez/path-parse/issues"
  5386          },
  5387          {
  5388            "type": "vcs",
  5389            "url": "git+https://github.com/jbgutierrez/path-parse.git"
  5390          }
  5391        ]
  5392      },
  5393      {
  5394        "type": "library",
  5395        "bom-ref": "pkg:npm/validate-npm-package-license@3.0.4",
  5396        "name": "validate-npm-package-license",
  5397        "version": "3.0.4",
  5398        "description": "Give me a string and I'll tell you if it's a valid npm package license string",
  5399        "hashes": [
  5400          {
  5401            "alg": "SHA-1",
  5402            "content": "fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
  5403          }
  5404        ],
  5405        "licenses": [
  5406          {
  5407            "license": {
  5408              "id": "Apache-2.0"
  5409            }
  5410          }
  5411        ],
  5412        "purl": "pkg:npm/validate-npm-package-license@3.0.4",
  5413        "externalReferences": [
  5414          {
  5415            "type": "website",
  5416            "url": "https://github.com/kemitchell/validate-npm-package-license.js#readme"
  5417          },
  5418          {
  5419            "type": "issue-tracker",
  5420            "url": "https://github.com/kemitchell/validate-npm-package-license.js/issues"
  5421          },
  5422          {
  5423            "type": "vcs",
  5424            "url": "git+https://github.com/kemitchell/validate-npm-package-license.js.git"
  5425          }
  5426        ]
  5427      },
  5428      {
  5429        "type": "library",
  5430        "bom-ref": "pkg:npm/spdx-correct@3.1.1",
  5431        "name": "spdx-correct",
  5432        "version": "3.1.1",
  5433        "description": "correct invalid SPDX expressions",
  5434        "hashes": [
  5435          {
  5436            "alg": "SHA-1",
  5437            "content": "dece81ac9c1e6713e5f7d1b6f17d468fa53d89a9"
  5438          }
  5439        ],
  5440        "licenses": [
  5441          {
  5442            "license": {
  5443              "id": "Apache-2.0"
  5444            }
  5445          }
  5446        ],
  5447        "purl": "pkg:npm/spdx-correct@3.1.1",
  5448        "externalReferences": [
  5449          {
  5450            "type": "website",
  5451            "url": "https://github.com/jslicense/spdx-correct.js#readme"
  5452          },
  5453          {
  5454            "type": "issue-tracker",
  5455            "url": "https://github.com/jslicense/spdx-correct.js/issues"
  5456          },
  5457          {
  5458            "type": "vcs",
  5459            "url": "git+https://github.com/jslicense/spdx-correct.js.git"
  5460          }
  5461        ]
  5462      },
  5463      {
  5464        "type": "library",
  5465        "bom-ref": "pkg:npm/spdx-expression-parse@3.0.1",
  5466        "name": "spdx-expression-parse",
  5467        "version": "3.0.1",
  5468        "description": "parse SPDX license expressions",
  5469        "hashes": [
  5470          {
  5471            "alg": "SHA-1",
  5472            "content": "cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
  5473          }
  5474        ],
  5475        "licenses": [
  5476          {
  5477            "license": {
  5478              "id": "MIT"
  5479            }
  5480          }
  5481        ],
  5482        "purl": "pkg:npm/spdx-expression-parse@3.0.1",
  5483        "externalReferences": [
  5484          {
  5485            "type": "website",
  5486            "url": "https://github.com/jslicense/spdx-expression-parse.js#readme"
  5487          },
  5488          {
  5489            "type": "issue-tracker",
  5490            "url": "https://github.com/jslicense/spdx-expression-parse.js/issues"
  5491          },
  5492          {
  5493            "type": "vcs",
  5494            "url": "git+https://github.com/jslicense/spdx-expression-parse.js.git"
  5495          }
  5496        ]
  5497      },
  5498      {
  5499        "type": "library",
  5500        "bom-ref": "pkg:npm/spdx-exceptions@2.3.0",
  5501        "name": "spdx-exceptions",
  5502        "version": "2.3.0",
  5503        "description": "list of SPDX standard license exceptions",
  5504        "hashes": [
  5505          {
  5506            "alg": "SHA-1",
  5507            "content": "3f28ce1a77a00372683eade4a433183527a2163d"
  5508          }
  5509        ],
  5510        "licenses": [
  5511          {
  5512            "license": {
  5513              "id": "CC-BY-3.0"
  5514            }
  5515          }
  5516        ],
  5517        "purl": "pkg:npm/spdx-exceptions@2.3.0",
  5518        "externalReferences": [
  5519          {
  5520            "type": "website",
  5521            "url": "https://github.com/kemitchell/spdx-exceptions.json#readme"
  5522          },
  5523          {
  5524            "type": "issue-tracker",
  5525            "url": "https://github.com/kemitchell/spdx-exceptions.json/issues"
  5526          },
  5527          {
  5528            "type": "vcs",
  5529            "url": "git+https://github.com/kemitchell/spdx-exceptions.json.git"
  5530          }
  5531        ]
  5532      },
  5533      {
  5534        "type": "library",
  5535        "bom-ref": "pkg:npm/spdx-license-ids@3.0.5",
  5536        "name": "spdx-license-ids",
  5537        "version": "3.0.5",
  5538        "description": "A list of SPDX license identifiers",
  5539        "hashes": [
  5540          {
  5541            "alg": "SHA-1",
  5542            "content": "3694b5804567a458d3c8045842a6358632f62654"
  5543          }
  5544        ],
  5545        "licenses": [
  5546          {
  5547            "license": {
  5548              "id": "CC0-1.0"
  5549            }
  5550          }
  5551        ],
  5552        "purl": "pkg:npm/spdx-license-ids@3.0.5",
  5553        "externalReferences": [
  5554          {
  5555            "type": "website",
  5556            "url": "https://github.com/shinnn/spdx-license-ids#readme"
  5557          },
  5558          {
  5559            "type": "issue-tracker",
  5560            "url": "https://github.com/shinnn/spdx-license-ids/issues"
  5561          },
  5562          {
  5563            "type": "vcs",
  5564            "url": "git+https://github.com/shinnn/spdx-license-ids.git"
  5565          }
  5566        ]
  5567      },
  5568      {
  5569        "type": "library",
  5570        "bom-ref": "pkg:npm/parse-json@4.0.0",
  5571        "name": "parse-json",
  5572        "version": "4.0.0",
  5573        "description": "Parse JSON with more helpful errors",
  5574        "hashes": [
  5575          {
  5576            "alg": "SHA-1",
  5577            "content": "be35f5425be1f7f6c747184f98a788cb99477ee0"
  5578          }
  5579        ],
  5580        "licenses": [
  5581          {
  5582            "license": {
  5583              "id": "MIT"
  5584            }
  5585          }
  5586        ],
  5587        "purl": "pkg:npm/parse-json@4.0.0",
  5588        "externalReferences": [
  5589          {
  5590            "type": "website",
  5591            "url": "https://github.com/sindresorhus/parse-json#readme"
  5592          },
  5593          {
  5594            "type": "issue-tracker",
  5595            "url": "https://github.com/sindresorhus/parse-json/issues"
  5596          },
  5597          {
  5598            "type": "vcs",
  5599            "url": "git+https://github.com/sindresorhus/parse-json.git"
  5600          }
  5601        ]
  5602      },
  5603      {
  5604        "type": "library",
  5605        "bom-ref": "pkg:npm/error-ex@1.3.2",
  5606        "name": "error-ex",
  5607        "version": "1.3.2",
  5608        "description": "Easy error subclassing and stack customization",
  5609        "hashes": [
  5610          {
  5611            "alg": "SHA-1",
  5612            "content": "b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
  5613          }
  5614        ],
  5615        "licenses": [
  5616          {
  5617            "license": {
  5618              "id": "MIT"
  5619            }
  5620          }
  5621        ],
  5622        "purl": "pkg:npm/error-ex@1.3.2",
  5623        "externalReferences": [
  5624          {
  5625            "type": "website",
  5626            "url": "https://github.com/qix-/node-error-ex#readme"
  5627          },
  5628          {
  5629            "type": "issue-tracker",
  5630            "url": "https://github.com/qix-/node-error-ex/issues"
  5631          },
  5632          {
  5633            "type": "vcs",
  5634            "url": "git+https://github.com/qix-/node-error-ex.git"
  5635          }
  5636        ]
  5637      },
  5638      {
  5639        "type": "library",
  5640        "bom-ref": "pkg:npm/is-arrayish@0.2.1",
  5641        "name": "is-arrayish",
  5642        "version": "0.2.1",
  5643        "description": "Determines if an object can be used as an array",
  5644        "hashes": [
  5645          {
  5646            "alg": "SHA-1",
  5647            "content": "77c99840527aa8ecb1a8ba697b80645a7a926a9d"
  5648          }
  5649        ],
  5650        "licenses": [
  5651          {
  5652            "license": {
  5653              "id": "MIT"
  5654            }
  5655          }
  5656        ],
  5657        "purl": "pkg:npm/is-arrayish@0.2.1",
  5658        "externalReferences": [
  5659          {
  5660            "type": "website",
  5661            "url": "https://github.com/qix-/node-is-arrayish#readme"
  5662          },
  5663          {
  5664            "type": "issue-tracker",
  5665            "url": "https://github.com/qix-/node-is-arrayish/issues"
  5666          },
  5667          {
  5668            "type": "vcs",
  5669            "url": "git+https://github.com/qix-/node-is-arrayish.git"
  5670          }
  5671        ]
  5672      },
  5673      {
  5674        "type": "library",
  5675        "bom-ref": "pkg:npm/json-parse-better-errors@1.0.2",
  5676        "name": "json-parse-better-errors",
  5677        "version": "1.0.2",
  5678        "description": "JSON.parse with context information on error",
  5679        "hashes": [
  5680          {
  5681            "alg": "SHA-1",
  5682            "content": "bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
  5683          }
  5684        ],
  5685        "licenses": [
  5686          {
  5687            "license": {
  5688              "id": "MIT"
  5689            }
  5690          }
  5691        ],
  5692        "purl": "pkg:npm/json-parse-better-errors@1.0.2",
  5693        "externalReferences": [
  5694          {
  5695            "type": "website",
  5696            "url": "https://github.com/zkat/json-parse-better-errors#readme"
  5697          },
  5698          {
  5699            "type": "issue-tracker",
  5700            "url": "https://github.com/zkat/json-parse-better-errors/issues"
  5701          },
  5702          {
  5703            "type": "vcs",
  5704            "url": "git+https://github.com/zkat/json-parse-better-errors.git"
  5705          }
  5706        ]
  5707      },
  5708      {
  5709        "type": "library",
  5710        "bom-ref": "pkg:npm/pify@3.0.0",
  5711        "name": "pify",
  5712        "version": "3.0.0",
  5713        "description": "Promisify a callback-style function",
  5714        "hashes": [
  5715          {
  5716            "alg": "SHA-1",
  5717            "content": "e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
  5718          }
  5719        ],
  5720        "licenses": [
  5721          {
  5722            "license": {
  5723              "id": "MIT"
  5724            }
  5725          }
  5726        ],
  5727        "purl": "pkg:npm/pify@3.0.0",
  5728        "externalReferences": [
  5729          {
  5730            "type": "website",
  5731            "url": "https://github.com/sindresorhus/pify#readme"
  5732          },
  5733          {
  5734            "type": "issue-tracker",
  5735            "url": "https://github.com/sindresorhus/pify/issues"
  5736          },
  5737          {
  5738            "type": "vcs",
  5739            "url": "git+https://github.com/sindresorhus/pify.git"
  5740          }
  5741        ]
  5742      },
  5743      {
  5744        "type": "library",
  5745        "bom-ref": "pkg:npm/rxjs@6.6.0",
  5746        "name": "rxjs",
  5747        "version": "6.6.0",
  5748        "description": "Reactive Extensions for modern JavaScript",
  5749        "hashes": [
  5750          {
  5751            "alg": "SHA-1",
  5752            "content": "af2901eedf02e3a83ffa7f886240ff9018bbec84"
  5753          }
  5754        ],
  5755        "licenses": [
  5756          {
  5757            "license": {
  5758              "id": "Apache-2.0"
  5759            }
  5760          }
  5761        ],
  5762        "purl": "pkg:npm/rxjs@6.6.0",
  5763        "externalReferences": [
  5764          {
  5765            "type": "website",
  5766            "url": "https://github.com/ReactiveX/RxJS"
  5767          },
  5768          {
  5769            "type": "issue-tracker",
  5770            "url": "https://github.com/ReactiveX/RxJS/issues"
  5771          },
  5772          {
  5773            "type": "vcs",
  5774            "url": "git+https://github.com/reactivex/rxjs.git"
  5775          }
  5776        ]
  5777      },
  5778      {
  5779        "type": "library",
  5780        "bom-ref": "pkg:npm/tslib@1.13.0",
  5781        "name": "tslib",
  5782        "version": "1.13.0",
  5783        "description": "Runtime library for TypeScript helper functions",
  5784        "hashes": [
  5785          {
  5786            "alg": "SHA-1",
  5787            "content": "c881e13cc7015894ed914862d276436fa9a47043"
  5788          }
  5789        ],
  5790        "licenses": [
  5791          {
  5792            "license": {
  5793              "id": "0BSD"
  5794            }
  5795          }
  5796        ],
  5797        "purl": "pkg:npm/tslib@1.13.0",
  5798        "externalReferences": [
  5799          {
  5800            "type": "website",
  5801            "url": "https://www.typescriptlang.org/"
  5802          },
  5803          {
  5804            "type": "issue-tracker",
  5805            "url": "https://github.com/Microsoft/TypeScript/issues"
  5806          },
  5807          {
  5808            "type": "vcs",
  5809            "url": "git+https://github.com/Microsoft/tslib.git"
  5810          }
  5811        ]
  5812      },
  5813      {
  5814        "type": "library",
  5815        "bom-ref": "pkg:npm/spawn-command@0.0.2-1",
  5816        "name": "spawn-command",
  5817        "version": "0.0.2-1",
  5818        "description": "Spawn commands like `child_process.exec` does but return a `ChildProcess`",
  5819        "hashes": [
  5820          {
  5821            "alg": "SHA-1",
  5822            "content": "62f5e9466981c1b796dc5929937e11c9c6921bd0"
  5823          }
  5824        ],
  5825        "licenses": [
  5826          {
  5827            "license": {
  5828              "id": "MIT"
  5829            }
  5830          }
  5831        ],
  5832        "purl": "pkg:npm/spawn-command@0.0.2-1",
  5833        "externalReferences": [
  5834          {
  5835            "type": "website",
  5836            "url": "https://github.com/mmalecki/spawn-command#readme"
  5837          },
  5838          {
  5839            "type": "issue-tracker",
  5840            "url": "https://github.com/mmalecki/spawn-command/issues"
  5841          },
  5842          {
  5843            "type": "vcs",
  5844            "url": "git+https://github.com/mmalecki/spawn-command.git"
  5845          }
  5846        ]
  5847      },
  5848      {
  5849        "type": "library",
  5850        "bom-ref": "pkg:npm/supports-color@6.1.0",
  5851        "name": "supports-color",
  5852        "version": "6.1.0",
  5853        "description": "Detect whether a terminal supports color",
  5854        "hashes": [
  5855          {
  5856            "alg": "SHA-1",
  5857            "content": "0764abc69c63d5ac842dd4867e8d025e880df8f3"
  5858          }
  5859        ],
  5860        "licenses": [
  5861          {
  5862            "license": {
  5863              "id": "MIT"
  5864            }
  5865          }
  5866        ],
  5867        "purl": "pkg:npm/supports-color@6.1.0",
  5868        "externalReferences": [
  5869          {
  5870            "type": "website",
  5871            "url": "https://github.com/chalk/supports-color#readme"
  5872          },
  5873          {
  5874            "type": "issue-tracker",
  5875            "url": "https://github.com/chalk/supports-color/issues"
  5876          },
  5877          {
  5878            "type": "vcs",
  5879            "url": "git+https://github.com/chalk/supports-color.git"
  5880          }
  5881        ]
  5882      },
  5883      {
  5884        "type": "library",
  5885        "bom-ref": "pkg:npm/tree-kill@1.2.2",
  5886        "name": "tree-kill",
  5887        "version": "1.2.2",
  5888        "description": "kill trees of processes",
  5889        "hashes": [
  5890          {
  5891            "alg": "SHA-1",
  5892            "content": "4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
  5893          }
  5894        ],
  5895        "licenses": [
  5896          {
  5897            "license": {
  5898              "id": "MIT"
  5899            }
  5900          }
  5901        ],
  5902        "purl": "pkg:npm/tree-kill@1.2.2",
  5903        "externalReferences": [
  5904          {
  5905            "type": "website",
  5906            "url": "https://github.com/pkrumins/node-tree-kill"
  5907          },
  5908          {
  5909            "type": "issue-tracker",
  5910            "url": "https://github.com/pkrumins/node-tree-kill/issues"
  5911          },
  5912          {
  5913            "type": "vcs",
  5914            "url": "git://github.com/pkrumins/node-tree-kill.git"
  5915          }
  5916        ]
  5917      },
  5918      {
  5919        "type": "library",
  5920        "bom-ref": "pkg:npm/yargs@13.3.2",
  5921        "name": "yargs",
  5922        "version": "13.3.2",
  5923        "description": "yargs the modern, pirate-themed, successor to optimist.",
  5924        "hashes": [
  5925          {
  5926            "alg": "SHA-1",
  5927            "content": "ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
  5928          }
  5929        ],
  5930        "licenses": [
  5931          {
  5932            "license": {
  5933              "id": "MIT"
  5934            }
  5935          }
  5936        ],
  5937        "purl": "pkg:npm/yargs@13.3.2",
  5938        "externalReferences": [
  5939          {
  5940            "type": "website",
  5941            "url": "https://yargs.js.org/"
  5942          },
  5943          {
  5944            "type": "issue-tracker",
  5945            "url": "https://github.com/yargs/yargs/issues"
  5946          },
  5947          {
  5948            "type": "vcs",
  5949            "url": "git+https://github.com/yargs/yargs.git"
  5950          }
  5951        ]
  5952      },
  5953      {
  5954        "type": "library",
  5955        "bom-ref": "pkg:npm/cliui@5.0.0",
  5956        "name": "cliui",
  5957        "version": "5.0.0",
  5958        "description": "easily create complex multi-column command-line-interfaces",
  5959        "hashes": [
  5960          {
  5961            "alg": "SHA-1",
  5962            "content": "deefcfdb2e800784aa34f46fa08e06851c7bbbc5"
  5963          }
  5964        ],
  5965        "licenses": [
  5966          {
  5967            "license": {
  5968              "id": "ISC"
  5969            }
  5970          }
  5971        ],
  5972        "purl": "pkg:npm/cliui@5.0.0",
  5973        "externalReferences": [
  5974          {
  5975            "type": "website",
  5976            "url": "https://github.com/yargs/cliui#readme"
  5977          },
  5978          {
  5979            "type": "issue-tracker",
  5980            "url": "https://github.com/yargs/cliui/issues"
  5981          },
  5982          {
  5983            "type": "vcs",
  5984            "url": "git+ssh://git@github.com/yargs/cliui.git"
  5985          }
  5986        ]
  5987      },
  5988      {
  5989        "type": "library",
  5990        "bom-ref": "pkg:npm/string-width@3.1.0",
  5991        "name": "string-width",
  5992        "version": "3.1.0",
  5993        "description": "Get the visual width of a string - the number of columns required to display it",
  5994        "hashes": [
  5995          {
  5996            "alg": "SHA-1",
  5997            "content": "22767be21b62af1081574306f69ac51b62203961"
  5998          }
  5999        ],
  6000        "licenses": [
  6001          {
  6002            "license": {
  6003              "id": "MIT"
  6004            }
  6005          }
  6006        ],
  6007        "purl": "pkg:npm/string-width@3.1.0",
  6008        "externalReferences": [
  6009          {
  6010            "type": "website",
  6011            "url": "https://github.com/sindresorhus/string-width#readme"
  6012          },
  6013          {
  6014            "type": "issue-tracker",
  6015            "url": "https://github.com/sindresorhus/string-width/issues"
  6016          },
  6017          {
  6018            "type": "vcs",
  6019            "url": "git+https://github.com/sindresorhus/string-width.git"
  6020          }
  6021        ]
  6022      },
  6023      {
  6024        "type": "library",
  6025        "bom-ref": "pkg:npm/emoji-regex@7.0.3",
  6026        "name": "emoji-regex",
  6027        "version": "7.0.3",
  6028        "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
  6029        "hashes": [
  6030          {
  6031            "alg": "SHA-1",
  6032            "content": "933a04052860c85e83c122479c4748a8e4c72156"
  6033          }
  6034        ],
  6035        "licenses": [
  6036          {
  6037            "license": {
  6038              "id": "MIT"
  6039            }
  6040          }
  6041        ],
  6042        "purl": "pkg:npm/emoji-regex@7.0.3",
  6043        "externalReferences": [
  6044          {
  6045            "type": "website",
  6046            "url": "https://mths.be/emoji-regex"
  6047          },
  6048          {
  6049            "type": "issue-tracker",
  6050            "url": "https://github.com/mathiasbynens/emoji-regex/issues"
  6051          },
  6052          {
  6053            "type": "vcs",
  6054            "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
  6055          }
  6056        ]
  6057      },
  6058      {
  6059        "type": "library",
  6060        "bom-ref": "pkg:npm/is-fullwidth-code-point@2.0.0",
  6061        "name": "is-fullwidth-code-point",
  6062        "version": "2.0.0",
  6063        "description": "Check if the character represented by a given Unicode code point is fullwidth",
  6064        "hashes": [
  6065          {
  6066            "alg": "SHA-1",
  6067            "content": "a3b30a5c4f199183167aaab93beefae3ddfb654f"
  6068          }
  6069        ],
  6070        "licenses": [
  6071          {
  6072            "license": {
  6073              "id": "MIT"
  6074            }
  6075          }
  6076        ],
  6077        "purl": "pkg:npm/is-fullwidth-code-point@2.0.0",
  6078        "externalReferences": [
  6079          {
  6080            "type": "website",
  6081            "url": "https://github.com/sindresorhus/is-fullwidth-code-point#readme"
  6082          },
  6083          {
  6084            "type": "issue-tracker",
  6085            "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
  6086          },
  6087          {
  6088            "type": "vcs",
  6089            "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
  6090          }
  6091        ]
  6092      },
  6093      {
  6094        "type": "library",
  6095        "bom-ref": "pkg:npm/strip-ansi@5.2.0",
  6096        "name": "strip-ansi",
  6097        "version": "5.2.0",
  6098        "description": "Strip ANSI escape codes from a string",
  6099        "hashes": [
  6100          {
  6101            "alg": "SHA-1",
  6102            "content": "8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
  6103          }
  6104        ],
  6105        "licenses": [
  6106          {
  6107            "license": {
  6108              "id": "MIT"
  6109            }
  6110          }
  6111        ],
  6112        "purl": "pkg:npm/strip-ansi@5.2.0",
  6113        "externalReferences": [
  6114          {
  6115            "type": "website",
  6116            "url": "https://github.com/chalk/strip-ansi#readme"
  6117          },
  6118          {
  6119            "type": "issue-tracker",
  6120            "url": "https://github.com/chalk/strip-ansi/issues"
  6121          },
  6122          {
  6123            "type": "vcs",
  6124            "url": "git+https://github.com/chalk/strip-ansi.git"
  6125          }
  6126        ]
  6127      },
  6128      {
  6129        "type": "library",
  6130        "bom-ref": "pkg:npm/ansi-regex@4.1.0",
  6131        "name": "ansi-regex",
  6132        "version": "4.1.0",
  6133        "description": "Regular expression for matching ANSI escape codes",
  6134        "hashes": [
  6135          {
  6136            "alg": "SHA-1",
  6137            "content": "8b9f8f08cf1acb843756a839ca8c7e3168c51997"
  6138          }
  6139        ],
  6140        "licenses": [
  6141          {
  6142            "license": {
  6143              "id": "MIT"
  6144            }
  6145          }
  6146        ],
  6147        "purl": "pkg:npm/ansi-regex@4.1.0",
  6148        "externalReferences": [
  6149          {
  6150            "type": "website",
  6151            "url": "https://github.com/chalk/ansi-regex#readme"
  6152          },
  6153          {
  6154            "type": "issue-tracker",
  6155            "url": "https://github.com/chalk/ansi-regex/issues"
  6156          },
  6157          {
  6158            "type": "vcs",
  6159            "url": "git+https://github.com/chalk/ansi-regex.git"
  6160          }
  6161        ]
  6162      },
  6163      {
  6164        "type": "library",
  6165        "bom-ref": "pkg:npm/wrap-ansi@5.1.0",
  6166        "name": "wrap-ansi",
  6167        "version": "5.1.0",
  6168        "description": "Wordwrap a string with ANSI escape codes",
  6169        "hashes": [
  6170          {
  6171            "alg": "SHA-1",
  6172            "content": "1fd1f67235d5b6d0fee781056001bfb694c03b09"
  6173          }
  6174        ],
  6175        "licenses": [
  6176          {
  6177            "license": {
  6178              "id": "MIT"
  6179            }
  6180          }
  6181        ],
  6182        "purl": "pkg:npm/wrap-ansi@5.1.0",
  6183        "externalReferences": [
  6184          {
  6185            "type": "website",
  6186            "url": "https://github.com/chalk/wrap-ansi#readme"
  6187          },
  6188          {
  6189            "type": "issue-tracker",
  6190            "url": "https://github.com/chalk/wrap-ansi/issues"
  6191          },
  6192          {
  6193            "type": "vcs",
  6194            "url": "git+https://github.com/chalk/wrap-ansi.git"
  6195          }
  6196        ]
  6197      },
  6198      {
  6199        "type": "library",
  6200        "bom-ref": "pkg:npm/find-up@3.0.0",
  6201        "name": "find-up",
  6202        "version": "3.0.0",
  6203        "description": "Find a file or directory by walking up parent directories",
  6204        "hashes": [
  6205          {
  6206            "alg": "SHA-1",
  6207            "content": "49169f1d7993430646da61ecc5ae355c21c97b73"
  6208          }
  6209        ],
  6210        "licenses": [
  6211          {
  6212            "license": {
  6213              "id": "MIT"
  6214            }
  6215          }
  6216        ],
  6217        "purl": "pkg:npm/find-up@3.0.0",
  6218        "externalReferences": [
  6219          {
  6220            "type": "website",
  6221            "url": "https://github.com/sindresorhus/find-up#readme"
  6222          },
  6223          {
  6224            "type": "issue-tracker",
  6225            "url": "https://github.com/sindresorhus/find-up/issues"
  6226          },
  6227          {
  6228            "type": "vcs",
  6229            "url": "git+https://github.com/sindresorhus/find-up.git"
  6230          }
  6231        ]
  6232      },
  6233      {
  6234        "type": "library",
  6235        "bom-ref": "pkg:npm/locate-path@3.0.0",
  6236        "name": "locate-path",
  6237        "version": "3.0.0",
  6238        "description": "Get the first path that exists on disk of multiple paths",
  6239        "hashes": [
  6240          {
  6241            "alg": "SHA-1",
  6242            "content": "dbec3b3ab759758071b58fe59fc41871af21400e"
  6243          }
  6244        ],
  6245        "licenses": [
  6246          {
  6247            "license": {
  6248              "id": "MIT"
  6249            }
  6250          }
  6251        ],
  6252        "purl": "pkg:npm/locate-path@3.0.0",
  6253        "externalReferences": [
  6254          {
  6255            "type": "website",
  6256            "url": "https://github.com/sindresorhus/locate-path#readme"
  6257          },
  6258          {
  6259            "type": "issue-tracker",
  6260            "url": "https://github.com/sindresorhus/locate-path/issues"
  6261          },
  6262          {
  6263            "type": "vcs",
  6264            "url": "git+https://github.com/sindresorhus/locate-path.git"
  6265          }
  6266        ]
  6267      },
  6268      {
  6269        "type": "library",
  6270        "bom-ref": "pkg:npm/p-locate@3.0.0",
  6271        "name": "p-locate",
  6272        "version": "3.0.0",
  6273        "description": "Get the first fulfilled promise that satisfies the provided testing function",
  6274        "hashes": [
  6275          {
  6276            "alg": "SHA-1",
  6277            "content": "322d69a05c0264b25997d9f40cd8a891ab0064a4"
  6278          }
  6279        ],
  6280        "licenses": [
  6281          {
  6282            "license": {
  6283              "id": "MIT"
  6284            }
  6285          }
  6286        ],
  6287        "purl": "pkg:npm/p-locate@3.0.0",
  6288        "externalReferences": [
  6289          {
  6290            "type": "website",
  6291            "url": "https://github.com/sindresorhus/p-locate#readme"
  6292          },
  6293          {
  6294            "type": "issue-tracker",
  6295            "url": "https://github.com/sindresorhus/p-locate/issues"
  6296          },
  6297          {
  6298            "type": "vcs",
  6299            "url": "git+https://github.com/sindresorhus/p-locate.git"
  6300          }
  6301        ]
  6302      },
  6303      {
  6304        "type": "library",
  6305        "bom-ref": "pkg:npm/p-limit@2.3.0",
  6306        "name": "p-limit",
  6307        "version": "2.3.0",
  6308        "description": "Run multiple promise-returning & async functions with limited concurrency",
  6309        "hashes": [
  6310          {
  6311            "alg": "SHA-1",
  6312            "content": "3dd33c647a214fdfffd835933eb086da0dc21db1"
  6313          }
  6314        ],
  6315        "licenses": [
  6316          {
  6317            "license": {
  6318              "id": "MIT"
  6319            }
  6320          }
  6321        ],
  6322        "purl": "pkg:npm/p-limit@2.3.0",
  6323        "externalReferences": [
  6324          {
  6325            "type": "website",
  6326            "url": "https://github.com/sindresorhus/p-limit#readme"
  6327          },
  6328          {
  6329            "type": "issue-tracker",
  6330            "url": "https://github.com/sindresorhus/p-limit/issues"
  6331          },
  6332          {
  6333            "type": "vcs",
  6334            "url": "git+https://github.com/sindresorhus/p-limit.git"
  6335          }
  6336        ]
  6337      },
  6338      {
  6339        "type": "library",
  6340        "bom-ref": "pkg:npm/p-try@2.2.0",
  6341        "name": "p-try",
  6342        "version": "2.2.0",
  6343        "description": "`Start a promise chain",
  6344        "hashes": [
  6345          {
  6346            "alg": "SHA-1",
  6347            "content": "cb2868540e313d61de58fafbe35ce9004d5540e6"
  6348          }
  6349        ],
  6350        "licenses": [
  6351          {
  6352            "license": {
  6353              "id": "MIT"
  6354            }
  6355          }
  6356        ],
  6357        "purl": "pkg:npm/p-try@2.2.0",
  6358        "externalReferences": [
  6359          {
  6360            "type": "website",
  6361            "url": "https://github.com/sindresorhus/p-try#readme"
  6362          },
  6363          {
  6364            "type": "issue-tracker",
  6365            "url": "https://github.com/sindresorhus/p-try/issues"
  6366          },
  6367          {
  6368            "type": "vcs",
  6369            "url": "git+https://github.com/sindresorhus/p-try.git"
  6370          }
  6371        ]
  6372      },
  6373      {
  6374        "type": "library",
  6375        "bom-ref": "pkg:npm/path-exists@3.0.0",
  6376        "name": "path-exists",
  6377        "version": "3.0.0",
  6378        "description": "Check if a path exists",
  6379        "hashes": [
  6380          {
  6381            "alg": "SHA-1",
  6382            "content": "ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
  6383          }
  6384        ],
  6385        "licenses": [
  6386          {
  6387            "license": {
  6388              "id": "MIT"
  6389            }
  6390          }
  6391        ],
  6392        "purl": "pkg:npm/path-exists@3.0.0",
  6393        "externalReferences": [
  6394          {
  6395            "type": "website",
  6396            "url": "https://github.com/sindresorhus/path-exists#readme"
  6397          },
  6398          {
  6399            "type": "issue-tracker",
  6400            "url": "https://github.com/sindresorhus/path-exists/issues"
  6401          },
  6402          {
  6403            "type": "vcs",
  6404            "url": "git+https://github.com/sindresorhus/path-exists.git"
  6405          }
  6406        ]
  6407      },
  6408      {
  6409        "type": "library",
  6410        "bom-ref": "pkg:npm/get-caller-file@2.0.5",
  6411        "name": "get-caller-file",
  6412        "version": "2.0.5",
  6413        "description": "[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.appveyor.com/project/embercli/get-caller-file/branch/master)",
  6414        "hashes": [
  6415          {
  6416            "alg": "SHA-1",
  6417            "content": "4f94412a82db32f36e3b0b9741f8a97feb031f7e"
  6418          }
  6419        ],
  6420        "licenses": [
  6421          {
  6422            "license": {
  6423              "id": "ISC"
  6424            }
  6425          }
  6426        ],
  6427        "purl": "pkg:npm/get-caller-file@2.0.5",
  6428        "externalReferences": [
  6429          {
  6430            "type": "website",
  6431            "url": "https://github.com/stefanpenner/get-caller-file#readme"
  6432          },
  6433          {
  6434            "type": "issue-tracker",
  6435            "url": "https://github.com/stefanpenner/get-caller-file/issues"
  6436          },
  6437          {
  6438            "type": "vcs",
  6439            "url": "git+https://github.com/stefanpenner/get-caller-file.git"
  6440          }
  6441        ]
  6442      },
  6443      {
  6444        "type": "library",
  6445        "bom-ref": "pkg:npm/require-directory@2.1.1",
  6446        "name": "require-directory",
  6447        "version": "2.1.1",
  6448        "description": "Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.",
  6449        "hashes": [
  6450          {
  6451            "alg": "SHA-1",
  6452            "content": "8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
  6453          }
  6454        ],
  6455        "licenses": [
  6456          {
  6457            "license": {
  6458              "id": "MIT"
  6459            }
  6460          }
  6461        ],
  6462        "purl": "pkg:npm/require-directory@2.1.1",
  6463        "externalReferences": [
  6464          {
  6465            "type": "website",
  6466            "url": "https://github.com/troygoode/node-require-directory/"
  6467          },
  6468          {
  6469            "type": "issue-tracker",
  6470            "url": "http://github.com/troygoode/node-require-directory/issues/"
  6471          },
  6472          {
  6473            "type": "vcs",
  6474            "url": "git://github.com/troygoode/node-require-directory.git"
  6475          }
  6476        ]
  6477      },
  6478      {
  6479        "type": "library",
  6480        "bom-ref": "pkg:npm/require-main-filename@2.0.0",
  6481        "name": "require-main-filename",
  6482        "version": "2.0.0",
  6483        "description": "shim for require.main.filename() that works in as many environments as possible",
  6484        "hashes": [
  6485          {
  6486            "alg": "SHA-1",
  6487            "content": "d0b329ecc7cc0f61649f62215be69af54aa8989b"
  6488          }
  6489        ],
  6490        "licenses": [
  6491          {
  6492            "license": {
  6493              "id": "ISC"
  6494            }
  6495          }
  6496        ],
  6497        "purl": "pkg:npm/require-main-filename@2.0.0",
  6498        "externalReferences": [
  6499          {
  6500            "type": "website",
  6501            "url": "https://github.com/yargs/require-main-filename#readme"
  6502          },
  6503          {
  6504            "type": "issue-tracker",
  6505            "url": "https://github.com/yargs/require-main-filename/issues"
  6506          },
  6507          {
  6508            "type": "vcs",
  6509            "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
  6510          }
  6511        ]
  6512      },
  6513      {
  6514        "type": "library",
  6515        "bom-ref": "pkg:npm/set-blocking@2.0.0",
  6516        "name": "set-blocking",
  6517        "version": "2.0.0",
  6518        "description": "set blocking stdio and stderr ensuring that terminal output does not truncate",
  6519        "hashes": [
  6520          {
  6521            "alg": "SHA-1",
  6522            "content": "045f9782d011ae9a6803ddd382b24392b3d890f7"
  6523          }
  6524        ],
  6525        "licenses": [
  6526          {
  6527            "license": {
  6528              "id": "ISC"
  6529            }
  6530          }
  6531        ],
  6532        "purl": "pkg:npm/set-blocking@2.0.0",
  6533        "externalReferences": [
  6534          {
  6535            "type": "website",
  6536            "url": "https://github.com/yargs/set-blocking#readme"
  6537          },
  6538          {
  6539            "type": "issue-tracker",
  6540            "url": "https://github.com/yargs/set-blocking/issues"
  6541          },
  6542          {
  6543            "type": "vcs",
  6544            "url": "git+https://github.com/yargs/set-blocking.git"
  6545          }
  6546        ]
  6547      },
  6548      {
  6549        "type": "library",
  6550        "bom-ref": "pkg:npm/which-module@2.0.0",
  6551        "name": "which-module",
  6552        "version": "2.0.0",
  6553        "description": "Find the module object for something that was require()d",
  6554        "hashes": [
  6555          {
  6556            "alg": "SHA-1",
  6557            "content": "d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
  6558          }
  6559        ],
  6560        "licenses": [
  6561          {
  6562            "license": {
  6563              "id": "ISC"
  6564            }
  6565          }
  6566        ],
  6567        "purl": "pkg:npm/which-module@2.0.0",
  6568        "externalReferences": [
  6569          {
  6570            "type": "website",
  6571            "url": "https://github.com/nexdrew/which-module#readme"
  6572          },
  6573          {
  6574            "type": "issue-tracker",
  6575            "url": "https://github.com/nexdrew/which-module/issues"
  6576          },
  6577          {
  6578            "type": "vcs",
  6579            "url": "git+https://github.com/nexdrew/which-module.git"
  6580          }
  6581        ]
  6582      },
  6583      {
  6584        "type": "library",
  6585        "bom-ref": "pkg:npm/y18n@4.0.0",
  6586        "name": "y18n",
  6587        "version": "4.0.0",
  6588        "description": "the bare-bones internationalization library used by yargs",
  6589        "hashes": [
  6590          {
  6591            "alg": "SHA-1",
  6592            "content": "95ef94f85ecc81d007c264e190a120f0a3c8566b"
  6593          }
  6594        ],
  6595        "licenses": [
  6596          {
  6597            "license": {
  6598              "id": "ISC"
  6599            }
  6600          }
  6601        ],
  6602        "purl": "pkg:npm/y18n@4.0.0",
  6603        "externalReferences": [
  6604          {
  6605            "type": "website",
  6606            "url": "https://github.com/yargs/y18n"
  6607          },
  6608          {
  6609            "type": "issue-tracker",
  6610            "url": "https://github.com/yargs/y18n/issues"
  6611          },
  6612          {
  6613            "type": "vcs",
  6614            "url": "git+ssh://git@github.com/yargs/y18n.git"
  6615          }
  6616        ]
  6617      },
  6618      {
  6619        "type": "library",
  6620        "bom-ref": "pkg:npm/yargs-parser@13.1.2",
  6621        "name": "yargs-parser",
  6622        "version": "13.1.2",
  6623        "description": "the mighty option parser used by yargs",
  6624        "hashes": [
  6625          {
  6626            "alg": "SHA-1",
  6627            "content": "130f09702ebaeef2650d54ce6e3e5706f7a4fb38"
  6628          }
  6629        ],
  6630        "licenses": [
  6631          {
  6632            "license": {
  6633              "id": "ISC"
  6634            }
  6635          }
  6636        ],
  6637        "purl": "pkg:npm/yargs-parser@13.1.2",
  6638        "externalReferences": [
  6639          {
  6640            "type": "website",
  6641            "url": "https://github.com/yargs/yargs-parser#readme"
  6642          },
  6643          {
  6644            "type": "issue-tracker",
  6645            "url": "https://github.com/yargs/yargs-parser/issues"
  6646          },
  6647          {
  6648            "type": "vcs",
  6649            "url": "git+ssh://git@github.com/yargs/yargs-parser.git"
  6650          }
  6651        ]
  6652      },
  6653      {
  6654        "type": "library",
  6655        "bom-ref": "pkg:npm/camelcase@5.3.1",
  6656        "name": "camelcase",
  6657        "version": "5.3.1",
  6658        "description": "Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`",
  6659        "hashes": [
  6660          {
  6661            "alg": "SHA-1",
  6662            "content": "e3c9b31569e106811df242f715725a1f4c494320"
  6663          }
  6664        ],
  6665        "licenses": [
  6666          {
  6667            "license": {
  6668              "id": "MIT"
  6669            }
  6670          }
  6671        ],
  6672        "purl": "pkg:npm/camelcase@5.3.1",
  6673        "externalReferences": [
  6674          {
  6675            "type": "website",
  6676            "url": "https://github.com/sindresorhus/camelcase#readme"
  6677          },
  6678          {
  6679            "type": "issue-tracker",
  6680            "url": "https://github.com/sindresorhus/camelcase/issues"
  6681          },
  6682          {
  6683            "type": "vcs",
  6684            "url": "git+https://github.com/sindresorhus/camelcase.git"
  6685          }
  6686        ]
  6687      },
  6688      {
  6689        "type": "library",
  6690        "bom-ref": "pkg:npm/decamelize@1.2.0",
  6691        "name": "decamelize",
  6692        "version": "1.2.0",
  6693        "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
  6694        "hashes": [
  6695          {
  6696            "alg": "SHA-1",
  6697            "content": "f6534d15148269b20352e7bee26f501f9a191290"
  6698          }
  6699        ],
  6700        "licenses": [
  6701          {
  6702            "license": {
  6703              "id": "MIT"
  6704            }
  6705          }
  6706        ],
  6707        "purl": "pkg:npm/decamelize@1.2.0",
  6708        "externalReferences": [
  6709          {
  6710            "type": "website",
  6711            "url": "https://github.com/sindresorhus/decamelize#readme"
  6712          },
  6713          {
  6714            "type": "issue-tracker",
  6715            "url": "https://github.com/sindresorhus/decamelize/issues"
  6716          },
  6717          {
  6718            "type": "vcs",
  6719            "url": "git+https://github.com/sindresorhus/decamelize.git"
  6720          }
  6721        ]
  6722      },
  6723      {
  6724        "type": "library",
  6725        "bom-ref": "pkg:npm/config@3.3.1",
  6726        "name": "config",
  6727        "version": "3.3.1",
  6728        "description": "Configuration control for production node deployments",
  6729        "hashes": [
  6730          {
  6731            "alg": "SHA-1",
  6732            "content": "b6a70e2908a43b98ed20be7e367edf0cc8ed5a19"
  6733          }
  6734        ],
  6735        "licenses": [
  6736          {
  6737            "license": {
  6738              "id": "MIT"
  6739            }
  6740          }
  6741        ],
  6742        "purl": "pkg:npm/config@3.3.1",
  6743        "externalReferences": [
  6744          {
  6745            "type": "website",
  6746            "url": "http://lorenwest.github.com/node-config"
  6747          },
  6748          {
  6749            "type": "issue-tracker",
  6750            "url": "https://github.com/lorenwest/node-config/issues"
  6751          },
  6752          {
  6753            "type": "vcs",
  6754            "url": "git+ssh://git@github.com/lorenwest/node-config.git"
  6755          }
  6756        ]
  6757      },
  6758      {
  6759        "type": "library",
  6760        "bom-ref": "pkg:npm/json5@2.1.3",
  6761        "name": "json5",
  6762        "version": "2.1.3",
  6763        "description": "JSON for humans.",
  6764        "hashes": [
  6765          {
  6766            "alg": "SHA-1",
  6767            "content": "c9b0f7fa9233bfe5807fe66fcf3a5617ed597d43"
  6768          }
  6769        ],
  6770        "licenses": [
  6771          {
  6772            "license": {
  6773              "id": "MIT"
  6774            }
  6775          }
  6776        ],
  6777        "purl": "pkg:npm/json5@2.1.3",
  6778        "externalReferences": [
  6779          {
  6780            "type": "website",
  6781            "url": "http://json5.org/"
  6782          },
  6783          {
  6784            "type": "issue-tracker",
  6785            "url": "https://github.com/json5/json5/issues"
  6786          },
  6787          {
  6788            "type": "vcs",
  6789            "url": "git+https://github.com/json5/json5.git"
  6790          }
  6791        ]
  6792      },
  6793      {
  6794        "type": "library",
  6795        "bom-ref": "pkg:npm/cookie-parser@1.4.5",
  6796        "name": "cookie-parser",
  6797        "version": "1.4.5",
  6798        "description": "Parse HTTP request cookies",
  6799        "hashes": [
  6800          {
  6801            "alg": "SHA-1",
  6802            "content": "3e572d4b7c0c80f9c61daf604e4336831b5d1d49"
  6803          }
  6804        ],
  6805        "licenses": [
  6806          {
  6807            "license": {
  6808              "id": "MIT"
  6809            }
  6810          }
  6811        ],
  6812        "purl": "pkg:npm/cookie-parser@1.4.5",
  6813        "externalReferences": [
  6814          {
  6815            "type": "website",
  6816            "url": "https://github.com/expressjs/cookie-parser#readme"
  6817          },
  6818          {
  6819            "type": "issue-tracker",
  6820            "url": "https://github.com/expressjs/cookie-parser/issues"
  6821          },
  6822          {
  6823            "type": "vcs",
  6824            "url": "git+https://github.com/expressjs/cookie-parser.git"
  6825          }
  6826        ]
  6827      },
  6828      {
  6829        "type": "library",
  6830        "bom-ref": "pkg:npm/cookie@0.4.0",
  6831        "name": "cookie",
  6832        "version": "0.4.0",
  6833        "description": "HTTP server cookie parsing and serialization",
  6834        "hashes": [
  6835          {
  6836            "alg": "SHA-1",
  6837            "content": "beb437e7022b3b6d49019d088665303ebe9c14ba"
  6838          }
  6839        ],
  6840        "licenses": [
  6841          {
  6842            "license": {
  6843              "id": "MIT"
  6844            }
  6845          }
  6846        ],
  6847        "purl": "pkg:npm/cookie@0.4.0",
  6848        "externalReferences": [
  6849          {
  6850            "type": "website",
  6851            "url": "https://github.com/jshttp/cookie#readme"
  6852          },
  6853          {
  6854            "type": "issue-tracker",
  6855            "url": "https://github.com/jshttp/cookie/issues"
  6856          },
  6857          {
  6858            "type": "vcs",
  6859            "url": "git+https://github.com/jshttp/cookie.git"
  6860          }
  6861        ]
  6862      },
  6863      {
  6864        "type": "library",
  6865        "bom-ref": "pkg:npm/cookie-signature@1.0.6",
  6866        "name": "cookie-signature",
  6867        "version": "1.0.6",
  6868        "description": "Sign and unsign cookies",
  6869        "hashes": [
  6870          {
  6871            "alg": "SHA-1",
  6872            "content": "e303a882b342cc3ee8ca513a79999734dab3ae2c"
  6873          }
  6874        ],
  6875        "licenses": [
  6876          {
  6877            "license": {
  6878              "id": "MIT"
  6879            }
  6880          }
  6881        ],
  6882        "purl": "pkg:npm/cookie-signature@1.0.6",
  6883        "externalReferences": [
  6884          {
  6885            "type": "website",
  6886            "url": "https://github.com/visionmedia/node-cookie-signature#readme"
  6887          },
  6888          {
  6889            "type": "issue-tracker",
  6890            "url": "https://github.com/visionmedia/node-cookie-signature/issues"
  6891          },
  6892          {
  6893            "type": "vcs",
  6894            "url": "git+https://github.com/visionmedia/node-cookie-signature.git"
  6895          }
  6896        ]
  6897      },
  6898      {
  6899        "type": "library",
  6900        "bom-ref": "pkg:npm/cors@2.8.5",
  6901        "name": "cors",
  6902        "version": "2.8.5",
  6903        "description": "Node.js CORS middleware",
  6904        "hashes": [
  6905          {
  6906            "alg": "SHA-1",
  6907            "content": "eac11da51592dd86b9f06f6e7ac293b3df875d29"
  6908          }
  6909        ],
  6910        "licenses": [
  6911          {
  6912            "license": {
  6913              "id": "MIT"
  6914            }
  6915          }
  6916        ],
  6917        "purl": "pkg:npm/cors@2.8.5",
  6918        "externalReferences": [
  6919          {
  6920            "type": "website",
  6921            "url": "https://github.com/expressjs/cors#readme"
  6922          },
  6923          {
  6924            "type": "issue-tracker",
  6925            "url": "https://github.com/expressjs/cors/issues"
  6926          },
  6927          {
  6928            "type": "vcs",
  6929            "url": "git+https://github.com/expressjs/cors.git"
  6930          }
  6931        ]
  6932      },
  6933      {
  6934        "type": "library",
  6935        "bom-ref": "pkg:npm/object-assign@4.1.1",
  6936        "name": "object-assign",
  6937        "version": "4.1.1",
  6938        "description": "ES2015 `Object.assign()` ponyfill",
  6939        "hashes": [
  6940          {
  6941            "alg": "SHA-1",
  6942            "content": "2109adc7965887cfc05cbbd442cac8bfbb360863"
  6943          }
  6944        ],
  6945        "licenses": [
  6946          {
  6947            "license": {
  6948              "id": "MIT"
  6949            }
  6950          }
  6951        ],
  6952        "purl": "pkg:npm/object-assign@4.1.1",
  6953        "externalReferences": [
  6954          {
  6955            "type": "website",
  6956            "url": "https://github.com/sindresorhus/object-assign#readme"
  6957          },
  6958          {
  6959            "type": "issue-tracker",
  6960            "url": "https://github.com/sindresorhus/object-assign/issues"
  6961          },
  6962          {
  6963            "type": "vcs",
  6964            "url": "git+https://github.com/sindresorhus/object-assign.git"
  6965          }
  6966        ]
  6967      },
  6968      {
  6969        "type": "library",
  6970        "bom-ref": "pkg:npm/dottie@2.0.2",
  6971        "name": "dottie",
  6972        "version": "2.0.2",
  6973        "description": "Fast and safe nested object access and manipulation in JavaScript",
  6974        "hashes": [
  6975          {
  6976            "alg": "SHA-1",
  6977            "content": "cc91c0726ce3a054ebf11c55fbc92a7f266dd154"
  6978          }
  6979        ],
  6980        "licenses": [
  6981          {
  6982            "license": {
  6983              "id": "MIT"
  6984            }
  6985          }
  6986        ],
  6987        "purl": "pkg:npm/dottie@2.0.2",
  6988        "externalReferences": [
  6989          {
  6990            "type": "website",
  6991            "url": "https://github.com/mickhansen/dottie.js#readme"
  6992          },
  6993          {
  6994            "type": "issue-tracker",
  6995            "url": "https://github.com/mickhansen/dottie.js/issues"
  6996          },
  6997          {
  6998            "type": "vcs",
  6999            "url": "git://github.com/mickhansen/dottie.js.git"
  7000          }
  7001        ]
  7002      },
  7003      {
  7004        "type": "library",
  7005        "bom-ref": "pkg:npm/download@7.1.0",
  7006        "name": "download",
  7007        "version": "7.1.0",
  7008        "description": "Download and extract files",
  7009        "hashes": [
  7010          {
  7011            "alg": "SHA-1",
  7012            "content": "9059aa9d70b503ee76a132897be6dec8e5587233"
  7013          }
  7014        ],
  7015        "licenses": [
  7016          {
  7017            "license": {
  7018              "id": "MIT"
  7019            }
  7020          }
  7021        ],
  7022        "purl": "pkg:npm/download@7.1.0",
  7023        "externalReferences": [
  7024          {
  7025            "type": "website",
  7026            "url": "https://github.com/kevva/download#readme"
  7027          },
  7028          {
  7029            "type": "issue-tracker",
  7030            "url": "https://github.com/kevva/download/issues"
  7031          },
  7032          {
  7033            "type": "vcs",
  7034            "url": "git+https://github.com/kevva/download.git"
  7035          }
  7036        ]
  7037      },
  7038      {
  7039        "type": "library",
  7040        "bom-ref": "pkg:npm/archive-type@4.0.0",
  7041        "name": "archive-type",
  7042        "version": "4.0.0",
  7043        "description": "Detect the archive type of a Buffer/Uint8Array",
  7044        "hashes": [
  7045          {
  7046            "alg": "SHA-1",
  7047            "content": "f92e72233056dfc6969472749c267bdb046b1d70"
  7048          }
  7049        ],
  7050        "licenses": [
  7051          {
  7052            "license": {
  7053              "id": "MIT"
  7054            }
  7055          }
  7056        ],
  7057        "purl": "pkg:npm/archive-type@4.0.0",
  7058        "externalReferences": [
  7059          {
  7060            "type": "website",
  7061            "url": "https://github.com/kevva/archive-type#readme"
  7062          },
  7063          {
  7064            "type": "issue-tracker",
  7065            "url": "https://github.com/kevva/archive-type/issues"
  7066          },
  7067          {
  7068            "type": "vcs",
  7069            "url": "git+https://github.com/kevva/archive-type.git"
  7070          }
  7071        ]
  7072      },
  7073      {
  7074        "type": "library",
  7075        "bom-ref": "pkg:npm/file-type@4.4.0",
  7076        "name": "file-type",
  7077        "version": "4.4.0",
  7078        "description": "Detect the file type of a Buffer/Uint8Array",
  7079        "hashes": [
  7080          {
  7081            "alg": "SHA-1",
  7082            "content": "1b600e5fca1fbdc6e80c0a70c71c8dba5f7906c5"
  7083          }
  7084        ],
  7085        "licenses": [
  7086          {
  7087            "license": {
  7088              "id": "MIT"
  7089            }
  7090          }
  7091        ],
  7092        "purl": "pkg:npm/file-type@4.4.0",
  7093        "externalReferences": [
  7094          {
  7095            "type": "website",
  7096            "url": "https://github.com/sindresorhus/file-type#readme"
  7097          },
  7098          {
  7099            "type": "issue-tracker",
  7100            "url": "https://github.com/sindresorhus/file-type/issues"
  7101          },
  7102          {
  7103            "type": "vcs",
  7104            "url": "git+https://github.com/sindresorhus/file-type.git"
  7105          }
  7106        ]
  7107      },
  7108      {
  7109        "type": "library",
  7110        "bom-ref": "pkg:npm/caw@2.0.1",
  7111        "name": "caw",
  7112        "version": "2.0.1",
  7113        "description": "Construct HTTP/HTTPS agents for tunneling proxies",
  7114        "hashes": [
  7115          {
  7116            "alg": "SHA-1",
  7117            "content": "6c3ca071fc194720883c2dc5da9b074bfc7e9e95"
  7118          }
  7119        ],
  7120        "licenses": [
  7121          {
  7122            "license": {
  7123              "id": "MIT"
  7124            }
  7125          }
  7126        ],
  7127        "purl": "pkg:npm/caw@2.0.1",
  7128        "externalReferences": [
  7129          {
  7130            "type": "website",
  7131            "url": "https://github.com/kevva/caw#readme"
  7132          },
  7133          {
  7134            "type": "issue-tracker",
  7135            "url": "https://github.com/kevva/caw/issues"
  7136          },
  7137          {
  7138            "type": "vcs",
  7139            "url": "git+https://github.com/kevva/caw.git"
  7140          }
  7141        ]
  7142      },
  7143      {
  7144        "type": "library",
  7145        "bom-ref": "pkg:npm/get-proxy@2.1.0",
  7146        "name": "get-proxy",
  7147        "version": "2.1.0",
  7148        "description": "Get configured proxy",
  7149        "hashes": [
  7150          {
  7151            "alg": "SHA-1",
  7152            "content": "349f2b4d91d44c4d4d4e9cba2ad90143fac5ef93"
  7153          }
  7154        ],
  7155        "licenses": [
  7156          {
  7157            "license": {
  7158              "id": "MIT"
  7159            }
  7160          }
  7161        ],
  7162        "purl": "pkg:npm/get-proxy@2.1.0",
  7163        "externalReferences": [
  7164          {
  7165            "type": "website",
  7166            "url": "https://github.com/kevva/get-proxy#readme"
  7167          },
  7168          {
  7169            "type": "issue-tracker",
  7170            "url": "https://github.com/kevva/get-proxy/issues"
  7171          },
  7172          {
  7173            "type": "vcs",
  7174            "url": "git+https://github.com/kevva/get-proxy.git"
  7175          }
  7176        ]
  7177      },
  7178      {
  7179        "type": "library",
  7180        "bom-ref": "pkg:npm/npm-conf@1.1.3",
  7181        "name": "npm-conf",
  7182        "version": "1.1.3",
  7183        "description": "Get the npm config",
  7184        "hashes": [
  7185          {
  7186            "alg": "SHA-1",
  7187            "content": "256cc47bd0e218c259c4e9550bf413bc2192aff9"
  7188          }
  7189        ],
  7190        "licenses": [
  7191          {
  7192            "license": {
  7193              "id": "MIT"
  7194            }
  7195          }
  7196        ],
  7197        "purl": "pkg:npm/npm-conf@1.1.3",
  7198        "externalReferences": [
  7199          {
  7200            "type": "website",
  7201            "url": "https://github.com/kevva/npm-conf#readme"
  7202          },
  7203          {
  7204            "type": "issue-tracker",
  7205            "url": "https://github.com/kevva/npm-conf/issues"
  7206          },
  7207          {
  7208            "type": "vcs",
  7209            "url": "git+https://github.com/kevva/npm-conf.git"
  7210          }
  7211        ]
  7212      },
  7213      {
  7214        "type": "library",
  7215        "bom-ref": "pkg:npm/config-chain@1.1.12",
  7216        "name": "config-chain",
  7217        "version": "1.1.12",
  7218        "description": "HANDLE CONFIGURATION ONCE AND FOR ALL",
  7219        "hashes": [
  7220          {
  7221            "alg": "SHA-1",
  7222            "content": "0fde8d091200eb5e808caf25fe618c02f48e4efa"
  7223          }
  7224        ],
  7225        "purl": "pkg:npm/config-chain@1.1.12",
  7226        "externalReferences": [
  7227          {
  7228            "type": "website",
  7229            "url": "http://github.com/dominictarr/config-chain"
  7230          },
  7231          {
  7232            "type": "issue-tracker",
  7233            "url": "https://github.com/dominictarr/config-chain/issues"
  7234          },
  7235          {
  7236            "type": "vcs",
  7237            "url": "git+https://github.com/dominictarr/config-chain.git"
  7238          }
  7239        ]
  7240      },
  7241      {
  7242        "type": "library",
  7243        "bom-ref": "pkg:npm/proto-list@1.2.4",
  7244        "name": "proto-list",
  7245        "version": "1.2.4",
  7246        "description": "A utility for managing a prototype chain",
  7247        "hashes": [
  7248          {
  7249            "alg": "SHA-1",
  7250            "content": "212d5bfe1318306a420f6402b8e26ff39647a849"
  7251          }
  7252        ],
  7253        "licenses": [
  7254          {
  7255            "license": {
  7256              "id": "ISC"
  7257            }
  7258          }
  7259        ],
  7260        "purl": "pkg:npm/proto-list@1.2.4",
  7261        "externalReferences": [
  7262          {
  7263            "type": "website",
  7264            "url": "https://github.com/isaacs/proto-list#readme"
  7265          },
  7266          {
  7267            "type": "issue-tracker",
  7268            "url": "https://github.com/isaacs/proto-list/issues"
  7269          },
  7270          {
  7271            "type": "vcs",
  7272            "url": "git+https://github.com/isaacs/proto-list.git"
  7273          }
  7274        ]
  7275      },
  7276      {
  7277        "type": "library",
  7278        "bom-ref": "pkg:npm/isurl@1.0.0",
  7279        "name": "isurl",
  7280        "version": "1.0.0",
  7281        "description": "Checks whether a value is a WHATWG URL.",
  7282        "hashes": [
  7283          {
  7284            "alg": "SHA-1",
  7285            "content": "b27f4f49f3cdaa3ea44a0a5b7f3462e6edc39d67"
  7286          }
  7287        ],
  7288        "licenses": [
  7289          {
  7290            "license": {
  7291              "id": "MIT"
  7292            }
  7293          }
  7294        ],
  7295        "purl": "pkg:npm/isurl@1.0.0",
  7296        "externalReferences": [
  7297          {
  7298            "type": "website",
  7299            "url": "https://github.com/stevenvachon/isurl#readme"
  7300          },
  7301          {
  7302            "type": "issue-tracker",
  7303            "url": "https://github.com/stevenvachon/isurl/issues"
  7304          },
  7305          {
  7306            "type": "vcs",
  7307            "url": "git+https://github.com/stevenvachon/isurl.git"
  7308          }
  7309        ]
  7310      },
  7311      {
  7312        "type": "library",
  7313        "bom-ref": "pkg:npm/has-to-string-tag-x@1.4.1",
  7314        "name": "has-to-string-tag-x",
  7315        "version": "1.4.1",
  7316        "description": "Tests if ES6 @@toStringTag is supported.",
  7317        "hashes": [
  7318          {
  7319            "alg": "SHA-1",
  7320            "content": "a045ab383d7b4b2012a00148ab0aa5f290044d4d"
  7321          }
  7322        ],
  7323        "licenses": [
  7324          {
  7325            "license": {
  7326              "id": "MIT"
  7327            }
  7328          }
  7329        ],
  7330        "purl": "pkg:npm/has-to-string-tag-x@1.4.1",
  7331        "externalReferences": [
  7332          {
  7333            "type": "website",
  7334            "url": "https://github.com/Xotic750/has-to-string-tag-x"
  7335          },
  7336          {
  7337            "type": "issue-tracker",
  7338            "url": "https://github.com/Xotic750/has-to-string-tag-x/issues"
  7339          },
  7340          {
  7341            "type": "vcs",
  7342            "url": "git+https://github.com/Xotic750/has-to-string-tag-x.git"
  7343          }
  7344        ]
  7345      },
  7346      {
  7347        "type": "library",
  7348        "bom-ref": "pkg:npm/has-symbol-support-x@1.4.2",
  7349        "name": "has-symbol-support-x",
  7350        "version": "1.4.2",
  7351        "description": "Tests if ES6 Symbol is supported.",
  7352        "hashes": [
  7353          {
  7354            "alg": "SHA-1",
  7355            "content": "1409f98bc00247da45da67cee0a36f282ff26455"
  7356          }
  7357        ],
  7358        "licenses": [
  7359          {
  7360            "license": {
  7361              "id": "MIT"
  7362            }
  7363          }
  7364        ],
  7365        "purl": "pkg:npm/has-symbol-support-x@1.4.2",
  7366        "externalReferences": [
  7367          {
  7368            "type": "website",
  7369            "url": "https://github.com/Xotic750/has-symbol-support-x"
  7370          },
  7371          {
  7372            "type": "issue-tracker",
  7373            "url": "https://github.com/Xotic750/has-symbol-support-x/issues"
  7374          },
  7375          {
  7376            "type": "vcs",
  7377            "url": "git+https://github.com/Xotic750/has-symbol-support-x.git"
  7378          }
  7379        ]
  7380      },
  7381      {
  7382        "type": "library",
  7383        "bom-ref": "pkg:npm/is-object@1.0.1",
  7384        "name": "is-object",
  7385        "version": "1.0.1",
  7386        "description": "Checks whether a value is an object",
  7387        "hashes": [
  7388          {
  7389            "alg": "SHA-1",
  7390            "content": "8952688c5ec2ffd6b03ecc85e769e02903083470"
  7391          }
  7392        ],
  7393        "licenses": [
  7394          {
  7395            "license": {
  7396              "id": "MIT"
  7397            }
  7398          }
  7399        ],
  7400        "purl": "pkg:npm/is-object@1.0.1",
  7401        "externalReferences": [
  7402          {
  7403            "type": "website",
  7404            "url": "https://github.com/ljharb/is-object"
  7405          },
  7406          {
  7407            "type": "issue-tracker",
  7408            "url": "https://github.com/ljharb/is-object/issues"
  7409          },
  7410          {
  7411            "type": "vcs",
  7412            "url": "git://github.com/ljharb/is-object.git"
  7413          }
  7414        ]
  7415      },
  7416      {
  7417        "type": "library",
  7418        "bom-ref": "pkg:npm/tunnel-agent@0.6.0",
  7419        "name": "tunnel-agent",
  7420        "version": "0.6.0",
  7421        "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.",
  7422        "hashes": [
  7423          {
  7424            "alg": "SHA-1",
  7425            "content": "27a5dea06b36b04a0a9966774b290868f0fc40fd"
  7426          }
  7427        ],
  7428        "licenses": [
  7429          {
  7430            "license": {
  7431              "id": "Apache-2.0"
  7432            }
  7433          }
  7434        ],
  7435        "purl": "pkg:npm/tunnel-agent@0.6.0",
  7436        "externalReferences": [
  7437          {
  7438            "type": "website",
  7439            "url": "https://github.com/mikeal/tunnel-agent#readme"
  7440          },
  7441          {
  7442            "type": "issue-tracker",
  7443            "url": "https://github.com/mikeal/tunnel-agent/issues"
  7444          },
  7445          {
  7446            "type": "vcs",
  7447            "url": "git+https://github.com/mikeal/tunnel-agent.git"
  7448          }
  7449        ]
  7450      },
  7451      {
  7452        "type": "library",
  7453        "bom-ref": "pkg:npm/url-to-options@1.0.1",
  7454        "name": "url-to-options",
  7455        "version": "1.0.1",
  7456        "description": "Convert a WHATWG URL to an http(s).request options object.",
  7457        "hashes": [
  7458          {
  7459            "alg": "SHA-1",
  7460            "content": "1505a03a289a48cbd7a434efbaeec5055f5633a9"
  7461          }
  7462        ],
  7463        "licenses": [
  7464          {
  7465            "license": {
  7466              "id": "MIT"
  7467            }
  7468          }
  7469        ],
  7470        "purl": "pkg:npm/url-to-options@1.0.1",
  7471        "externalReferences": [
  7472          {
  7473            "type": "website",
  7474            "url": "https://github.com/stevenvachon/url-to-options#readme"
  7475          },
  7476          {
  7477            "type": "issue-tracker",
  7478            "url": "https://github.com/stevenvachon/url-to-options/issues"
  7479          },
  7480          {
  7481            "type": "vcs",
  7482            "url": "git+https://github.com/stevenvachon/url-to-options.git"
  7483          }
  7484        ]
  7485      },
  7486      {
  7487        "type": "library",
  7488        "bom-ref": "pkg:npm/content-disposition@0.5.3",
  7489        "name": "content-disposition",
  7490        "version": "0.5.3",
  7491        "description": "Create and parse Content-Disposition header",
  7492        "hashes": [
  7493          {
  7494            "alg": "SHA-1",
  7495            "content": "e130caf7e7279087c5616c2007d0485698984fbd"
  7496          }
  7497        ],
  7498        "licenses": [
  7499          {
  7500            "license": {
  7501              "id": "MIT"
  7502            }
  7503          }
  7504        ],
  7505        "purl": "pkg:npm/content-disposition@0.5.3",
  7506        "externalReferences": [
  7507          {
  7508            "type": "website",
  7509            "url": "https://github.com/jshttp/content-disposition#readme"
  7510          },
  7511          {
  7512            "type": "issue-tracker",
  7513            "url": "https://github.com/jshttp/content-disposition/issues"
  7514          },
  7515          {
  7516            "type": "vcs",
  7517            "url": "git+https://github.com/jshttp/content-disposition.git"
  7518          }
  7519        ]
  7520      },
  7521      {
  7522        "type": "library",
  7523        "bom-ref": "pkg:npm/decompress@4.2.1",
  7524        "name": "decompress",
  7525        "version": "4.2.1",
  7526        "description": "Extracting archives made easy",
  7527        "hashes": [
  7528          {
  7529            "alg": "SHA-1",
  7530            "content": "007f55cc6a62c055afa37c07eb6a4ee1b773f118"
  7531          }
  7532        ],
  7533        "licenses": [
  7534          {
  7535            "license": {
  7536              "id": "MIT"
  7537            }
  7538          }
  7539        ],
  7540        "purl": "pkg:npm/decompress@4.2.1",
  7541        "externalReferences": [
  7542          {
  7543            "type": "website",
  7544            "url": "https://github.com/kevva/decompress#readme"
  7545          },
  7546          {
  7547            "type": "issue-tracker",
  7548            "url": "https://github.com/kevva/decompress/issues"
  7549          },
  7550          {
  7551            "type": "vcs",
  7552            "url": "git+https://github.com/kevva/decompress.git"
  7553          }
  7554        ]
  7555      },
  7556      {
  7557        "type": "library",
  7558        "bom-ref": "pkg:npm/decompress-tar@4.1.1",
  7559        "name": "decompress-tar",
  7560        "version": "4.1.1",
  7561        "description": "decompress tar plugin",
  7562        "hashes": [
  7563          {
  7564            "alg": "SHA-1",
  7565            "content": "718cbd3fcb16209716e70a26b84e7ba4592e5af1"
  7566          }
  7567        ],
  7568        "licenses": [
  7569          {
  7570            "license": {
  7571              "id": "MIT"
  7572            }
  7573          }
  7574        ],
  7575        "purl": "pkg:npm/decompress-tar@4.1.1",
  7576        "externalReferences": [
  7577          {
  7578            "type": "website",
  7579            "url": "https://github.com/kevva/decompress-tar#readme"
  7580          },
  7581          {
  7582            "type": "issue-tracker",
  7583            "url": "https://github.com/kevva/decompress-tar/issues"
  7584          },
  7585          {
  7586            "type": "vcs",
  7587            "url": "git+https://github.com/kevva/decompress-tar.git"
  7588          }
  7589        ]
  7590      },
  7591      {
  7592        "type": "library",
  7593        "bom-ref": "pkg:npm/file-type@5.2.0",
  7594        "name": "file-type",
  7595        "version": "5.2.0",
  7596        "description": "Detect the file type of a Buffer/Uint8Array",
  7597        "hashes": [
  7598          {
  7599            "alg": "SHA-1",
  7600            "content": "2ddbea7c73ffe36368dfae49dc338c058c2b8ad6"
  7601          }
  7602        ],
  7603        "licenses": [
  7604          {
  7605            "license": {
  7606              "id": "MIT"
  7607            }
  7608          }
  7609        ],
  7610        "purl": "pkg:npm/file-type@5.2.0",
  7611        "externalReferences": [
  7612          {
  7613            "type": "website",
  7614            "url": "https://github.com/sindresorhus/file-type#readme"
  7615          },
  7616          {
  7617            "type": "issue-tracker",
  7618            "url": "https://github.com/sindresorhus/file-type/issues"
  7619          },
  7620          {
  7621            "type": "vcs",
  7622            "url": "git+https://github.com/sindresorhus/file-type.git"
  7623          }
  7624        ]
  7625      },
  7626      {
  7627        "type": "library",
  7628        "bom-ref": "pkg:npm/is-stream@1.1.0",
  7629        "name": "is-stream",
  7630        "version": "1.1.0",
  7631        "description": "Check if something is a Node.js stream",
  7632        "hashes": [
  7633          {
  7634            "alg": "SHA-1",
  7635            "content": "12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
  7636          }
  7637        ],
  7638        "licenses": [
  7639          {
  7640            "license": {
  7641              "id": "MIT"
  7642            }
  7643          }
  7644        ],
  7645        "purl": "pkg:npm/is-stream@1.1.0",
  7646        "externalReferences": [
  7647          {
  7648            "type": "website",
  7649            "url": "https://github.com/sindresorhus/is-stream#readme"
  7650          },
  7651          {
  7652            "type": "issue-tracker",
  7653            "url": "https://github.com/sindresorhus/is-stream/issues"
  7654          },
  7655          {
  7656            "type": "vcs",
  7657            "url": "git+https://github.com/sindresorhus/is-stream.git"
  7658          }
  7659        ]
  7660      },
  7661      {
  7662        "type": "library",
  7663        "bom-ref": "pkg:npm/tar-stream@1.6.2",
  7664        "name": "tar-stream",
  7665        "version": "1.6.2",
  7666        "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
  7667        "hashes": [
  7668          {
  7669            "alg": "SHA-1",
  7670            "content": "8ea55dab37972253d9a9af90fdcd559ae435c555"
  7671          }
  7672        ],
  7673        "licenses": [
  7674          {
  7675            "license": {
  7676              "id": "MIT"
  7677            }
  7678          }
  7679        ],
  7680        "purl": "pkg:npm/tar-stream@1.6.2",
  7681        "externalReferences": [
  7682          {
  7683            "type": "website",
  7684            "url": "https://github.com/mafintosh/tar-stream"
  7685          },
  7686          {
  7687            "type": "issue-tracker",
  7688            "url": "https://github.com/mafintosh/tar-stream/issues"
  7689          },
  7690          {
  7691            "type": "vcs",
  7692            "url": "git+https://github.com/mafintosh/tar-stream.git"
  7693          }
  7694        ]
  7695      },
  7696      {
  7697        "type": "library",
  7698        "bom-ref": "pkg:npm/bl@1.2.2",
  7699        "name": "bl",
  7700        "version": "1.2.2",
  7701        "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
  7702        "hashes": [
  7703          {
  7704            "alg": "SHA-1",
  7705            "content": "a160911717103c07410cef63ef51b397c025af9c"
  7706          }
  7707        ],
  7708        "licenses": [
  7709          {
  7710            "license": {
  7711              "id": "MIT"
  7712            }
  7713          }
  7714        ],
  7715        "purl": "pkg:npm/bl@1.2.2",
  7716        "externalReferences": [
  7717          {
  7718            "type": "website",
  7719            "url": "https://github.com/rvagg/bl"
  7720          },
  7721          {
  7722            "type": "issue-tracker",
  7723            "url": "https://github.com/rvagg/bl/issues"
  7724          },
  7725          {
  7726            "type": "vcs",
  7727            "url": "git+https://github.com/rvagg/bl.git"
  7728          }
  7729        ]
  7730      },
  7731      {
  7732        "type": "library",
  7733        "bom-ref": "pkg:npm/readable-stream@2.3.7",
  7734        "name": "readable-stream",
  7735        "version": "2.3.7",
  7736        "description": "Streams3, a user-land copy of the stream library from Node.js",
  7737        "hashes": [
  7738          {
  7739            "alg": "SHA-1",
  7740            "content": "1eca1cf711aef814c04f62252a36a62f6cb23b57"
  7741          }
  7742        ],
  7743        "licenses": [
  7744          {
  7745            "license": {
  7746              "id": "MIT"
  7747            }
  7748          }
  7749        ],
  7750        "purl": "pkg:npm/readable-stream@2.3.7",
  7751        "externalReferences": [
  7752          {
  7753            "type": "website",
  7754            "url": "https://github.com/nodejs/readable-stream#readme"
  7755          },
  7756          {
  7757            "type": "issue-tracker",
  7758            "url": "https://github.com/nodejs/readable-stream/issues"
  7759          },
  7760          {
  7761            "type": "vcs",
  7762            "url": "git://github.com/nodejs/readable-stream.git"
  7763          }
  7764        ]
  7765      },
  7766      {
  7767        "type": "library",
  7768        "bom-ref": "pkg:npm/core-util-is@1.0.2",
  7769        "name": "core-util-is",
  7770        "version": "1.0.2",
  7771        "description": "The `util.is*` functions introduced in Node v0.12.",
  7772        "hashes": [
  7773          {
  7774            "alg": "SHA-1",
  7775            "content": "b5fd54220aa2bc5ab57aab7140c940754503c1a7"
  7776          }
  7777        ],
  7778        "licenses": [
  7779          {
  7780            "license": {
  7781              "id": "MIT"
  7782            }
  7783          }
  7784        ],
  7785        "purl": "pkg:npm/core-util-is@1.0.2",
  7786        "externalReferences": [
  7787          {
  7788            "type": "website",
  7789            "url": "https://github.com/isaacs/core-util-is#readme"
  7790          },
  7791          {
  7792            "type": "issue-tracker",
  7793            "url": "https://github.com/isaacs/core-util-is/issues"
  7794          },
  7795          {
  7796            "type": "vcs",
  7797            "url": "git://github.com/isaacs/core-util-is.git"
  7798          }
  7799        ]
  7800      },
  7801      {
  7802        "type": "library",
  7803        "bom-ref": "pkg:npm/process-nextick-args@2.0.1",
  7804        "name": "process-nextick-args",
  7805        "version": "2.0.1",
  7806        "description": "process.nextTick but always with args",
  7807        "hashes": [
  7808          {
  7809            "alg": "SHA-1",
  7810            "content": "7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
  7811          }
  7812        ],
  7813        "licenses": [
  7814          {
  7815            "license": {
  7816              "id": "MIT"
  7817            }
  7818          }
  7819        ],
  7820        "purl": "pkg:npm/process-nextick-args@2.0.1",
  7821        "externalReferences": [
  7822          {
  7823            "type": "website",
  7824            "url": "https://github.com/calvinmetcalf/process-nextick-args"
  7825          },
  7826          {
  7827            "type": "issue-tracker",
  7828            "url": "https://github.com/calvinmetcalf/process-nextick-args/issues"
  7829          },
  7830          {
  7831            "type": "vcs",
  7832            "url": "git+https://github.com/calvinmetcalf/process-nextick-args.git"
  7833          }
  7834        ]
  7835      },
  7836      {
  7837        "type": "library",
  7838        "bom-ref": "pkg:npm/string_decoder@1.1.1",
  7839        "name": "string_decoder",
  7840        "version": "1.1.1",
  7841        "description": "The string_decoder module from Node core",
  7842        "hashes": [
  7843          {
  7844            "alg": "SHA-1",
  7845            "content": "9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
  7846          }
  7847        ],
  7848        "licenses": [
  7849          {
  7850            "license": {
  7851              "id": "MIT"
  7852            }
  7853          }
  7854        ],
  7855        "purl": "pkg:npm/string_decoder@1.1.1",
  7856        "externalReferences": [
  7857          {
  7858            "type": "website",
  7859            "url": "https://github.com/nodejs/string_decoder"
  7860          },
  7861          {
  7862            "type": "issue-tracker",
  7863            "url": "https://github.com/nodejs/string_decoder/issues"
  7864          },
  7865          {
  7866            "type": "vcs",
  7867            "url": "git://github.com/nodejs/string_decoder.git"
  7868          }
  7869        ]
  7870      },
  7871      {
  7872        "type": "library",
  7873        "bom-ref": "pkg:npm/util-deprecate@1.0.2",
  7874        "name": "util-deprecate",
  7875        "version": "1.0.2",
  7876        "description": "The Node.js `util.deprecate()` function with browser support",
  7877        "hashes": [
  7878          {
  7879            "alg": "SHA-1",
  7880            "content": "450d4dc9fa70de732762fbd2d4a28981419a0ccf"
  7881          }
  7882        ],
  7883        "licenses": [
  7884          {
  7885            "license": {
  7886              "id": "MIT"
  7887            }
  7888          }
  7889        ],
  7890        "purl": "pkg:npm/util-deprecate@1.0.2",
  7891        "externalReferences": [
  7892          {
  7893            "type": "website",
  7894            "url": "https://github.com/TooTallNate/util-deprecate"
  7895          },
  7896          {
  7897            "type": "issue-tracker",
  7898            "url": "https://github.com/TooTallNate/util-deprecate/issues"
  7899          },
  7900          {
  7901            "type": "vcs",
  7902            "url": "git://github.com/TooTallNate/util-deprecate.git"
  7903          }
  7904        ]
  7905      },
  7906      {
  7907        "type": "library",
  7908        "bom-ref": "pkg:npm/buffer-alloc@1.2.0",
  7909        "name": "buffer-alloc",
  7910        "version": "1.2.0",
  7911        "description": "A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.",
  7912        "hashes": [
  7913          {
  7914            "alg": "SHA-1",
  7915            "content": "890dd90d923a873e08e10e5fd51a57e5b7cce0ec"
  7916          }
  7917        ],
  7918        "licenses": [
  7919          {
  7920            "license": {
  7921              "id": "MIT"
  7922            }
  7923          }
  7924        ],
  7925        "purl": "pkg:npm/buffer-alloc@1.2.0",
  7926        "externalReferences": [
  7927          {
  7928            "type": "website",
  7929            "url": "https://github.com/LinusU/buffer-alloc#readme"
  7930          },
  7931          {
  7932            "type": "issue-tracker",
  7933            "url": "https://github.com/LinusU/buffer-alloc/issues"
  7934          },
  7935          {
  7936            "type": "vcs",
  7937            "url": "git+https://github.com/LinusU/buffer-alloc.git"
  7938          }
  7939        ]
  7940      },
  7941      {
  7942        "type": "library",
  7943        "bom-ref": "pkg:npm/buffer-alloc-unsafe@1.1.0",
  7944        "name": "buffer-alloc-unsafe",
  7945        "version": "1.1.0",
  7946        "description": "A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.",
  7947        "hashes": [
  7948          {
  7949            "alg": "SHA-1",
  7950            "content": "bd7dc26ae2972d0eda253be061dba992349c19f0"
  7951          }
  7952        ],
  7953        "licenses": [
  7954          {
  7955            "license": {
  7956              "id": "MIT"
  7957            }
  7958          }
  7959        ],
  7960        "purl": "pkg:npm/buffer-alloc-unsafe@1.1.0",
  7961        "externalReferences": [
  7962          {
  7963            "type": "website",
  7964            "url": "https://github.com/LinusU/buffer-alloc-unsafe#readme"
  7965          },
  7966          {
  7967            "type": "issue-tracker",
  7968            "url": "https://github.com/LinusU/buffer-alloc-unsafe/issues"
  7969          },
  7970          {
  7971            "type": "vcs",
  7972            "url": "git+https://github.com/LinusU/buffer-alloc-unsafe.git"
  7973          }
  7974        ]
  7975      },
  7976      {
  7977        "type": "library",
  7978        "bom-ref": "pkg:npm/buffer-fill@1.0.0",
  7979        "name": "buffer-fill",
  7980        "version": "1.0.0",
  7981        "description": "A [ponyfill](https://ponyfill.com) for `Buffer.fill`.",
  7982        "hashes": [
  7983          {
  7984            "alg": "SHA-1",
  7985            "content": "f8f78b76789888ef39f205cd637f68e702122b2c"
  7986          }
  7987        ],
  7988        "licenses": [
  7989          {
  7990            "license": {
  7991              "id": "MIT"
  7992            }
  7993          }
  7994        ],
  7995        "purl": "pkg:npm/buffer-fill@1.0.0",
  7996        "externalReferences": [
  7997          {
  7998            "type": "website",
  7999            "url": "https://github.com/LinusU/buffer-fill#readme"
  8000          },
  8001          {
  8002            "type": "issue-tracker",
  8003            "url": "https://github.com/LinusU/buffer-fill/issues"
  8004          },
  8005          {
  8006            "type": "vcs",
  8007            "url": "git+https://github.com/LinusU/buffer-fill.git"
  8008          }
  8009        ]
  8010      },
  8011      {
  8012        "type": "library",
  8013        "bom-ref": "pkg:npm/end-of-stream@1.4.4",
  8014        "name": "end-of-stream",
  8015        "version": "1.4.4",
  8016        "description": "Call a callback when a readable/writable/duplex stream has completed or failed.",
  8017        "hashes": [
  8018          {
  8019            "alg": "SHA-1",
  8020            "content": "5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
  8021          }
  8022        ],
  8023        "licenses": [
  8024          {
  8025            "license": {
  8026              "id": "MIT"
  8027            }
  8028          }
  8029        ],
  8030        "purl": "pkg:npm/end-of-stream@1.4.4",
  8031        "externalReferences": [
  8032          {
  8033            "type": "website",
  8034            "url": "https://github.com/mafintosh/end-of-stream"
  8035          },
  8036          {
  8037            "type": "issue-tracker",
  8038            "url": "https://github.com/mafintosh/end-of-stream/issues"
  8039          },
  8040          {
  8041            "type": "vcs",
  8042            "url": "git://github.com/mafintosh/end-of-stream.git"
  8043          }
  8044        ]
  8045      },
  8046      {
  8047        "type": "library",
  8048        "bom-ref": "pkg:npm/once@1.4.0",
  8049        "name": "once",
  8050        "version": "1.4.0",
  8051        "description": "Run a function exactly one time",
  8052        "hashes": [
  8053          {
  8054            "alg": "SHA-1",
  8055            "content": "583b1aa775961d4b113ac17d9c50baef9dd76bd1"
  8056          }
  8057        ],
  8058        "licenses": [
  8059          {
  8060            "license": {
  8061              "id": "ISC"
  8062            }
  8063          }
  8064        ],
  8065        "purl": "pkg:npm/once@1.4.0",
  8066        "externalReferences": [
  8067          {
  8068            "type": "website",
  8069            "url": "https://github.com/isaacs/once#readme"
  8070          },
  8071          {
  8072            "type": "issue-tracker",
  8073            "url": "https://github.com/isaacs/once/issues"
  8074          },
  8075          {
  8076            "type": "vcs",
  8077            "url": "git://github.com/isaacs/once.git"
  8078          }
  8079        ]
  8080      },
  8081      {
  8082        "type": "library",
  8083        "bom-ref": "pkg:npm/wrappy@1.0.2",
  8084        "name": "wrappy",
  8085        "version": "1.0.2",
  8086        "description": "Callback wrapping utility",
  8087        "hashes": [
  8088          {
  8089            "alg": "SHA-1",
  8090            "content": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
  8091          }
  8092        ],
  8093        "licenses": [
  8094          {
  8095            "license": {
  8096              "id": "ISC"
  8097            }
  8098          }
  8099        ],
  8100        "purl": "pkg:npm/wrappy@1.0.2",
  8101        "externalReferences": [
  8102          {
  8103            "type": "website",
  8104            "url": "https://github.com/npm/wrappy"
  8105          },
  8106          {
  8107            "type": "issue-tracker",
  8108            "url": "https://github.com/npm/wrappy/issues"
  8109          },
  8110          {
  8111            "type": "vcs",
  8112            "url": "git+https://github.com/npm/wrappy.git"
  8113          }
  8114        ]
  8115      },
  8116      {
  8117        "type": "library",
  8118        "bom-ref": "pkg:npm/fs-constants@1.0.0",
  8119        "name": "fs-constants",
  8120        "version": "1.0.0",
  8121        "description": "Require constants across node and the browser",
  8122        "hashes": [
  8123          {
  8124            "alg": "SHA-1",
  8125            "content": "6be0de9be998ce16af8afc24497b9ee9b7ccd9ad"
  8126          }
  8127        ],
  8128        "licenses": [
  8129          {
  8130            "license": {
  8131              "id": "MIT"
  8132            }
  8133          }
  8134        ],
  8135        "purl": "pkg:npm/fs-constants@1.0.0",
  8136        "externalReferences": [
  8137          {
  8138            "type": "website",
  8139            "url": "https://github.com/mafintosh/fs-constants"
  8140          },
  8141          {
  8142            "type": "issue-tracker",
  8143            "url": "https://github.com/mafintosh/fs-constants/issues"
  8144          },
  8145          {
  8146            "type": "vcs",
  8147            "url": "git+https://github.com/mafintosh/fs-constants.git"
  8148          }
  8149        ]
  8150      },
  8151      {
  8152        "type": "library",
  8153        "bom-ref": "pkg:npm/to-buffer@1.1.1",
  8154        "name": "to-buffer",
  8155        "version": "1.1.1",
  8156        "description": "Pass in a string, get a buffer back. Pass in a buffer, get the same buffer back",
  8157        "hashes": [
  8158          {
  8159            "alg": "SHA-1",
  8160            "content": "493bd48f62d7c43fcded313a03dcadb2e1213a80"
  8161          }
  8162        ],
  8163        "licenses": [
  8164          {
  8165            "license": {
  8166              "id": "MIT"
  8167            }
  8168          }
  8169        ],
  8170        "purl": "pkg:npm/to-buffer@1.1.1",
  8171        "externalReferences": [
  8172          {
  8173            "type": "website",
  8174            "url": "https://github.com/mafintosh/to-buffer"
  8175          },
  8176          {
  8177            "type": "issue-tracker",
  8178            "url": "https://github.com/mafintosh/to-buffer/issues"
  8179          },
  8180          {
  8181            "type": "vcs",
  8182            "url": "git+https://github.com/mafintosh/to-buffer.git"
  8183          }
  8184        ]
  8185      },
  8186      {
  8187        "type": "library",
  8188        "bom-ref": "pkg:npm/xtend@4.0.2",
  8189        "name": "xtend",
  8190        "version": "4.0.2",
  8191        "description": "extend like a boss",
  8192        "hashes": [
  8193          {
  8194            "alg": "SHA-1",
  8195            "content": "bb72779f5fa465186b1f438f674fa347fdb5db54"
  8196          }
  8197        ],
  8198        "licenses": [
  8199          {
  8200            "license": {
  8201              "id": "MIT"
  8202            }
  8203          }
  8204        ],
  8205        "purl": "pkg:npm/xtend@4.0.2",
  8206        "externalReferences": [
  8207          {
  8208            "type": "website",
  8209            "url": "https://github.com/Raynos/xtend"
  8210          },
  8211          {
  8212            "type": "issue-tracker",
  8213            "url": "https://github.com/Raynos/xtend/issues"
  8214          },
  8215          {
  8216            "type": "vcs",
  8217            "url": "git://github.com/Raynos/xtend.git"
  8218          }
  8219        ]
  8220      },
  8221      {
  8222        "type": "library",
  8223        "bom-ref": "pkg:npm/decompress-tarbz2@4.1.1",
  8224        "name": "decompress-tarbz2",
  8225        "version": "4.1.1",
  8226        "description": "decompress tar.bz2 plugin",
  8227        "hashes": [
  8228          {
  8229            "alg": "SHA-1",
  8230            "content": "3082a5b880ea4043816349f378b56c516be1a39b"
  8231          }
  8232        ],
  8233        "licenses": [
  8234          {
  8235            "license": {
  8236              "id": "MIT"
  8237            }
  8238          }
  8239        ],
  8240        "purl": "pkg:npm/decompress-tarbz2@4.1.1",
  8241        "externalReferences": [
  8242          {
  8243            "type": "website",
  8244            "url": "https://github.com/kevva/decompress-tarbz2#readme"
  8245          },
  8246          {
  8247            "type": "issue-tracker",
  8248            "url": "https://github.com/kevva/decompress-tarbz2/issues"
  8249          },
  8250          {
  8251            "type": "vcs",
  8252            "url": "git+https://github.com/kevva/decompress-tarbz2.git"
  8253          }
  8254        ]
  8255      },
  8256      {
  8257        "type": "library",
  8258        "bom-ref": "pkg:npm/file-type@6.2.0",
  8259        "name": "file-type",
  8260        "version": "6.2.0",
  8261        "description": "Detect the file type of a Buffer/Uint8Array",
  8262        "hashes": [
  8263          {
  8264            "alg": "SHA-1",
  8265            "content": "e50cd75d356ffed4e306dc4f5bcf52a79903a919"
  8266          }
  8267        ],
  8268        "licenses": [
  8269          {
  8270            "license": {
  8271              "id": "MIT"
  8272            }
  8273          }
  8274        ],
  8275        "purl": "pkg:npm/file-type@6.2.0",
  8276        "externalReferences": [
  8277          {
  8278            "type": "website",
  8279            "url": "https://github.com/sindresorhus/file-type#readme"
  8280          },
  8281          {
  8282            "type": "issue-tracker",
  8283            "url": "https://github.com/sindresorhus/file-type/issues"
  8284          },
  8285          {
  8286            "type": "vcs",
  8287            "url": "git+https://github.com/sindresorhus/file-type.git"
  8288          }
  8289        ]
  8290      },
  8291      {
  8292        "type": "library",
  8293        "bom-ref": "pkg:npm/seek-bzip@1.0.5",
  8294        "name": "seek-bzip",
  8295        "version": "1.0.5",
  8296        "description": "a pure-JavaScript Node.JS module for random-access decoding bzip2 data",
  8297        "hashes": [
  8298          {
  8299            "alg": "SHA-1",
  8300            "content": "cfe917cb3d274bcffac792758af53173eb1fabdc"
  8301          }
  8302        ],
  8303        "licenses": [
  8304          {
  8305            "license": {
  8306              "id": "MIT"
  8307            }
  8308          }
  8309        ],
  8310        "purl": "pkg:npm/seek-bzip@1.0.5",
  8311        "externalReferences": [
  8312          {
  8313            "type": "website",
  8314            "url": "https://github.com/cscott/seek-bzip#readme"
  8315          },
  8316          {
  8317            "type": "issue-tracker",
  8318            "url": "https://github.com/cscott/seek-bzip/issues"
  8319          },
  8320          {
  8321            "type": "vcs",
  8322            "url": "git+https://github.com/cscott/seek-bzip.git"
  8323          }
  8324        ]
  8325      },
  8326      {
  8327        "type": "library",
  8328        "bom-ref": "pkg:npm/commander@2.8.1",
  8329        "name": "commander",
  8330        "version": "2.8.1",
  8331        "description": "the complete solution for node.js command-line programs",
  8332        "hashes": [
  8333          {
  8334            "alg": "SHA-1",
  8335            "content": "06be367febfda0c330aa1e2a072d3dc9762425d4"
  8336          }
  8337        ],
  8338        "licenses": [
  8339          {
  8340            "license": {
  8341              "id": "MIT"
  8342            }
  8343          }
  8344        ],
  8345        "purl": "pkg:npm/commander@2.8.1",
  8346        "externalReferences": [
  8347          {
  8348            "type": "website",
  8349            "url": "https://github.com/tj/commander.js#readme"
  8350          },
  8351          {
  8352            "type": "issue-tracker",
  8353            "url": "https://github.com/tj/commander.js/issues"
  8354          },
  8355          {
  8356            "type": "vcs",
  8357            "url": "git+https://github.com/tj/commander.js.git"
  8358          }
  8359        ]
  8360      },
  8361      {
  8362        "type": "library",
  8363        "bom-ref": "pkg:npm/graceful-readlink@1.0.1",
  8364        "name": "graceful-readlink",
  8365        "version": "1.0.1",
  8366        "description": "graceful fs.readlink",
  8367        "hashes": [
  8368          {
  8369            "alg": "SHA-1",
  8370            "content": "4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
  8371          }
  8372        ],
  8373        "licenses": [
  8374          {
  8375            "license": {
  8376              "id": "MIT"
  8377            }
  8378          }
  8379        ],
  8380        "purl": "pkg:npm/graceful-readlink@1.0.1",
  8381        "externalReferences": [
  8382          {
  8383            "type": "website",
  8384            "url": "https://github.com/zhiyelee/graceful-readlink"
  8385          },
  8386          {
  8387            "type": "issue-tracker",
  8388            "url": "https://github.com/zhiyelee/graceful-readlink/issues"
  8389          },
  8390          {
  8391            "type": "vcs",
  8392            "url": "git://github.com/zhiyelee/graceful-readlink.git"
  8393          }
  8394        ]
  8395      },
  8396      {
  8397        "type": "library",
  8398        "bom-ref": "pkg:npm/unbzip2-stream@1.4.3",
  8399        "name": "unbzip2-stream",
  8400        "version": "1.4.3",
  8401        "description": "streaming unbzip2 implementation in pure javascript for node and browsers",
  8402        "hashes": [
  8403          {
  8404            "alg": "SHA-1",
  8405            "content": "b0da04c4371311df771cdc215e87f2130991ace7"
  8406          }
  8407        ],
  8408        "licenses": [
  8409          {
  8410            "license": {
  8411              "id": "MIT"
  8412            }
  8413          }
  8414        ],
  8415        "purl": "pkg:npm/unbzip2-stream@1.4.3",
  8416        "externalReferences": [
  8417          {
  8418            "type": "website",
  8419            "url": "https://github.com/regular/unbzip2-stream#readme"
  8420          },
  8421          {
  8422            "type": "issue-tracker",
  8423            "url": "https://github.com/regular/unbzip2-stream/issues"
  8424          },
  8425          {
  8426            "type": "vcs",
  8427            "url": "git+https://github.com/regular/unbzip2-stream.git"
  8428          }
  8429        ]
  8430      },
  8431      {
  8432        "type": "library",
  8433        "bom-ref": "pkg:npm/buffer@5.6.0",
  8434        "name": "buffer",
  8435        "version": "5.6.0",
  8436        "description": "Node.js Buffer API, for the browser",
  8437        "hashes": [
  8438          {
  8439            "alg": "SHA-1",
  8440            "content": "a31749dc7d81d84db08abf937b6b8c4033f62786"
  8441          }
  8442        ],
  8443        "licenses": [
  8444          {
  8445            "license": {
  8446              "id": "MIT"
  8447            }
  8448          }
  8449        ],
  8450        "purl": "pkg:npm/buffer@5.6.0",
  8451        "externalReferences": [
  8452          {
  8453            "type": "website",
  8454            "url": "https://github.com/feross/buffer"
  8455          },
  8456          {
  8457            "type": "issue-tracker",
  8458            "url": "https://github.com/feross/buffer/issues"
  8459          },
  8460          {
  8461            "type": "vcs",
  8462            "url": "git://github.com/feross/buffer.git"
  8463          }
  8464        ]
  8465      },
  8466      {
  8467        "type": "library",
  8468        "bom-ref": "pkg:npm/base64-js@1.3.1",
  8469        "name": "base64-js",
  8470        "version": "1.3.1",
  8471        "description": "Base64 encoding/decoding in pure JS",
  8472        "hashes": [
  8473          {
  8474            "alg": "SHA-1",
  8475            "content": "58ece8cb75dd07e71ed08c736abc5fac4dbf8df1"
  8476          }
  8477        ],
  8478        "licenses": [
  8479          {
  8480            "license": {
  8481              "id": "MIT"
  8482            }
  8483          }
  8484        ],
  8485        "purl": "pkg:npm/base64-js@1.3.1",
  8486        "externalReferences": [
  8487          {
  8488            "type": "website",
  8489            "url": "https://github.com/beatgammit/base64-js"
  8490          },
  8491          {
  8492            "type": "issue-tracker",
  8493            "url": "https://github.com/beatgammit/base64-js/issues"
  8494          },
  8495          {
  8496            "type": "vcs",
  8497            "url": "git://github.com/beatgammit/base64-js.git"
  8498          }
  8499        ]
  8500      },
  8501      {
  8502        "type": "library",
  8503        "bom-ref": "pkg:npm/ieee754@1.1.13",
  8504        "name": "ieee754",
  8505        "version": "1.1.13",
  8506        "description": "Read/write IEEE754 floating point numbers from/to a Buffer or array-like object",
  8507        "hashes": [
  8508          {
  8509            "alg": "SHA-1",
  8510            "content": "ec168558e95aa181fd87d37f55c32bbcb6708b84"
  8511          }
  8512        ],
  8513        "licenses": [
  8514          {
  8515            "license": {
  8516              "id": "BSD-3-Clause"
  8517            }
  8518          }
  8519        ],
  8520        "purl": "pkg:npm/ieee754@1.1.13",
  8521        "externalReferences": [
  8522          {
  8523            "type": "website",
  8524            "url": "https://github.com/feross/ieee754#readme"
  8525          },
  8526          {
  8527            "type": "issue-tracker",
  8528            "url": "https://github.com/feross/ieee754/issues"
  8529          },
  8530          {
  8531            "type": "vcs",
  8532            "url": "git://github.com/feross/ieee754.git"
  8533          }
  8534        ]
  8535      },
  8536      {
  8537        "type": "library",
  8538        "bom-ref": "pkg:npm/through@2.3.8",
  8539        "name": "through",
  8540        "version": "2.3.8",
  8541        "description": "simplified stream construction",
  8542        "hashes": [
  8543          {
  8544            "alg": "SHA-1",
  8545            "content": "0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
  8546          }
  8547        ],
  8548        "licenses": [
  8549          {
  8550            "license": {
  8551              "id": "MIT"
  8552            }
  8553          }
  8554        ],
  8555        "purl": "pkg:npm/through@2.3.8",
  8556        "externalReferences": [
  8557          {
  8558            "type": "website",
  8559            "url": "https://github.com/dominictarr/through"
  8560          },
  8561          {
  8562            "type": "issue-tracker",
  8563            "url": "https://github.com/dominictarr/through/issues"
  8564          },
  8565          {
  8566            "type": "vcs",
  8567            "url": "git+https://github.com/dominictarr/through.git"
  8568          }
  8569        ]
  8570      },
  8571      {
  8572        "type": "library",
  8573        "bom-ref": "pkg:npm/decompress-targz@4.1.1",
  8574        "name": "decompress-targz",
  8575        "version": "4.1.1",
  8576        "description": "decompress tar.gz plugin",
  8577        "hashes": [
  8578          {
  8579            "alg": "SHA-1",
  8580            "content": "c09bc35c4d11f3de09f2d2da53e9de23e7ce1eee"
  8581          }
  8582        ],
  8583        "licenses": [
  8584          {
  8585            "license": {
  8586              "id": "MIT"
  8587            }
  8588          }
  8589        ],
  8590        "purl": "pkg:npm/decompress-targz@4.1.1",
  8591        "externalReferences": [
  8592          {
  8593            "type": "website",
  8594            "url": "https://github.com/kevva/decompress-targz#readme"
  8595          },
  8596          {
  8597            "type": "issue-tracker",
  8598            "url": "https://github.com/kevva/decompress-targz/issues"
  8599          },
  8600          {
  8601            "type": "vcs",
  8602            "url": "git+https://github.com/kevva/decompress-targz.git"
  8603          }
  8604        ]
  8605      },
  8606      {
  8607        "type": "library",
  8608        "bom-ref": "pkg:npm/decompress-unzip@4.0.1",
  8609        "name": "decompress-unzip",
  8610        "version": "4.0.1",
  8611        "description": "decompress zip plugin",
  8612        "hashes": [
  8613          {
  8614            "alg": "SHA-1",
  8615            "content": "deaaccdfd14aeaf85578f733ae8210f9b4848f69"
  8616          }
  8617        ],
  8618        "licenses": [
  8619          {
  8620            "license": {
  8621              "id": "MIT"
  8622            }
  8623          }
  8624        ],
  8625        "purl": "pkg:npm/decompress-unzip@4.0.1",
  8626        "externalReferences": [
  8627          {
  8628            "type": "website",
  8629            "url": "https://github.com/kevva/decompress-unzip#readme"
  8630          },
  8631          {
  8632            "type": "issue-tracker",
  8633            "url": "https://github.com/kevva/decompress-unzip/issues"
  8634          },
  8635          {
  8636            "type": "vcs",
  8637            "url": "git+https://github.com/kevva/decompress-unzip.git"
  8638          }
  8639        ]
  8640      },
  8641      {
  8642        "type": "library",
  8643        "bom-ref": "pkg:npm/file-type@3.9.0",
  8644        "name": "file-type",
  8645        "version": "3.9.0",
  8646        "description": "Detect the file type of a Buffer/Uint8Array",
  8647        "hashes": [
  8648          {
  8649            "alg": "SHA-1",
  8650            "content": "257a078384d1db8087bc449d107d52a52672b9e9"
  8651          }
  8652        ],
  8653        "licenses": [
  8654          {
  8655            "license": {
  8656              "id": "MIT"
  8657            }
  8658          }
  8659        ],
  8660        "purl": "pkg:npm/file-type@3.9.0",
  8661        "externalReferences": [
  8662          {
  8663            "type": "website",
  8664            "url": "https://github.com/sindresorhus/file-type#readme"
  8665          },
  8666          {
  8667            "type": "issue-tracker",
  8668            "url": "https://github.com/sindresorhus/file-type/issues"
  8669          },
  8670          {
  8671            "type": "vcs",
  8672            "url": "git+https://github.com/sindresorhus/file-type.git"
  8673          }
  8674        ]
  8675      },
  8676      {
  8677        "type": "library",
  8678        "bom-ref": "pkg:npm/get-stream@2.3.1",
  8679        "name": "get-stream",
  8680        "version": "2.3.1",
  8681        "description": "Get a stream as a string, buffer, or array",
  8682        "hashes": [
  8683          {
  8684            "alg": "SHA-1",
  8685            "content": "5f38f93f346009666ee0150a054167f91bdd95de"
  8686          }
  8687        ],
  8688        "licenses": [
  8689          {
  8690            "license": {
  8691              "id": "MIT"
  8692            }
  8693          }
  8694        ],
  8695        "purl": "pkg:npm/get-stream@2.3.1",
  8696        "externalReferences": [
  8697          {
  8698            "type": "website",
  8699            "url": "https://github.com/sindresorhus/get-stream#readme"
  8700          },
  8701          {
  8702            "type": "issue-tracker",
  8703            "url": "https://github.com/sindresorhus/get-stream/issues"
  8704          },
  8705          {
  8706            "type": "vcs",
  8707            "url": "git+https://github.com/sindresorhus/get-stream.git"
  8708          }
  8709        ]
  8710      },
  8711      {
  8712        "type": "library",
  8713        "bom-ref": "pkg:npm/pinkie-promise@2.0.1",
  8714        "name": "pinkie-promise",
  8715        "version": "2.0.1",
  8716        "description": "ES2015 Promise ponyfill",
  8717        "hashes": [
  8718          {
  8719            "alg": "SHA-1",
  8720            "content": "2135d6dfa7a358c069ac9b178776288228450ffa"
  8721          }
  8722        ],
  8723        "licenses": [
  8724          {
  8725            "license": {
  8726              "id": "MIT"
  8727            }
  8728          }
  8729        ],
  8730        "purl": "pkg:npm/pinkie-promise@2.0.1",
  8731        "externalReferences": [
  8732          {
  8733            "type": "website",
  8734            "url": "https://github.com/floatdrop/pinkie-promise#readme"
  8735          },
  8736          {
  8737            "type": "issue-tracker",
  8738            "url": "https://github.com/floatdrop/pinkie-promise/issues"
  8739          },
  8740          {
  8741            "type": "vcs",
  8742            "url": "git+https://github.com/floatdrop/pinkie-promise.git"
  8743          }
  8744        ]
  8745      },
  8746      {
  8747        "type": "library",
  8748        "bom-ref": "pkg:npm/pinkie@2.0.4",
  8749        "name": "pinkie",
  8750        "version": "2.0.4",
  8751        "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
  8752        "hashes": [
  8753          {
  8754            "alg": "SHA-1",
  8755            "content": "72556b80cfa0d48a974e80e77248e80ed4f7f870"
  8756          }
  8757        ],
  8758        "licenses": [
  8759          {
  8760            "license": {
  8761              "id": "MIT"
  8762            }
  8763          }
  8764        ],
  8765        "purl": "pkg:npm/pinkie@2.0.4",
  8766        "externalReferences": [
  8767          {
  8768            "type": "website",
  8769            "url": "https://github.com/floatdrop/pinkie#readme"
  8770          },
  8771          {
  8772            "type": "issue-tracker",
  8773            "url": "https://github.com/floatdrop/pinkie/issues"
  8774          },
  8775          {
  8776            "type": "vcs",
  8777            "url": "git+https://github.com/floatdrop/pinkie.git"
  8778          }
  8779        ]
  8780      },
  8781      {
  8782        "type": "library",
  8783        "bom-ref": "pkg:npm/pify@2.3.0",
  8784        "name": "pify",
  8785        "version": "2.3.0",
  8786        "description": "Promisify a callback-style function",
  8787        "hashes": [
  8788          {
  8789            "alg": "SHA-1",
  8790            "content": "ed141a6ac043a849ea588498e7dca8b15330e90c"
  8791          }
  8792        ],
  8793        "licenses": [
  8794          {
  8795            "license": {
  8796              "id": "MIT"
  8797            }
  8798          }
  8799        ],
  8800        "purl": "pkg:npm/pify@2.3.0",
  8801        "externalReferences": [
  8802          {
  8803            "type": "website",
  8804            "url": "https://github.com/sindresorhus/pify#readme"
  8805          },
  8806          {
  8807            "type": "issue-tracker",
  8808            "url": "https://github.com/sindresorhus/pify/issues"
  8809          },
  8810          {
  8811            "type": "vcs",
  8812            "url": "git+https://github.com/sindresorhus/pify.git"
  8813          }
  8814        ]
  8815      },
  8816      {
  8817        "type": "library",
  8818        "bom-ref": "pkg:npm/yauzl@2.10.0",
  8819        "name": "yauzl",
  8820        "version": "2.10.0",
  8821        "description": "yet another unzip library for node",
  8822        "hashes": [
  8823          {
  8824            "alg": "SHA-1",
  8825            "content": "c7eb17c93e112cb1086fa6d8e51fb0667b79a5f9"
  8826          }
  8827        ],
  8828        "licenses": [
  8829          {
  8830            "license": {
  8831              "id": "MIT"
  8832            }
  8833          }
  8834        ],
  8835        "purl": "pkg:npm/yauzl@2.10.0",
  8836        "externalReferences": [
  8837          {
  8838            "type": "website",
  8839            "url": "https://github.com/thejoshwolfe/yauzl"
  8840          },
  8841          {
  8842            "type": "issue-tracker",
  8843            "url": "https://github.com/thejoshwolfe/yauzl/issues"
  8844          },
  8845          {
  8846            "type": "vcs",
  8847            "url": "git+https://github.com/thejoshwolfe/yauzl.git"
  8848          }
  8849        ]
  8850      },
  8851      {
  8852        "type": "library",
  8853        "bom-ref": "pkg:npm/buffer-crc32@0.2.13",
  8854        "name": "buffer-crc32",
  8855        "version": "0.2.13",
  8856        "description": "A pure javascript CRC32 algorithm that plays nice with binary data",
  8857        "hashes": [
  8858          {
  8859            "alg": "SHA-1",
  8860            "content": "0d333e3f00eac50aa1454abd30ef8c2a5d9a7242"
  8861          }
  8862        ],
  8863        "licenses": [
  8864          {
  8865            "license": {
  8866              "id": "MIT"
  8867            }
  8868          }
  8869        ],
  8870        "purl": "pkg:npm/buffer-crc32@0.2.13",
  8871        "externalReferences": [
  8872          {
  8873            "type": "website",
  8874            "url": "https://github.com/brianloveswords/buffer-crc32"
  8875          },
  8876          {
  8877            "type": "issue-tracker",
  8878            "url": "https://github.com/brianloveswords/buffer-crc32/issues"
  8879          },
  8880          {
  8881            "type": "vcs",
  8882            "url": "git://github.com/brianloveswords/buffer-crc32.git"
  8883          }
  8884        ]
  8885      },
  8886      {
  8887        "type": "library",
  8888        "bom-ref": "pkg:npm/fd-slicer@1.1.0",
  8889        "name": "fd-slicer",
  8890        "version": "1.1.0",
  8891        "description": "safely create multiple ReadStream or WriteStream objects from the same file descriptor",
  8892        "hashes": [
  8893          {
  8894            "alg": "SHA-1",
  8895            "content": "25c7c89cb1f9077f8891bbe61d8f390eae256f1e"
  8896          }
  8897        ],
  8898        "licenses": [
  8899          {
  8900            "license": {
  8901              "id": "MIT"
  8902            }
  8903          }
  8904        ],
  8905        "purl": "pkg:npm/fd-slicer@1.1.0",
  8906        "externalReferences": [
  8907          {
  8908            "type": "website",
  8909            "url": "https://github.com/andrewrk/node-fd-slicer#readme"
  8910          },
  8911          {
  8912            "type": "issue-tracker",
  8913            "url": "https://github.com/andrewrk/node-fd-slicer/issues"
  8914          },
  8915          {
  8916            "type": "vcs",
  8917            "url": "git://github.com/andrewrk/node-fd-slicer.git"
  8918          }
  8919        ]
  8920      },
  8921      {
  8922        "type": "library",
  8923        "bom-ref": "pkg:npm/pend@1.2.0",
  8924        "name": "pend",
  8925        "version": "1.2.0",
  8926        "description": "dead-simple optimistic async helper",
  8927        "hashes": [
  8928          {
  8929            "alg": "SHA-1",
  8930            "content": "7a57eb550a6783f9115331fcf4663d5c8e007a50"
  8931          }
  8932        ],
  8933        "licenses": [
  8934          {
  8935            "license": {
  8936              "id": "MIT"
  8937            }
  8938          }
  8939        ],
  8940        "purl": "pkg:npm/pend@1.2.0",
  8941        "externalReferences": [
  8942          {
  8943            "type": "website",
  8944            "url": "https://github.com/andrewrk/node-pend#readme"
  8945          },
  8946          {
  8947            "type": "issue-tracker",
  8948            "url": "https://github.com/andrewrk/node-pend/issues"
  8949          },
  8950          {
  8951            "type": "vcs",
  8952            "url": "git://github.com/andrewrk/node-pend.git"
  8953          }
  8954        ]
  8955      },
  8956      {
  8957        "type": "library",
  8958        "bom-ref": "pkg:npm/make-dir@1.3.0",
  8959        "name": "make-dir",
  8960        "version": "1.3.0",
  8961        "description": "Make a directory and its parents if needed - Think `mkdir -p`",
  8962        "hashes": [
  8963          {
  8964            "alg": "SHA-1",
  8965            "content": "79c1033b80515bd6d24ec9933e860ca75ee27f0c"
  8966          }
  8967        ],
  8968        "licenses": [
  8969          {
  8970            "license": {
  8971              "id": "MIT"
  8972            }
  8973          }
  8974        ],
  8975        "purl": "pkg:npm/make-dir@1.3.0",
  8976        "externalReferences": [
  8977          {
  8978            "type": "website",
  8979            "url": "https://github.com/sindresorhus/make-dir#readme"
  8980          },
  8981          {
  8982            "type": "issue-tracker",
  8983            "url": "https://github.com/sindresorhus/make-dir/issues"
  8984          },
  8985          {
  8986            "type": "vcs",
  8987            "url": "git+https://github.com/sindresorhus/make-dir.git"
  8988          }
  8989        ]
  8990      },
  8991      {
  8992        "type": "library",
  8993        "bom-ref": "pkg:npm/strip-dirs@2.1.0",
  8994        "name": "strip-dirs",
  8995        "version": "2.1.0",
  8996        "description": "Remove leading directory components from a path, like tar's --strip-components option",
  8997        "hashes": [
  8998          {
  8999            "alg": "SHA-1",
  9000            "content": "4987736264fc344cf20f6c34aca9d13d1d4ed6c5"
  9001          }
  9002        ],
  9003        "licenses": [
  9004          {
  9005            "license": {
  9006              "id": "MIT"
  9007            }
  9008          }
  9009        ],
  9010        "purl": "pkg:npm/strip-dirs@2.1.0",
  9011        "externalReferences": [
  9012          {
  9013            "type": "website",
  9014            "url": "https://github.com/shinnn/node-strip-dirs#readme"
  9015          },
  9016          {
  9017            "type": "issue-tracker",
  9018            "url": "https://github.com/shinnn/node-strip-dirs/issues"
  9019          },
  9020          {
  9021            "type": "vcs",
  9022            "url": "git+https://github.com/shinnn/node-strip-dirs.git"
  9023          }
  9024        ]
  9025      },
  9026      {
  9027        "type": "library",
  9028        "bom-ref": "pkg:npm/is-natural-number@4.0.1",
  9029        "name": "is-natural-number",
  9030        "version": "4.0.1",
  9031        "description": "Check if a value is a natural number",
  9032        "hashes": [
  9033          {
  9034            "alg": "SHA-1",
  9035            "content": "ab9d76e1db4ced51e35de0c72ebecf09f734cde8"
  9036          }
  9037        ],
  9038        "licenses": [
  9039          {
  9040            "license": {
  9041              "id": "MIT"
  9042            }
  9043          }
  9044        ],
  9045        "purl": "pkg:npm/is-natural-number@4.0.1",
  9046        "externalReferences": [
  9047          {
  9048            "type": "website",
  9049            "url": "https://github.com/shinnn/is-natural-number.js#readme"
  9050          },
  9051          {
  9052            "type": "issue-tracker",
  9053            "url": "https://github.com/shinnn/is-natural-number.js/issues"
  9054          },
  9055          {
  9056            "type": "vcs",
  9057            "url": "git+https://github.com/shinnn/is-natural-number.js.git"
  9058          }
  9059        ]
  9060      },
  9061      {
  9062        "type": "library",
  9063        "bom-ref": "pkg:npm/ext-name@5.0.0",
  9064        "name": "ext-name",
  9065        "version": "5.0.0",
  9066        "description": "Get the file extension and MIME type from a file",
  9067        "hashes": [
  9068          {
  9069            "alg": "SHA-1",
  9070            "content": "70781981d183ee15d13993c8822045c506c8f0a6"
  9071          }
  9072        ],
  9073        "licenses": [
  9074          {
  9075            "license": {
  9076              "id": "MIT"
  9077            }
  9078          }
  9079        ],
  9080        "purl": "pkg:npm/ext-name@5.0.0",
  9081        "externalReferences": [
  9082          {
  9083            "type": "website",
  9084            "url": "https://github.com/kevva/ext-name#readme"
  9085          },
  9086          {
  9087            "type": "issue-tracker",
  9088            "url": "https://github.com/kevva/ext-name/issues"
  9089          },
  9090          {
  9091            "type": "vcs",
  9092            "url": "git+https://github.com/kevva/ext-name.git"
  9093          }
  9094        ]
  9095      },
  9096      {
  9097        "type": "library",
  9098        "bom-ref": "pkg:npm/ext-list@2.2.2",
  9099        "name": "ext-list",
  9100        "version": "2.2.2",
  9101        "description": "List of known file extensions and their MIME types",
  9102        "hashes": [
  9103          {
  9104            "alg": "SHA-1",
  9105            "content": "0b98e64ed82f5acf0f2931babf69212ef52ddd37"
  9106          }
  9107        ],
  9108        "licenses": [
  9109          {
  9110            "license": {
  9111              "id": "MIT"
  9112            }
  9113          }
  9114        ],
  9115        "purl": "pkg:npm/ext-list@2.2.2",
  9116        "externalReferences": [
  9117          {
  9118            "type": "website",
  9119            "url": "https://github.com/kevva/ext-list#readme"
  9120          },
  9121          {
  9122            "type": "issue-tracker",
  9123            "url": "https://github.com/kevva/ext-list/issues"
  9124          },
  9125          {
  9126            "type": "vcs",
  9127            "url": "git+https://github.com/kevva/ext-list.git"
  9128          }
  9129        ]
  9130      },
  9131      {
  9132        "type": "library",
  9133        "bom-ref": "pkg:npm/sort-keys-length@1.0.1",
  9134        "name": "sort-keys-length",
  9135        "version": "1.0.1",
  9136        "description": "Sort objecy keys by length",
  9137        "hashes": [
  9138          {
  9139            "alg": "SHA-1",
  9140            "content": "9cb6f4f4e9e48155a6aa0671edd336ff1479a188"
  9141          }
  9142        ],
  9143        "licenses": [
  9144          {
  9145            "license": {
  9146              "id": "MIT"
  9147            }
  9148          }
  9149        ],
  9150        "purl": "pkg:npm/sort-keys-length@1.0.1",
  9151        "externalReferences": [
  9152          {
  9153            "type": "website",
  9154            "url": "https://github.com/kevva/sort-keys-length#readme"
  9155          },
  9156          {
  9157            "type": "issue-tracker",
  9158            "url": "https://github.com/kevva/sort-keys-length/issues"
  9159          },
  9160          {
  9161            "type": "vcs",
  9162            "url": "git+https://github.com/kevva/sort-keys-length.git"
  9163          }
  9164        ]
  9165      },
  9166      {
  9167        "type": "library",
  9168        "bom-ref": "pkg:npm/sort-keys@1.1.2",
  9169        "name": "sort-keys",
  9170        "version": "1.1.2",
  9171        "description": "Sort the keys of an object",
  9172        "hashes": [
  9173          {
  9174            "alg": "SHA-1",
  9175            "content": "441b6d4d346798f1b4e49e8920adfba0e543f9ad"
  9176          }
  9177        ],
  9178        "licenses": [
  9179          {
  9180            "license": {
  9181              "id": "MIT"
  9182            }
  9183          }
  9184        ],
  9185        "purl": "pkg:npm/sort-keys@1.1.2",
  9186        "externalReferences": [
  9187          {
  9188            "type": "website",
  9189            "url": "https://github.com/sindresorhus/sort-keys#readme"
  9190          },
  9191          {
  9192            "type": "issue-tracker",
  9193            "url": "https://github.com/sindresorhus/sort-keys/issues"
  9194          },
  9195          {
  9196            "type": "vcs",
  9197            "url": "git+https://github.com/sindresorhus/sort-keys.git"
  9198          }
  9199        ]
  9200      },
  9201      {
  9202        "type": "library",
  9203        "bom-ref": "pkg:npm/is-plain-obj@1.1.0",
  9204        "name": "is-plain-obj",
  9205        "version": "1.1.0",
  9206        "description": "Check if a value is a plain object",
  9207        "hashes": [
  9208          {
  9209            "alg": "SHA-1",
  9210            "content": "71a50c8429dfca773c92a390a4a03b39fcd51d3e"
  9211          }
  9212        ],
  9213        "licenses": [
  9214          {
  9215            "license": {
  9216              "id": "MIT"
  9217            }
  9218          }
  9219        ],
  9220        "purl": "pkg:npm/is-plain-obj@1.1.0",
  9221        "externalReferences": [
  9222          {
  9223            "type": "website",
  9224            "url": "https://github.com/sindresorhus/is-plain-obj#readme"
  9225          },
  9226          {
  9227            "type": "issue-tracker",
  9228            "url": "https://github.com/sindresorhus/is-plain-obj/issues"
  9229          },
  9230          {
  9231            "type": "vcs",
  9232            "url": "git+https://github.com/sindresorhus/is-plain-obj.git"
  9233          }
  9234        ]
  9235      },
  9236      {
  9237        "type": "library",
  9238        "bom-ref": "pkg:npm/file-type@8.1.0",
  9239        "name": "file-type",
  9240        "version": "8.1.0",
  9241        "description": "Detect the file type of a Buffer/Uint8Array",
  9242        "hashes": [
  9243          {
  9244            "alg": "SHA-1",
  9245            "content": "244f3b7ef641bbe0cca196c7276e4b332399f68c"
  9246          }
  9247        ],
  9248        "licenses": [
  9249          {
  9250            "license": {
  9251              "id": "MIT"
  9252            }
  9253          }
  9254        ],
  9255        "purl": "pkg:npm/file-type@8.1.0",
  9256        "externalReferences": [
  9257          {
  9258            "type": "website",
  9259            "url": "https://github.com/sindresorhus/file-type#readme"
  9260          },
  9261          {
  9262            "type": "issue-tracker",
  9263            "url": "https://github.com/sindresorhus/file-type/issues"
  9264          },
  9265          {
  9266            "type": "vcs",
  9267            "url": "git+https://github.com/sindresorhus/file-type.git"
  9268          }
  9269        ]
  9270      },
  9271      {
  9272        "type": "library",
  9273        "bom-ref": "pkg:npm/filenamify@2.1.0",
  9274        "name": "filenamify",
  9275        "version": "2.1.0",
  9276        "description": "Convert a string to a valid safe filename",
  9277        "hashes": [
  9278          {
  9279            "alg": "SHA-1",
  9280            "content": "88faf495fb1b47abfd612300002a16228c677ee9"
  9281          }
  9282        ],
  9283        "licenses": [
  9284          {
  9285            "license": {
  9286              "id": "MIT"
  9287            }
  9288          }
  9289        ],
  9290        "purl": "pkg:npm/filenamify@2.1.0",
  9291        "externalReferences": [
  9292          {
  9293            "type": "website",
  9294            "url": "https://github.com/sindresorhus/filenamify#readme"
  9295          },
  9296          {
  9297            "type": "issue-tracker",
  9298            "url": "https://github.com/sindresorhus/filenamify/issues"
  9299          },
  9300          {
  9301            "type": "vcs",
  9302            "url": "git+https://github.com/sindresorhus/filenamify.git"
  9303          }
  9304        ]
  9305      },
  9306      {
  9307        "type": "library",
  9308        "bom-ref": "pkg:npm/filename-reserved-regex@2.0.0",
  9309        "name": "filename-reserved-regex",
  9310        "version": "2.0.0",
  9311        "description": "Regular expression for matching reserved filename characters",
  9312        "hashes": [
  9313          {
  9314            "alg": "SHA-1",
  9315            "content": "abf73dfab735d045440abfea2d91f389ebbfa229"
  9316          }
  9317        ],
  9318        "licenses": [
  9319          {
  9320            "license": {
  9321              "id": "MIT"
  9322            }
  9323          }
  9324        ],
  9325        "purl": "pkg:npm/filename-reserved-regex@2.0.0",
  9326        "externalReferences": [
  9327          {
  9328            "type": "website",
  9329            "url": "https://github.com/sindresorhus/filename-reserved-regex#readme"
  9330          },
  9331          {
  9332            "type": "issue-tracker",
  9333            "url": "https://github.com/sindresorhus/filename-reserved-regex/issues"
  9334          },
  9335          {
  9336            "type": "vcs",
  9337            "url": "git+https://github.com/sindresorhus/filename-reserved-regex.git"
  9338          }
  9339        ]
  9340      },
  9341      {
  9342        "type": "library",
  9343        "bom-ref": "pkg:npm/strip-outer@1.0.1",
  9344        "name": "strip-outer",
  9345        "version": "1.0.1",
  9346        "description": "Strip a substring from the start/end of a string",
  9347        "hashes": [
  9348          {
  9349            "alg": "SHA-1",
  9350            "content": "b2fd2abf6604b9d1e6013057195df836b8a9d631"
  9351          }
  9352        ],
  9353        "licenses": [
  9354          {
  9355            "license": {
  9356              "id": "MIT"
  9357            }
  9358          }
  9359        ],
  9360        "purl": "pkg:npm/strip-outer@1.0.1",
  9361        "externalReferences": [
  9362          {
  9363            "type": "website",
  9364            "url": "https://github.com/sindresorhus/strip-outer#readme"
  9365          },
  9366          {
  9367            "type": "issue-tracker",
  9368            "url": "https://github.com/sindresorhus/strip-outer/issues"
  9369          },
  9370          {
  9371            "type": "vcs",
  9372            "url": "git+https://github.com/sindresorhus/strip-outer.git"
  9373          }
  9374        ]
  9375      },
  9376      {
  9377        "type": "library",
  9378        "bom-ref": "pkg:npm/trim-repeated@1.0.0",
  9379        "name": "trim-repeated",
  9380        "version": "1.0.0",
  9381        "description": "Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz",
  9382        "hashes": [
  9383          {
  9384            "alg": "SHA-1",
  9385            "content": "e3646a2ea4e891312bf7eace6cfb05380bc01c21"
  9386          }
  9387        ],
  9388        "licenses": [
  9389          {
  9390            "license": {
  9391              "id": "MIT"
  9392            }
  9393          }
  9394        ],
  9395        "purl": "pkg:npm/trim-repeated@1.0.0",
  9396        "externalReferences": [
  9397          {
  9398            "type": "website",
  9399            "url": "https://github.com/sindresorhus/trim-repeated#readme"
  9400          },
  9401          {
  9402            "type": "issue-tracker",
  9403            "url": "https://github.com/sindresorhus/trim-repeated/issues"
  9404          },
  9405          {
  9406            "type": "vcs",
  9407            "url": "git+https://github.com/sindresorhus/trim-repeated.git"
  9408          }
  9409        ]
  9410      },
  9411      {
  9412        "type": "library",
  9413        "bom-ref": "pkg:npm/get-stream@3.0.0",
  9414        "name": "get-stream",
  9415        "version": "3.0.0",
  9416        "description": "Get a stream as a string, buffer, or array",
  9417        "hashes": [
  9418          {
  9419            "alg": "SHA-1",
  9420            "content": "8e943d1358dc37555054ecbe2edb05aa174ede14"
  9421          }
  9422        ],
  9423        "licenses": [
  9424          {
  9425            "license": {
  9426              "id": "MIT"
  9427            }
  9428          }
  9429        ],
  9430        "purl": "pkg:npm/get-stream@3.0.0",
  9431        "externalReferences": [
  9432          {
  9433            "type": "website",
  9434            "url": "https://github.com/sindresorhus/get-stream#readme"
  9435          },
  9436          {
  9437            "type": "issue-tracker",
  9438            "url": "https://github.com/sindresorhus/get-stream/issues"
  9439          },
  9440          {
  9441            "type": "vcs",
  9442            "url": "git+https://github.com/sindresorhus/get-stream.git"
  9443          }
  9444        ]
  9445      },
  9446      {
  9447        "type": "library",
  9448        "bom-ref": "pkg:npm/got@8.3.2",
  9449        "name": "got",
  9450        "version": "8.3.2",
  9451        "description": "Simplified HTTP requests",
  9452        "hashes": [
  9453          {
  9454            "alg": "SHA-1",
  9455            "content": "1d23f64390e97f776cac52e5b936e5f514d2e937"
  9456          }
  9457        ],
  9458        "licenses": [
  9459          {
  9460            "license": {
  9461              "id": "MIT"
  9462            }
  9463          }
  9464        ],
  9465        "purl": "pkg:npm/got@8.3.2",
  9466        "externalReferences": [
  9467          {
  9468            "type": "website",
  9469            "url": "https://github.com/sindresorhus/got#readme"
  9470          },
  9471          {
  9472            "type": "issue-tracker",
  9473            "url": "https://github.com/sindresorhus/got/issues"
  9474          },
  9475          {
  9476            "type": "vcs",
  9477            "url": "git+https://github.com/sindresorhus/got.git"
  9478          }
  9479        ]
  9480      },
  9481      {
  9482        "type": "library",
  9483        "bom-ref": "pkg:npm/%40sindresorhus/is@0.7.0",
  9484        "group": "@sindresorhus",
  9485        "name": "is",
  9486        "version": "0.7.0",
  9487        "description": "Type check values: `is.string('🦄') //=> true`",
  9488        "hashes": [
  9489          {
  9490            "alg": "SHA-1",
  9491            "content": "9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"
  9492          }
  9493        ],
  9494        "licenses": [
  9495          {
  9496            "license": {
  9497              "id": "MIT"
  9498            }
  9499          }
  9500        ],
  9501        "purl": "pkg:npm/%40sindresorhus/is@0.7.0",
  9502        "externalReferences": [
  9503          {
  9504            "type": "website",
  9505            "url": "https://github.com/sindresorhus/is#readme"
  9506          },
  9507          {
  9508            "type": "issue-tracker",
  9509            "url": "https://github.com/sindresorhus/is/issues"
  9510          },
  9511          {
  9512            "type": "vcs",
  9513            "url": "git+https://github.com/sindresorhus/is.git"
  9514          }
  9515        ]
  9516      },
  9517      {
  9518        "type": "library",
  9519        "bom-ref": "pkg:npm/cacheable-request@2.1.4",
  9520        "name": "cacheable-request",
  9521        "version": "2.1.4",
  9522        "description": "Wrap native HTTP requests with RFC compliant cache support",
  9523        "hashes": [
  9524          {
  9525            "alg": "SHA-1",
  9526            "content": "0d808801b6342ad33c91df9d0b44dc09b91e5c3d"
  9527          }
  9528        ],
  9529        "licenses": [
  9530          {
  9531            "license": {
  9532              "id": "MIT"
  9533            }
  9534          }
  9535        ],
  9536        "purl": "pkg:npm/cacheable-request@2.1.4",
  9537        "externalReferences": [
  9538          {
  9539            "type": "website",
  9540            "url": "https://github.com/lukechilds/cacheable-request"
  9541          },
  9542          {
  9543            "type": "issue-tracker",
  9544            "url": "https://github.com/lukechilds/cacheable-request/issues"
  9545          },
  9546          {
  9547            "type": "vcs",
  9548            "url": "git+https://github.com/lukechilds/cacheable-request.git"
  9549          }
  9550        ]
  9551      },
  9552      {
  9553        "type": "library",
  9554        "bom-ref": "pkg:npm/clone-response@1.0.2",
  9555        "name": "clone-response",
  9556        "version": "1.0.2",
  9557        "description": "Clone a Node.js HTTP response stream",
  9558        "hashes": [
  9559          {
  9560            "alg": "SHA-1",
  9561            "content": "d1dc973920314df67fbeb94223b4ee350239e96b"
  9562          }
  9563        ],
  9564        "licenses": [
  9565          {
  9566            "license": {
  9567              "id": "MIT"
  9568            }
  9569          }
  9570        ],
  9571        "purl": "pkg:npm/clone-response@1.0.2",
  9572        "externalReferences": [
  9573          {
  9574            "type": "website",
  9575            "url": "https://github.com/lukechilds/clone-response"
  9576          },
  9577          {
  9578            "type": "issue-tracker",
  9579            "url": "https://github.com/lukechilds/clone-response/issues"
  9580          },
  9581          {
  9582            "type": "vcs",
  9583            "url": "git+https://github.com/lukechilds/clone-response.git"
  9584          }
  9585        ]
  9586      },
  9587      {
  9588        "type": "library",
  9589        "bom-ref": "pkg:npm/mimic-response@1.0.1",
  9590        "name": "mimic-response",
  9591        "version": "1.0.1",
  9592        "description": "Mimic a Node.js HTTP response stream",
  9593        "hashes": [
  9594          {
  9595            "alg": "SHA-1",
  9596            "content": "4923538878eef42063cb8a3e3b0798781487ab1b"
  9597          }
  9598        ],
  9599        "licenses": [
  9600          {
  9601            "license": {
  9602              "id": "MIT"
  9603            }
  9604          }
  9605        ],
  9606        "purl": "pkg:npm/mimic-response@1.0.1",
  9607        "externalReferences": [
  9608          {
  9609            "type": "website",
  9610            "url": "https://github.com/sindresorhus/mimic-response#readme"
  9611          },
  9612          {
  9613            "type": "issue-tracker",
  9614            "url": "https://github.com/sindresorhus/mimic-response/issues"
  9615          },
  9616          {
  9617            "type": "vcs",
  9618            "url": "git+https://github.com/sindresorhus/mimic-response.git"
  9619          }
  9620        ]
  9621      },
  9622      {
  9623        "type": "library",
  9624        "bom-ref": "pkg:npm/http-cache-semantics@3.8.1",
  9625        "name": "http-cache-semantics",
  9626        "version": "3.8.1",
  9627        "description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",
  9628        "hashes": [
  9629          {
  9630            "alg": "SHA-1",
  9631            "content": "39b0e16add9b605bf0a9ef3d9daaf4843b4cacd2"
  9632          }
  9633        ],
  9634        "licenses": [
  9635          {
  9636            "license": {
  9637              "id": "BSD-2-Clause"
  9638            }
  9639          }
  9640        ],
  9641        "purl": "pkg:npm/http-cache-semantics@3.8.1",
  9642        "externalReferences": [
  9643          {
  9644            "type": "website",
  9645            "url": "https://github.com/pornel/http-cache-semantics#readme"
  9646          },
  9647          {
  9648            "type": "issue-tracker",
  9649            "url": "https://github.com/pornel/http-cache-semantics/issues"
  9650          },
  9651          {
  9652            "type": "vcs",
  9653            "url": "git+https://github.com/pornel/http-cache-semantics.git"
  9654          }
  9655        ]
  9656      },
  9657      {
  9658        "type": "library",
  9659        "bom-ref": "pkg:npm/keyv@3.0.0",
  9660        "name": "keyv",
  9661        "version": "3.0.0",
  9662        "description": "Simple key-value storage with support for multiple backends",
  9663        "hashes": [
  9664          {
  9665            "alg": "SHA-1",
  9666            "content": "44923ba39e68b12a7cec7df6c3268c031f2ef373"
  9667          }
  9668        ],
  9669        "licenses": [
  9670          {
  9671            "license": {
  9672              "id": "MIT"
  9673            }
  9674          }
  9675        ],
  9676        "purl": "pkg:npm/keyv@3.0.0",
  9677        "externalReferences": [
  9678          {
  9679            "type": "website",
  9680            "url": "https://github.com/lukechilds/keyv"
  9681          },
  9682          {
  9683            "type": "issue-tracker",
  9684            "url": "https://github.com/lukechilds/keyv/issues"
  9685          },
  9686          {
  9687            "type": "vcs",
  9688            "url": "git+https://github.com/lukechilds/keyv.git"
  9689          }
  9690        ]
  9691      },
  9692      {
  9693        "type": "library",
  9694        "bom-ref": "pkg:npm/json-buffer@3.0.0",
  9695        "name": "json-buffer",
  9696        "version": "3.0.0",
  9697        "description": "JSON parse & stringify that supports binary via bops & base64",
  9698        "hashes": [
  9699          {
  9700            "alg": "SHA-1",
  9701            "content": "5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898"
  9702          }
  9703        ],
  9704        "licenses": [
  9705          {
  9706            "license": {
  9707              "id": "MIT"
  9708            }
  9709          }
  9710        ],
  9711        "purl": "pkg:npm/json-buffer@3.0.0",
  9712        "externalReferences": [
  9713          {
  9714            "type": "website",
  9715            "url": "https://github.com/dominictarr/json-buffer"
  9716          },
  9717          {
  9718            "type": "issue-tracker",
  9719            "url": "https://github.com/dominictarr/json-buffer/issues"
  9720          },
  9721          {
  9722            "type": "vcs",
  9723            "url": "git://github.com/dominictarr/json-buffer.git"
  9724          }
  9725        ]
  9726      },
  9727      {
  9728        "type": "library",
  9729        "bom-ref": "pkg:npm/lowercase-keys@1.0.0",
  9730        "name": "lowercase-keys",
  9731        "version": "1.0.0",
  9732        "description": "Lowercase the keys of an object",
  9733        "hashes": [
  9734          {
  9735            "alg": "SHA-1",
  9736            "content": "4e3366b39e7f5457e35f1324bdf6f88d0bfc7306"
  9737          }
  9738        ],
  9739        "licenses": [
  9740          {
  9741            "license": {
  9742              "id": "MIT"
  9743            }
  9744          }
  9745        ],
  9746        "purl": "pkg:npm/lowercase-keys@1.0.0",
  9747        "externalReferences": [
  9748          {
  9749            "type": "website",
  9750            "url": "https://github.com/sindresorhus/lowercase-keys#readme"
  9751          },
  9752          {
  9753            "type": "issue-tracker",
  9754            "url": "https://github.com/sindresorhus/lowercase-keys/issues"
  9755          },
  9756          {
  9757            "type": "vcs",
  9758            "url": "git+https://github.com/sindresorhus/lowercase-keys.git"
  9759          }
  9760        ]
  9761      },
  9762      {
  9763        "type": "library",
  9764        "bom-ref": "pkg:npm/normalize-url@2.0.1",
  9765        "name": "normalize-url",
  9766        "version": "2.0.1",
  9767        "description": "Normalize a URL",
  9768        "hashes": [
  9769          {
  9770            "alg": "SHA-1",
  9771            "content": "835a9da1551fa26f70e92329069a23aa6574d7e6"
  9772          }
  9773        ],
  9774        "licenses": [
  9775          {
  9776            "license": {
  9777              "id": "MIT"
  9778            }
  9779          }
  9780        ],
  9781        "purl": "pkg:npm/normalize-url@2.0.1",
  9782        "externalReferences": [
  9783          {
  9784            "type": "website",
  9785            "url": "https://github.com/sindresorhus/normalize-url#readme"
  9786          },
  9787          {
  9788            "type": "issue-tracker",
  9789            "url": "https://github.com/sindresorhus/normalize-url/issues"
  9790          },
  9791          {
  9792            "type": "vcs",
  9793            "url": "git+https://github.com/sindresorhus/normalize-url.git"
  9794          }
  9795        ]
  9796      },
  9797      {
  9798        "type": "library",
  9799        "bom-ref": "pkg:npm/prepend-http@2.0.0",
  9800        "name": "prepend-http",
  9801        "version": "2.0.0",
  9802        "description": "Prepend `http://` to humanized URLs like todomvc.com and localhost",
  9803        "hashes": [
  9804          {
  9805            "alg": "SHA-1",
  9806            "content": "e92434bfa5ea8c19f41cdfd401d741a3c819d897"
  9807          }
  9808        ],
  9809        "licenses": [
  9810          {
  9811            "license": {
  9812              "id": "MIT"
  9813            }
  9814          }
  9815        ],
  9816        "purl": "pkg:npm/prepend-http@2.0.0",
  9817        "externalReferences": [
  9818          {
  9819            "type": "website",
  9820            "url": "https://github.com/sindresorhus/prepend-http#readme"
  9821          },
  9822          {
  9823            "type": "issue-tracker",
  9824            "url": "https://github.com/sindresorhus/prepend-http/issues"
  9825          },
  9826          {
  9827            "type": "vcs",
  9828            "url": "git+https://github.com/sindresorhus/prepend-http.git"
  9829          }
  9830        ]
  9831      },
  9832      {
  9833        "type": "library",
  9834        "bom-ref": "pkg:npm/query-string@5.1.1",
  9835        "name": "query-string",
  9836        "version": "5.1.1",
  9837        "description": "Parse and stringify URL query strings",
  9838        "hashes": [
  9839          {
  9840            "alg": "SHA-1",
  9841            "content": "a78c012b71c17e05f2e3fa2319dd330682efb3cb"
  9842          }
  9843        ],
  9844        "licenses": [
  9845          {
  9846            "license": {
  9847              "id": "MIT"
  9848            }
  9849          }
  9850        ],
  9851        "purl": "pkg:npm/query-string@5.1.1",
  9852        "externalReferences": [
  9853          {
  9854            "type": "website",
  9855            "url": "https://github.com/sindresorhus/query-string#readme"
  9856          },
  9857          {
  9858            "type": "issue-tracker",
  9859            "url": "https://github.com/sindresorhus/query-string/issues"
  9860          },
  9861          {
  9862            "type": "vcs",
  9863            "url": "git+https://github.com/sindresorhus/query-string.git"
  9864          }
  9865        ]
  9866      },
  9867      {
  9868        "type": "library",
  9869        "bom-ref": "pkg:npm/strict-uri-encode@1.1.0",
  9870        "name": "strict-uri-encode",
  9871        "version": "1.1.0",
  9872        "description": "A stricter URI encode adhering to RFC 3986",
  9873        "hashes": [
  9874          {
  9875            "alg": "SHA-1",
  9876            "content": "279b225df1d582b1f54e65addd4352e18faa0713"
  9877          }
  9878        ],
  9879        "licenses": [
  9880          {
  9881            "license": {
  9882              "id": "MIT"
  9883            }
  9884          }
  9885        ],
  9886        "purl": "pkg:npm/strict-uri-encode@1.1.0",
  9887        "externalReferences": [
  9888          {
  9889            "type": "website",
  9890            "url": "https://github.com/kevva/strict-uri-encode#readme"
  9891          },
  9892          {
  9893            "type": "issue-tracker",
  9894            "url": "https://github.com/kevva/strict-uri-encode/issues"
  9895          },
  9896          {
  9897            "type": "vcs",
  9898            "url": "git+https://github.com/kevva/strict-uri-encode.git"
  9899          }
  9900        ]
  9901      },
  9902      {
  9903        "type": "library",
  9904        "bom-ref": "pkg:npm/sort-keys@2.0.0",
  9905        "name": "sort-keys",
  9906        "version": "2.0.0",
  9907        "description": "Sort the keys of an object",
  9908        "hashes": [
  9909          {
  9910            "alg": "SHA-1",
  9911            "content": "658535584861ec97d730d6cf41822e1f56684128"
  9912          }
  9913        ],
  9914        "licenses": [
  9915          {
  9916            "license": {
  9917              "id": "MIT"
  9918            }
  9919          }
  9920        ],
  9921        "purl": "pkg:npm/sort-keys@2.0.0",
  9922        "externalReferences": [
  9923          {
  9924            "type": "website",
  9925            "url": "https://github.com/sindresorhus/sort-keys#readme"
  9926          },
  9927          {
  9928            "type": "issue-tracker",
  9929            "url": "https://github.com/sindresorhus/sort-keys/issues"
  9930          },
  9931          {
  9932            "type": "vcs",
  9933            "url": "git+https://github.com/sindresorhus/sort-keys.git"
  9934          }
  9935        ]
  9936      },
  9937      {
  9938        "type": "library",
  9939        "bom-ref": "pkg:npm/responselike@1.0.2",
  9940        "name": "responselike",
  9941        "version": "1.0.2",
  9942        "description": "A response-like object for mocking a Node.js HTTP response stream",
  9943        "hashes": [
  9944          {
  9945            "alg": "SHA-1",
  9946            "content": "918720ef3b631c5642be068f15ade5a46f4ba1e7"
  9947          }
  9948        ],
  9949        "licenses": [
  9950          {
  9951            "license": {
  9952              "id": "MIT"
  9953            }
  9954          }
  9955        ],
  9956        "purl": "pkg:npm/responselike@1.0.2",
  9957        "externalReferences": [
  9958          {
  9959            "type": "website",
  9960            "url": "https://github.com/lukechilds/responselike#readme"
  9961          },
  9962          {
  9963            "type": "issue-tracker",
  9964            "url": "https://github.com/lukechilds/responselike/issues"
  9965          },
  9966          {
  9967            "type": "vcs",
  9968            "url": "git+https://github.com/lukechilds/responselike.git"
  9969          }
  9970        ]
  9971      },
  9972      {
  9973        "type": "library",
  9974        "bom-ref": "pkg:npm/lowercase-keys@1.0.1",
  9975        "name": "lowercase-keys",
  9976        "version": "1.0.1",
  9977        "description": "Lowercase the keys of an object",
  9978        "hashes": [
  9979          {
  9980            "alg": "SHA-1",
  9981            "content": "6f9e30b47084d971a7c820ff15a6c5167b74c26f"
  9982          }
  9983        ],
  9984        "licenses": [
  9985          {
  9986            "license": {
  9987              "id": "MIT"
  9988            }
  9989          }
  9990        ],
  9991        "purl": "pkg:npm/lowercase-keys@1.0.1",
  9992        "externalReferences": [
  9993          {
  9994            "type": "website",
  9995            "url": "https://github.com/sindresorhus/lowercase-keys#readme"
  9996          },
  9997          {
  9998            "type": "issue-tracker",
  9999            "url": "https://github.com/sindresorhus/lowercase-keys/issues"
 10000          },
 10001          {
 10002            "type": "vcs",
 10003            "url": "git+https://github.com/sindresorhus/lowercase-keys.git"
 10004          }
 10005        ]
 10006      },
 10007      {
 10008        "type": "library",
 10009        "bom-ref": "pkg:npm/decompress-response@3.3.0",
 10010        "name": "decompress-response",
 10011        "version": "3.3.0",
 10012        "description": "Decompress a HTTP response if needed",
 10013        "hashes": [
 10014          {
 10015            "alg": "SHA-1",
 10016            "content": "80a4dd323748384bfa248083622aedec982adff3"
 10017          }
 10018        ],
 10019        "licenses": [
 10020          {
 10021            "license": {
 10022              "id": "MIT"
 10023            }
 10024          }
 10025        ],
 10026        "purl": "pkg:npm/decompress-response@3.3.0",
 10027        "externalReferences": [
 10028          {
 10029            "type": "website",
 10030            "url": "https://github.com/sindresorhus/decompress-response#readme"
 10031          },
 10032          {
 10033            "type": "issue-tracker",
 10034            "url": "https://github.com/sindresorhus/decompress-response/issues"
 10035          },
 10036          {
 10037            "type": "vcs",
 10038            "url": "git+https://github.com/sindresorhus/decompress-response.git"
 10039          }
 10040        ]
 10041      },
 10042      {
 10043        "type": "library",
 10044        "bom-ref": "pkg:npm/duplexer3@0.1.4",
 10045        "name": "duplexer3",
 10046        "version": "0.1.4",
 10047        "description": "Like duplexer but using streams3",
 10048        "hashes": [
 10049          {
 10050            "alg": "SHA-1",
 10051            "content": "ee01dd1cac0ed3cbc7fdbea37dc0a8f1ce002ce2"
 10052          }
 10053        ],
 10054        "licenses": [
 10055          {
 10056            "license": {
 10057              "id": "BSD-3-Clause"
 10058            }
 10059          }
 10060        ],
 10061        "purl": "pkg:npm/duplexer3@0.1.4",
 10062        "externalReferences": [
 10063          {
 10064            "type": "website",
 10065            "url": "https://github.com/floatdrop/duplexer3#readme"
 10066          },
 10067          {
 10068            "type": "issue-tracker",
 10069            "url": "https://github.com/floatdrop/duplexer3/issues"
 10070          },
 10071          {
 10072            "type": "vcs",
 10073            "url": "git+https://github.com/floatdrop/duplexer3.git"
 10074          }
 10075        ]
 10076      },
 10077      {
 10078        "type": "library",
 10079        "bom-ref": "pkg:npm/into-stream@3.1.0",
 10080        "name": "into-stream",
 10081        "version": "3.1.0",
 10082        "description": "Convert a buffer/string/array/object/iterable/promise into a stream",
 10083        "hashes": [
 10084          {
 10085            "alg": "SHA-1",
 10086            "content": "96fb0a936c12babd6ff1752a17d05616abd094c6"
 10087          }
 10088        ],
 10089        "licenses": [
 10090          {
 10091            "license": {
 10092              "id": "MIT"
 10093            }
 10094          }
 10095        ],
 10096        "purl": "pkg:npm/into-stream@3.1.0",
 10097        "externalReferences": [
 10098          {
 10099            "type": "website",
 10100            "url": "https://github.com/sindresorhus/into-stream#readme"
 10101          },
 10102          {
 10103            "type": "issue-tracker",
 10104            "url": "https://github.com/sindresorhus/into-stream/issues"
 10105          },
 10106          {
 10107            "type": "vcs",
 10108            "url": "git+https://github.com/sindresorhus/into-stream.git"
 10109          }
 10110        ]
 10111      },
 10112      {
 10113        "type": "library",
 10114        "bom-ref": "pkg:npm/from2@2.3.0",
 10115        "name": "from2",
 10116        "version": "2.3.0",
 10117        "description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
 10118        "hashes": [
 10119          {
 10120            "alg": "SHA-1",
 10121            "content": "8bfb5502bde4a4d36cfdeea007fcca21d7e382af"
 10122          }
 10123        ],
 10124        "licenses": [
 10125          {
 10126            "license": {
 10127              "id": "MIT"
 10128            }
 10129          }
 10130        ],
 10131        "purl": "pkg:npm/from2@2.3.0",
 10132        "externalReferences": [
 10133          {
 10134            "type": "website",
 10135            "url": "https://github.com/hughsk/from2"
 10136          },
 10137          {
 10138            "type": "issue-tracker",
 10139            "url": "https://github.com/hughsk/from2/issues"
 10140          },
 10141          {
 10142            "type": "vcs",
 10143            "url": "git://github.com/hughsk/from2.git"
 10144          }
 10145        ]
 10146      },
 10147      {
 10148        "type": "library",
 10149        "bom-ref": "pkg:npm/p-is-promise@1.1.0",
 10150        "name": "p-is-promise",
 10151        "version": "1.1.0",
 10152        "description": "Check if something is a promise",
 10153        "hashes": [
 10154          {
 10155            "alg": "SHA-1",
 10156            "content": "9c9456989e9f6588017b0434d56097675c3da05e"
 10157          }
 10158        ],
 10159        "licenses": [
 10160          {
 10161            "license": {
 10162              "id": "MIT"
 10163            }
 10164          }
 10165        ],
 10166        "purl": "pkg:npm/p-is-promise@1.1.0",
 10167        "externalReferences": [
 10168          {
 10169            "type": "website",
 10170            "url": "https://github.com/sindresorhus/p-is-promise#readme"
 10171          },
 10172          {
 10173            "type": "issue-tracker",
 10174            "url": "https://github.com/sindresorhus/p-is-promise/issues"
 10175          },
 10176          {
 10177            "type": "vcs",
 10178            "url": "git+https://github.com/sindresorhus/p-is-promise.git"
 10179          }
 10180        ]
 10181      },
 10182      {
 10183        "type": "library",
 10184        "bom-ref": "pkg:npm/is-retry-allowed@1.2.0",
 10185        "name": "is-retry-allowed",
 10186        "version": "1.2.0",
 10187        "description": "Is retry allowed for Error?",
 10188        "hashes": [
 10189          {
 10190            "alg": "SHA-1",
 10191            "content": "d778488bd0a4666a3be8a1482b9f2baafedea8b4"
 10192          }
 10193        ],
 10194        "licenses": [
 10195          {
 10196            "license": {
 10197              "id": "MIT"
 10198            }
 10199          }
 10200        ],
 10201        "purl": "pkg:npm/is-retry-allowed@1.2.0",
 10202        "externalReferences": [
 10203          {
 10204            "type": "website",
 10205            "url": "https://github.com/floatdrop/is-retry-allowed#readme"
 10206          },
 10207          {
 10208            "type": "issue-tracker",
 10209            "url": "https://github.com/floatdrop/is-retry-allowed/issues"
 10210          },
 10211          {
 10212            "type": "vcs",
 10213            "url": "git+https://github.com/floatdrop/is-retry-allowed.git"
 10214          }
 10215        ]
 10216      },
 10217      {
 10218        "type": "library",
 10219        "bom-ref": "pkg:npm/p-cancelable@0.4.1",
 10220        "name": "p-cancelable",
 10221        "version": "0.4.1",
 10222        "description": "Create a promise that can be canceled",
 10223        "hashes": [
 10224          {
 10225            "alg": "SHA-1",
 10226            "content": "35f363d67d52081c8d9585e37bcceb7e0bbcb2a0"
 10227          }
 10228        ],
 10229        "licenses": [
 10230          {
 10231            "license": {
 10232              "id": "MIT"
 10233            }
 10234          }
 10235        ],
 10236        "purl": "pkg:npm/p-cancelable@0.4.1",
 10237        "externalReferences": [
 10238          {
 10239            "type": "website",
 10240            "url": "https://github.com/sindresorhus/p-cancelable#readme"
 10241          },
 10242          {
 10243            "type": "issue-tracker",
 10244            "url": "https://github.com/sindresorhus/p-cancelable/issues"
 10245          },
 10246          {
 10247            "type": "vcs",
 10248            "url": "git+https://github.com/sindresorhus/p-cancelable.git"
 10249          }
 10250        ]
 10251      },
 10252      {
 10253        "type": "library",
 10254        "bom-ref": "pkg:npm/p-timeout@2.0.1",
 10255        "name": "p-timeout",
 10256        "version": "2.0.1",
 10257        "description": "Timeout a promise after a specified amount of time",
 10258        "hashes": [
 10259          {
 10260            "alg": "SHA-1",
 10261            "content": "d8dd1979595d2dc0139e1fe46b8b646cb3cdf038"
 10262          }
 10263        ],
 10264        "licenses": [
 10265          {
 10266            "license": {
 10267              "id": "MIT"
 10268            }
 10269          }
 10270        ],
 10271        "purl": "pkg:npm/p-timeout@2.0.1",
 10272        "externalReferences": [
 10273          {
 10274            "type": "website",
 10275            "url": "https://github.com/sindresorhus/p-timeout#readme"
 10276          },
 10277          {
 10278            "type": "issue-tracker",
 10279            "url": "https://github.com/sindresorhus/p-timeout/issues"
 10280          },
 10281          {
 10282            "type": "vcs",
 10283            "url": "git+https://github.com/sindresorhus/p-timeout.git"
 10284          }
 10285        ]
 10286      },
 10287      {
 10288        "type": "library",
 10289        "bom-ref": "pkg:npm/p-finally@1.0.0",
 10290        "name": "p-finally",
 10291        "version": "1.0.0",
 10292        "description": "`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcome",
 10293        "hashes": [
 10294          {
 10295            "alg": "SHA-1",
 10296            "content": "3fbcfb15b899a44123b34b6dcc18b724336a2cae"
 10297          }
 10298        ],
 10299        "licenses": [
 10300          {
 10301            "license": {
 10302              "id": "MIT"
 10303            }
 10304          }
 10305        ],
 10306        "purl": "pkg:npm/p-finally@1.0.0",
 10307        "externalReferences": [
 10308          {
 10309            "type": "website",
 10310            "url": "https://github.com/sindresorhus/p-finally#readme"
 10311          },
 10312          {
 10313            "type": "issue-tracker",
 10314            "url": "https://github.com/sindresorhus/p-finally/issues"
 10315          },
 10316          {
 10317            "type": "vcs",
 10318            "url": "git+https://github.com/sindresorhus/p-finally.git"
 10319          }
 10320        ]
 10321      },
 10322      {
 10323        "type": "library",
 10324        "bom-ref": "pkg:npm/timed-out@4.0.1",
 10325        "name": "timed-out",
 10326        "version": "4.0.1",
 10327        "description": "Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hanged",
 10328        "hashes": [
 10329          {
 10330            "alg": "SHA-1",
 10331            "content": "f32eacac5a175bea25d7fab565ab3ed8741ef56f"
 10332          }
 10333        ],
 10334        "licenses": [
 10335          {
 10336            "license": {
 10337              "id": "MIT"
 10338            }
 10339          }
 10340        ],
 10341        "purl": "pkg:npm/timed-out@4.0.1",
 10342        "externalReferences": [
 10343          {
 10344            "type": "website",
 10345            "url": "https://github.com/floatdrop/timed-out#readme"
 10346          },
 10347          {
 10348            "type": "issue-tracker",
 10349            "url": "https://github.com/floatdrop/timed-out/issues"
 10350          },
 10351          {
 10352            "type": "vcs",
 10353            "url": "git+https://github.com/floatdrop/timed-out.git"
 10354          }
 10355        ]
 10356      },
 10357      {
 10358        "type": "library",
 10359        "bom-ref": "pkg:npm/url-parse-lax@3.0.0",
 10360        "name": "url-parse-lax",
 10361        "version": "3.0.0",
 10362        "description": "Lax url.parse() with support for protocol-less URLs & IPs",
 10363        "hashes": [
 10364          {
 10365            "alg": "SHA-1",
 10366            "content": "16b5cafc07dbe3676c1b1999177823d6503acb0c"
 10367          }
 10368        ],
 10369        "licenses": [
 10370          {
 10371            "license": {
 10372              "id": "MIT"
 10373            }
 10374          }
 10375        ],
 10376        "purl": "pkg:npm/url-parse-lax@3.0.0",
 10377        "externalReferences": [
 10378          {
 10379            "type": "website",
 10380            "url": "https://github.com/sindresorhus/url-parse-lax#readme"
 10381          },
 10382          {
 10383            "type": "issue-tracker",
 10384            "url": "https://github.com/sindresorhus/url-parse-lax/issues"
 10385          },
 10386          {
 10387            "type": "vcs",
 10388            "url": "git+https://github.com/sindresorhus/url-parse-lax.git"
 10389          }
 10390        ]
 10391      },
 10392      {
 10393        "type": "library",
 10394        "bom-ref": "pkg:npm/p-event@2.3.1",
 10395        "name": "p-event",
 10396        "version": "2.3.1",
 10397        "description": "Promisify an event by waiting for it to be emitted",
 10398        "hashes": [
 10399          {
 10400            "alg": "SHA-1",
 10401            "content": "596279ef169ab2c3e0cae88c1cfbb08079993ef6"
 10402          }
 10403        ],
 10404        "licenses": [
 10405          {
 10406            "license": {
 10407              "id": "MIT"
 10408            }
 10409          }
 10410        ],
 10411        "purl": "pkg:npm/p-event@2.3.1",
 10412        "externalReferences": [
 10413          {
 10414            "type": "website",
 10415            "url": "https://github.com/sindresorhus/p-event#readme"
 10416          },
 10417          {
 10418            "type": "issue-tracker",
 10419            "url": "https://github.com/sindresorhus/p-event/issues"
 10420          },
 10421          {
 10422            "type": "vcs",
 10423            "url": "git+https://github.com/sindresorhus/p-event.git"
 10424          }
 10425        ]
 10426      },
 10427      {
 10428        "type": "library",
 10429        "bom-ref": "pkg:npm/errorhandler@1.5.1",
 10430        "name": "errorhandler",
 10431        "version": "1.5.1",
 10432        "description": "Development-only error handler middleware",
 10433        "hashes": [
 10434          {
 10435            "alg": "SHA-1",
 10436            "content": "b9ba5d17cf90744cd1e851357a6e75bf806a9a91"
 10437          }
 10438        ],
 10439        "licenses": [
 10440          {
 10441            "license": {
 10442              "id": "MIT"
 10443            }
 10444          }
 10445        ],
 10446        "purl": "pkg:npm/errorhandler@1.5.1",
 10447        "externalReferences": [
 10448          {
 10449            "type": "website",
 10450            "url": "https://github.com/expressjs/errorhandler#readme"
 10451          },
 10452          {
 10453            "type": "issue-tracker",
 10454            "url": "https://github.com/expressjs/errorhandler/issues"
 10455          },
 10456          {
 10457            "type": "vcs",
 10458            "url": "git+https://github.com/expressjs/errorhandler.git"
 10459          }
 10460        ]
 10461      },
 10462      {
 10463        "type": "library",
 10464        "bom-ref": "pkg:npm/escape-html@1.0.3",
 10465        "name": "escape-html",
 10466        "version": "1.0.3",
 10467        "description": "Escape string for use in HTML",
 10468        "hashes": [
 10469          {
 10470            "alg": "SHA-1",
 10471            "content": "0258eae4d3d0c0974de1c169188ef0051d1d1988"
 10472          }
 10473        ],
 10474        "licenses": [
 10475          {
 10476            "license": {
 10477              "id": "MIT"
 10478            }
 10479          }
 10480        ],
 10481        "purl": "pkg:npm/escape-html@1.0.3",
 10482        "externalReferences": [
 10483          {
 10484            "type": "website",
 10485            "url": "https://github.com/component/escape-html#readme"
 10486          },
 10487          {
 10488            "type": "issue-tracker",
 10489            "url": "https://github.com/component/escape-html/issues"
 10490          },
 10491          {
 10492            "type": "vcs",
 10493            "url": "git+https://github.com/component/escape-html.git"
 10494          }
 10495        ]
 10496      },
 10497      {
 10498        "type": "framework",
 10499        "bom-ref": "pkg:npm/express@4.17.1",
 10500        "name": "express",
 10501        "version": "4.17.1",
 10502        "description": "Fast, unopinionated, minimalist web framework",
 10503        "hashes": [
 10504          {
 10505            "alg": "SHA-1",
 10506            "content": "4491fc38605cf51f8629d39c2b5d026f98a4c134"
 10507          }
 10508        ],
 10509        "licenses": [
 10510          {
 10511            "license": {
 10512              "id": "MIT"
 10513            }
 10514          }
 10515        ],
 10516        "purl": "pkg:npm/express@4.17.1",
 10517        "externalReferences": [
 10518          {
 10519            "type": "website",
 10520            "url": "http://expressjs.com/"
 10521          },
 10522          {
 10523            "type": "issue-tracker",
 10524            "url": "https://github.com/expressjs/express/issues"
 10525          },
 10526          {
 10527            "type": "vcs",
 10528            "url": "git+https://github.com/expressjs/express.git"
 10529          }
 10530        ]
 10531      },
 10532      {
 10533        "type": "library",
 10534        "bom-ref": "pkg:npm/array-flatten@1.1.1",
 10535        "name": "array-flatten",
 10536        "version": "1.1.1",
 10537        "description": "Flatten an array of nested arrays into a single flat array",
 10538        "hashes": [
 10539          {
 10540            "alg": "SHA-1",
 10541            "content": "9a5f699051b1e7073328f2a008968b64ea2955d2"
 10542          }
 10543        ],
 10544        "licenses": [
 10545          {
 10546            "license": {
 10547              "id": "MIT"
 10548            }
 10549          }
 10550        ],
 10551        "purl": "pkg:npm/array-flatten@1.1.1",
 10552        "externalReferences": [
 10553          {
 10554            "type": "website",
 10555            "url": "https://github.com/blakeembrey/array-flatten"
 10556          },
 10557          {
 10558            "type": "issue-tracker",
 10559            "url": "https://github.com/blakeembrey/array-flatten/issues"
 10560          },
 10561          {
 10562            "type": "vcs",
 10563            "url": "git://github.com/blakeembrey/array-flatten.git"
 10564          }
 10565        ]
 10566      },
 10567      {
 10568        "type": "library",
 10569        "bom-ref": "pkg:npm/encodeurl@1.0.2",
 10570        "name": "encodeurl",
 10571        "version": "1.0.2",
 10572        "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
 10573        "hashes": [
 10574          {
 10575            "alg": "SHA-1",
 10576            "content": "ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
 10577          }
 10578        ],
 10579        "licenses": [
 10580          {
 10581            "license": {
 10582              "id": "MIT"
 10583            }
 10584          }
 10585        ],
 10586        "purl": "pkg:npm/encodeurl@1.0.2",
 10587        "externalReferences": [
 10588          {
 10589            "type": "website",
 10590            "url": "https://github.com/pillarjs/encodeurl#readme"
 10591          },
 10592          {
 10593            "type": "issue-tracker",
 10594            "url": "https://github.com/pillarjs/encodeurl/issues"
 10595          },
 10596          {
 10597            "type": "vcs",
 10598            "url": "git+https://github.com/pillarjs/encodeurl.git"
 10599          }
 10600        ]
 10601      },
 10602      {
 10603        "type": "library",
 10604        "bom-ref": "pkg:npm/etag@1.8.1",
 10605        "name": "etag",
 10606        "version": "1.8.1",
 10607        "description": "Create simple HTTP ETags",
 10608        "hashes": [
 10609          {
 10610            "alg": "SHA-1",
 10611            "content": "41ae2eeb65efa62268aebfea83ac7d79299b0887"
 10612          }
 10613        ],
 10614        "licenses": [
 10615          {
 10616            "license": {
 10617              "id": "MIT"
 10618            }
 10619          }
 10620        ],
 10621        "purl": "pkg:npm/etag@1.8.1",
 10622        "externalReferences": [
 10623          {
 10624            "type": "website",
 10625            "url": "https://github.com/jshttp/etag#readme"
 10626          },
 10627          {
 10628            "type": "issue-tracker",
 10629            "url": "https://github.com/jshttp/etag/issues"
 10630          },
 10631          {
 10632            "type": "vcs",
 10633            "url": "git+https://github.com/jshttp/etag.git"
 10634          }
 10635        ]
 10636      },
 10637      {
 10638        "type": "library",
 10639        "bom-ref": "pkg:npm/finalhandler@1.1.2",
 10640        "name": "finalhandler",
 10641        "version": "1.1.2",
 10642        "description": "Node.js final http responder",
 10643        "hashes": [
 10644          {
 10645            "alg": "SHA-1",
 10646            "content": "b7e7d000ffd11938d0fdb053506f6ebabe9f587d"
 10647          }
 10648        ],
 10649        "licenses": [
 10650          {
 10651            "license": {
 10652              "id": "MIT"
 10653            }
 10654          }
 10655        ],
 10656        "purl": "pkg:npm/finalhandler@1.1.2",
 10657        "externalReferences": [
 10658          {
 10659            "type": "website",
 10660            "url": "https://github.com/pillarjs/finalhandler#readme"
 10661          },
 10662          {
 10663            "type": "issue-tracker",
 10664            "url": "https://github.com/pillarjs/finalhandler/issues"
 10665          },
 10666          {
 10667            "type": "vcs",
 10668            "url": "git+https://github.com/pillarjs/finalhandler.git"
 10669          }
 10670        ]
 10671      },
 10672      {
 10673        "type": "library",
 10674        "bom-ref": "pkg:npm/parseurl@1.3.3",
 10675        "name": "parseurl",
 10676        "version": "1.3.3",
 10677        "description": "parse a url with memoization",
 10678        "hashes": [
 10679          {
 10680            "alg": "SHA-1",
 10681            "content": "9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
 10682          }
 10683        ],
 10684        "licenses": [
 10685          {
 10686            "license": {
 10687              "id": "MIT"
 10688            }
 10689          }
 10690        ],
 10691        "purl": "pkg:npm/parseurl@1.3.3",
 10692        "externalReferences": [
 10693          {
 10694            "type": "website",
 10695            "url": "https://github.com/pillarjs/parseurl#readme"
 10696          },
 10697          {
 10698            "type": "issue-tracker",
 10699            "url": "https://github.com/pillarjs/parseurl/issues"
 10700          },
 10701          {
 10702            "type": "vcs",
 10703            "url": "git+https://github.com/pillarjs/parseurl.git"
 10704          }
 10705        ]
 10706      },
 10707      {
 10708        "type": "library",
 10709        "bom-ref": "pkg:npm/fresh@0.5.2",
 10710        "name": "fresh",
 10711        "version": "0.5.2",
 10712        "description": "HTTP response freshness testing",
 10713        "hashes": [
 10714          {
 10715            "alg": "SHA-1",
 10716            "content": "3d8cadd90d976569fa835ab1f8e4b23a105605a7"
 10717          }
 10718        ],
 10719        "licenses": [
 10720          {
 10721            "license": {
 10722              "id": "MIT"
 10723            }
 10724          }
 10725        ],
 10726        "purl": "pkg:npm/fresh@0.5.2",
 10727        "externalReferences": [
 10728          {
 10729            "type": "website",
 10730            "url": "https://github.com/jshttp/fresh#readme"
 10731          },
 10732          {
 10733            "type": "issue-tracker",
 10734            "url": "https://github.com/jshttp/fresh/issues"
 10735          },
 10736          {
 10737            "type": "vcs",
 10738            "url": "git+https://github.com/jshttp/fresh.git"
 10739          }
 10740        ]
 10741      },
 10742      {
 10743        "type": "library",
 10744        "bom-ref": "pkg:npm/merge-descriptors@1.0.1",
 10745        "name": "merge-descriptors",
 10746        "version": "1.0.1",
 10747        "description": "Merge objects using descriptors",
 10748        "hashes": [
 10749          {
 10750            "alg": "SHA-1",
 10751            "content": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
 10752          }
 10753        ],
 10754        "licenses": [
 10755          {
 10756            "license": {
 10757              "id": "MIT"
 10758            }
 10759          }
 10760        ],
 10761        "purl": "pkg:npm/merge-descriptors@1.0.1",
 10762        "externalReferences": [
 10763          {
 10764            "type": "website",
 10765            "url": "https://github.com/component/merge-descriptors#readme"
 10766          },
 10767          {
 10768            "type": "issue-tracker",
 10769            "url": "https://github.com/component/merge-descriptors/issues"
 10770          },
 10771          {
 10772            "type": "vcs",
 10773            "url": "git+https://github.com/component/merge-descriptors.git"
 10774          }
 10775        ]
 10776      },
 10777      {
 10778        "type": "library",
 10779        "bom-ref": "pkg:npm/methods@1.1.2",
 10780        "name": "methods",
 10781        "version": "1.1.2",
 10782        "description": "HTTP methods that node supports",
 10783        "hashes": [
 10784          {
 10785            "alg": "SHA-1",
 10786            "content": "5529a4d67654134edcc5266656835b0f851afcee"
 10787          }
 10788        ],
 10789        "licenses": [
 10790          {
 10791            "license": {
 10792              "id": "MIT"
 10793            }
 10794          }
 10795        ],
 10796        "purl": "pkg:npm/methods@1.1.2",
 10797        "externalReferences": [
 10798          {
 10799            "type": "website",
 10800            "url": "https://github.com/jshttp/methods#readme"
 10801          },
 10802          {
 10803            "type": "issue-tracker",
 10804            "url": "https://github.com/jshttp/methods/issues"
 10805          },
 10806          {
 10807            "type": "vcs",
 10808            "url": "git+https://github.com/jshttp/methods.git"
 10809          }
 10810        ]
 10811      },
 10812      {
 10813        "type": "library",
 10814        "bom-ref": "pkg:npm/path-to-regexp@0.1.7",
 10815        "name": "path-to-regexp",
 10816        "version": "0.1.7",
 10817        "description": "Express style path to RegExp utility",
 10818        "hashes": [
 10819          {
 10820            "alg": "SHA-1",
 10821            "content": "df604178005f522f15eb4490e7247a1bfaa67f8c"
 10822          }
 10823        ],
 10824        "licenses": [
 10825          {
 10826            "license": {
 10827              "id": "MIT"
 10828            }
 10829          }
 10830        ],
 10831        "purl": "pkg:npm/path-to-regexp@0.1.7",
 10832        "externalReferences": [
 10833          {
 10834            "type": "website",
 10835            "url": "https://github.com/component/path-to-regexp#readme"
 10836          },
 10837          {
 10838            "type": "issue-tracker",
 10839            "url": "https://github.com/component/path-to-regexp/issues"
 10840          },
 10841          {
 10842            "type": "vcs",
 10843            "url": "git+https://github.com/component/path-to-regexp.git"
 10844          }
 10845        ]
 10846      },
 10847      {
 10848        "type": "library",
 10849        "bom-ref": "pkg:npm/proxy-addr@2.0.6",
 10850        "name": "proxy-addr",
 10851        "version": "2.0.6",
 10852        "description": "Determine address of proxied request",
 10853        "hashes": [
 10854          {
 10855            "alg": "SHA-1",
 10856            "content": "fdc2336505447d3f2f2c638ed272caf614bbb2bf"
 10857          }
 10858        ],
 10859        "licenses": [
 10860          {
 10861            "license": {
 10862              "id": "MIT"
 10863            }
 10864          }
 10865        ],
 10866        "purl": "pkg:npm/proxy-addr@2.0.6",
 10867        "externalReferences": [
 10868          {
 10869            "type": "website",
 10870            "url": "https://github.com/jshttp/proxy-addr#readme"
 10871          },
 10872          {
 10873            "type": "issue-tracker",
 10874            "url": "https://github.com/jshttp/proxy-addr/issues"
 10875          },
 10876          {
 10877            "type": "vcs",
 10878            "url": "git+https://github.com/jshttp/proxy-addr.git"
 10879          }
 10880        ]
 10881      },
 10882      {
 10883        "type": "library",
 10884        "bom-ref": "pkg:npm/forwarded@0.1.2",
 10885        "name": "forwarded",
 10886        "version": "0.1.2",
 10887        "description": "Parse HTTP X-Forwarded-For header",
 10888        "hashes": [
 10889          {
 10890            "alg": "SHA-1",
 10891            "content": "98c23dab1175657b8c0573e8ceccd91b0ff18c84"
 10892          }
 10893        ],
 10894        "licenses": [
 10895          {
 10896            "license": {
 10897              "id": "MIT"
 10898            }
 10899          }
 10900        ],
 10901        "purl": "pkg:npm/forwarded@0.1.2",
 10902        "externalReferences": [
 10903          {
 10904            "type": "website",
 10905            "url": "https://github.com/jshttp/forwarded#readme"
 10906          },
 10907          {
 10908            "type": "issue-tracker",
 10909            "url": "https://github.com/jshttp/forwarded/issues"
 10910          },
 10911          {
 10912            "type": "vcs",
 10913            "url": "git+https://github.com/jshttp/forwarded.git"
 10914          }
 10915        ]
 10916      },
 10917      {
 10918        "type": "library",
 10919        "bom-ref": "pkg:npm/ipaddr.js@1.9.1",
 10920        "name": "ipaddr.js",
 10921        "version": "1.9.1",
 10922        "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
 10923        "hashes": [
 10924          {
 10925            "alg": "SHA-1",
 10926            "content": "bff38543eeb8984825079ff3a2a8e6cbd46781b3"
 10927          }
 10928        ],
 10929        "licenses": [
 10930          {
 10931            "license": {
 10932              "id": "MIT"
 10933            }
 10934          }
 10935        ],
 10936        "purl": "pkg:npm/ipaddr.js@1.9.1",
 10937        "externalReferences": [
 10938          {
 10939            "type": "website",
 10940            "url": "https://github.com/whitequark/ipaddr.js#readme"
 10941          },
 10942          {
 10943            "type": "issue-tracker",
 10944            "url": "https://github.com/whitequark/ipaddr.js/issues"
 10945          },
 10946          {
 10947            "type": "vcs",
 10948            "url": "git://github.com/whitequark/ipaddr.js.git"
 10949          }
 10950        ]
 10951      },
 10952      {
 10953        "type": "library",
 10954        "bom-ref": "pkg:npm/range-parser@1.2.1",
 10955        "name": "range-parser",
 10956        "version": "1.2.1",
 10957        "description": "Range header field string parser",
 10958        "hashes": [
 10959          {
 10960            "alg": "SHA-1",
 10961            "content": "3cf37023d199e1c24d1a55b84800c2f3e6468031"
 10962          }
 10963        ],
 10964        "licenses": [
 10965          {
 10966            "license": {
 10967              "id": "MIT"
 10968            }
 10969          }
 10970        ],
 10971        "purl": "pkg:npm/range-parser@1.2.1",
 10972        "externalReferences": [
 10973          {
 10974            "type": "website",
 10975            "url": "https://github.com/jshttp/range-parser#readme"
 10976          },
 10977          {
 10978            "type": "issue-tracker",
 10979            "url": "https://github.com/jshttp/range-parser/issues"
 10980          },
 10981          {
 10982            "type": "vcs",
 10983            "url": "git+https://github.com/jshttp/range-parser.git"
 10984          }
 10985        ]
 10986      },
 10987      {
 10988        "type": "library",
 10989        "bom-ref": "pkg:npm/send@0.17.1",
 10990        "name": "send",
 10991        "version": "0.17.1",
 10992        "description": "Better streaming static file server with Range and conditional-GET support",
 10993        "hashes": [
 10994          {
 10995            "alg": "SHA-1",
 10996            "content": "c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
 10997          }
 10998        ],
 10999        "licenses": [
 11000          {
 11001            "license": {
 11002              "id": "MIT"
 11003            }
 11004          }
 11005        ],
 11006        "purl": "pkg:npm/send@0.17.1",
 11007        "externalReferences": [
 11008          {
 11009            "type": "website",
 11010            "url": "https://github.com/pillarjs/send#readme"
 11011          },
 11012          {
 11013            "type": "issue-tracker",
 11014            "url": "https://github.com/pillarjs/send/issues"
 11015          },
 11016          {
 11017            "type": "vcs",
 11018            "url": "git+https://github.com/pillarjs/send.git"
 11019          }
 11020        ]
 11021      },
 11022      {
 11023        "type": "library",
 11024        "bom-ref": "pkg:npm/destroy@1.0.4",
 11025        "name": "destroy",
 11026        "version": "1.0.4",
 11027        "description": "destroy a stream if possible",
 11028        "hashes": [
 11029          {
 11030            "alg": "SHA-1",
 11031            "content": "978857442c44749e4206613e37946205826abd80"
 11032          }
 11033        ],
 11034        "licenses": [
 11035          {
 11036            "license": {
 11037              "id": "MIT"
 11038            }
 11039          }
 11040        ],
 11041        "purl": "pkg:npm/destroy@1.0.4",
 11042        "externalReferences": [
 11043          {
 11044            "type": "website",
 11045            "url": "https://github.com/stream-utils/destroy#readme"
 11046          },
 11047          {
 11048            "type": "issue-tracker",
 11049            "url": "https://github.com/stream-utils/destroy/issues"
 11050          },
 11051          {
 11052            "type": "vcs",
 11053            "url": "git+https://github.com/stream-utils/destroy.git"
 11054          }
 11055        ]
 11056      },
 11057      {
 11058        "type": "library",
 11059        "bom-ref": "pkg:npm/mime@1.6.0",
 11060        "name": "mime",
 11061        "version": "1.6.0",
 11062        "description": "A comprehensive library for mime-type mapping",
 11063        "hashes": [
 11064          {
 11065            "alg": "SHA-1",
 11066            "content": "32cd9e5c64553bd58d19a568af452acff04981b1"
 11067          }
 11068        ],
 11069        "licenses": [
 11070          {
 11071            "license": {
 11072              "id": "MIT"
 11073            }
 11074          }
 11075        ],
 11076        "purl": "pkg:npm/mime@1.6.0",
 11077        "externalReferences": [
 11078          {
 11079            "type": "website",
 11080            "url": "https://github.com/broofa/node-mime#readme"
 11081          },
 11082          {
 11083            "type": "issue-tracker",
 11084            "url": "https://github.com/broofa/node-mime/issues"
 11085          },
 11086          {
 11087            "type": "vcs",
 11088            "url": "git+https://github.com/broofa/node-mime.git"
 11089          }
 11090        ]
 11091      },
 11092      {
 11093        "type": "library",
 11094        "bom-ref": "pkg:npm/ms@2.1.1",
 11095        "name": "ms",
 11096        "version": "2.1.1",
 11097        "description": "Tiny millisecond conversion utility",
 11098        "hashes": [
 11099          {
 11100            "alg": "SHA-1",
 11101            "content": "30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
 11102          }
 11103        ],
 11104        "licenses": [
 11105          {
 11106            "license": {
 11107              "id": "MIT"
 11108            }
 11109          }
 11110        ],
 11111        "purl": "pkg:npm/ms@2.1.1",
 11112        "externalReferences": [
 11113          {
 11114            "type": "website",
 11115            "url": "https://github.com/zeit/ms#readme"
 11116          },
 11117          {
 11118            "type": "issue-tracker",
 11119            "url": "https://github.com/zeit/ms/issues"
 11120          },
 11121          {
 11122            "type": "vcs",
 11123            "url": "git+https://github.com/zeit/ms.git"
 11124          }
 11125        ]
 11126      },
 11127      {
 11128        "type": "library",
 11129        "bom-ref": "pkg:npm/serve-static@1.14.1",
 11130        "name": "serve-static",
 11131        "version": "1.14.1",
 11132        "description": "Serve static files",
 11133        "hashes": [
 11134          {
 11135            "alg": "SHA-1",
 11136            "content": "666e636dc4f010f7ef29970a88a674320898b2f9"
 11137          }
 11138        ],
 11139        "licenses": [
 11140          {
 11141            "license": {
 11142              "id": "MIT"
 11143            }
 11144          }
 11145        ],
 11146        "purl": "pkg:npm/serve-static@1.14.1",
 11147        "externalReferences": [
 11148          {
 11149            "type": "website",
 11150            "url": "https://github.com/expressjs/serve-static#readme"
 11151          },
 11152          {
 11153            "type": "issue-tracker",
 11154            "url": "https://github.com/expressjs/serve-static/issues"
 11155          },
 11156          {
 11157            "type": "vcs",
 11158            "url": "git+https://github.com/expressjs/serve-static.git"
 11159          }
 11160        ]
 11161      },
 11162      {
 11163        "type": "library",
 11164        "bom-ref": "pkg:npm/utils-merge@1.0.1",
 11165        "name": "utils-merge",
 11166        "version": "1.0.1",
 11167        "description": "merge() utility function",
 11168        "hashes": [
 11169          {
 11170            "alg": "SHA-1",
 11171            "content": "9f95710f50a267947b2ccc124741c1028427e713"
 11172          }
 11173        ],
 11174        "licenses": [
 11175          {
 11176            "license": {
 11177              "id": "MIT"
 11178            }
 11179          }
 11180        ],
 11181        "purl": "pkg:npm/utils-merge@1.0.1",
 11182        "externalReferences": [
 11183          {
 11184            "type": "website",
 11185            "url": "https://github.com/jaredhanson/utils-merge#readme"
 11186          },
 11187          {
 11188            "type": "issue-tracker",
 11189            "url": "http://github.com/jaredhanson/utils-merge/issues"
 11190          },
 11191          {
 11192            "type": "vcs",
 11193            "url": "git://github.com/jaredhanson/utils-merge.git"
 11194          }
 11195        ]
 11196      },
 11197      {
 11198        "type": "library",
 11199        "bom-ref": "pkg:npm/express-jwt@0.1.3",
 11200        "name": "express-jwt",
 11201        "version": "0.1.3",
 11202        "description": "JWT authentication middleware.",
 11203        "hashes": [
 11204          {
 11205            "alg": "SHA-1",
 11206            "content": "7c78221f8b9d72106aff556a8a5b8e852d41b12f"
 11207          }
 11208        ],
 11209        "purl": "pkg:npm/express-jwt@0.1.3",
 11210        "externalReferences": [
 11211          {
 11212            "type": "website",
 11213            "url": "https://github.com/auth0/express-jwt#readme"
 11214          },
 11215          {
 11216            "type": "issue-tracker",
 11217            "url": "http://github.com/auth0/express-jwt/issues"
 11218          },
 11219          {
 11220            "type": "vcs",
 11221            "url": "git://github.com/auth0/express-jwt.git"
 11222          }
 11223        ]
 11224      },
 11225      {
 11226        "type": "library",
 11227        "bom-ref": "pkg:npm/jsonwebtoken@0.1.0",
 11228        "name": "jsonwebtoken",
 11229        "version": "0.1.0",
 11230        "description": "JSON Web Token implementation (symmetric and asymmetric)",
 11231        "hashes": [
 11232          {
 11233            "alg": "SHA-1",
 11234            "content": "505628492092fe35d08b600fa6768cd06711aaa2"
 11235          }
 11236        ],
 11237        "licenses": [
 11238          {
 11239            "license": {
 11240              "id": "MIT"
 11241            }
 11242          }
 11243        ],
 11244        "purl": "pkg:npm/jsonwebtoken@0.1.0",
 11245        "externalReferences": [
 11246          {
 11247            "type": "website",
 11248            "url": "https://github.com/auth0/node-jsonwebtoken#readme"
 11249          },
 11250          {
 11251            "type": "issue-tracker",
 11252            "url": "https://github.com/auth0/node-jsonwebtoken/issues"
 11253          },
 11254          {
 11255            "type": "vcs",
 11256            "url": "git+https://github.com/auth0/node-jsonwebtoken.git"
 11257          }
 11258        ]
 11259      },
 11260      {
 11261        "type": "library",
 11262        "bom-ref": "pkg:npm/jws@0.2.6",
 11263        "name": "jws",
 11264        "version": "0.2.6",
 11265        "description": "Implementation of JSON Web Signatures",
 11266        "hashes": [
 11267          {
 11268            "alg": "SHA-1",
 11269            "content": "e9b7e9ac8d2ac1067413233bc6c20fbd8868e9ba"
 11270          }
 11271        ],
 11272        "licenses": [
 11273          {
 11274            "license": {
 11275              "id": "MIT"
 11276            }
 11277          }
 11278        ],
 11279        "purl": "pkg:npm/jws@0.2.6",
 11280        "externalReferences": [
 11281          {
 11282            "type": "website",
 11283            "url": "https://github.com/brianloveswords/node-jws#readme"
 11284          },
 11285          {
 11286            "type": "issue-tracker",
 11287            "url": "https://github.com/brianloveswords/node-jws/issues"
 11288          },
 11289          {
 11290            "type": "vcs",
 11291            "url": "git://github.com/brianloveswords/node-jws.git"
 11292          }
 11293        ]
 11294      },
 11295      {
 11296        "type": "library",
 11297        "bom-ref": "pkg:npm/base64url@0.0.6",
 11298        "name": "base64url",
 11299        "version": "0.0.6",
 11300        "description": "For encoding to/from base64urls",
 11301        "hashes": [
 11302          {
 11303            "alg": "SHA-1",
 11304            "content": "9597b36b330db1c42477322ea87ea8027499b82b"
 11305          }
 11306        ],
 11307        "licenses": [
 11308          {
 11309            "license": {
 11310              "id": "MIT"
 11311            }
 11312          }
 11313        ],
 11314        "purl": "pkg:npm/base64url@0.0.6",
 11315        "externalReferences": [
 11316          {
 11317            "type": "website",
 11318            "url": "https://github.com/brianloveswords/base64url#readme"
 11319          },
 11320          {
 11321            "type": "issue-tracker",
 11322            "url": "https://github.com/brianloveswords/base64url/issues"
 11323          },
 11324          {
 11325            "type": "vcs",
 11326            "url": "git://github.com/brianloveswords/base64url.git"
 11327          }
 11328        ]
 11329      },
 11330      {
 11331        "type": "library",
 11332        "bom-ref": "pkg:npm/jwa@0.0.1",
 11333        "name": "jwa",
 11334        "version": "0.0.1",
 11335        "description": "JWA implementation (supports all JWS algorithms)",
 11336        "hashes": [
 11337          {
 11338            "alg": "SHA-1",
 11339            "content": "2d05f54d68f170648c30fe45944731a388cd07cc"
 11340          }
 11341        ],
 11342        "licenses": [
 11343          {
 11344            "license": {
 11345              "id": "MIT"
 11346            }
 11347          }
 11348        ],
 11349        "purl": "pkg:npm/jwa@0.0.1",
 11350        "externalReferences": [
 11351          {
 11352            "type": "website",
 11353            "url": "https://github.com/brianloveswords/node-jwa#readme"
 11354          },
 11355          {
 11356            "type": "issue-tracker",
 11357            "url": "https://github.com/brianloveswords/node-jwa/issues"
 11358          },
 11359          {
 11360            "type": "vcs",
 11361            "url": "git://github.com/brianloveswords/node-jwa.git"
 11362          }
 11363        ]
 11364      },
 11365      {
 11366        "type": "library",
 11367        "bom-ref": "pkg:npm/moment@2.0.0",
 11368        "name": "moment",
 11369        "version": "2.0.0",
 11370        "description": "Parse, manipulate, and display dates.",
 11371        "hashes": [
 11372          {
 11373            "alg": "SHA-1",
 11374            "content": "2bbc5b44c321837693ab6efcadbd46ed946211fe"
 11375          }
 11376        ],
 11377        "purl": "pkg:npm/moment@2.0.0",
 11378        "externalReferences": [
 11379          {
 11380            "type": "website",
 11381            "url": "http://momentjs.com"
 11382          },
 11383          {
 11384            "type": "issue-tracker",
 11385            "url": "https://github.com/timrwood/moment/issues"
 11386          },
 11387          {
 11388            "type": "vcs",
 11389            "url": "git+https://github.com/timrwood/moment.git"
 11390          }
 11391        ]
 11392      },
 11393      {
 11394        "type": "library",
 11395        "bom-ref": "pkg:npm/express-rate-limit@5.1.3",
 11396        "name": "express-rate-limit",
 11397        "version": "5.1.3",
 11398        "description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.",
 11399        "hashes": [
 11400          {
 11401            "alg": "SHA-1",
 11402            "content": "656bacce3f093034976346958a0f0199902c9174"
 11403          }
 11404        ],
 11405        "licenses": [
 11406          {
 11407            "license": {
 11408              "id": "MIT"
 11409            }
 11410          }
 11411        ],
 11412        "purl": "pkg:npm/express-rate-limit@5.1.3",
 11413        "externalReferences": [
 11414          {
 11415            "type": "website",
 11416            "url": "https://github.com/nfriedly/express-rate-limit"
 11417          },
 11418          {
 11419            "type": "issue-tracker",
 11420            "url": "https://github.com/nfriedly/express-rate-limit/issues"
 11421          },
 11422          {
 11423            "type": "vcs",
 11424            "url": "git+https://github.com/nfriedly/express-rate-limit.git"
 11425          }
 11426        ]
 11427      },
 11428      {
 11429        "type": "library",
 11430        "bom-ref": "pkg:npm/express-robots-txt@0.4.1",
 11431        "name": "express-robots-txt",
 11432        "version": "0.4.1",
 11433        "description": "Express middleware to serve and generate robots.txt",
 11434        "hashes": [
 11435          {
 11436            "alg": "SHA-1",
 11437            "content": "f3123a9875fd885d3c11cf4a7348b89a20f40ffc"
 11438          }
 11439        ],
 11440        "licenses": [
 11441          {
 11442            "license": {
 11443              "id": "MIT"
 11444            }
 11445          }
 11446        ],
 11447        "purl": "pkg:npm/express-robots-txt@0.4.1",
 11448        "externalReferences": [
 11449          {
 11450            "type": "website",
 11451            "url": "https://github.com/modosc/express-robots-txt"
 11452          },
 11453          {
 11454            "type": "issue-tracker",
 11455            "url": "https://github.com/modosc/express-robots-txt/issues"
 11456          },
 11457          {
 11458            "type": "vcs",
 11459            "url": "git+https://github.com/modosc/express-robots-txt.git"
 11460          }
 11461        ]
 11462      },
 11463      {
 11464        "type": "library",
 11465        "bom-ref": "pkg:npm/express-security.txt@2.0.0",
 11466        "name": "express-security.txt",
 11467        "version": "2.0.0",
 11468        "description": "[![Build Status](https://travis-ci.org/gergelyke/express-security.txt.svg?branch=master)](https://travis-ci.org/gergelyke/express-security.txt)",
 11469        "hashes": [
 11470          {
 11471            "alg": "SHA-1",
 11472            "content": "e5b825109ea88ccfb3001c1558a4739528d1fde0"
 11473          }
 11474        ],
 11475        "licenses": [
 11476          {
 11477            "license": {
 11478              "id": "ISC"
 11479            }
 11480          }
 11481        ],
 11482        "purl": "pkg:npm/express-security.txt@2.0.0",
 11483        "externalReferences": [
 11484          {
 11485            "type": "website",
 11486            "url": "https://github.com/gergelyke/express-security.txt#readme"
 11487          },
 11488          {
 11489            "type": "issue-tracker",
 11490            "url": "https://github.com/gergelyke/express-security.txt/issues"
 11491          },
 11492          {
 11493            "type": "vcs",
 11494            "url": "git+https://github.com/gergelyke/express-security.txt.git"
 11495          }
 11496        ]
 11497      },
 11498      {
 11499        "type": "library",
 11500        "bom-ref": "pkg:npm/file-stream-rotator@0.5.7",
 11501        "name": "file-stream-rotator",
 11502        "version": "0.5.7",
 11503        "description": "Automated stream rotation useful for log files",
 11504        "hashes": [
 11505          {
 11506            "alg": "SHA-1",
 11507            "content": "868a2e5966f7640a17dd86eda0e4467c089f6286"
 11508          }
 11509        ],
 11510        "licenses": [
 11511          {
 11512            "license": {
 11513              "id": "MIT"
 11514            }
 11515          }
 11516        ],
 11517        "purl": "pkg:npm/file-stream-rotator@0.5.7",
 11518        "externalReferences": [
 11519          {
 11520            "type": "website",
 11521            "url": "https://github.com/rogerc/file-stream-rotator#readme"
 11522          },
 11523          {
 11524            "type": "issue-tracker",
 11525            "url": "https://github.com/rogerc/file-stream-rotator/issues"
 11526          },
 11527          {
 11528            "type": "vcs",
 11529            "url": "git://github.com/rogerc/file-stream-rotator.git"
 11530          }
 11531        ]
 11532      },
 11533      {
 11534        "type": "library",
 11535        "bom-ref": "pkg:npm/moment@2.27.0",
 11536        "name": "moment",
 11537        "version": "2.27.0",
 11538        "description": "Parse, validate, manipulate, and display dates",
 11539        "hashes": [
 11540          {
 11541            "alg": "SHA-1",
 11542            "content": "8bff4e3e26a236220dfe3e36de756b6ebaa0105d"
 11543          }
 11544        ],
 11545        "licenses": [
 11546          {
 11547            "license": {
 11548              "id": "MIT"
 11549            }
 11550          }
 11551        ],
 11552        "purl": "pkg:npm/moment@2.27.0",
 11553        "externalReferences": [
 11554          {
 11555            "type": "website",
 11556            "url": "https://momentjs.com"
 11557          },
 11558          {
 11559            "type": "issue-tracker",
 11560            "url": "https://github.com/moment/moment/issues"
 11561          },
 11562          {
 11563            "type": "vcs",
 11564            "url": "git+https://github.com/moment/moment.git"
 11565          }
 11566        ]
 11567      },
 11568      {
 11569        "type": "library",
 11570        "bom-ref": "pkg:npm/file-type@12.4.2",
 11571        "name": "file-type",
 11572        "version": "12.4.2",
 11573        "description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer",
 11574        "hashes": [
 11575          {
 11576            "alg": "SHA-1",
 11577            "content": "a344ea5664a1d01447ee7fb1b635f72feb6169d9"
 11578          }
 11579        ],
 11580        "licenses": [
 11581          {
 11582            "license": {
 11583              "id": "MIT"
 11584            }
 11585          }
 11586        ],
 11587        "purl": "pkg:npm/file-type@12.4.2",
 11588        "externalReferences": [
 11589          {
 11590            "type": "website",
 11591            "url": "https://github.com/sindresorhus/file-type#readme"
 11592          },
 11593          {
 11594            "type": "issue-tracker",
 11595            "url": "https://github.com/sindresorhus/file-type/issues"
 11596          },
 11597          {
 11598            "type": "vcs",
 11599            "url": "git+https://github.com/sindresorhus/file-type.git"
 11600          }
 11601        ]
 11602      },
 11603      {
 11604        "type": "library",
 11605        "bom-ref": "pkg:npm/finale-rest@1.1.1",
 11606        "name": "finale-rest",
 11607        "version": "1.1.1",
 11608        "description": "Create REST resources and controllers with Sequelize and Express or Restify",
 11609        "hashes": [
 11610          {
 11611            "alg": "SHA-1",
 11612            "content": "74dc49fb1655e938cc84210acf8c349887090086"
 11613          }
 11614        ],
 11615        "licenses": [
 11616          {
 11617            "license": {
 11618              "id": "MIT"
 11619            }
 11620          }
 11621        ],
 11622        "purl": "pkg:npm/finale-rest@1.1.1",
 11623        "externalReferences": [
 11624          {
 11625            "type": "website",
 11626            "url": "https://github.com/tommybananas/finale#readme"
 11627          },
 11628          {
 11629            "type": "issue-tracker",
 11630            "url": "https://github.com/tommybananas/finale/issues"
 11631          },
 11632          {
 11633            "type": "vcs",
 11634            "url": "git+https://github.com/tommybananas/finale.git"
 11635          }
 11636        ]
 11637      },
 11638      {
 11639        "type": "library",
 11640        "bom-ref": "pkg:npm/bluebird@3.7.2",
 11641        "name": "bluebird",
 11642        "version": "3.7.2",
 11643        "description": "Full featured Promises/A+ implementation with exceptionally good performance",
 11644        "hashes": [
 11645          {
 11646            "alg": "SHA-1",
 11647            "content": "9f229c15be272454ffa973ace0dbee79a1b0c36f"
 11648          }
 11649        ],
 11650        "licenses": [
 11651          {
 11652            "license": {
 11653              "id": "MIT"
 11654            }
 11655          }
 11656        ],
 11657        "purl": "pkg:npm/bluebird@3.7.2",
 11658        "externalReferences": [
 11659          {
 11660            "type": "website",
 11661            "url": "https://github.com/petkaantonov/bluebird"
 11662          },
 11663          {
 11664            "type": "issue-tracker",
 11665            "url": "http://github.com/petkaantonov/bluebird/issues"
 11666          },
 11667          {
 11668            "type": "vcs",
 11669            "url": "git://github.com/petkaantonov/bluebird.git"
 11670          }
 11671        ]
 11672      },
 11673      {
 11674        "type": "library",
 11675        "bom-ref": "pkg:npm/inflection@1.12.0",
 11676        "name": "inflection",
 11677        "version": "1.12.0",
 11678        "description": "A port of inflection-js to node.js module",
 11679        "hashes": [
 11680          {
 11681            "alg": "SHA-1",
 11682            "content": "a200935656d6f5f6bc4dc7502e1aecb703228416"
 11683          }
 11684        ],
 11685        "licenses": [
 11686          {
 11687            "license": {
 11688              "id": "MIT"
 11689            }
 11690          }
 11691        ],
 11692        "purl": "pkg:npm/inflection@1.12.0",
 11693        "externalReferences": [
 11694          {
 11695            "type": "website",
 11696            "url": "https://github.com/dreamerslab/node.inflection#readme"
 11697          },
 11698          {
 11699            "type": "issue-tracker",
 11700            "url": "https://github.com/dreamerslab/node.inflection/issues"
 11701          },
 11702          {
 11703            "type": "vcs",
 11704            "url": "git+https://github.com/dreamerslab/node.inflection.git"
 11705          }
 11706        ]
 11707      },
 11708      {
 11709        "type": "library",
 11710        "bom-ref": "pkg:npm/fs-extra@8.1.0",
 11711        "name": "fs-extra",
 11712        "version": "8.1.0",
 11713        "description": "fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.",
 11714        "hashes": [
 11715          {
 11716            "alg": "SHA-1",
 11717            "content": "49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
 11718          }
 11719        ],
 11720        "licenses": [
 11721          {
 11722            "license": {
 11723              "id": "MIT"
 11724            }
 11725          }
 11726        ],
 11727        "purl": "pkg:npm/fs-extra@8.1.0",
 11728        "externalReferences": [
 11729          {
 11730            "type": "website",
 11731            "url": "https://github.com/jprichardson/node-fs-extra"
 11732          },
 11733          {
 11734            "type": "issue-tracker",
 11735            "url": "https://github.com/jprichardson/node-fs-extra/issues"
 11736          },
 11737          {
 11738            "type": "vcs",
 11739            "url": "git+https://github.com/jprichardson/node-fs-extra.git"
 11740          }
 11741        ]
 11742      },
 11743      {
 11744        "type": "library",
 11745        "bom-ref": "pkg:npm/jsonfile@4.0.0",
 11746        "name": "jsonfile",
 11747        "version": "4.0.0",
 11748        "description": "Easily read/write JSON files.",
 11749        "hashes": [
 11750          {
 11751            "alg": "SHA-1",
 11752            "content": "8771aae0799b64076b76640fca058f9c10e33ecb"
 11753          }
 11754        ],
 11755        "licenses": [
 11756          {
 11757            "license": {
 11758              "id": "MIT"
 11759            }
 11760          }
 11761        ],
 11762        "purl": "pkg:npm/jsonfile@4.0.0",
 11763        "externalReferences": [
 11764          {
 11765            "type": "website",
 11766            "url": "https://github.com/jprichardson/node-jsonfile#readme"
 11767          },
 11768          {
 11769            "type": "issue-tracker",
 11770            "url": "https://github.com/jprichardson/node-jsonfile/issues"
 11771          },
 11772          {
 11773            "type": "vcs",
 11774            "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git"
 11775          }
 11776        ]
 11777      },
 11778      {
 11779        "type": "library",
 11780        "bom-ref": "pkg:npm/universalify@0.1.2",
 11781        "name": "universalify",
 11782        "version": "0.1.2",
 11783        "description": "Make a callback- or promise-based function support both promises and callbacks.",
 11784        "hashes": [
 11785          {
 11786            "alg": "SHA-1",
 11787            "content": "b646f69be3942dabcecc9d6639c80dc105efaa66"
 11788          }
 11789        ],
 11790        "licenses": [
 11791          {
 11792            "license": {
 11793              "id": "MIT"
 11794            }
 11795          }
 11796        ],
 11797        "purl": "pkg:npm/universalify@0.1.2",
 11798        "externalReferences": [
 11799          {
 11800            "type": "website",
 11801            "url": "https://github.com/RyanZim/universalify#readme"
 11802          },
 11803          {
 11804            "type": "issue-tracker",
 11805            "url": "https://github.com/RyanZim/universalify/issues"
 11806          },
 11807          {
 11808            "type": "vcs",
 11809            "url": "git+https://github.com/RyanZim/universalify.git"
 11810          }
 11811        ]
 11812      },
 11813      {
 11814        "type": "library",
 11815        "bom-ref": "pkg:npm/glob@7.1.6",
 11816        "name": "glob",
 11817        "version": "7.1.6",
 11818        "description": "a little globber",
 11819        "hashes": [
 11820          {
 11821            "alg": "SHA-1",
 11822            "content": "141f33b81a7c2492e125594307480c46679278a6"
 11823          }
 11824        ],
 11825        "licenses": [
 11826          {
 11827            "license": {
 11828              "id": "ISC"
 11829            }
 11830          }
 11831        ],
 11832        "purl": "pkg:npm/glob@7.1.6",
 11833        "externalReferences": [
 11834          {
 11835            "type": "website",
 11836            "url": "https://github.com/isaacs/node-glob#readme"
 11837          },
 11838          {
 11839            "type": "issue-tracker",
 11840            "url": "https://github.com/isaacs/node-glob/issues"
 11841          },
 11842          {
 11843            "type": "vcs",
 11844            "url": "git://github.com/isaacs/node-glob.git"
 11845          }
 11846        ]
 11847      },
 11848      {
 11849        "type": "library",
 11850        "bom-ref": "pkg:npm/fs.realpath@1.0.0",
 11851        "name": "fs.realpath",
 11852        "version": "1.0.0",
 11853        "description": "Use node's fs.realpath, but fall back to the JS implementation if the native one fails",
 11854        "hashes": [
 11855          {
 11856            "alg": "SHA-1",
 11857            "content": "1504ad2523158caa40db4a2787cb01411994ea4f"
 11858          }
 11859        ],
 11860        "licenses": [
 11861          {
 11862            "license": {
 11863              "id": "ISC"
 11864            }
 11865          }
 11866        ],
 11867        "purl": "pkg:npm/fs.realpath@1.0.0",
 11868        "externalReferences": [
 11869          {
 11870            "type": "website",
 11871            "url": "https://github.com/isaacs/fs.realpath#readme"
 11872          },
 11873          {
 11874            "type": "issue-tracker",
 11875            "url": "https://github.com/isaacs/fs.realpath/issues"
 11876          },
 11877          {
 11878            "type": "vcs",
 11879            "url": "git+https://github.com/isaacs/fs.realpath.git"
 11880          }
 11881        ]
 11882      },
 11883      {
 11884        "type": "library",
 11885        "bom-ref": "pkg:npm/inflight@1.0.6",
 11886        "name": "inflight",
 11887        "version": "1.0.6",
 11888        "description": "Add callbacks to requests in flight to avoid async duplication",
 11889        "hashes": [
 11890          {
 11891            "alg": "SHA-1",
 11892            "content": "49bd6331d7d02d0c09bc910a1075ba8165b56df9"
 11893          }
 11894        ],
 11895        "licenses": [
 11896          {
 11897            "license": {
 11898              "id": "ISC"
 11899            }
 11900          }
 11901        ],
 11902        "purl": "pkg:npm/inflight@1.0.6",
 11903        "externalReferences": [
 11904          {
 11905            "type": "website",
 11906            "url": "https://github.com/isaacs/inflight"
 11907          },
 11908          {
 11909            "type": "issue-tracker",
 11910            "url": "https://github.com/isaacs/inflight/issues"
 11911          },
 11912          {
 11913            "type": "vcs",
 11914            "url": "git+https://github.com/npm/inflight.git"
 11915          }
 11916        ]
 11917      },
 11918      {
 11919        "type": "library",
 11920        "bom-ref": "pkg:npm/minimatch@3.0.4",
 11921        "name": "minimatch",
 11922        "version": "3.0.4",
 11923        "description": "a glob matcher in javascript",
 11924        "hashes": [
 11925          {
 11926            "alg": "SHA-1",
 11927            "content": "5166e286457f03306064be5497e8dbb0c3d32083"
 11928          }
 11929        ],
 11930        "licenses": [
 11931          {
 11932            "license": {
 11933              "id": "ISC"
 11934            }
 11935          }
 11936        ],
 11937        "purl": "pkg:npm/minimatch@3.0.4",
 11938        "externalReferences": [
 11939          {
 11940            "type": "website",
 11941            "url": "https://github.com/isaacs/minimatch#readme"
 11942          },
 11943          {
 11944            "type": "issue-tracker",
 11945            "url": "https://github.com/isaacs/minimatch/issues"
 11946          },
 11947          {
 11948            "type": "vcs",
 11949            "url": "git://github.com/isaacs/minimatch.git"
 11950          }
 11951        ]
 11952      },
 11953      {
 11954        "type": "library",
 11955        "bom-ref": "pkg:npm/brace-expansion@1.1.11",
 11956        "name": "brace-expansion",
 11957        "version": "1.1.11",
 11958        "description": "Brace expansion as known from sh/bash",
 11959        "hashes": [
 11960          {
 11961            "alg": "SHA-1",
 11962            "content": "3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
 11963          }
 11964        ],
 11965        "licenses": [
 11966          {
 11967            "license": {
 11968              "id": "MIT"
 11969            }
 11970          }
 11971        ],
 11972        "purl": "pkg:npm/brace-expansion@1.1.11",
 11973        "externalReferences": [
 11974          {
 11975            "type": "website",
 11976            "url": "https://github.com/juliangruber/brace-expansion"
 11977          },
 11978          {
 11979            "type": "issue-tracker",
 11980            "url": "https://github.com/juliangruber/brace-expansion/issues"
 11981          },
 11982          {
 11983            "type": "vcs",
 11984            "url": "git://github.com/juliangruber/brace-expansion.git"
 11985          }
 11986        ]
 11987      },
 11988      {
 11989        "type": "library",
 11990        "bom-ref": "pkg:npm/balanced-match@1.0.0",
 11991        "name": "balanced-match",
 11992        "version": "1.0.0",
 11993        "description": "Match balanced character pairs, like \"{\" and \"}\"",
 11994        "hashes": [
 11995          {
 11996            "alg": "SHA-1",
 11997            "content": "89b4d199ab2bee49de164ea02b89ce462d71b767"
 11998          }
 11999        ],
 12000        "licenses": [
 12001          {
 12002            "license": {
 12003              "id": "MIT"
 12004            }
 12005          }
 12006        ],
 12007        "purl": "pkg:npm/balanced-match@1.0.0",
 12008        "externalReferences": [
 12009          {
 12010            "type": "website",
 12011            "url": "https://github.com/juliangruber/balanced-match"
 12012          },
 12013          {
 12014            "type": "issue-tracker",
 12015            "url": "https://github.com/juliangruber/balanced-match/issues"
 12016          },
 12017          {
 12018            "type": "vcs",
 12019            "url": "git://github.com/juliangruber/balanced-match.git"
 12020          }
 12021        ]
 12022      },
 12023      {
 12024        "type": "library",
 12025        "bom-ref": "pkg:npm/concat-map@0.0.1",
 12026        "name": "concat-map",
 12027        "version": "0.0.1",
 12028        "description": "concatenative mapdashery",
 12029        "hashes": [
 12030          {
 12031            "alg": "SHA-1",
 12032            "content": "d8a96bd77fd68df7793a73036a3ba0d5405d477b"
 12033          }
 12034        ],
 12035        "licenses": [
 12036          {
 12037            "license": {
 12038              "id": "MIT"
 12039            }
 12040          }
 12041        ],
 12042        "purl": "pkg:npm/concat-map@0.0.1",
 12043        "externalReferences": [
 12044          {
 12045            "type": "website",
 12046            "url": "https://github.com/substack/node-concat-map#readme"
 12047          },
 12048          {
 12049            "type": "issue-tracker",
 12050            "url": "https://github.com/substack/node-concat-map/issues"
 12051          },
 12052          {
 12053            "type": "vcs",
 12054            "url": "git://github.com/substack/node-concat-map.git"
 12055          }
 12056        ]
 12057      },
 12058      {
 12059        "type": "library",
 12060        "bom-ref": "pkg:npm/path-is-absolute@1.0.1",
 12061        "name": "path-is-absolute",
 12062        "version": "1.0.1",
 12063        "description": "Node.js 0.12 path.isAbsolute() ponyfill",
 12064        "hashes": [
 12065          {
 12066            "alg": "SHA-1",
 12067            "content": "174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
 12068          }
 12069        ],
 12070        "licenses": [
 12071          {
 12072            "license": {
 12073              "id": "MIT"
 12074            }
 12075          }
 12076        ],
 12077        "purl": "pkg:npm/path-is-absolute@1.0.1",
 12078        "externalReferences": [
 12079          {
 12080            "type": "website",
 12081            "url": "https://github.com/sindresorhus/path-is-absolute#readme"
 12082          },
 12083          {
 12084            "type": "issue-tracker",
 12085            "url": "https://github.com/sindresorhus/path-is-absolute/issues"
 12086          },
 12087          {
 12088            "type": "vcs",
 12089            "url": "git+https://github.com/sindresorhus/path-is-absolute.git"
 12090          }
 12091        ]
 12092      },
 12093      {
 12094        "type": "library",
 12095        "bom-ref": "pkg:npm/grunt@1.2.1",
 12096        "name": "grunt",
 12097        "version": "1.2.1",
 12098        "description": "The JavaScript Task Runner",
 12099        "hashes": [
 12100          {
 12101            "alg": "SHA-1",
 12102            "content": "5a1fcdfc222841108893e4e50c1a46f413a564ab"
 12103          }
 12104        ],
 12105        "licenses": [
 12106          {
 12107            "license": {
 12108              "id": "MIT"
 12109            }
 12110          }
 12111        ],
 12112        "purl": "pkg:npm/grunt@1.2.1",
 12113        "externalReferences": [
 12114          {
 12115            "type": "website",
 12116            "url": "https://gruntjs.com/"
 12117          },
 12118          {
 12119            "type": "issue-tracker",
 12120            "url": "https://github.com/gruntjs/grunt/issues"
 12121          },
 12122          {
 12123            "type": "vcs",
 12124            "url": "git+https://github.com/gruntjs/grunt.git"
 12125          }
 12126        ]
 12127      },
 12128      {
 12129        "type": "library",
 12130        "bom-ref": "pkg:npm/dateformat@3.0.3",
 12131        "name": "dateformat",
 12132        "version": "3.0.3",
 12133        "description": "A node.js package for Steven Levithan's excellent dateFormat() function.",
 12134        "hashes": [
 12135          {
 12136            "alg": "SHA-1",
 12137            "content": "a6e37499a4d9a9cf85ef5872044d62901c9889ae"
 12138          }
 12139        ],
 12140        "licenses": [
 12141          {
 12142            "license": {
 12143              "id": "MIT"
 12144            }
 12145          }
 12146        ],
 12147        "purl": "pkg:npm/dateformat@3.0.3",
 12148        "externalReferences": [
 12149          {
 12150            "type": "website",
 12151            "url": "https://github.com/felixge/node-dateformat"
 12152          },
 12153          {
 12154            "type": "issue-tracker",
 12155            "url": "https://github.com/felixge/node-dateformat/issues"
 12156          },
 12157          {
 12158            "type": "vcs",
 12159            "url": "git+https://github.com/felixge/node-dateformat.git"
 12160          }
 12161        ]
 12162      },
 12163      {
 12164        "type": "library",
 12165        "bom-ref": "pkg:npm/eventemitter2@0.4.14",
 12166        "name": "eventemitter2",
 12167        "version": "0.4.14",
 12168        "description": "A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.",
 12169        "hashes": [
 12170          {
 12171            "alg": "SHA-1",
 12172            "content": "8f61b75cde012b2e9eb284d4545583b5643b61ab"
 12173          }
 12174        ],
 12175        "licenses": [
 12176          {
 12177            "license": {
 12178              "id": "MIT"
 12179            }
 12180          }
 12181        ],
 12182        "purl": "pkg:npm/eventemitter2@0.4.14",
 12183        "externalReferences": [
 12184          {
 12185            "type": "website",
 12186            "url": "https://github.com/hij1nx/EventEmitter2#readme"
 12187          },
 12188          {
 12189            "type": "issue-tracker",
 12190            "url": "https://github.com/hij1nx/EventEmitter2/issues"
 12191          },
 12192          {
 12193            "type": "vcs",
 12194            "url": "git://github.com/hij1nx/EventEmitter2.git"
 12195          }
 12196        ]
 12197      },
 12198      {
 12199        "type": "library",
 12200        "bom-ref": "pkg:npm/exit@0.1.2",
 12201        "name": "exit",
 12202        "version": "0.1.2",
 12203        "description": "A replacement for process.exit that ensures stdio are fully drained before exiting.",
 12204        "hashes": [
 12205          {
 12206            "alg": "SHA-1",
 12207            "content": "0632638f8d877cc82107d30a0fff1a17cba1cd0c"
 12208          }
 12209        ],
 12210        "purl": "pkg:npm/exit@0.1.2",
 12211        "externalReferences": [
 12212          {
 12213            "type": "website",
 12214            "url": "https://github.com/cowboy/node-exit"
 12215          },
 12216          {
 12217            "type": "issue-tracker",
 12218            "url": "https://github.com/cowboy/node-exit/issues"
 12219          },
 12220          {
 12221            "type": "vcs",
 12222            "url": "git://github.com/cowboy/node-exit.git"
 12223          }
 12224        ]
 12225      },
 12226      {
 12227        "type": "library",
 12228        "bom-ref": "pkg:npm/findup-sync@0.3.0",
 12229        "name": "findup-sync",
 12230        "version": "0.3.0",
 12231        "description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
 12232        "hashes": [
 12233          {
 12234            "alg": "SHA-1",
 12235            "content": "37930aa5d816b777c03445e1966cc6790a4c0b16"
 12236          }
 12237        ],
 12238        "purl": "pkg:npm/findup-sync@0.3.0",
 12239        "externalReferences": [
 12240          {
 12241            "type": "website",
 12242            "url": "https://github.com/cowboy/node-findup-sync"
 12243          },
 12244          {
 12245            "type": "issue-tracker",
 12246            "url": "https://github.com/cowboy/node-findup-sync/issues"
 12247          },
 12248          {
 12249            "type": "vcs",
 12250            "url": "git://github.com/cowboy/node-findup-sync.git"
 12251          }
 12252        ]
 12253      },
 12254      {
 12255        "type": "library",
 12256        "bom-ref": "pkg:npm/glob@5.0.15",
 12257        "name": "glob",
 12258        "version": "5.0.15",
 12259        "description": "a little globber",
 12260        "hashes": [
 12261          {
 12262            "alg": "SHA-1",
 12263            "content": "1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
 12264          }
 12265        ],
 12266        "licenses": [
 12267          {
 12268            "license": {
 12269              "id": "ISC"
 12270            }
 12271          }
 12272        ],
 12273        "purl": "pkg:npm/glob@5.0.15",
 12274        "externalReferences": [
 12275          {
 12276            "type": "website",
 12277            "url": "https://github.com/isaacs/node-glob#readme"
 12278          },
 12279          {
 12280            "type": "issue-tracker",
 12281            "url": "https://github.com/isaacs/node-glob/issues"
 12282          },
 12283          {
 12284            "type": "vcs",
 12285            "url": "git://github.com/isaacs/node-glob.git"
 12286          }
 12287        ]
 12288      },
 12289      {
 12290        "type": "library",
 12291        "bom-ref": "pkg:npm/grunt-cli@1.3.2",
 12292        "name": "grunt-cli",
 12293        "version": "1.3.2",
 12294        "description": "The grunt command line interface",
 12295        "hashes": [
 12296          {
 12297            "alg": "SHA-1",
 12298            "content": "60f12d12c1b5aae94ae3469c6b5fe24e960014e8"
 12299          }
 12300        ],
 12301        "licenses": [
 12302          {
 12303            "license": {
 12304              "id": "MIT"
 12305            }
 12306          }
 12307        ],
 12308        "purl": "pkg:npm/grunt-cli@1.3.2",
 12309        "externalReferences": [
 12310          {
 12311            "type": "website",
 12312            "url": "https://github.com/gruntjs/grunt-cli#readme"
 12313          },
 12314          {
 12315            "type": "issue-tracker",
 12316            "url": "https://github.com/gruntjs/grunt-cli/issues"
 12317          },
 12318          {
 12319            "type": "vcs",
 12320            "url": "git+https://github.com/gruntjs/grunt-cli.git"
 12321          }
 12322        ]
 12323      },
 12324      {
 12325        "type": "library",
 12326        "bom-ref": "pkg:npm/grunt-known-options@1.1.1",
 12327        "name": "grunt-known-options",
 12328        "version": "1.1.1",
 12329        "description": "The known options used in Grunt",
 12330        "hashes": [
 12331          {
 12332            "alg": "SHA-1",
 12333            "content": "6cc088107bd0219dc5d3e57d91923f469059804d"
 12334          }
 12335        ],
 12336        "licenses": [
 12337          {
 12338            "license": {
 12339              "id": "MIT"
 12340            }
 12341          }
 12342        ],
 12343        "purl": "pkg:npm/grunt-known-options@1.1.1",
 12344        "externalReferences": [
 12345          {
 12346            "type": "website",
 12347            "url": "http://gruntjs.com/"
 12348          },
 12349          {
 12350            "type": "issue-tracker",
 12351            "url": "https://github.com/gruntjs/grunt-known-options/issues"
 12352          },
 12353          {
 12354            "type": "vcs",
 12355            "url": "git+https://github.com/gruntjs/grunt-known-options.git"
 12356          }
 12357        ]
 12358      },
 12359      {
 12360        "type": "library",
 12361        "bom-ref": "pkg:npm/interpret@1.1.0",
 12362        "name": "interpret",
 12363        "version": "1.1.0",
 12364        "description": "A dictionary of file extensions and associated module loaders.",
 12365        "hashes": [
 12366          {
 12367            "alg": "SHA-1",
 12368            "content": "7ed1b1410c6a0e0f78cf95d3b8440c63f78b8614"
 12369          }
 12370        ],
 12371        "licenses": [
 12372          {
 12373            "license": {
 12374              "id": "MIT"
 12375            }
 12376          }
 12377        ],
 12378        "purl": "pkg:npm/interpret@1.1.0",
 12379        "externalReferences": [
 12380          {
 12381            "type": "website",
 12382            "url": "https://github.com/tkellen/node-interpret"
 12383          },
 12384          {
 12385            "type": "issue-tracker",
 12386            "url": "https://github.com/tkellen/node-interpret/issues"
 12387          },
 12388          {
 12389            "type": "vcs",
 12390            "url": "git://github.com/tkellen/node-interpret.git"
 12391          }
 12392        ]
 12393      },
 12394      {
 12395        "type": "library",
 12396        "bom-ref": "pkg:npm/liftoff@2.5.0",
 12397        "name": "liftoff",
 12398        "version": "2.5.0",
 12399        "description": "Launch your command line tool with ease.",
 12400        "hashes": [
 12401          {
 12402            "alg": "SHA-1",
 12403            "content": "2009291bb31cea861bbf10a7c15a28caf75c31ec"
 12404          }
 12405        ],
 12406        "licenses": [
 12407          {
 12408            "license": {
 12409              "id": "MIT"
 12410            }
 12411          }
 12412        ],
 12413        "purl": "pkg:npm/liftoff@2.5.0",
 12414        "externalReferences": [
 12415          {
 12416            "type": "website",
 12417            "url": "https://github.com/js-cli/js-liftoff#readme"
 12418          },
 12419          {
 12420            "type": "issue-tracker",
 12421            "url": "https://github.com/js-cli/js-liftoff/issues"
 12422          },
 12423          {
 12424            "type": "vcs",
 12425            "url": "git+https://github.com/js-cli/js-liftoff.git"
 12426          }
 12427        ]
 12428      },
 12429      {
 12430        "type": "library",
 12431        "bom-ref": "pkg:npm/extend@3.0.2",
 12432        "name": "extend",
 12433        "version": "3.0.2",
 12434        "description": "Port of jQuery.extend for node.js and the browser",
 12435        "hashes": [
 12436          {
 12437            "alg": "SHA-1",
 12438            "content": "f8b1136b4071fbd8eb140aff858b1019ec2915fa"
 12439          }
 12440        ],
 12441        "licenses": [
 12442          {
 12443            "license": {
 12444              "id": "MIT"
 12445            }
 12446          }
 12447        ],
 12448        "purl": "pkg:npm/extend@3.0.2",
 12449        "externalReferences": [
 12450          {
 12451            "type": "website",
 12452            "url": "https://github.com/justmoon/node-extend#readme"
 12453          },
 12454          {
 12455            "type": "issue-tracker",
 12456            "url": "https://github.com/justmoon/node-extend/issues"
 12457          },
 12458          {
 12459            "type": "vcs",
 12460            "url": "git+https://github.com/justmoon/node-extend.git"
 12461          }
 12462        ]
 12463      },
 12464      {
 12465        "type": "library",
 12466        "bom-ref": "pkg:npm/fined@1.2.0",
 12467        "name": "fined",
 12468        "version": "1.2.0",
 12469        "description": "Find a file given a declaration of locations.",
 12470        "hashes": [
 12471          {
 12472            "alg": "SHA-1",
 12473            "content": "d00beccf1aa2b475d16d423b0238b713a2c4a37b"
 12474          }
 12475        ],
 12476        "licenses": [
 12477          {
 12478            "license": {
 12479              "id": "MIT"
 12480            }
 12481          }
 12482        ],
 12483        "purl": "pkg:npm/fined@1.2.0",
 12484        "externalReferences": [
 12485          {
 12486            "type": "website",
 12487            "url": "https://github.com/gulpjs/fined#readme"
 12488          },
 12489          {
 12490            "type": "issue-tracker",
 12491            "url": "https://github.com/gulpjs/fined/issues"
 12492          },
 12493          {
 12494            "type": "vcs",
 12495            "url": "git+https://github.com/gulpjs/fined.git"
 12496          }
 12497        ]
 12498      },
 12499      {
 12500        "type": "library",
 12501        "bom-ref": "pkg:npm/object.defaults@1.1.0",
 12502        "name": "object.defaults",
 12503        "version": "1.1.0",
 12504        "description": "Like `extend` but only copies missing properties/values to the target object.",
 12505        "hashes": [
 12506          {
 12507            "alg": "SHA-1",
 12508            "content": "3a7f868334b407dea06da16d88d5cd29e435fecf"
 12509          }
 12510        ],
 12511        "licenses": [
 12512          {
 12513            "license": {
 12514              "id": "MIT"
 12515            }
 12516          }
 12517        ],
 12518        "purl": "pkg:npm/object.defaults@1.1.0",
 12519        "externalReferences": [
 12520          {
 12521            "type": "website",
 12522            "url": "https://github.com/jonschlinkert/object.defaults"
 12523          },
 12524          {
 12525            "type": "issue-tracker",
 12526            "url": "https://github.com/jonschlinkert/object.defaults/issues"
 12527          },
 12528          {
 12529            "type": "vcs",
 12530            "url": "git+https://github.com/jonschlinkert/object.defaults.git"
 12531          }
 12532        ]
 12533      },
 12534      {
 12535        "type": "library",
 12536        "bom-ref": "pkg:npm/array-each@1.0.1",
 12537        "name": "array-each",
 12538        "version": "1.0.1",
 12539        "description": "Loop over each item in an array and call the given function on every element.",
 12540        "hashes": [
 12541          {
 12542            "alg": "SHA-1",
 12543            "content": "a794af0c05ab1752846ee753a1f211a05ba0c44f"
 12544          }
 12545        ],
 12546        "licenses": [
 12547          {
 12548            "license": {
 12549              "id": "MIT"
 12550            }
 12551          }
 12552        ],
 12553        "purl": "pkg:npm/array-each@1.0.1",
 12554        "externalReferences": [
 12555          {
 12556            "type": "website",
 12557            "url": "https://github.com/jonschlinkert/array-each"
 12558          },
 12559          {
 12560            "type": "issue-tracker",
 12561            "url": "https://github.com/jonschlinkert/array-each/issues"
 12562          },
 12563          {
 12564            "type": "vcs",
 12565            "url": "git+https://github.com/jonschlinkert/array-each.git"
 12566          }
 12567        ]
 12568      },
 12569      {
 12570        "type": "library",
 12571        "bom-ref": "pkg:npm/array-slice@1.1.0",
 12572        "name": "array-slice",
 12573        "version": "1.1.0",
 12574        "description": "Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.",
 12575        "hashes": [
 12576          {
 12577            "alg": "SHA-1",
 12578            "content": "e368ea15f89bc7069f7ffb89aec3a6c7d4ac22d4"
 12579          }
 12580        ],
 12581        "licenses": [
 12582          {
 12583            "license": {
 12584              "id": "MIT"
 12585            }
 12586          }
 12587        ],
 12588        "purl": "pkg:npm/array-slice@1.1.0",
 12589        "externalReferences": [
 12590          {
 12591            "type": "website",
 12592            "url": "https://github.com/jonschlinkert/array-slice"
 12593          },
 12594          {
 12595            "type": "issue-tracker",
 12596            "url": "https://github.com/jonschlinkert/array-slice/issues"
 12597          },
 12598          {
 12599            "type": "vcs",
 12600            "url": "git+https://github.com/jonschlinkert/array-slice.git"
 12601          }
 12602        ]
 12603      },
 12604      {
 12605        "type": "library",
 12606        "bom-ref": "pkg:npm/for-own@1.0.0",
 12607        "name": "for-own",
 12608        "version": "1.0.0",
 12609        "description": "Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.",
 12610        "hashes": [
 12611          {
 12612            "alg": "SHA-1",
 12613            "content": "c63332f415cedc4b04dbfe70cf836494c53cb44b"
 12614          }
 12615        ],
 12616        "licenses": [
 12617          {
 12618            "license": {
 12619              "id": "MIT"
 12620            }
 12621          }
 12622        ],
 12623        "purl": "pkg:npm/for-own@1.0.0",
 12624        "externalReferences": [
 12625          {
 12626            "type": "website",
 12627            "url": "https://github.com/jonschlinkert/for-own"
 12628          },
 12629          {
 12630            "type": "issue-tracker",
 12631            "url": "https://github.com/jonschlinkert/for-own/issues"
 12632          },
 12633          {
 12634            "type": "vcs",
 12635            "url": "git+https://github.com/jonschlinkert/for-own.git"
 12636          }
 12637        ]
 12638      },
 12639      {
 12640        "type": "library",
 12641        "bom-ref": "pkg:npm/parse-filepath@1.0.2",
 12642        "name": "parse-filepath",
 12643        "version": "1.0.2",
 12644        "description": "Pollyfill for node.js `path.parse`, parses a filepath into an object.",
 12645        "hashes": [
 12646          {
 12647            "alg": "SHA-1",
 12648            "content": "a632127f53aaf3d15876f5872f3ffac763d6c891"
 12649          }
 12650        ],
 12651        "licenses": [
 12652          {
 12653            "license": {
 12654              "id": "MIT"
 12655            }
 12656          }
 12657        ],
 12658        "purl": "pkg:npm/parse-filepath@1.0.2",
 12659        "externalReferences": [
 12660          {
 12661            "type": "website",
 12662            "url": "https://github.com/jonschlinkert/parse-filepath"
 12663          },
 12664          {
 12665            "type": "issue-tracker",
 12666            "url": "https://github.com/jonschlinkert/parse-filepath/issues"
 12667          },
 12668          {
 12669            "type": "vcs",
 12670            "url": "git+https://github.com/jonschlinkert/parse-filepath.git"
 12671          }
 12672        ]
 12673      },
 12674      {
 12675        "type": "library",
 12676        "bom-ref": "pkg:npm/is-absolute@1.0.0",
 12677        "name": "is-absolute",
 12678        "version": "1.0.0",
 12679        "description": "Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.",
 12680        "hashes": [
 12681          {
 12682            "alg": "SHA-1",
 12683            "content": "395e1ae84b11f26ad1795e73c17378e48a301576"
 12684          }
 12685        ],
 12686        "licenses": [
 12687          {
 12688            "license": {
 12689              "id": "MIT"
 12690            }
 12691          }
 12692        ],
 12693        "purl": "pkg:npm/is-absolute@1.0.0",
 12694        "externalReferences": [
 12695          {
 12696            "type": "website",
 12697            "url": "https://github.com/jonschlinkert/is-absolute"
 12698          },
 12699          {
 12700            "type": "issue-tracker",
 12701            "url": "https://github.com/jonschlinkert/is-absolute/issues"
 12702          },
 12703          {
 12704            "type": "vcs",
 12705            "url": "git+https://github.com/jonschlinkert/is-absolute.git"
 12706          }
 12707        ]
 12708      },
 12709      {
 12710        "type": "library",
 12711        "bom-ref": "pkg:npm/is-relative@1.0.0",
 12712        "name": "is-relative",
 12713        "version": "1.0.0",
 12714        "description": "Returns `true` if the path appears to be relative.",
 12715        "hashes": [
 12716          {
 12717            "alg": "SHA-1",
 12718            "content": "a1bb6935ce8c5dba1e8b9754b9b2dcc020e2260d"
 12719          }
 12720        ],
 12721        "licenses": [
 12722          {
 12723            "license": {
 12724              "id": "MIT"
 12725            }
 12726          }
 12727        ],
 12728        "purl": "pkg:npm/is-relative@1.0.0",
 12729        "externalReferences": [
 12730          {
 12731            "type": "website",
 12732            "url": "https://github.com/jonschlinkert/is-relative"
 12733          },
 12734          {
 12735            "type": "issue-tracker",
 12736            "url": "https://github.com/jonschlinkert/is-relative/issues"
 12737          },
 12738          {
 12739            "type": "vcs",
 12740            "url": "git+https://github.com/jonschlinkert/is-relative.git"
 12741          }
 12742        ]
 12743      },
 12744      {
 12745        "type": "library",
 12746        "bom-ref": "pkg:npm/is-unc-path@1.0.0",
 12747        "name": "is-unc-path",
 12748        "version": "1.0.0",
 12749        "description": "Returns true if a filepath is a windows UNC file path.",
 12750        "hashes": [
 12751          {
 12752            "alg": "SHA-1",
 12753            "content": "d731e8898ed090a12c352ad2eaed5095ad322c9d"
 12754          }
 12755        ],
 12756        "licenses": [
 12757          {
 12758            "license": {
 12759              "id": "MIT"
 12760            }
 12761          }
 12762        ],
 12763        "purl": "pkg:npm/is-unc-path@1.0.0",
 12764        "externalReferences": [
 12765          {
 12766            "type": "website",
 12767            "url": "https://github.com/jonschlinkert/is-unc-path"
 12768          },
 12769          {
 12770            "type": "issue-tracker",
 12771            "url": "https://github.com/jonschlinkert/is-unc-path/issues"
 12772          },
 12773          {
 12774            "type": "vcs",
 12775            "url": "git+https://github.com/jonschlinkert/is-unc-path.git"
 12776          }
 12777        ]
 12778      },
 12779      {
 12780        "type": "library",
 12781        "bom-ref": "pkg:npm/unc-path-regex@0.1.2",
 12782        "name": "unc-path-regex",
 12783        "version": "0.1.2",
 12784        "description": "Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.",
 12785        "hashes": [
 12786          {
 12787            "alg": "SHA-1",
 12788            "content": "e73dd3d7b0d7c5ed86fbac6b0ae7d8c6a69d50fa"
 12789          }
 12790        ],
 12791        "licenses": [
 12792          {
 12793            "license": {
 12794              "id": "MIT"
 12795            }
 12796          }
 12797        ],
 12798        "purl": "pkg:npm/unc-path-regex@0.1.2",
 12799        "externalReferences": [
 12800          {
 12801            "type": "website",
 12802            "url": "https://github.com/regexhq/unc-path-regex"
 12803          },
 12804          {
 12805            "type": "issue-tracker",
 12806            "url": "https://github.com/regexhq/unc-path-regex/issues"
 12807          },
 12808          {
 12809            "type": "vcs",
 12810            "url": "git+https://github.com/regexhq/unc-path-regex.git"
 12811          }
 12812        ]
 12813      },
 12814      {
 12815        "type": "library",
 12816        "bom-ref": "pkg:npm/path-root@0.1.1",
 12817        "name": "path-root",
 12818        "version": "0.1.1",
 12819        "description": "Get the root of a posix or windows filepath.",
 12820        "hashes": [
 12821          {
 12822            "alg": "SHA-1",
 12823            "content": "9a4a6814cac1c0cd73360a95f32083c8ea4745b7"
 12824          }
 12825        ],
 12826        "licenses": [
 12827          {
 12828            "license": {
 12829              "id": "MIT"
 12830            }
 12831          }
 12832        ],
 12833        "purl": "pkg:npm/path-root@0.1.1",
 12834        "externalReferences": [
 12835          {
 12836            "type": "website",
 12837            "url": "https://github.com/jonschlinkert/path-root"
 12838          },
 12839          {
 12840            "type": "issue-tracker",
 12841            "url": "https://github.com/jonschlinkert/path-root/issues"
 12842          },
 12843          {
 12844            "type": "vcs",
 12845            "url": "git+https://github.com/jonschlinkert/path-root.git"
 12846          }
 12847        ]
 12848      },
 12849      {
 12850        "type": "library",
 12851        "bom-ref": "pkg:npm/path-root-regex@0.1.2",
 12852        "name": "path-root-regex",
 12853        "version": "0.1.2",
 12854        "description": "Regular expression for getting the root of a posix or windows filepath.",
 12855        "hashes": [
 12856          {
 12857            "alg": "SHA-1",
 12858            "content": "bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d"
 12859          }
 12860        ],
 12861        "licenses": [
 12862          {
 12863            "license": {
 12864              "id": "MIT"
 12865            }
 12866          }
 12867        ],
 12868        "purl": "pkg:npm/path-root-regex@0.1.2",
 12869        "externalReferences": [
 12870          {
 12871            "type": "website",
 12872            "url": "https://github.com/regexhq/path-root-regex"
 12873          },
 12874          {
 12875            "type": "issue-tracker",
 12876            "url": "https://github.com/regexhq/path-root-regex/issues"
 12877          },
 12878          {
 12879            "type": "vcs",
 12880            "url": "git+https://github.com/regexhq/path-root-regex.git"
 12881          }
 12882        ]
 12883      },
 12884      {
 12885        "type": "library",
 12886        "bom-ref": "pkg:npm/flagged-respawn@1.0.1",
 12887        "name": "flagged-respawn",
 12888        "version": "1.0.1",
 12889        "description": "A tool for respawning node binaries when special flags are present.",
 12890        "hashes": [
 12891          {
 12892            "alg": "SHA-1",
 12893            "content": "e7de6f1279ddd9ca9aac8a5971d618606b3aab41"
 12894          }
 12895        ],
 12896        "licenses": [
 12897          {
 12898            "license": {
 12899              "id": "MIT"
 12900            }
 12901          }
 12902        ],
 12903        "purl": "pkg:npm/flagged-respawn@1.0.1",
 12904        "externalReferences": [
 12905          {
 12906            "type": "website",
 12907            "url": "https://github.com/gulpjs/flagged-respawn#readme"
 12908          },
 12909          {
 12910            "type": "issue-tracker",
 12911            "url": "https://github.com/gulpjs/flagged-respawn/issues"
 12912          },
 12913          {
 12914            "type": "vcs",
 12915            "url": "git+https://github.com/gulpjs/flagged-respawn.git"
 12916          }
 12917        ]
 12918      },
 12919      {
 12920        "type": "library",
 12921        "bom-ref": "pkg:npm/object.map@1.0.1",
 12922        "name": "object.map",
 12923        "version": "1.0.1",
 12924        "description": "Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.",
 12925        "hashes": [
 12926          {
 12927            "alg": "SHA-1",
 12928            "content": "cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37"
 12929          }
 12930        ],
 12931        "licenses": [
 12932          {
 12933            "license": {
 12934              "id": "MIT"
 12935            }
 12936          }
 12937        ],
 12938        "purl": "pkg:npm/object.map@1.0.1",
 12939        "externalReferences": [
 12940          {
 12941            "type": "website",
 12942            "url": "https://github.com/jonschlinkert/object.map"
 12943          },
 12944          {
 12945            "type": "issue-tracker",
 12946            "url": "https://github.com/jonschlinkert/object.map/issues"
 12947          },
 12948          {
 12949            "type": "vcs",
 12950            "url": "git+https://github.com/jonschlinkert/object.map.git"
 12951          }
 12952        ]
 12953      },
 12954      {
 12955        "type": "library",
 12956        "bom-ref": "pkg:npm/make-iterator@1.0.1",
 12957        "name": "make-iterator",
 12958        "version": "1.0.1",
 12959        "description": "Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.",
 12960        "hashes": [
 12961          {
 12962            "alg": "SHA-1",
 12963            "content": "29b33f312aa8f547c4a5e490f56afcec99133ad6"
 12964          }
 12965        ],
 12966        "licenses": [
 12967          {
 12968            "license": {
 12969              "id": "MIT"
 12970            }
 12971          }
 12972        ],
 12973        "purl": "pkg:npm/make-iterator@1.0.1",
 12974        "externalReferences": [
 12975          {
 12976            "type": "website",
 12977            "url": "https://github.com/jonschlinkert/make-iterator"
 12978          },
 12979          {
 12980            "type": "issue-tracker",
 12981            "url": "https://github.com/jonschlinkert/make-iterator/issues"
 12982          },
 12983          {
 12984            "type": "vcs",
 12985            "url": "git+https://github.com/jonschlinkert/make-iterator.git"
 12986          }
 12987        ]
 12988      },
 12989      {
 12990        "type": "library",
 12991        "bom-ref": "pkg:npm/rechoir@0.6.2",
 12992        "name": "rechoir",
 12993        "version": "0.6.2",
 12994        "description": "Require any supported file as a node module.",
 12995        "hashes": [
 12996          {
 12997            "alg": "SHA-1",
 12998            "content": "85204b54dba82d5742e28c96756ef43af50e3384"
 12999          }
 13000        ],
 13001        "purl": "pkg:npm/rechoir@0.6.2",
 13002        "externalReferences": [
 13003          {
 13004            "type": "website",
 13005            "url": "https://github.com/tkellen/node-rechoir"
 13006          },
 13007          {
 13008            "type": "issue-tracker",
 13009            "url": "https://github.com/tkellen/node-rechoir/issues"
 13010          },
 13011          {
 13012            "type": "vcs",
 13013            "url": "git://github.com/tkellen/node-rechoir.git"
 13014          }
 13015        ]
 13016      },
 13017      {
 13018        "type": "library",
 13019        "bom-ref": "pkg:npm/nopt@4.0.3",
 13020        "name": "nopt",
 13021        "version": "4.0.3",
 13022        "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
 13023        "hashes": [
 13024          {
 13025            "alg": "SHA-1",
 13026            "content": "a375cad9d02fd921278d954c2254d5aa57e15e48"
 13027          }
 13028        ],
 13029        "licenses": [
 13030          {
 13031            "license": {
 13032              "id": "ISC"
 13033            }
 13034          }
 13035        ],
 13036        "purl": "pkg:npm/nopt@4.0.3",
 13037        "externalReferences": [
 13038          {
 13039            "type": "website",
 13040            "url": "https://github.com/npm/nopt#readme"
 13041          },
 13042          {
 13043            "type": "issue-tracker",
 13044            "url": "https://github.com/npm/nopt/issues"
 13045          },
 13046          {
 13047            "type": "vcs",
 13048            "url": "git+https://github.com/npm/nopt.git"
 13049          }
 13050        ]
 13051      },
 13052      {
 13053        "type": "library",
 13054        "bom-ref": "pkg:npm/abbrev@1.1.1",
 13055        "name": "abbrev",
 13056        "version": "1.1.1",
 13057        "description": "Like ruby's abbrev module, but in js",
 13058        "hashes": [
 13059          {
 13060            "alg": "SHA-1",
 13061            "content": "f8f2c887ad10bf67f634f005b6987fed3179aac8"
 13062          }
 13063        ],
 13064        "licenses": [
 13065          {
 13066            "license": {
 13067              "id": "ISC"
 13068            }
 13069          }
 13070        ],
 13071        "purl": "pkg:npm/abbrev@1.1.1",
 13072        "externalReferences": [
 13073          {
 13074            "type": "website",
 13075            "url": "https://github.com/isaacs/abbrev-js#readme"
 13076          },
 13077          {
 13078            "type": "issue-tracker",
 13079            "url": "https://github.com/isaacs/abbrev-js/issues"
 13080          },
 13081          {
 13082            "type": "vcs",
 13083            "url": "git+ssh://git@github.com/isaacs/abbrev-js.git"
 13084          }
 13085        ]
 13086      },
 13087      {
 13088        "type": "library",
 13089        "bom-ref": "pkg:npm/v8flags@3.1.3",
 13090        "name": "v8flags",
 13091        "version": "3.1.3",
 13092        "description": "Get available v8 flags.",
 13093        "hashes": [
 13094          {
 13095            "alg": "SHA-1",
 13096            "content": "fc9dc23521ca20c5433f81cc4eb9b3033bb105d8"
 13097          }
 13098        ],
 13099        "licenses": [
 13100          {
 13101            "license": {
 13102              "id": "MIT"
 13103            }
 13104          }
 13105        ],
 13106        "purl": "pkg:npm/v8flags@3.1.3",
 13107        "externalReferences": [
 13108          {
 13109            "type": "website",
 13110            "url": "https://github.com/gulpjs/v8flags#readme"
 13111          },
 13112          {
 13113            "type": "issue-tracker",
 13114            "url": "https://github.com/gulpjs/v8flags/issues"
 13115          },
 13116          {
 13117            "type": "vcs",
 13118            "url": "git+https://github.com/gulpjs/v8flags.git"
 13119          }
 13120        ]
 13121      },
 13122      {
 13123        "type": "library",
 13124        "bom-ref": "pkg:npm/grunt-legacy-log@2.0.0",
 13125        "name": "grunt-legacy-log",
 13126        "version": "2.0.0",
 13127        "description": "The Grunt 0.4.x logger.",
 13128        "hashes": [
 13129          {
 13130            "alg": "SHA-1",
 13131            "content": "c8cd2c6c81a4465b9bbf2d874d963fef7a59ffb9"
 13132          }
 13133        ],
 13134        "licenses": [
 13135          {
 13136            "license": {
 13137              "id": "MIT"
 13138            }
 13139          }
 13140        ],
 13141        "purl": "pkg:npm/grunt-legacy-log@2.0.0",
 13142        "externalReferences": [
 13143          {
 13144            "type": "website",
 13145            "url": "http://gruntjs.com/"
 13146          },
 13147          {
 13148            "type": "issue-tracker",
 13149            "url": "http://github.com/gruntjs/grunt-legacy-log/issues"
 13150          },
 13151          {
 13152            "type": "vcs",
 13153            "url": "git://github.com/gruntjs/grunt-legacy-log.git"
 13154          }
 13155        ]
 13156      },
 13157      {
 13158        "type": "library",
 13159        "bom-ref": "pkg:npm/colors@1.1.2",
 13160        "name": "colors",
 13161        "version": "1.1.2",
 13162        "description": "get colors in your node.js console",
 13163        "hashes": [
 13164          {
 13165            "alg": "SHA-1",
 13166            "content": "168a4701756b6a7f51a12ce0c97bfa28c084ed63"
 13167          }
 13168        ],
 13169        "licenses": [
 13170          {
 13171            "license": {
 13172              "id": "MIT"
 13173            }
 13174          }
 13175        ],
 13176        "purl": "pkg:npm/colors@1.1.2",
 13177        "externalReferences": [
 13178          {
 13179            "type": "website",
 13180            "url": "https://github.com/Marak/colors.js"
 13181          },
 13182          {
 13183            "type": "issue-tracker",
 13184            "url": "https://github.com/Marak/colors.js/issues"
 13185          },
 13186          {
 13187            "type": "vcs",
 13188            "url": "git+ssh://git@github.com/Marak/colors.js.git"
 13189          }
 13190        ]
 13191      },
 13192      {
 13193        "type": "library",
 13194        "bom-ref": "pkg:npm/grunt-legacy-log-utils@2.0.1",
 13195        "name": "grunt-legacy-log-utils",
 13196        "version": "2.0.1",
 13197        "description": "Static methods for the Grunt 0.4.x logger.",
 13198        "hashes": [
 13199          {
 13200            "alg": "SHA-1",
 13201            "content": "d2f442c7c0150065d9004b08fd7410d37519194e"
 13202          }
 13203        ],
 13204        "licenses": [
 13205          {
 13206            "license": {
 13207              "id": "MIT"
 13208            }
 13209          }
 13210        ],
 13211        "purl": "pkg:npm/grunt-legacy-log-utils@2.0.1",
 13212        "externalReferences": [
 13213          {
 13214            "type": "website",
 13215            "url": "http://gruntjs.com/"
 13216          },
 13217          {
 13218            "type": "issue-tracker",
 13219            "url": "http://github.com/gruntjs/grunt-legacy-log-utils/issues"
 13220          },
 13221          {
 13222            "type": "vcs",
 13223            "url": "git://github.com/gruntjs/grunt-legacy-log-utils.git"
 13224          }
 13225        ]
 13226      },
 13227      {
 13228        "type": "library",
 13229        "bom-ref": "pkg:npm/hooker@0.2.3",
 13230        "name": "hooker",
 13231        "version": "0.2.3",
 13232        "description": "Monkey-patch (hook) functions for debugging and stuff.",
 13233        "hashes": [
 13234          {
 13235            "alg": "SHA-1",
 13236            "content": "b834f723cc4a242aa65963459df6d984c5d3d959"
 13237          }
 13238        ],
 13239        "purl": "pkg:npm/hooker@0.2.3",
 13240        "externalReferences": [
 13241          {
 13242            "type": "website",
 13243            "url": "http://github.com/cowboy/javascript-hooker"
 13244          },
 13245          {
 13246            "type": "issue-tracker",
 13247            "url": "https://github.com/cowboy/javascript-hooker/issues"
 13248          },
 13249          {
 13250            "type": "vcs",
 13251            "url": "git://github.com/cowboy/javascript-hooker.git"
 13252          }
 13253        ]
 13254      },
 13255      {
 13256        "type": "library",
 13257        "bom-ref": "pkg:npm/grunt-legacy-util@1.1.1",
 13258        "name": "grunt-legacy-util",
 13259        "version": "1.1.1",
 13260        "description": "Some old grunt utils provided for backwards compatibility.",
 13261        "hashes": [
 13262          {
 13263            "alg": "SHA-1",
 13264            "content": "e10624e7c86034e5b870c8a8616743f0a0845e42"
 13265          }
 13266        ],
 13267        "licenses": [
 13268          {
 13269            "license": {
 13270              "id": "MIT"
 13271            }
 13272          }
 13273        ],
 13274        "purl": "pkg:npm/grunt-legacy-util@1.1.1",
 13275        "externalReferences": [
 13276          {
 13277            "type": "website",
 13278            "url": "http://gruntjs.com/"
 13279          },
 13280          {
 13281            "type": "issue-tracker",
 13282            "url": "http://github.com/gruntjs/grunt-legacy-util/issues"
 13283          },
 13284          {
 13285            "type": "vcs",
 13286            "url": "git://github.com/gruntjs/grunt-legacy-util.git"
 13287          }
 13288        ]
 13289      },
 13290      {
 13291        "type": "library",
 13292        "bom-ref": "pkg:npm/async@1.5.2",
 13293        "name": "async",
 13294        "version": "1.5.2",
 13295        "description": "Higher-order functions and common patterns for asynchronous code",
 13296        "hashes": [
 13297          {
 13298            "alg": "SHA-1",
 13299            "content": "ec6a61ae56480c0c3cb241c95618e20892f9672a"
 13300          }
 13301        ],
 13302        "licenses": [
 13303          {
 13304            "license": {
 13305              "id": "MIT"
 13306            }
 13307          }
 13308        ],
 13309        "purl": "pkg:npm/async@1.5.2",
 13310        "externalReferences": [
 13311          {
 13312            "type": "website",
 13313            "url": "https://github.com/caolan/async#readme"
 13314          },
 13315          {
 13316            "type": "issue-tracker",
 13317            "url": "https://github.com/caolan/async/issues"
 13318          },
 13319          {
 13320            "type": "vcs",
 13321            "url": "git+https://github.com/caolan/async.git"
 13322          }
 13323        ]
 13324      },
 13325      {
 13326        "type": "library",
 13327        "bom-ref": "pkg:npm/getobject@0.1.0",
 13328        "name": "getobject",
 13329        "version": "0.1.0",
 13330        "description": "get.and.set.deep.objects.easily = true",
 13331        "hashes": [
 13332          {
 13333            "alg": "SHA-1",
 13334            "content": "047a449789fa160d018f5486ed91320b6ec7885c"
 13335          }
 13336        ],
 13337        "purl": "pkg:npm/getobject@0.1.0",
 13338        "externalReferences": [
 13339          {
 13340            "type": "website",
 13341            "url": "https://github.com/cowboy/node-getobject"
 13342          },
 13343          {
 13344            "type": "issue-tracker",
 13345            "url": "https://github.com/cowboy/node-getobject/issues"
 13346          },
 13347          {
 13348            "type": "vcs",
 13349            "url": "git://github.com/cowboy/node-getobject.git"
 13350          }
 13351        ]
 13352      },
 13353      {
 13354        "type": "library",
 13355        "bom-ref": "pkg:npm/underscore.string@3.3.5",
 13356        "name": "underscore.string",
 13357        "version": "3.3.5",
 13358        "description": "String manipulation extensions for Underscore.js javascript library.",
 13359        "hashes": [
 13360          {
 13361            "alg": "SHA-1",
 13362            "content": "fc2ad255b8bd309e239cbc5816fd23a9b7ea4023"
 13363          }
 13364        ],
 13365        "licenses": [
 13366          {
 13367            "license": {
 13368              "id": "MIT"
 13369            }
 13370          }
 13371        ],
 13372        "purl": "pkg:npm/underscore.string@3.3.5",
 13373        "externalReferences": [
 13374          {
 13375            "type": "website",
 13376            "url": "http://epeli.github.com/underscore.string/"
 13377          },
 13378          {
 13379            "type": "issue-tracker",
 13380            "url": "https://github.com/epeli/underscore.string/issues"
 13381          },
 13382          {
 13383            "type": "vcs",
 13384            "url": "git+https://github.com/epeli/underscore.string.git"
 13385          }
 13386        ]
 13387      },
 13388      {
 13389        "type": "library",
 13390        "bom-ref": "pkg:npm/sprintf-js@1.1.2",
 13391        "name": "sprintf-js",
 13392        "version": "1.1.2",
 13393        "description": "JavaScript sprintf implementation",
 13394        "hashes": [
 13395          {
 13396            "alg": "SHA-1",
 13397            "content": "da1765262bf8c0f571749f2ad6c26300207ae673"
 13398          }
 13399        ],
 13400        "licenses": [
 13401          {
 13402            "license": {
 13403              "id": "BSD-3-Clause"
 13404            }
 13405          }
 13406        ],
 13407        "purl": "pkg:npm/sprintf-js@1.1.2",
 13408        "externalReferences": [
 13409          {
 13410            "type": "website",
 13411            "url": "https://github.com/alexei/sprintf.js#readme"
 13412          },
 13413          {
 13414            "type": "issue-tracker",
 13415            "url": "https://github.com/alexei/sprintf.js/issues"
 13416          },
 13417          {
 13418            "type": "vcs",
 13419            "url": "git+https://github.com/alexei/sprintf.js.git"
 13420          }
 13421        ]
 13422      },
 13423      {
 13424        "type": "library",
 13425        "bom-ref": "pkg:npm/js-yaml@3.14.0",
 13426        "name": "js-yaml",
 13427        "version": "3.14.0",
 13428        "description": "YAML 1.2 parser and serializer",
 13429        "hashes": [
 13430          {
 13431            "alg": "SHA-1",
 13432            "content": "a7a34170f26a21bb162424d8adacb4113a69e482"
 13433          }
 13434        ],
 13435        "licenses": [
 13436          {
 13437            "license": {
 13438              "id": "MIT"
 13439            }
 13440          }
 13441        ],
 13442        "purl": "pkg:npm/js-yaml@3.14.0",
 13443        "externalReferences": [
 13444          {
 13445            "type": "website",
 13446            "url": "https://github.com/nodeca/js-yaml"
 13447          },
 13448          {
 13449            "type": "issue-tracker",
 13450            "url": "https://github.com/nodeca/js-yaml/issues"
 13451          },
 13452          {
 13453            "type": "vcs",
 13454            "url": "git+https://github.com/nodeca/js-yaml.git"
 13455          }
 13456        ]
 13457      },
 13458      {
 13459        "type": "library",
 13460        "bom-ref": "pkg:npm/argparse@1.0.10",
 13461        "name": "argparse",
 13462        "version": "1.0.10",
 13463        "description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
 13464        "hashes": [
 13465          {
 13466            "alg": "SHA-1",
 13467            "content": "bcd6791ea5ae09725e17e5ad988134cd40b3d911"
 13468          }
 13469        ],
 13470        "licenses": [
 13471          {
 13472            "license": {
 13473              "id": "MIT"
 13474            }
 13475          }
 13476        ],
 13477        "purl": "pkg:npm/argparse@1.0.10",
 13478        "externalReferences": [
 13479          {
 13480            "type": "website",
 13481            "url": "https://github.com/nodeca/argparse#readme"
 13482          },
 13483          {
 13484            "type": "issue-tracker",
 13485            "url": "https://github.com/nodeca/argparse/issues"
 13486          },
 13487          {
 13488            "type": "vcs",
 13489            "url": "git+https://github.com/nodeca/argparse.git"
 13490          }
 13491        ]
 13492      },
 13493      {
 13494        "type": "library",
 13495        "bom-ref": "pkg:npm/sprintf-js@1.0.3",
 13496        "name": "sprintf-js",
 13497        "version": "1.0.3",
 13498        "description": "JavaScript sprintf implementation",
 13499        "hashes": [
 13500          {
 13501            "alg": "SHA-1",
 13502            "content": "04e6926f662895354f3dd015203633b857297e2c"
 13503          }
 13504        ],
 13505        "licenses": [
 13506          {
 13507            "license": {
 13508              "id": "BSD-3-Clause"
 13509            }
 13510          }
 13511        ],
 13512        "purl": "pkg:npm/sprintf-js@1.0.3",
 13513        "externalReferences": [
 13514          {
 13515            "type": "website",
 13516            "url": "https://github.com/alexei/sprintf.js#readme"
 13517          },
 13518          {
 13519            "type": "issue-tracker",
 13520            "url": "https://github.com/alexei/sprintf.js/issues"
 13521          },
 13522          {
 13523            "type": "vcs",
 13524            "url": "git+https://github.com/alexei/sprintf.js.git"
 13525          }
 13526        ]
 13527      },
 13528      {
 13529        "type": "library",
 13530        "bom-ref": "pkg:npm/esprima@4.0.1",
 13531        "name": "esprima",
 13532        "version": "4.0.1",
 13533        "description": "ECMAScript parsing infrastructure for multipurpose analysis",
 13534        "hashes": [
 13535          {
 13536            "alg": "SHA-1",
 13537            "content": "13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
 13538          }
 13539        ],
 13540        "licenses": [
 13541          {
 13542            "license": {
 13543              "id": "BSD-2-Clause"
 13544            }
 13545          }
 13546        ],
 13547        "purl": "pkg:npm/esprima@4.0.1",
 13548        "externalReferences": [
 13549          {
 13550            "type": "website",
 13551            "url": "http://esprima.org"
 13552          },
 13553          {
 13554            "type": "issue-tracker",
 13555            "url": "https://github.com/jquery/esprima/issues"
 13556          },
 13557          {
 13558            "type": "vcs",
 13559            "url": "git+https://github.com/jquery/esprima.git"
 13560          }
 13561        ]
 13562      },
 13563      {
 13564        "type": "library",
 13565        "bom-ref": "pkg:npm/mkdirp@1.0.4",
 13566        "name": "mkdirp",
 13567        "version": "1.0.4",
 13568        "description": "Recursively mkdir, like `mkdir -p`",
 13569        "hashes": [
 13570          {
 13571            "alg": "SHA-1",
 13572            "content": "3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
 13573          }
 13574        ],
 13575        "licenses": [
 13576          {
 13577            "license": {
 13578              "id": "MIT"
 13579            }
 13580          }
 13581        ],
 13582        "purl": "pkg:npm/mkdirp@1.0.4",
 13583        "externalReferences": [
 13584          {
 13585            "type": "website",
 13586            "url": "https://github.com/isaacs/node-mkdirp#readme"
 13587          },
 13588          {
 13589            "type": "issue-tracker",
 13590            "url": "https://github.com/isaacs/node-mkdirp/issues"
 13591          },
 13592          {
 13593            "type": "vcs",
 13594            "url": "git+https://github.com/isaacs/node-mkdirp.git"
 13595          }
 13596        ]
 13597      },
 13598      {
 13599        "type": "library",
 13600        "bom-ref": "pkg:npm/nopt@3.0.6",
 13601        "name": "nopt",
 13602        "version": "3.0.6",
 13603        "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
 13604        "hashes": [
 13605          {
 13606            "alg": "SHA-1",
 13607            "content": "c6465dbf08abcd4db359317f79ac68a646b28ff9"
 13608          }
 13609        ],
 13610        "licenses": [
 13611          {
 13612            "license": {
 13613              "id": "ISC"
 13614            }
 13615          }
 13616        ],
 13617        "purl": "pkg:npm/nopt@3.0.6",
 13618        "externalReferences": [
 13619          {
 13620            "type": "website",
 13621            "url": "https://github.com/npm/nopt#readme"
 13622          },
 13623          {
 13624            "type": "issue-tracker",
 13625            "url": "https://github.com/npm/nopt/issues"
 13626          },
 13627          {
 13628            "type": "vcs",
 13629            "url": "git+https://github.com/npm/nopt.git"
 13630          }
 13631        ]
 13632      },
 13633      {
 13634        "type": "library",
 13635        "bom-ref": "pkg:npm/rimraf@3.0.2",
 13636        "name": "rimraf",
 13637        "version": "3.0.2",
 13638        "description": "A deep deletion module for node (like `rm -rf`)",
 13639        "hashes": [
 13640          {
 13641            "alg": "SHA-1",
 13642            "content": "f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
 13643          }
 13644        ],
 13645        "licenses": [
 13646          {
 13647            "license": {
 13648              "id": "ISC"
 13649            }
 13650          }
 13651        ],
 13652        "purl": "pkg:npm/rimraf@3.0.2",
 13653        "externalReferences": [
 13654          {
 13655            "type": "website",
 13656            "url": "https://github.com/isaacs/rimraf#readme"
 13657          },
 13658          {
 13659            "type": "issue-tracker",
 13660            "url": "https://github.com/isaacs/rimraf/issues"
 13661          },
 13662          {
 13663            "type": "vcs",
 13664            "url": "git://github.com/isaacs/rimraf.git"
 13665          }
 13666        ]
 13667      },
 13668      {
 13669        "type": "library",
 13670        "bom-ref": "pkg:npm/grunt-contrib-compress@1.6.0",
 13671        "name": "grunt-contrib-compress",
 13672        "version": "1.6.0",
 13673        "description": "Compress files and folders",
 13674        "hashes": [
 13675          {
 13676            "alg": "SHA-1",
 13677            "content": "9708885c738a97a12c5f3072dc97dbc31b4121db"
 13678          }
 13679        ],
 13680        "licenses": [
 13681          {
 13682            "license": {
 13683              "id": "MIT"
 13684            }
 13685          }
 13686        ],
 13687        "purl": "pkg:npm/grunt-contrib-compress@1.6.0",
 13688        "externalReferences": [
 13689          {
 13690            "type": "website",
 13691            "url": "https://github.com/gruntjs/grunt-contrib-compress#readme"
 13692          },
 13693          {
 13694            "type": "issue-tracker",
 13695            "url": "https://github.com/gruntjs/grunt-contrib-compress/issues"
 13696          },
 13697          {
 13698            "type": "vcs",
 13699            "url": "git+https://github.com/gruntjs/grunt-contrib-compress.git"
 13700          }
 13701        ]
 13702      },
 13703      {
 13704        "type": "library",
 13705        "bom-ref": "pkg:npm/archiver@1.3.0",
 13706        "name": "archiver",
 13707        "version": "1.3.0",
 13708        "description": "a streaming interface for archive generation",
 13709        "hashes": [
 13710          {
 13711            "alg": "SHA-1",
 13712            "content": "4f2194d6d8f99df3f531e6881f14f15d55faaf22"
 13713          }
 13714        ],
 13715        "licenses": [
 13716          {
 13717            "license": {
 13718              "id": "MIT"
 13719            }
 13720          }
 13721        ],
 13722        "purl": "pkg:npm/archiver@1.3.0",
 13723        "externalReferences": [
 13724          {
 13725            "type": "website",
 13726            "url": "https://github.com/archiverjs/node-archiver"
 13727          },
 13728          {
 13729            "type": "issue-tracker",
 13730            "url": "https://github.com/archiverjs/node-archiver/issues"
 13731          },
 13732          {
 13733            "type": "vcs",
 13734            "url": "git+https://github.com/archiverjs/node-archiver.git"
 13735          }
 13736        ]
 13737      },
 13738      {
 13739        "type": "library",
 13740        "bom-ref": "pkg:npm/archiver-utils@1.3.0",
 13741        "name": "archiver-utils",
 13742        "version": "1.3.0",
 13743        "description": "utility functions for archiver",
 13744        "hashes": [
 13745          {
 13746            "alg": "SHA-1",
 13747            "content": "e50b4c09c70bf3d680e32ff1b7994e9f9d895174"
 13748          }
 13749        ],
 13750        "licenses": [
 13751          {
 13752            "license": {
 13753              "id": "MIT"
 13754            }
 13755          }
 13756        ],
 13757        "purl": "pkg:npm/archiver-utils@1.3.0",
 13758        "externalReferences": [
 13759          {
 13760            "type": "website",
 13761            "url": "https://github.com/archiverjs/archiver-utils#readme"
 13762          },
 13763          {
 13764            "type": "issue-tracker",
 13765            "url": "https://github.com/archiverjs/archiver-utils/issues"
 13766          },
 13767          {
 13768            "type": "vcs",
 13769            "url": "git+https://github.com/archiverjs/archiver-utils.git"
 13770          }
 13771        ]
 13772      },
 13773      {
 13774        "type": "library",
 13775        "bom-ref": "pkg:npm/lazystream@1.0.0",
 13776        "name": "lazystream",
 13777        "version": "1.0.0",
 13778        "description": "Open Node Streams on demand.",
 13779        "hashes": [
 13780          {
 13781            "alg": "SHA-1",
 13782            "content": "f6995fe0f820392f61396be89462407bb77168e4"
 13783          }
 13784        ],
 13785        "licenses": [
 13786          {
 13787            "license": {
 13788              "id": "MIT"
 13789            }
 13790          }
 13791        ],
 13792        "purl": "pkg:npm/lazystream@1.0.0",
 13793        "externalReferences": [
 13794          {
 13795            "type": "website",
 13796            "url": "https://github.com/jpommerening/node-lazystream"
 13797          },
 13798          {
 13799            "type": "issue-tracker",
 13800            "url": "https://github.com/jpommerening/node-lazystream/issues"
 13801          },
 13802          {
 13803            "type": "vcs",
 13804            "url": "git+https://github.com/jpommerening/node-lazystream.git"
 13805          }
 13806        ]
 13807      },
 13808      {
 13809        "type": "library",
 13810        "bom-ref": "pkg:npm/normalize-path@2.1.1",
 13811        "name": "normalize-path",
 13812        "version": "2.1.1",
 13813        "description": "Normalize file path slashes to be unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes unless disabled.",
 13814        "hashes": [
 13815          {
 13816            "alg": "SHA-1",
 13817            "content": "1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
 13818          }
 13819        ],
 13820        "licenses": [
 13821          {
 13822            "license": {
 13823              "id": "MIT"
 13824            }
 13825          }
 13826        ],
 13827        "purl": "pkg:npm/normalize-path@2.1.1",
 13828        "externalReferences": [
 13829          {
 13830            "type": "website",
 13831            "url": "https://github.com/jonschlinkert/normalize-path"
 13832          },
 13833          {
 13834            "type": "issue-tracker",
 13835            "url": "https://github.com/jonschlinkert/normalize-path/issues"
 13836          },
 13837          {
 13838            "type": "vcs",
 13839            "url": "git+https://github.com/jonschlinkert/normalize-path.git"
 13840          }
 13841        ]
 13842      },
 13843      {
 13844        "type": "library",
 13845        "bom-ref": "pkg:npm/remove-trailing-separator@1.1.0",
 13846        "name": "remove-trailing-separator",
 13847        "version": "1.1.0",
 13848        "description": "Removes separators from the end of the string.",
 13849        "hashes": [
 13850          {
 13851            "alg": "SHA-1",
 13852            "content": "c24bce2a283adad5bc3f58e0d48249b92379d8ef"
 13853          }
 13854        ],
 13855        "licenses": [
 13856          {
 13857            "license": {
 13858              "id": "ISC"
 13859            }
 13860          }
 13861        ],
 13862        "purl": "pkg:npm/remove-trailing-separator@1.1.0",
 13863        "externalReferences": [
 13864          {
 13865            "type": "website",
 13866            "url": "https://github.com/darsain/remove-trailing-separator#readme"
 13867          },
 13868          {
 13869            "type": "issue-tracker",
 13870            "url": "https://github.com/darsain/remove-trailing-separator/issues"
 13871          },
 13872          {
 13873            "type": "vcs",
 13874            "url": "git+https://github.com/darsain/remove-trailing-separator.git"
 13875          }
 13876        ]
 13877      },
 13878      {
 13879        "type": "library",
 13880        "bom-ref": "pkg:npm/async@2.6.3",
 13881        "name": "async",
 13882        "version": "2.6.3",
 13883        "description": "Higher-order functions and common patterns for asynchronous code",
 13884        "hashes": [
 13885          {
 13886            "alg": "SHA-1",
 13887            "content": "d72625e2344a3656e3a3ad4fa749fa83299d82ff"
 13888          }
 13889        ],
 13890        "licenses": [
 13891          {
 13892            "license": {
 13893              "id": "MIT"
 13894            }
 13895          }
 13896        ],
 13897        "purl": "pkg:npm/async@2.6.3",
 13898        "externalReferences": [
 13899          {
 13900            "type": "website",
 13901            "url": "https://caolan.github.io/async/"
 13902          },
 13903          {
 13904            "type": "issue-tracker",
 13905            "url": "https://github.com/caolan/async/issues"
 13906          },
 13907          {
 13908            "type": "vcs",
 13909            "url": "git+https://github.com/caolan/async.git"
 13910          }
 13911        ]
 13912      },
 13913      {
 13914        "type": "library",
 13915        "bom-ref": "pkg:npm/walkdir@0.0.11",
 13916        "name": "walkdir",
 13917        "version": "0.0.11",
 13918        "description": "Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.",
 13919        "hashes": [
 13920          {
 13921            "alg": "SHA-1",
 13922            "content": "a16d025eb931bd03b52f308caed0f40fcebe9532"
 13923          }
 13924        ],
 13925        "licenses": [
 13926          {
 13927            "license": {
 13928              "id": "MIT"
 13929            }
 13930          }
 13931        ],
 13932        "purl": "pkg:npm/walkdir@0.0.11",
 13933        "externalReferences": [
 13934          {
 13935            "type": "website",
 13936            "url": "http://github.com/soldair/node-walkdir"
 13937          },
 13938          {
 13939            "type": "issue-tracker",
 13940            "url": "https://github.com/soldair/node-walkdir/issues"
 13941          },
 13942          {
 13943            "type": "vcs",
 13944            "url": "git://github.com/soldair/node-walkdir.git"
 13945          }
 13946        ]
 13947      },
 13948      {
 13949        "type": "library",
 13950        "bom-ref": "pkg:npm/zip-stream@1.2.0",
 13951        "name": "zip-stream",
 13952        "version": "1.2.0",
 13953        "description": "a streaming zip archive generator.",
 13954        "hashes": [
 13955          {
 13956            "alg": "SHA-1",
 13957            "content": "a8bc45f4c1b49699c6b90198baacaacdbcd4ba04"
 13958          }
 13959        ],
 13960        "licenses": [
 13961          {
 13962            "license": {
 13963              "id": "MIT"
 13964            }
 13965          }
 13966        ],
 13967        "purl": "pkg:npm/zip-stream@1.2.0",
 13968        "externalReferences": [
 13969          {
 13970            "type": "website",
 13971            "url": "https://github.com/archiverjs/node-zip-stream"
 13972          },
 13973          {
 13974            "type": "issue-tracker",
 13975            "url": "https://github.com/archiverjs/node-zip-stream/issues"
 13976          },
 13977          {
 13978            "type": "vcs",
 13979            "url": "git+https://github.com/archiverjs/node-zip-stream.git"
 13980          }
 13981        ]
 13982      },
 13983      {
 13984        "type": "library",
 13985        "bom-ref": "pkg:npm/compress-commons@1.2.2",
 13986        "name": "compress-commons",
 13987        "version": "1.2.2",
 13988        "description": "a library that defines a common interface for working with archive formats within node",
 13989        "hashes": [
 13990          {
 13991            "alg": "SHA-1",
 13992            "content": "524a9f10903f3a813389b0225d27c48bb751890f"
 13993          }
 13994        ],
 13995        "licenses": [
 13996          {
 13997            "license": {
 13998              "id": "MIT"
 13999            }
 14000          }
 14001        ],
 14002        "purl": "pkg:npm/compress-commons@1.2.2",
 14003        "externalReferences": [
 14004          {
 14005            "type": "website",
 14006            "url": "https://github.com/archiverjs/node-compress-commons"
 14007          },
 14008          {
 14009            "type": "issue-tracker",
 14010            "url": "https://github.com/archiverjs/node-compress-commons/issues"
 14011          },
 14012          {
 14013            "type": "vcs",
 14014            "url": "git+https://github.com/archiverjs/node-compress-commons.git"
 14015          }
 14016        ]
 14017      },
 14018      {
 14019        "type": "library",
 14020        "bom-ref": "pkg:npm/crc32-stream@2.0.0",
 14021        "name": "crc32-stream",
 14022        "version": "2.0.0",
 14023        "description": "a streaming CRC32 checksumer",
 14024        "hashes": [
 14025          {
 14026            "alg": "SHA-1",
 14027            "content": "e3cdd3b4df3168dd74e3de3fbbcb7b297fe908f4"
 14028          }
 14029        ],
 14030        "licenses": [
 14031          {
 14032            "license": {
 14033              "id": "MIT"
 14034            }
 14035          }
 14036        ],
 14037        "purl": "pkg:npm/crc32-stream@2.0.0",
 14038        "externalReferences": [
 14039          {
 14040            "type": "website",
 14041            "url": "https://github.com/archiverjs/node-crc32-stream"
 14042          },
 14043          {
 14044            "type": "issue-tracker",
 14045            "url": "https://github.com/archiverjs/node-crc32-stream/issues"
 14046          },
 14047          {
 14048            "type": "vcs",
 14049            "url": "git+https://github.com/archiverjs/node-crc32-stream.git"
 14050          }
 14051        ]
 14052      },
 14053      {
 14054        "type": "library",
 14055        "bom-ref": "pkg:npm/crc@3.8.0",
 14056        "name": "crc",
 14057        "version": "3.8.0",
 14058        "description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
 14059        "hashes": [
 14060          {
 14061            "alg": "SHA-1",
 14062            "content": "ad60269c2c856f8c299e2c4cc0de4556914056c6"
 14063          }
 14064        ],
 14065        "licenses": [
 14066          {
 14067            "license": {
 14068              "id": "MIT"
 14069            }
 14070          }
 14071        ],
 14072        "purl": "pkg:npm/crc@3.8.0",
 14073        "externalReferences": [
 14074          {
 14075            "type": "website",
 14076            "url": "https://github.com/alexgorbatchev/node-crc"
 14077          },
 14078          {
 14079            "type": "issue-tracker",
 14080            "url": "https://github.com/alexgorbatchev/node-crc/issues"
 14081          },
 14082          {
 14083            "type": "vcs",
 14084            "url": "git://github.com/alexgorbatchev/node-crc.git"
 14085          }
 14086        ]
 14087      },
 14088      {
 14089        "type": "library",
 14090        "bom-ref": "pkg:npm/chalk@1.1.3",
 14091        "name": "chalk",
 14092        "version": "1.1.3",
 14093        "description": "Terminal string styling done right. Much color.",
 14094        "hashes": [
 14095          {
 14096            "alg": "SHA-1",
 14097            "content": "a8115c55e4a702fe4d150abd3872822a7e09fc98"
 14098          }
 14099        ],
 14100        "licenses": [
 14101          {
 14102            "license": {
 14103              "id": "MIT"
 14104            }
 14105          }
 14106        ],
 14107        "purl": "pkg:npm/chalk@1.1.3",
 14108        "externalReferences": [
 14109          {
 14110            "type": "website",
 14111            "url": "https://github.com/chalk/chalk#readme"
 14112          },
 14113          {
 14114            "type": "issue-tracker",
 14115            "url": "https://github.com/chalk/chalk/issues"
 14116          },
 14117          {
 14118            "type": "vcs",
 14119            "url": "git+https://github.com/chalk/chalk.git"
 14120          }
 14121        ]
 14122      },
 14123      {
 14124        "type": "library",
 14125        "bom-ref": "pkg:npm/ansi-styles@2.2.1",
 14126        "name": "ansi-styles",
 14127        "version": "2.2.1",
 14128        "description": "ANSI escape codes for styling strings in the terminal",
 14129        "hashes": [
 14130          {
 14131            "alg": "SHA-1",
 14132            "content": "b432dd3358b634cf75e1e4664368240533c1ddbe"
 14133          }
 14134        ],
 14135        "licenses": [
 14136          {
 14137            "license": {
 14138              "id": "MIT"
 14139            }
 14140          }
 14141        ],
 14142        "purl": "pkg:npm/ansi-styles@2.2.1",
 14143        "externalReferences": [
 14144          {
 14145            "type": "website",
 14146            "url": "https://github.com/chalk/ansi-styles#readme"
 14147          },
 14148          {
 14149            "type": "issue-tracker",
 14150            "url": "https://github.com/chalk/ansi-styles/issues"
 14151          },
 14152          {
 14153            "type": "vcs",
 14154            "url": "git+https://github.com/chalk/ansi-styles.git"
 14155          }
 14156        ]
 14157      },
 14158      {
 14159        "type": "library",
 14160        "bom-ref": "pkg:npm/has-ansi@2.0.0",
 14161        "name": "has-ansi",
 14162        "version": "2.0.0",
 14163        "description": "Check if a string has ANSI escape codes",
 14164        "hashes": [
 14165          {
 14166            "alg": "SHA-1",
 14167            "content": "34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
 14168          }
 14169        ],
 14170        "licenses": [
 14171          {
 14172            "license": {
 14173              "id": "MIT"
 14174            }
 14175          }
 14176        ],
 14177        "purl": "pkg:npm/has-ansi@2.0.0",
 14178        "externalReferences": [
 14179          {
 14180            "type": "website",
 14181            "url": "https://github.com/sindresorhus/has-ansi#readme"
 14182          },
 14183          {
 14184            "type": "issue-tracker",
 14185            "url": "https://github.com/sindresorhus/has-ansi/issues"
 14186          },
 14187          {
 14188            "type": "vcs",
 14189            "url": "git+https://github.com/sindresorhus/has-ansi.git"
 14190          }
 14191        ]
 14192      },
 14193      {
 14194        "type": "library",
 14195        "bom-ref": "pkg:npm/ansi-regex@2.1.1",
 14196        "name": "ansi-regex",
 14197        "version": "2.1.1",
 14198        "description": "Regular expression for matching ANSI escape codes",
 14199        "hashes": [
 14200          {
 14201            "alg": "SHA-1",
 14202            "content": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
 14203          }
 14204        ],
 14205        "licenses": [
 14206          {
 14207            "license": {
 14208              "id": "MIT"
 14209            }
 14210          }
 14211        ],
 14212        "purl": "pkg:npm/ansi-regex@2.1.1",
 14213        "externalReferences": [
 14214          {
 14215            "type": "website",
 14216            "url": "https://github.com/chalk/ansi-regex#readme"
 14217          },
 14218          {
 14219            "type": "issue-tracker",
 14220            "url": "https://github.com/chalk/ansi-regex/issues"
 14221          },
 14222          {
 14223            "type": "vcs",
 14224            "url": "git+https://github.com/chalk/ansi-regex.git"
 14225          }
 14226        ]
 14227      },
 14228      {
 14229        "type": "library",
 14230        "bom-ref": "pkg:npm/strip-ansi@3.0.1",
 14231        "name": "strip-ansi",
 14232        "version": "3.0.1",
 14233        "description": "Strip ANSI escape codes",
 14234        "hashes": [
 14235          {
 14236            "alg": "SHA-1",
 14237            "content": "6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
 14238          }
 14239        ],
 14240        "licenses": [
 14241          {
 14242            "license": {
 14243              "id": "MIT"
 14244            }
 14245          }
 14246        ],
 14247        "purl": "pkg:npm/strip-ansi@3.0.1",
 14248        "externalReferences": [
 14249          {
 14250            "type": "website",
 14251            "url": "https://github.com/chalk/strip-ansi#readme"
 14252          },
 14253          {
 14254            "type": "issue-tracker",
 14255            "url": "https://github.com/chalk/strip-ansi/issues"
 14256          },
 14257          {
 14258            "type": "vcs",
 14259            "url": "git+https://github.com/chalk/strip-ansi.git"
 14260          }
 14261        ]
 14262      },
 14263      {
 14264        "type": "library",
 14265        "bom-ref": "pkg:npm/supports-color@2.0.0",
 14266        "name": "supports-color",
 14267        "version": "2.0.0",
 14268        "description": "Detect whether a terminal supports color",
 14269        "hashes": [
 14270          {
 14271            "alg": "SHA-1",
 14272            "content": "535d045ce6b6363fa40117084629995e9df324c7"
 14273          }
 14274        ],
 14275        "licenses": [
 14276          {
 14277            "license": {
 14278              "id": "MIT"
 14279            }
 14280          }
 14281        ],
 14282        "purl": "pkg:npm/supports-color@2.0.0",
 14283        "externalReferences": [
 14284          {
 14285            "type": "website",
 14286            "url": "https://github.com/chalk/supports-color#readme"
 14287          },
 14288          {
 14289            "type": "issue-tracker",
 14290            "url": "https://github.com/chalk/supports-color/issues"
 14291          },
 14292          {
 14293            "type": "vcs",
 14294            "url": "git+https://github.com/chalk/supports-color.git"
 14295          }
 14296        ]
 14297      },
 14298      {
 14299        "type": "library",
 14300        "bom-ref": "pkg:npm/pretty-bytes@4.0.2",
 14301        "name": "pretty-bytes",
 14302        "version": "4.0.2",
 14303        "description": "Convert bytes to a human readable string: 1337 → 1.34 kB",
 14304        "hashes": [
 14305          {
 14306            "alg": "SHA-1",
 14307            "content": "b2bf82e7350d65c6c33aa95aaa5a4f6327f61cd9"
 14308          }
 14309        ],
 14310        "licenses": [
 14311          {
 14312            "license": {
 14313              "id": "MIT"
 14314            }
 14315          }
 14316        ],
 14317        "purl": "pkg:npm/pretty-bytes@4.0.2",
 14318        "externalReferences": [
 14319          {
 14320            "type": "website",
 14321            "url": "https://github.com/sindresorhus/pretty-bytes#readme"
 14322          },
 14323          {
 14324            "type": "issue-tracker",
 14325            "url": "https://github.com/sindresorhus/pretty-bytes/issues"
 14326          },
 14327          {
 14328            "type": "vcs",
 14329            "url": "git+https://github.com/sindresorhus/pretty-bytes.git"
 14330          }
 14331        ]
 14332      },
 14333      {
 14334        "type": "library",
 14335        "bom-ref": "pkg:npm/stream-buffers@2.2.0",
 14336        "name": "stream-buffers",
 14337        "version": "2.2.0",
 14338        "description": "Buffer-backed Streams for reading and writing.",
 14339        "hashes": [
 14340          {
 14341            "alg": "SHA-1",
 14342            "content": "91d5f5130d1cef96dcfa7f726945188741d09ee4"
 14343          }
 14344        ],
 14345        "licenses": [
 14346          {
 14347            "license": {
 14348              "id": "Unlicense"
 14349            }
 14350          }
 14351        ],
 14352        "purl": "pkg:npm/stream-buffers@2.2.0",
 14353        "externalReferences": [
 14354          {
 14355            "type": "website",
 14356            "url": "https://github.com/samcday/node-stream-buffer#readme"
 14357          },
 14358          {
 14359            "type": "issue-tracker",
 14360            "url": "https://github.com/samcday/node-stream-buffer/issues"
 14361          },
 14362          {
 14363            "type": "vcs",
 14364            "url": "git+https://github.com/samcday/node-stream-buffer.git"
 14365          }
 14366        ]
 14367      },
 14368      {
 14369        "type": "library",
 14370        "bom-ref": "pkg:npm/grunt-replace-json@0.1.0",
 14371        "name": "grunt-replace-json",
 14372        "version": "0.1.0",
 14373        "description": "Updates attributes of json files.",
 14374        "hashes": [
 14375          {
 14376            "alg": "SHA-1",
 14377            "content": "2e58602249181718f744147a9365e4d383ca15af"
 14378          }
 14379        ],
 14380        "purl": "pkg:npm/grunt-replace-json@0.1.0",
 14381        "externalReferences": [
 14382          {
 14383            "type": "website",
 14384            "url": "https://github.com/exo-dev/grunt-replace-json"
 14385          },
 14386          {
 14387            "type": "issue-tracker",
 14388            "url": "https://github.com/exo-dev/grunt-replace-json/issues"
 14389          },
 14390          {
 14391            "type": "vcs",
 14392            "url": "git+https://github.com/exo-dev/grunt-replace-json.git"
 14393          }
 14394        ]
 14395      },
 14396      {
 14397        "type": "library",
 14398        "bom-ref": "pkg:npm/lodash.set@4.3.2",
 14399        "name": "lodash.set",
 14400        "version": "4.3.2",
 14401        "description": "The lodash method `_.set` exported as a module.",
 14402        "hashes": [
 14403          {
 14404            "alg": "SHA-1",
 14405            "content": "d8757b1da807dde24816b0d6a84bea1a76230b23"
 14406          }
 14407        ],
 14408        "licenses": [
 14409          {
 14410            "license": {
 14411              "id": "MIT"
 14412            }
 14413          }
 14414        ],
 14415        "purl": "pkg:npm/lodash.set@4.3.2",
 14416        "externalReferences": [
 14417          {
 14418            "type": "website",
 14419            "url": "https://lodash.com/"
 14420          },
 14421          {
 14422            "type": "issue-tracker",
 14423            "url": "https://github.com/lodash/lodash/issues"
 14424          },
 14425          {
 14426            "type": "vcs",
 14427            "url": "git+https://github.com/lodash/lodash.git"
 14428          }
 14429        ]
 14430      },
 14431      {
 14432        "type": "library",
 14433        "bom-ref": "pkg:npm/hashids@2.2.1",
 14434        "name": "hashids",
 14435        "version": "2.2.1",
 14436        "description": "Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.",
 14437        "hashes": [
 14438          {
 14439            "alg": "SHA-1",
 14440            "content": "ad0c600f0083aa0df7451dfd184e53db34f71289"
 14441          }
 14442        ],
 14443        "licenses": [
 14444          {
 14445            "license": {
 14446              "id": "MIT"
 14447            }
 14448          }
 14449        ],
 14450        "purl": "pkg:npm/hashids@2.2.1",
 14451        "externalReferences": [
 14452          {
 14453            "type": "website",
 14454            "url": "http://hashids.org/javascript"
 14455          },
 14456          {
 14457            "type": "issue-tracker",
 14458            "url": "https://github.com/niieani/hashids.js/issues"
 14459          },
 14460          {
 14461            "type": "vcs",
 14462            "url": "git+https://github.com/niieani/hashids.js.git"
 14463          }
 14464        ]
 14465      },
 14466      {
 14467        "type": "library",
 14468        "bom-ref": "pkg:npm/helmet@3.23.3",
 14469        "name": "helmet",
 14470        "version": "3.23.3",
 14471        "description": "help secure Express/Connect apps with various HTTP headers",
 14472        "hashes": [
 14473          {
 14474            "alg": "SHA-1",
 14475            "content": "5ba30209c5f73ded4ab65746a3a11bedd4579ab7"
 14476          }
 14477        ],
 14478        "licenses": [
 14479          {
 14480            "license": {
 14481              "id": "MIT"
 14482            }
 14483          }
 14484        ],
 14485        "purl": "pkg:npm/helmet@3.23.3",
 14486        "externalReferences": [
 14487          {
 14488            "type": "website",
 14489            "url": "https://helmetjs.github.io/"
 14490          },
 14491          {
 14492            "type": "issue-tracker",
 14493            "url": "https://github.com/helmetjs/helmet/issues"
 14494          },
 14495          {
 14496            "type": "vcs",
 14497            "url": "git://github.com/helmetjs/helmet.git"
 14498          }
 14499        ]
 14500      },
 14501      {
 14502        "type": "library",
 14503        "bom-ref": "pkg:npm/depd@2.0.0",
 14504        "name": "depd",
 14505        "version": "2.0.0",
 14506        "description": "Deprecate all the things",
 14507        "hashes": [
 14508          {
 14509            "alg": "SHA-1",
 14510            "content": "b696163cc757560d09cf22cc8fad1571b79e76df"
 14511          }
 14512        ],
 14513        "licenses": [
 14514          {
 14515            "license": {
 14516              "id": "MIT"
 14517            }
 14518          }
 14519        ],
 14520        "purl": "pkg:npm/depd@2.0.0",
 14521        "externalReferences": [
 14522          {
 14523            "type": "website",
 14524            "url": "https://github.com/dougwilson/nodejs-depd#readme"
 14525          },
 14526          {
 14527            "type": "issue-tracker",
 14528            "url": "https://github.com/dougwilson/nodejs-depd/issues"
 14529          },
 14530          {
 14531            "type": "vcs",
 14532            "url": "git+https://github.com/dougwilson/nodejs-depd.git"
 14533          }
 14534        ]
 14535      },
 14536      {
 14537        "type": "library",
 14538        "bom-ref": "pkg:npm/dont-sniff-mimetype@1.1.0",
 14539        "name": "dont-sniff-mimetype",
 14540        "version": "1.1.0",
 14541        "description": "Middleware to prevent mimetype from being sniffed",
 14542        "hashes": [
 14543          {
 14544            "alg": "SHA-1",
 14545            "content": "c7d0427f8bcb095762751252af59d148b0a623b2"
 14546          }
 14547        ],
 14548        "licenses": [
 14549          {
 14550            "license": {
 14551              "id": "MIT"
 14552            }
 14553          }
 14554        ],
 14555        "purl": "pkg:npm/dont-sniff-mimetype@1.1.0",
 14556        "externalReferences": [
 14557          {
 14558            "type": "website",
 14559            "url": "https://helmetjs.github.io/docs/dont-sniff-mimetype"
 14560          },
 14561          {
 14562            "type": "issue-tracker",
 14563            "url": "https://github.com/helmetjs/dont-sniff-mimetype/issues"
 14564          },
 14565          {
 14566            "type": "vcs",
 14567            "url": "git://github.com/helmetjs/dont-sniff-mimetype.git"
 14568          }
 14569        ]
 14570      },
 14571      {
 14572        "type": "library",
 14573        "bom-ref": "pkg:npm/feature-policy@0.3.0",
 14574        "name": "feature-policy",
 14575        "version": "0.3.0",
 14576        "description": "Middleware to set the Feature-Policy HTTP header",
 14577        "hashes": [
 14578          {
 14579            "alg": "SHA-1",
 14580            "content": "7430e8e54a40da01156ca30aaec1a381ce536069"
 14581          }
 14582        ],
 14583        "licenses": [
 14584          {
 14585            "license": {
 14586              "id": "MIT"
 14587            }
 14588          }
 14589        ],
 14590        "purl": "pkg:npm/feature-policy@0.3.0",
 14591        "externalReferences": [
 14592          {
 14593            "type": "website",
 14594            "url": "https://helmetjs.github.io/docs/feature-policy/"
 14595          },
 14596          {
 14597            "type": "issue-tracker",
 14598            "url": "https://github.com/helmetjs/feature-policy/issues"
 14599          },
 14600          {
 14601            "type": "vcs",
 14602            "url": "git://github.com/helmetjs/feature-policy.git"
 14603          }
 14604        ]
 14605      },
 14606      {
 14607        "type": "library",
 14608        "bom-ref": "pkg:npm/helmet-crossdomain@0.4.0",
 14609        "name": "helmet-crossdomain",
 14610        "version": "0.4.0",
 14611        "description": "Set the X-Permitted-Cross-Domain-Policies header in Express apps",
 14612        "hashes": [
 14613          {
 14614            "alg": "SHA-1",
 14615            "content": "5f1fe5a836d0325f1da0a78eaa5fd8429078894e"
 14616          }
 14617        ],
 14618        "licenses": [
 14619          {
 14620            "license": {
 14621              "id": "MIT"
 14622            }
 14623          }
 14624        ],
 14625        "purl": "pkg:npm/helmet-crossdomain@0.4.0",
 14626        "externalReferences": [
 14627          {
 14628            "type": "website",
 14629            "url": "https://helmetjs.github.io/docs/crossdomain/"
 14630          },
 14631          {
 14632            "type": "issue-tracker",
 14633            "url": "https://github.com/helmetjs/crossdomain/issues"
 14634          },
 14635          {
 14636            "type": "vcs",
 14637            "url": "git://github.com/helmetjs/crossdomain.git"
 14638          }
 14639        ]
 14640      },
 14641      {
 14642        "type": "library",
 14643        "bom-ref": "pkg:npm/helmet-csp@2.10.0",
 14644        "name": "helmet-csp",
 14645        "version": "2.10.0",
 14646        "description": "Content Security Policy middleware.",
 14647        "hashes": [
 14648          {
 14649            "alg": "SHA-1",
 14650            "content": "685dde1747bc16c5e28ad9d91e229a69f0a85e84"
 14651          }
 14652        ],
 14653        "licenses": [
 14654          {
 14655            "license": {
 14656              "id": "MIT"
 14657            }
 14658          }
 14659        ],
 14660        "purl": "pkg:npm/helmet-csp@2.10.0",
 14661        "externalReferences": [
 14662          {
 14663            "type": "website",
 14664            "url": "https://helmetjs.github.io/docs/csp/"
 14665          },
 14666          {
 14667            "type": "issue-tracker",
 14668            "url": "https://github.com/helmetjs/csp/issues"
 14669          },
 14670          {
 14671            "type": "vcs",
 14672            "url": "git://github.com/helmetjs/csp.git"
 14673          }
 14674        ]
 14675      },
 14676      {
 14677        "type": "library",
 14678        "bom-ref": "pkg:npm/bowser@2.9.0",
 14679        "name": "bowser",
 14680        "version": "2.9.0",
 14681        "description": "Lightweight browser detector",
 14682        "hashes": [
 14683          {
 14684            "alg": "SHA-1",
 14685            "content": "3bed854233b419b9a7422d9ee3e85504373821c9"
 14686          }
 14687        ],
 14688        "licenses": [
 14689          {
 14690            "license": {
 14691              "id": "MIT"
 14692            }
 14693          }
 14694        ],
 14695        "purl": "pkg:npm/bowser@2.9.0",
 14696        "externalReferences": [
 14697          {
 14698            "type": "website",
 14699            "url": "https://github.com/lancedikson/bowser"
 14700          },
 14701          {
 14702            "type": "issue-tracker",
 14703            "url": "https://github.com/lancedikson/bowser/issues"
 14704          },
 14705          {
 14706            "type": "vcs",
 14707            "url": "git+https://github.com/lancedikson/bowser.git"
 14708          }
 14709        ]
 14710      },
 14711      {
 14712        "type": "library",
 14713        "bom-ref": "pkg:npm/camelize@1.0.0",
 14714        "name": "camelize",
 14715        "version": "1.0.0",
 14716        "description": "recursively transform key strings to camel-case",
 14717        "hashes": [
 14718          {
 14719            "alg": "SHA-1",
 14720            "content": "164a5483e630fa4321e5af07020e531831b2609b"
 14721          }
 14722        ],
 14723        "licenses": [
 14724          {
 14725            "license": {
 14726              "id": "MIT"
 14727            }
 14728          }
 14729        ],
 14730        "purl": "pkg:npm/camelize@1.0.0",
 14731        "externalReferences": [
 14732          {
 14733            "type": "website",
 14734            "url": "https://github.com/substack/camelize"
 14735          },
 14736          {
 14737            "type": "issue-tracker",
 14738            "url": "https://github.com/substack/camelize/issues"
 14739          },
 14740          {
 14741            "type": "vcs",
 14742            "url": "git://github.com/substack/camelize.git"
 14743          }
 14744        ]
 14745      },
 14746      {
 14747        "type": "library",
 14748        "bom-ref": "pkg:npm/content-security-policy-builder@2.1.0",
 14749        "name": "content-security-policy-builder",
 14750        "version": "2.1.0",
 14751        "description": "Build Content Security Policy directives.",
 14752        "hashes": [
 14753          {
 14754            "alg": "SHA-1",
 14755            "content": "0a2364d769a3d7014eec79ff7699804deb8cfcbb"
 14756          }
 14757        ],
 14758        "licenses": [
 14759          {
 14760            "license": {
 14761              "id": "MIT"
 14762            }
 14763          }
 14764        ],
 14765        "purl": "pkg:npm/content-security-policy-builder@2.1.0",
 14766        "externalReferences": [
 14767          {
 14768            "type": "website",
 14769            "url": "https://github.com/helmetjs/content-security-policy-builder"
 14770          },
 14771          {
 14772            "type": "issue-tracker",
 14773            "url": "https://github.com/helmetjs/content-security-policy-builder/issues"
 14774          },
 14775          {
 14776            "type": "vcs",
 14777            "url": "git://github.com/helmetjs/content-security-policy-builder.git"
 14778          }
 14779        ]
 14780      },
 14781      {
 14782        "type": "library",
 14783        "bom-ref": "pkg:npm/dasherize@2.0.0",
 14784        "name": "dasherize",
 14785        "version": "2.0.0",
 14786        "description": "recursively transform key strings to dash-case",
 14787        "hashes": [
 14788          {
 14789            "alg": "SHA-1",
 14790            "content": "6d809c9cd0cf7bb8952d80fc84fa13d47ddb1308"
 14791          }
 14792        ],
 14793        "licenses": [
 14794          {
 14795            "license": {
 14796              "id": "MIT"
 14797            }
 14798          }
 14799        ],
 14800        "purl": "pkg:npm/dasherize@2.0.0",
 14801        "externalReferences": [
 14802          {
 14803            "type": "website",
 14804            "url": "https://github.com/shahata/dasherize"
 14805          },
 14806          {
 14807            "type": "issue-tracker",
 14808            "url": "https://github.com/shahata/dasherize/issues"
 14809          },
 14810          {
 14811            "type": "vcs",
 14812            "url": "git://github.com/shahata/dasherize.git"
 14813          }
 14814        ]
 14815      },
 14816      {
 14817        "type": "library",
 14818        "bom-ref": "pkg:npm/hide-powered-by@1.1.0",
 14819        "name": "hide-powered-by",
 14820        "version": "1.1.0",
 14821        "description": "Middleware to remove the X-Powered-By header",
 14822        "hashes": [
 14823          {
 14824            "alg": "SHA-1",
 14825            "content": "be3ea9cab4bdb16f8744be873755ca663383fa7a"
 14826          }
 14827        ],
 14828        "licenses": [
 14829          {
 14830            "license": {
 14831              "id": "MIT"
 14832            }
 14833          }
 14834        ],
 14835        "purl": "pkg:npm/hide-powered-by@1.1.0",
 14836        "externalReferences": [
 14837          {
 14838            "type": "website",
 14839            "url": "https://helmetjs.github.io/docs/hide-powered-by/"
 14840          },
 14841          {
 14842            "type": "issue-tracker",
 14843            "url": "https://github.com/helmetjs/hide-powered-by/issues"
 14844          },
 14845          {
 14846            "type": "vcs",
 14847            "url": "git://github.com/helmetjs/hide-powered-by.git"
 14848          }
 14849        ]
 14850      },
 14851      {
 14852        "type": "library",
 14853        "bom-ref": "pkg:npm/hpkp@2.0.0",
 14854        "name": "hpkp",
 14855        "version": "2.0.0",
 14856        "description": "HTTP Public Key Pinning (HPKP) middleware",
 14857        "hashes": [
 14858          {
 14859            "alg": "SHA-1",
 14860            "content": "10e142264e76215a5d30c44ec43de64dee6d1672"
 14861          }
 14862        ],
 14863        "licenses": [
 14864          {
 14865            "license": {
 14866              "id": "MIT"
 14867            }
 14868          }
 14869        ],
 14870        "purl": "pkg:npm/hpkp@2.0.0",
 14871        "externalReferences": [
 14872          {
 14873            "type": "website",
 14874            "url": "https://github.com/helmetjs/hpkp#readme"
 14875          },
 14876          {
 14877            "type": "issue-tracker",
 14878            "url": "https://github.com/helmetjs/hpkp/issues"
 14879          },
 14880          {
 14881            "type": "vcs",
 14882            "url": "git://github.com/helmetjs/hpkp.git"
 14883          }
 14884        ]
 14885      },
 14886      {
 14887        "type": "library",
 14888        "bom-ref": "pkg:npm/hsts@2.2.0",
 14889        "name": "hsts",
 14890        "version": "2.2.0",
 14891        "description": "HTTP Strict Transport Security middleware.",
 14892        "hashes": [
 14893          {
 14894            "alg": "SHA-1",
 14895            "content": "09119d42f7a8587035d027dda4522366fe75d964"
 14896          }
 14897        ],
 14898        "licenses": [
 14899          {
 14900            "license": {
 14901              "id": "MIT"
 14902            }
 14903          }
 14904        ],
 14905        "purl": "pkg:npm/hsts@2.2.0",
 14906        "externalReferences": [
 14907          {
 14908            "type": "website",
 14909            "url": "https://helmetjs.github.io/docs/hsts/"
 14910          },
 14911          {
 14912            "type": "issue-tracker",
 14913            "url": "https://github.com/helmetjs/hsts/issues"
 14914          },
 14915          {
 14916            "type": "vcs",
 14917            "url": "git://github.com/helmetjs/hsts.git"
 14918          }
 14919        ]
 14920      },
 14921      {
 14922        "type": "library",
 14923        "bom-ref": "pkg:npm/nocache@2.1.0",
 14924        "name": "nocache",
 14925        "version": "2.1.0",
 14926        "description": "Middleware to destroy caching",
 14927        "hashes": [
 14928          {
 14929            "alg": "SHA-1",
 14930            "content": "120c9ffec43b5729b1d5de88cd71aa75a0ba491f"
 14931          }
 14932        ],
 14933        "licenses": [
 14934          {
 14935            "license": {
 14936              "id": "MIT"
 14937            }
 14938          }
 14939        ],
 14940        "purl": "pkg:npm/nocache@2.1.0",
 14941        "externalReferences": [
 14942          {
 14943            "type": "website",
 14944            "url": "https://helmetjs.github.io/docs/nocache/"
 14945          },
 14946          {
 14947            "type": "issue-tracker",
 14948            "url": "https://github.com/helmetjs/nocache/issues"
 14949          },
 14950          {
 14951            "type": "vcs",
 14952            "url": "git://github.com/helmetjs/nocache.git"
 14953          }
 14954        ]
 14955      },
 14956      {
 14957        "type": "library",
 14958        "bom-ref": "pkg:npm/referrer-policy@1.2.0",
 14959        "name": "referrer-policy",
 14960        "version": "1.2.0",
 14961        "description": "Middleware to set the Referrer-Policy HTTP header",
 14962        "hashes": [
 14963          {
 14964            "alg": "SHA-1",
 14965            "content": "b99cfb8b57090dc454895ef897a4cc35ef67a98e"
 14966          }
 14967        ],
 14968        "licenses": [
 14969          {
 14970            "license": {
 14971              "id": "MIT"
 14972            }
 14973          }
 14974        ],
 14975        "purl": "pkg:npm/referrer-policy@1.2.0",
 14976        "externalReferences": [
 14977          {
 14978            "type": "website",
 14979            "url": "https://helmetjs.github.io/docs/referrer-policy/"
 14980          },
 14981          {
 14982            "type": "issue-tracker",
 14983            "url": "https://github.com/helmetjs/referrer-policy/issues"
 14984          },
 14985          {
 14986            "type": "vcs",
 14987            "url": "git://github.com/helmetjs/referrer-policy.git"
 14988          }
 14989        ]
 14990      },
 14991      {
 14992        "type": "library",
 14993        "bom-ref": "pkg:npm/x-xss-protection@1.3.0",
 14994        "name": "x-xss-protection",
 14995        "version": "1.3.0",
 14996        "description": "Middleware to set the X-XSS-Protection header",
 14997        "hashes": [
 14998          {
 14999            "alg": "SHA-1",
 15000            "content": "3e3a8dd638da80421b0e9fff11a2dbe168f6d52c"
 15001          }
 15002        ],
 15003        "licenses": [
 15004          {
 15005            "license": {
 15006              "id": "MIT"
 15007            }
 15008          }
 15009        ],
 15010        "purl": "pkg:npm/x-xss-protection@1.3.0",
 15011        "externalReferences": [
 15012          {
 15013            "type": "website",
 15014            "url": "https://helmetjs.github.io/docs/xss-filter/"
 15015          },
 15016          {
 15017            "type": "issue-tracker",
 15018            "url": "https://github.com/helmetjs/x-xss-protection/issues"
 15019          },
 15020          {
 15021            "type": "vcs",
 15022            "url": "git://github.com/helmetjs/x-xss-protection.git"
 15023          }
 15024        ]
 15025      },
 15026      {
 15027        "type": "library",
 15028        "bom-ref": "pkg:npm/html-entities@1.3.1",
 15029        "name": "html-entities",
 15030        "version": "1.3.1",
 15031        "description": "Faster HTML entities encode/decode library.",
 15032        "hashes": [
 15033          {
 15034            "alg": "SHA-1",
 15035            "content": "fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44"
 15036          }
 15037        ],
 15038        "licenses": [
 15039          {
 15040            "license": {
 15041              "id": "MIT"
 15042            }
 15043          }
 15044        ],
 15045        "purl": "pkg:npm/html-entities@1.3.1",
 15046        "externalReferences": [
 15047          {
 15048            "type": "website",
 15049            "url": "https://github.com/mdevils/node-html-entities#readme"
 15050          },
 15051          {
 15052            "type": "issue-tracker",
 15053            "url": "https://github.com/mdevils/node-html-entities/issues"
 15054          },
 15055          {
 15056            "type": "vcs",
 15057            "url": "git+https://github.com/mdevils/node-html-entities.git"
 15058          }
 15059        ]
 15060      },
 15061      {
 15062        "type": "library",
 15063        "bom-ref": "pkg:npm/i18n@0.8.6",
 15064        "name": "i18n",
 15065        "version": "0.8.6",
 15066        "description": "lightweight translation module with dynamic json storage",
 15067        "hashes": [
 15068          {
 15069            "alg": "SHA-1",
 15070            "content": "9608c58bfb8e29db34aa9a09e37dccb9b5666e01"
 15071          }
 15072        ],
 15073        "licenses": [
 15074          {
 15075            "license": {
 15076              "id": "MIT"
 15077            }
 15078          }
 15079        ],
 15080        "purl": "pkg:npm/i18n@0.8.6",
 15081        "externalReferences": [
 15082          {
 15083            "type": "website",
 15084            "url": "http://github.com/mashpie/i18n-node"
 15085          },
 15086          {
 15087            "type": "issue-tracker",
 15088            "url": "https://github.com/mashpie/i18n-node/issues"
 15089          },
 15090          {
 15091            "type": "vcs",
 15092            "url": "git+ssh://git@github.com/mashpie/i18n-node.git"
 15093          }
 15094        ]
 15095      },
 15096      {
 15097        "type": "library",
 15098        "bom-ref": "pkg:npm/make-plural@6.2.1",
 15099        "name": "make-plural",
 15100        "version": "6.2.1",
 15101        "description": "Unicode CLDR pluralization rules as JavaScript functions",
 15102        "hashes": [
 15103          {
 15104            "alg": "SHA-1",
 15105            "content": "2790af1d05fb2fc35a111ce759ffdb0aca1339a3"
 15106          }
 15107        ],
 15108        "licenses": [
 15109          {
 15110            "license": {
 15111              "id": "ISC"
 15112            }
 15113          }
 15114        ],
 15115        "purl": "pkg:npm/make-plural@6.2.1",
 15116        "externalReferences": [
 15117          {
 15118            "type": "website",
 15119            "url": "https://github.com/eemeli/make-plural#readme"
 15120          },
 15121          {
 15122            "type": "issue-tracker",
 15123            "url": "https://github.com/eemeli/make-plural/issues"
 15124          },
 15125          {
 15126            "type": "vcs",
 15127            "url": "git+https://github.com/eemeli/make-plural.git"
 15128          }
 15129        ]
 15130      },
 15131      {
 15132        "type": "library",
 15133        "bom-ref": "pkg:npm/math-interval-parser@2.0.1",
 15134        "name": "math-interval-parser",
 15135        "version": "2.0.1",
 15136        "description": "Parse math interval",
 15137        "hashes": [
 15138          {
 15139            "alg": "SHA-1",
 15140            "content": "e22cd6d15a0a7f4c03aec560db76513da615bed4"
 15141          }
 15142        ],
 15143        "licenses": [
 15144          {
 15145            "license": {
 15146              "id": "MIT"
 15147            }
 15148          }
 15149        ],
 15150        "purl": "pkg:npm/math-interval-parser@2.0.1",
 15151        "externalReferences": [
 15152          {
 15153            "type": "website",
 15154            "url": "https://github.com/Semigradsky/math-interval-parser#readme"
 15155          },
 15156          {
 15157            "type": "issue-tracker",
 15158            "url": "https://github.com/Semigradsky/math-interval-parser/issues"
 15159          },
 15160          {
 15161            "type": "vcs",
 15162            "url": "git+https://github.com/Semigradsky/math-interval-parser.git"
 15163          }
 15164        ]
 15165      },
 15166      {
 15167        "type": "library",
 15168        "bom-ref": "pkg:npm/messageformat@2.3.0",
 15169        "name": "messageformat",
 15170        "version": "2.3.0",
 15171        "description": "PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.",
 15172        "hashes": [
 15173          {
 15174            "alg": "SHA-1",
 15175            "content": "de263c49029d5eae65d7ee25e0754f57f425ad91"
 15176          }
 15177        ],
 15178        "licenses": [
 15179          {
 15180            "license": {
 15181              "id": "MIT"
 15182            }
 15183          }
 15184        ],
 15185        "purl": "pkg:npm/messageformat@2.3.0",
 15186        "externalReferences": [
 15187          {
 15188            "type": "website",
 15189            "url": "https://messageformat.github.io/messageformat/"
 15190          },
 15191          {
 15192            "type": "issue-tracker",
 15193            "url": "https://github.com/messageformat/messageformat/issues"
 15194          },
 15195          {
 15196            "type": "vcs",
 15197            "url": "git+https://github.com/messageformat/messageformat.git"
 15198          }
 15199        ]
 15200      },
 15201      {
 15202        "type": "library",
 15203        "bom-ref": "pkg:npm/make-plural@4.3.0",
 15204        "name": "make-plural",
 15205        "version": "4.3.0",
 15206        "description": "Translates Unicode CLDR pluralization rules to executable JavaScript",
 15207        "hashes": [
 15208          {
 15209            "alg": "SHA-1",
 15210            "content": "f23de08efdb0cac2e0c9ba9f315b0dff6b4c2735"
 15211          }
 15212        ],
 15213        "licenses": [
 15214          {
 15215            "license": {
 15216              "id": "ISC"
 15217            }
 15218          }
 15219        ],
 15220        "purl": "pkg:npm/make-plural@4.3.0",
 15221        "externalReferences": [
 15222          {
 15223            "type": "website",
 15224            "url": "https://github.com/eemeli/make-plural#readme"
 15225          },
 15226          {
 15227            "type": "issue-tracker",
 15228            "url": "https://github.com/eemeli/make-plural/issues"
 15229          },
 15230          {
 15231            "type": "vcs",
 15232            "url": "git+https://github.com/eemeli/make-plural.git"
 15233          }
 15234        ]
 15235      },
 15236      {
 15237        "type": "library",
 15238        "bom-ref": "pkg:npm/messageformat-formatters@2.0.1",
 15239        "name": "messageformat-formatters",
 15240        "version": "2.0.1",
 15241        "description": "Formatters for messageformat",
 15242        "hashes": [
 15243          {
 15244            "alg": "SHA-1",
 15245            "content": "0492c1402a48775f751c9b17c0354e92be012b08"
 15246          }
 15247        ],
 15248        "licenses": [
 15249          {
 15250            "license": {
 15251              "id": "MIT"
 15252            }
 15253          }
 15254        ],
 15255        "purl": "pkg:npm/messageformat-formatters@2.0.1",
 15256        "externalReferences": [
 15257          {
 15258            "type": "website",
 15259            "url": "https://messageformat.github.io/"
 15260          },
 15261          {
 15262            "type": "issue-tracker",
 15263            "url": "https://github.com/messageformat/messageformat/issues"
 15264          },
 15265          {
 15266            "type": "vcs",
 15267            "url": "git+https://github.com/messageformat/messageformat.git"
 15268          }
 15269        ]
 15270      },
 15271      {
 15272        "type": "library",
 15273        "bom-ref": "pkg:npm/messageformat-parser@4.1.3",
 15274        "name": "messageformat-parser",
 15275        "version": "4.1.3",
 15276        "description": "A PEG.js parser for ICU MessageFormat strings",
 15277        "hashes": [
 15278          {
 15279            "alg": "SHA-1",
 15280            "content": "b824787f57fcda7d50769f5b63e8d4fda68f5b9e"
 15281          }
 15282        ],
 15283        "licenses": [
 15284          {
 15285            "license": {
 15286              "id": "MIT"
 15287            }
 15288          }
 15289        ],
 15290        "purl": "pkg:npm/messageformat-parser@4.1.3",
 15291        "externalReferences": [
 15292          {
 15293            "type": "website",
 15294            "url": "https://messageformat.github.io/"
 15295          },
 15296          {
 15297            "type": "issue-tracker",
 15298            "url": "https://github.com/messageformat/messageformat/issues"
 15299          },
 15300          {
 15301            "type": "vcs",
 15302            "url": "git+https://github.com/messageformat/messageformat.git"
 15303          }
 15304        ]
 15305      },
 15306      {
 15307        "type": "library",
 15308        "bom-ref": "pkg:npm/mustache@4.0.1",
 15309        "name": "mustache",
 15310        "version": "4.0.1",
 15311        "description": "Logic-less {{mustache}} templates with JavaScript",
 15312        "hashes": [
 15313          {
 15314            "alg": "SHA-1",
 15315            "content": "d99beb031701ad433338e7ea65e0489416c854a2"
 15316          }
 15317        ],
 15318        "licenses": [
 15319          {
 15320            "license": {
 15321              "id": "MIT"
 15322            }
 15323          }
 15324        ],
 15325        "purl": "pkg:npm/mustache@4.0.1",
 15326        "externalReferences": [
 15327          {
 15328            "type": "website",
 15329            "url": "https://github.com/janl/mustache.js"
 15330          },
 15331          {
 15332            "type": "issue-tracker",
 15333            "url": "https://github.com/janl/mustache.js/issues"
 15334          },
 15335          {
 15336            "type": "vcs",
 15337            "url": "git+https://github.com/janl/mustache.js.git"
 15338          }
 15339        ]
 15340      },
 15341      {
 15342        "type": "library",
 15343        "bom-ref": "pkg:npm/is-docker@2.0.0",
 15344        "name": "is-docker",
 15345        "version": "2.0.0",
 15346        "description": "Check if the process is running inside a Docker container",
 15347        "hashes": [
 15348          {
 15349            "alg": "SHA-1",
 15350            "content": "2cb0df0e75e2d064fe1864c37cdeacb7b2dcf25b"
 15351          }
 15352        ],
 15353        "licenses": [
 15354          {
 15355            "license": {
 15356              "id": "MIT"
 15357            }
 15358          }
 15359        ],
 15360        "purl": "pkg:npm/is-docker@2.0.0",
 15361        "externalReferences": [
 15362          {
 15363            "type": "website",
 15364            "url": "https://github.com/sindresorhus/is-docker#readme"
 15365          },
 15366          {
 15367            "type": "issue-tracker",
 15368            "url": "https://github.com/sindresorhus/is-docker/issues"
 15369          },
 15370          {
 15371            "type": "vcs",
 15372            "url": "git+https://github.com/sindresorhus/is-docker.git"
 15373          }
 15374        ]
 15375      },
 15376      {
 15377        "type": "library",
 15378        "bom-ref": "pkg:npm/is-heroku@2.0.0",
 15379        "name": "is-heroku",
 15380        "version": "2.0.0",
 15381        "description": "Check if your code is running on Heroku",
 15382        "hashes": [
 15383          {
 15384            "alg": "SHA-1",
 15385            "content": "6482d1e861435103ae9f69e66f9bd28eb4ea0bca"
 15386          }
 15387        ],
 15388        "licenses": [
 15389          {
 15390            "license": {
 15391              "id": "MIT"
 15392            }
 15393          }
 15394        ],
 15395        "purl": "pkg:npm/is-heroku@2.0.0",
 15396        "externalReferences": [
 15397          {
 15398            "type": "website",
 15399            "url": "https://github.com/sindresorhus/is-heroku#readme"
 15400          },
 15401          {
 15402            "type": "issue-tracker",
 15403            "url": "https://github.com/sindresorhus/is-heroku/issues"
 15404          },
 15405          {
 15406            "type": "vcs",
 15407            "url": "git+https://github.com/sindresorhus/is-heroku.git"
 15408          }
 15409        ]
 15410      },
 15411      {
 15412        "type": "library",
 15413        "bom-ref": "pkg:npm/jsonwebtoken@0.4.0",
 15414        "name": "jsonwebtoken",
 15415        "version": "0.4.0",
 15416        "description": "JSON Web Token implementation (symmetric and asymmetric)",
 15417        "hashes": [
 15418          {
 15419            "alg": "SHA-1",
 15420            "content": "7dfa44ac8a588e16e0453c81f11ab6addd0742fe"
 15421          }
 15422        ],
 15423        "licenses": [
 15424          {
 15425            "license": {
 15426              "id": "MIT"
 15427            }
 15428          }
 15429        ],
 15430        "purl": "pkg:npm/jsonwebtoken@0.4.0",
 15431        "externalReferences": [
 15432          {
 15433            "type": "website",
 15434            "url": "https://github.com/auth0/node-jsonwebtoken#readme"
 15435          },
 15436          {
 15437            "type": "issue-tracker",
 15438            "url": "https://github.com/auth0/node-jsonwebtoken/issues"
 15439          },
 15440          {
 15441            "type": "vcs",
 15442            "url": "git+https://github.com/auth0/node-jsonwebtoken.git"
 15443          }
 15444        ]
 15445      },
 15446      {
 15447        "type": "library",
 15448        "bom-ref": "pkg:npm/jssha@2.4.2",
 15449        "name": "jssha",
 15450        "version": "2.4.2",
 15451        "description": "jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC",
 15452        "hashes": [
 15453          {
 15454            "alg": "SHA-1",
 15455            "content": "d950b095634928bd6b2bda1d42da9a3a762d65e9"
 15456          }
 15457        ],
 15458        "licenses": [
 15459          {
 15460            "license": {
 15461              "id": "BSD-3-Clause"
 15462            }
 15463          }
 15464        ],
 15465        "purl": "pkg:npm/jssha@2.4.2",
 15466        "externalReferences": [
 15467          {
 15468            "type": "website",
 15469            "url": "https://github.com/Caligatio/jsSHA"
 15470          },
 15471          {
 15472            "type": "issue-tracker",
 15473            "url": "https://github.com/Caligatio/jsSHA/issues"
 15474          },
 15475          {
 15476            "type": "vcs",
 15477            "url": "git+https://github.com/Caligatio/jsSHA.git"
 15478          }
 15479        ]
 15480      },
 15481      {
 15482        "type": "library",
 15483        "bom-ref": "pkg:npm/libxmljs2@0.25.5",
 15484        "name": "libxmljs2",
 15485        "version": "0.25.5",
 15486        "description": "libxml bindings for v8 javascript engine",
 15487        "hashes": [
 15488          {
 15489            "alg": "SHA-1",
 15490            "content": "71f491af11a9df29e04648ea46b14a41b256fe66"
 15491          }
 15492        ],
 15493        "licenses": [
 15494          {
 15495            "license": {
 15496              "id": "MIT"
 15497            }
 15498          }
 15499        ],
 15500        "purl": "pkg:npm/libxmljs2@0.25.5",
 15501        "externalReferences": [
 15502          {
 15503            "type": "website",
 15504            "url": "https://github.com/marudor/libxmljs2#readme"
 15505          },
 15506          {
 15507            "type": "issue-tracker",
 15508            "url": "http://github.com/marudor/libxmljs2/issues"
 15509          },
 15510          {
 15511            "type": "vcs",
 15512            "url": "git+ssh://git@github.com/marudor/libxmljs2.git"
 15513          }
 15514        ]
 15515      },
 15516      {
 15517        "type": "library",
 15518        "bom-ref": "pkg:npm/bindings@1.5.0",
 15519        "name": "bindings",
 15520        "version": "1.5.0",
 15521        "description": "Helper module for loading your native module's .node file",
 15522        "hashes": [
 15523          {
 15524            "alg": "SHA-1",
 15525            "content": "10353c9e945334bc0511a6d90b38fbc7c9c504df"
 15526          }
 15527        ],
 15528        "licenses": [
 15529          {
 15530            "license": {
 15531              "id": "MIT"
 15532            }
 15533          }
 15534        ],
 15535        "purl": "pkg:npm/bindings@1.5.0",
 15536        "externalReferences": [
 15537          {
 15538            "type": "website",
 15539            "url": "https://github.com/TooTallNate/node-bindings"
 15540          },
 15541          {
 15542            "type": "issue-tracker",
 15543            "url": "https://github.com/TooTallNate/node-bindings/issues"
 15544          },
 15545          {
 15546            "type": "vcs",
 15547            "url": "git://github.com/TooTallNate/node-bindings.git"
 15548          }
 15549        ]
 15550      },
 15551      {
 15552        "type": "library",
 15553        "bom-ref": "pkg:npm/file-uri-to-path@1.0.0",
 15554        "name": "file-uri-to-path",
 15555        "version": "1.0.0",
 15556        "description": "Convert a file: URI to a file path",
 15557        "hashes": [
 15558          {
 15559            "alg": "SHA-1",
 15560            "content": "553a7b8446ff6f684359c445f1e37a05dacc33dd"
 15561          }
 15562        ],
 15563        "licenses": [
 15564          {
 15565            "license": {
 15566              "id": "MIT"
 15567            }
 15568          }
 15569        ],
 15570        "purl": "pkg:npm/file-uri-to-path@1.0.0",
 15571        "externalReferences": [
 15572          {
 15573            "type": "website",
 15574            "url": "https://github.com/TooTallNate/file-uri-to-path"
 15575          },
 15576          {
 15577            "type": "issue-tracker",
 15578            "url": "https://github.com/TooTallNate/file-uri-to-path/issues"
 15579          },
 15580          {
 15581            "type": "vcs",
 15582            "url": "git://github.com/TooTallNate/file-uri-to-path.git"
 15583          }
 15584        ]
 15585      },
 15586      {
 15587        "type": "library",
 15588        "bom-ref": "pkg:npm/nan@2.14.1",
 15589        "name": "nan",
 15590        "version": "2.14.1",
 15591        "description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 14 compatibility",
 15592        "hashes": [
 15593          {
 15594            "alg": "SHA-1",
 15595            "content": "d7be34dfa3105b91494c3147089315eff8874b01"
 15596          }
 15597        ],
 15598        "licenses": [
 15599          {
 15600            "license": {
 15601              "id": "MIT"
 15602            }
 15603          }
 15604        ],
 15605        "purl": "pkg:npm/nan@2.14.1",
 15606        "externalReferences": [
 15607          {
 15608            "type": "website",
 15609            "url": "https://github.com/nodejs/nan#readme"
 15610          },
 15611          {
 15612            "type": "issue-tracker",
 15613            "url": "https://github.com/nodejs/nan/issues"
 15614          },
 15615          {
 15616            "type": "vcs",
 15617            "url": "git://github.com/nodejs/nan.git"
 15618          }
 15619        ]
 15620      },
 15621      {
 15622        "type": "library",
 15623        "bom-ref": "pkg:npm/node-pre-gyp@0.15.0",
 15624        "name": "node-pre-gyp",
 15625        "version": "0.15.0",
 15626        "description": "Node.js native addon binary install tool",
 15627        "hashes": [
 15628          {
 15629            "alg": "SHA-1",
 15630            "content": "c2fc383276b74c7ffa842925241553e8b40f1087"
 15631          }
 15632        ],
 15633        "licenses": [
 15634          {
 15635            "license": {
 15636              "id": "BSD-3-Clause"
 15637            }
 15638          }
 15639        ],
 15640        "purl": "pkg:npm/node-pre-gyp@0.15.0",
 15641        "externalReferences": [
 15642          {
 15643            "type": "website",
 15644            "url": "https://github.com/mapbox/node-pre-gyp#readme"
 15645          },
 15646          {
 15647            "type": "issue-tracker",
 15648            "url": "https://github.com/mapbox/node-pre-gyp/issues"
 15649          },
 15650          {
 15651            "type": "vcs",
 15652            "url": "git://github.com/mapbox/node-pre-gyp.git"
 15653          }
 15654        ]
 15655      },
 15656      {
 15657        "type": "library",
 15658        "bom-ref": "pkg:npm/detect-libc@1.0.3",
 15659        "name": "detect-libc",
 15660        "version": "1.0.3",
 15661        "description": "Node.js module to detect the C standard library (libc) implementation family and version",
 15662        "hashes": [
 15663          {
 15664            "alg": "SHA-1",
 15665            "content": "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b"
 15666          }
 15667        ],
 15668        "licenses": [
 15669          {
 15670            "license": {
 15671              "id": "Apache-2.0"
 15672            }
 15673          }
 15674        ],
 15675        "purl": "pkg:npm/detect-libc@1.0.3",
 15676        "externalReferences": [
 15677          {
 15678            "type": "website",
 15679            "url": "https://github.com/lovell/detect-libc#readme"
 15680          },
 15681          {
 15682            "type": "issue-tracker",
 15683            "url": "https://github.com/lovell/detect-libc/issues"
 15684          },
 15685          {
 15686            "type": "vcs",
 15687            "url": "git://github.com/lovell/detect-libc.git"
 15688          }
 15689        ]
 15690      },
 15691      {
 15692        "type": "library",
 15693        "bom-ref": "pkg:npm/mkdirp@0.5.5",
 15694        "name": "mkdirp",
 15695        "version": "0.5.5",
 15696        "description": "Recursively mkdir, like `mkdir -p`",
 15697        "hashes": [
 15698          {
 15699            "alg": "SHA-1",
 15700            "content": "d91cefd62d1436ca0f41620e251288d420099def"
 15701          }
 15702        ],
 15703        "licenses": [
 15704          {
 15705            "license": {
 15706              "id": "MIT"
 15707            }
 15708          }
 15709        ],
 15710        "purl": "pkg:npm/mkdirp@0.5.5",
 15711        "externalReferences": [
 15712          {
 15713            "type": "website",
 15714            "url": "https://github.com/substack/node-mkdirp#readme"
 15715          },
 15716          {
 15717            "type": "issue-tracker",
 15718            "url": "https://github.com/substack/node-mkdirp/issues"
 15719          },
 15720          {
 15721            "type": "vcs",
 15722            "url": "git+https://github.com/substack/node-mkdirp.git"
 15723          }
 15724        ]
 15725      },
 15726      {
 15727        "type": "library",
 15728        "bom-ref": "pkg:npm/needle@2.5.0",
 15729        "name": "needle",
 15730        "version": "2.5.0",
 15731        "description": "The leanest and most handsome HTTP client in the Nodelands.",
 15732        "hashes": [
 15733          {
 15734            "alg": "SHA-1",
 15735            "content": "e6fc4b3cc6c25caed7554bd613a5cf0bac8c31c0"
 15736          }
 15737        ],
 15738        "licenses": [
 15739          {
 15740            "license": {
 15741              "id": "MIT"
 15742            }
 15743          }
 15744        ],
 15745        "purl": "pkg:npm/needle@2.5.0",
 15746        "externalReferences": [
 15747          {
 15748            "type": "website",
 15749            "url": "https://github.com/tomas/needle#readme"
 15750          },
 15751          {
 15752            "type": "issue-tracker",
 15753            "url": "https://github.com/tomas/needle/issues"
 15754          },
 15755          {
 15756            "type": "vcs",
 15757            "url": "git+https://github.com/tomas/needle.git"
 15758          }
 15759        ]
 15760      },
 15761      {
 15762        "type": "library",
 15763        "bom-ref": "pkg:npm/debug@3.2.6",
 15764        "name": "debug",
 15765        "version": "3.2.6",
 15766        "description": "small debugging utility",
 15767        "hashes": [
 15768          {
 15769            "alg": "SHA-1",
 15770            "content": "e83d17de16d8a7efb7717edbe5fb10135eee629b"
 15771          }
 15772        ],
 15773        "licenses": [
 15774          {
 15775            "license": {
 15776              "id": "MIT"
 15777            }
 15778          }
 15779        ],
 15780        "purl": "pkg:npm/debug@3.2.6",
 15781        "externalReferences": [
 15782          {
 15783            "type": "website",
 15784            "url": "https://github.com/visionmedia/debug#readme"
 15785          },
 15786          {
 15787            "type": "issue-tracker",
 15788            "url": "https://github.com/visionmedia/debug/issues"
 15789          },
 15790          {
 15791            "type": "vcs",
 15792            "url": "git://github.com/visionmedia/debug.git"
 15793          }
 15794        ]
 15795      },
 15796      {
 15797        "type": "library",
 15798        "bom-ref": "pkg:npm/ms@2.1.2",
 15799        "name": "ms",
 15800        "version": "2.1.2",
 15801        "description": "Tiny millisecond conversion utility",
 15802        "hashes": [
 15803          {
 15804            "alg": "SHA-1",
 15805            "content": "d09d1f357b443f493382a8eb3ccd183872ae6009"
 15806          }
 15807        ],
 15808        "licenses": [
 15809          {
 15810            "license": {
 15811              "id": "MIT"
 15812            }
 15813          }
 15814        ],
 15815        "purl": "pkg:npm/ms@2.1.2",
 15816        "externalReferences": [
 15817          {
 15818            "type": "website",
 15819            "url": "https://github.com/zeit/ms#readme"
 15820          },
 15821          {
 15822            "type": "issue-tracker",
 15823            "url": "https://github.com/zeit/ms/issues"
 15824          },
 15825          {
 15826            "type": "vcs",
 15827            "url": "git+https://github.com/zeit/ms.git"
 15828          }
 15829        ]
 15830      },
 15831      {
 15832        "type": "library",
 15833        "bom-ref": "pkg:npm/sax@1.2.4",
 15834        "name": "sax",
 15835        "version": "1.2.4",
 15836        "description": "An evented streaming XML parser in JavaScript",
 15837        "hashes": [
 15838          {
 15839            "alg": "SHA-1",
 15840            "content": "2816234e2378bddc4e5354fab5caa895df7100d9"
 15841          }
 15842        ],
 15843        "licenses": [
 15844          {
 15845            "license": {
 15846              "id": "ISC"
 15847            }
 15848          }
 15849        ],
 15850        "purl": "pkg:npm/sax@1.2.4",
 15851        "externalReferences": [
 15852          {
 15853            "type": "website",
 15854            "url": "https://github.com/isaacs/sax-js#readme"
 15855          },
 15856          {
 15857            "type": "issue-tracker",
 15858            "url": "https://github.com/isaacs/sax-js/issues"
 15859          },
 15860          {
 15861            "type": "vcs",
 15862            "url": "git://github.com/isaacs/sax-js.git"
 15863          }
 15864        ]
 15865      },
 15866      {
 15867        "type": "library",
 15868        "bom-ref": "pkg:npm/npm-packlist@1.4.8",
 15869        "name": "npm-packlist",
 15870        "version": "1.4.8",
 15871        "description": "Get a list of the files to add from a folder into an npm package",
 15872        "hashes": [
 15873          {
 15874            "alg": "SHA-1",
 15875            "content": "56ee6cc135b9f98ad3d51c1c95da22bbb9b2ef3e"
 15876          }
 15877        ],
 15878        "licenses": [
 15879          {
 15880            "license": {
 15881              "id": "ISC"
 15882            }
 15883          }
 15884        ],
 15885        "purl": "pkg:npm/npm-packlist@1.4.8",
 15886        "externalReferences": [
 15887          {
 15888            "type": "website",
 15889            "url": "https://www.npmjs.com/package/npm-packlist"
 15890          },
 15891          {
 15892            "type": "issue-tracker",
 15893            "url": "https://github.com/npm/npm-packlist/issues"
 15894          },
 15895          {
 15896            "type": "vcs",
 15897            "url": "git+https://github.com/npm/npm-packlist.git"
 15898          }
 15899        ]
 15900      },
 15901      {
 15902        "type": "library",
 15903        "bom-ref": "pkg:npm/ignore-walk@3.0.3",
 15904        "name": "ignore-walk",
 15905        "version": "3.0.3",
 15906        "description": "Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.",
 15907        "hashes": [
 15908          {
 15909            "alg": "SHA-1",
 15910            "content": "017e2447184bfeade7c238e4aefdd1e8f95b1e37"
 15911          }
 15912        ],
 15913        "licenses": [
 15914          {
 15915            "license": {
 15916              "id": "ISC"
 15917            }
 15918          }
 15919        ],
 15920        "purl": "pkg:npm/ignore-walk@3.0.3",
 15921        "externalReferences": [
 15922          {
 15923            "type": "website",
 15924            "url": "https://github.com/isaacs/ignore-walk#readme"
 15925          },
 15926          {
 15927            "type": "issue-tracker",
 15928            "url": "https://github.com/isaacs/ignore-walk/issues"
 15929          },
 15930          {
 15931            "type": "vcs",
 15932            "url": "git+https://github.com/isaacs/ignore-walk.git"
 15933          }
 15934        ]
 15935      },
 15936      {
 15937        "type": "library",
 15938        "bom-ref": "pkg:npm/npm-bundled@1.1.1",
 15939        "name": "npm-bundled",
 15940        "version": "1.1.1",
 15941        "description": "list things in node_modules that are bundledDependencies, or transitive dependencies thereof",
 15942        "hashes": [
 15943          {
 15944            "alg": "SHA-1",
 15945            "content": "1edd570865a94cdb1bc8220775e29466c9fb234b"
 15946          }
 15947        ],
 15948        "licenses": [
 15949          {
 15950            "license": {
 15951              "id": "ISC"
 15952            }
 15953          }
 15954        ],
 15955        "purl": "pkg:npm/npm-bundled@1.1.1",
 15956        "externalReferences": [
 15957          {
 15958            "type": "website",
 15959            "url": "https://github.com/npm/npm-bundled#readme"
 15960          },
 15961          {
 15962            "type": "issue-tracker",
 15963            "url": "https://github.com/npm/npm-bundled/issues"
 15964          },
 15965          {
 15966            "type": "vcs",
 15967            "url": "git+https://github.com/npm/npm-bundled.git"
 15968          }
 15969        ]
 15970      },
 15971      {
 15972        "type": "library",
 15973        "bom-ref": "pkg:npm/npm-normalize-package-bin@1.0.1",
 15974        "name": "npm-normalize-package-bin",
 15975        "version": "1.0.1",
 15976        "description": "Turn any flavor of allowable package.json bin into a normalized object",
 15977        "hashes": [
 15978          {
 15979            "alg": "SHA-1",
 15980            "content": "6e79a41f23fd235c0623218228da7d9c23b8f6e2"
 15981          }
 15982        ],
 15983        "licenses": [
 15984          {
 15985            "license": {
 15986              "id": "ISC"
 15987            }
 15988          }
 15989        ],
 15990        "purl": "pkg:npm/npm-normalize-package-bin@1.0.1",
 15991        "externalReferences": [
 15992          {
 15993            "type": "website",
 15994            "url": "https://github.com/npm/npm-normalize-package-bin#readme"
 15995          },
 15996          {
 15997            "type": "issue-tracker",
 15998            "url": "https://github.com/npm/npm-normalize-package-bin/issues"
 15999          },
 16000          {
 16001            "type": "vcs",
 16002            "url": "git+https://github.com/npm/npm-normalize-package-bin.git"
 16003          }
 16004        ]
 16005      },
 16006      {
 16007        "type": "library",
 16008        "bom-ref": "pkg:npm/npmlog@4.1.2",
 16009        "name": "npmlog",
 16010        "version": "4.1.2",
 16011        "description": "logger for npm",
 16012        "hashes": [
 16013          {
 16014            "alg": "SHA-1",
 16015            "content": "08a7f2a8bf734604779a9efa4ad5cc717abb954b"
 16016          }
 16017        ],
 16018        "licenses": [
 16019          {
 16020            "license": {
 16021              "id": "ISC"
 16022            }
 16023          }
 16024        ],
 16025        "purl": "pkg:npm/npmlog@4.1.2",
 16026        "externalReferences": [
 16027          {
 16028            "type": "website",
 16029            "url": "https://github.com/npm/npmlog#readme"
 16030          },
 16031          {
 16032            "type": "issue-tracker",
 16033            "url": "https://github.com/npm/npmlog/issues"
 16034          },
 16035          {
 16036            "type": "vcs",
 16037            "url": "git+https://github.com/npm/npmlog.git"
 16038          }
 16039        ]
 16040      },
 16041      {
 16042        "type": "library",
 16043        "bom-ref": "pkg:npm/are-we-there-yet@1.1.5",
 16044        "name": "are-we-there-yet",
 16045        "version": "1.1.5",
 16046        "description": "Keep track of the overall completion of many disparate processes",
 16047        "hashes": [
 16048          {
 16049            "alg": "SHA-1",
 16050            "content": "4b35c2944f062a8bfcda66410760350fe9ddfc21"
 16051          }
 16052        ],
 16053        "licenses": [
 16054          {
 16055            "license": {
 16056              "id": "ISC"
 16057            }
 16058          }
 16059        ],
 16060        "purl": "pkg:npm/are-we-there-yet@1.1.5",
 16061        "externalReferences": [
 16062          {
 16063            "type": "website",
 16064            "url": "https://github.com/iarna/are-we-there-yet"
 16065          },
 16066          {
 16067            "type": "issue-tracker",
 16068            "url": "https://github.com/iarna/are-we-there-yet/issues"
 16069          },
 16070          {
 16071            "type": "vcs",
 16072            "url": "git+https://github.com/iarna/are-we-there-yet.git"
 16073          }
 16074        ]
 16075      },
 16076      {
 16077        "type": "library",
 16078        "bom-ref": "pkg:npm/delegates@1.0.0",
 16079        "name": "delegates",
 16080        "version": "1.0.0",
 16081        "description": "delegate methods and accessors to another property",
 16082        "hashes": [
 16083          {
 16084            "alg": "SHA-1",
 16085            "content": "84c6e159b81904fdca59a0ef44cd870d31250f9a"
 16086          }
 16087        ],
 16088        "licenses": [
 16089          {
 16090            "license": {
 16091              "id": "MIT"
 16092            }
 16093          }
 16094        ],
 16095        "purl": "pkg:npm/delegates@1.0.0",
 16096        "externalReferences": [
 16097          {
 16098            "type": "website",
 16099            "url": "https://github.com/visionmedia/node-delegates#readme"
 16100          },
 16101          {
 16102            "type": "issue-tracker",
 16103            "url": "https://github.com/visionmedia/node-delegates/issues"
 16104          },
 16105          {
 16106            "type": "vcs",
 16107            "url": "git+https://github.com/visionmedia/node-delegates.git"
 16108          }
 16109        ]
 16110      },
 16111      {
 16112        "type": "library",
 16113        "bom-ref": "pkg:npm/console-control-strings@1.1.0",
 16114        "name": "console-control-strings",
 16115        "version": "1.1.0",
 16116        "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning.  This is a subset of both ansi and vt100.  All control codes included work on both Windows & Unix-like OSes, except where noted.",
 16117        "hashes": [
 16118          {
 16119            "alg": "SHA-1",
 16120            "content": "3d7cf4464db6446ea644bf4b39507f9851008e8e"
 16121          }
 16122        ],
 16123        "licenses": [
 16124          {
 16125            "license": {
 16126              "id": "ISC"
 16127            }
 16128          }
 16129        ],
 16130        "purl": "pkg:npm/console-control-strings@1.1.0",
 16131        "externalReferences": [
 16132          {
 16133            "type": "website",
 16134            "url": "https://github.com/iarna/console-control-strings#readme"
 16135          },
 16136          {
 16137            "type": "issue-tracker",
 16138            "url": "https://github.com/iarna/console-control-strings/issues"
 16139          },
 16140          {
 16141            "type": "vcs",
 16142            "url": "git+https://github.com/iarna/console-control-strings.git"
 16143          }
 16144        ]
 16145      },
 16146      {
 16147        "type": "library",
 16148        "bom-ref": "pkg:npm/gauge@2.7.4",
 16149        "name": "gauge",
 16150        "version": "2.7.4",
 16151        "description": "A terminal based horizontal guage",
 16152        "hashes": [
 16153          {
 16154            "alg": "SHA-1",
 16155            "content": "2c03405c7538c39d7eb37b317022e325fb018bf7"
 16156          }
 16157        ],
 16158        "licenses": [
 16159          {
 16160            "license": {
 16161              "id": "ISC"
 16162            }
 16163          }
 16164        ],
 16165        "purl": "pkg:npm/gauge@2.7.4",
 16166        "externalReferences": [
 16167          {
 16168            "type": "website",
 16169            "url": "https://github.com/iarna/gauge"
 16170          },
 16171          {
 16172            "type": "issue-tracker",
 16173            "url": "https://github.com/iarna/gauge/issues"
 16174          },
 16175          {
 16176            "type": "vcs",
 16177            "url": "git+https://github.com/iarna/gauge.git"
 16178          }
 16179        ]
 16180      },
 16181      {
 16182        "type": "library",
 16183        "bom-ref": "pkg:npm/aproba@1.2.0",
 16184        "name": "aproba",
 16185        "version": "1.2.0",
 16186        "description": "A ridiculously light-weight argument validator (now browser friendly)",
 16187        "hashes": [
 16188          {
 16189            "alg": "SHA-1",
 16190            "content": "6802e6264efd18c790a1b0d517f0f2627bf2c94a"
 16191          }
 16192        ],
 16193        "licenses": [
 16194          {
 16195            "license": {
 16196              "id": "ISC"
 16197            }
 16198          }
 16199        ],
 16200        "purl": "pkg:npm/aproba@1.2.0",
 16201        "externalReferences": [
 16202          {
 16203            "type": "website",
 16204            "url": "https://github.com/iarna/aproba"
 16205          },
 16206          {
 16207            "type": "issue-tracker",
 16208            "url": "https://github.com/iarna/aproba/issues"
 16209          },
 16210          {
 16211            "type": "vcs",
 16212            "url": "git+https://github.com/iarna/aproba.git"
 16213          }
 16214        ]
 16215      },
 16216      {
 16217        "type": "library",
 16218        "bom-ref": "pkg:npm/has-unicode@2.0.1",
 16219        "name": "has-unicode",
 16220        "version": "2.0.1",
 16221        "description": "Try to guess if your terminal supports unicode",
 16222        "hashes": [
 16223          {
 16224            "alg": "SHA-1",
 16225            "content": "e0e6fe6a28cf51138855e086d1691e771de2a8b9"
 16226          }
 16227        ],
 16228        "licenses": [
 16229          {
 16230            "license": {
 16231              "id": "ISC"
 16232            }
 16233          }
 16234        ],
 16235        "purl": "pkg:npm/has-unicode@2.0.1",
 16236        "externalReferences": [
 16237          {
 16238            "type": "website",
 16239            "url": "https://github.com/iarna/has-unicode"
 16240          },
 16241          {
 16242            "type": "issue-tracker",
 16243            "url": "https://github.com/iarna/has-unicode/issues"
 16244          },
 16245          {
 16246            "type": "vcs",
 16247            "url": "git+https://github.com/iarna/has-unicode.git"
 16248          }
 16249        ]
 16250      },
 16251      {
 16252        "type": "library",
 16253        "bom-ref": "pkg:npm/signal-exit@3.0.3",
 16254        "name": "signal-exit",
 16255        "version": "3.0.3",
 16256        "description": "when you want to fire an event no matter how a process exits.",
 16257        "hashes": [
 16258          {
 16259            "alg": "SHA-1",
 16260            "content": "a1410c2edd8f077b08b4e253c8eacfcaf057461c"
 16261          }
 16262        ],
 16263        "licenses": [
 16264          {
 16265            "license": {
 16266              "id": "ISC"
 16267            }
 16268          }
 16269        ],
 16270        "purl": "pkg:npm/signal-exit@3.0.3",
 16271        "externalReferences": [
 16272          {
 16273            "type": "website",
 16274            "url": "https://github.com/tapjs/signal-exit"
 16275          },
 16276          {
 16277            "type": "issue-tracker",
 16278            "url": "https://github.com/tapjs/signal-exit/issues"
 16279          },
 16280          {
 16281            "type": "vcs",
 16282            "url": "git+https://github.com/tapjs/signal-exit.git"
 16283          }
 16284        ]
 16285      },
 16286      {
 16287        "type": "library",
 16288        "bom-ref": "pkg:npm/string-width@1.0.2",
 16289        "name": "string-width",
 16290        "version": "1.0.2",
 16291        "description": "Get the visual width of a string - the number of columns required to display it",
 16292        "hashes": [
 16293          {
 16294            "alg": "SHA-1",
 16295            "content": "118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
 16296          }
 16297        ],
 16298        "licenses": [
 16299          {
 16300            "license": {
 16301              "id": "MIT"
 16302            }
 16303          }
 16304        ],
 16305        "purl": "pkg:npm/string-width@1.0.2",
 16306        "externalReferences": [
 16307          {
 16308            "type": "website",
 16309            "url": "https://github.com/sindresorhus/string-width#readme"
 16310          },
 16311          {
 16312            "type": "issue-tracker",
 16313            "url": "https://github.com/sindresorhus/string-width/issues"
 16314          },
 16315          {
 16316            "type": "vcs",
 16317            "url": "git+https://github.com/sindresorhus/string-width.git"
 16318          }
 16319        ]
 16320      },
 16321      {
 16322        "type": "library",
 16323        "bom-ref": "pkg:npm/code-point-at@1.1.0",
 16324        "name": "code-point-at",
 16325        "version": "1.1.0",
 16326        "description": "ES2015 `String#codePointAt()` ponyfill",
 16327        "hashes": [
 16328          {
 16329            "alg": "SHA-1",
 16330            "content": "0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
 16331          }
 16332        ],
 16333        "licenses": [
 16334          {
 16335            "license": {
 16336              "id": "MIT"
 16337            }
 16338          }
 16339        ],
 16340        "purl": "pkg:npm/code-point-at@1.1.0",
 16341        "externalReferences": [
 16342          {
 16343            "type": "website",
 16344            "url": "https://github.com/sindresorhus/code-point-at#readme"
 16345          },
 16346          {
 16347            "type": "issue-tracker",
 16348            "url": "https://github.com/sindresorhus/code-point-at/issues"
 16349          },
 16350          {
 16351            "type": "vcs",
 16352            "url": "git+https://github.com/sindresorhus/code-point-at.git"
 16353          }
 16354        ]
 16355      },
 16356      {
 16357        "type": "library",
 16358        "bom-ref": "pkg:npm/is-fullwidth-code-point@1.0.0",
 16359        "name": "is-fullwidth-code-point",
 16360        "version": "1.0.0",
 16361        "description": "Check if the character represented by a given Unicode code point is fullwidth",
 16362        "hashes": [
 16363          {
 16364            "alg": "SHA-1",
 16365            "content": "ef9e31386f031a7f0d643af82fde50c457ef00cb"
 16366          }
 16367        ],
 16368        "licenses": [
 16369          {
 16370            "license": {
 16371              "id": "MIT"
 16372            }
 16373          }
 16374        ],
 16375        "purl": "pkg:npm/is-fullwidth-code-point@1.0.0",
 16376        "externalReferences": [
 16377          {
 16378            "type": "website",
 16379            "url": "https://github.com/sindresorhus/is-fullwidth-code-point#readme"
 16380          },
 16381          {
 16382            "type": "issue-tracker",
 16383            "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
 16384          },
 16385          {
 16386            "type": "vcs",
 16387            "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
 16388          }
 16389        ]
 16390      },
 16391      {
 16392        "type": "library",
 16393        "bom-ref": "pkg:npm/number-is-nan@1.0.1",
 16394        "name": "number-is-nan",
 16395        "version": "1.0.1",
 16396        "description": "ES2015 Number.isNaN() ponyfill",
 16397        "hashes": [
 16398          {
 16399            "alg": "SHA-1",
 16400            "content": "097b602b53422a522c1afb8790318336941a011d"
 16401          }
 16402        ],
 16403        "licenses": [
 16404          {
 16405            "license": {
 16406              "id": "MIT"
 16407            }
 16408          }
 16409        ],
 16410        "purl": "pkg:npm/number-is-nan@1.0.1",
 16411        "externalReferences": [
 16412          {
 16413            "type": "website",
 16414            "url": "https://github.com/sindresorhus/number-is-nan#readme"
 16415          },
 16416          {
 16417            "type": "issue-tracker",
 16418            "url": "https://github.com/sindresorhus/number-is-nan/issues"
 16419          },
 16420          {
 16421            "type": "vcs",
 16422            "url": "git+https://github.com/sindresorhus/number-is-nan.git"
 16423          }
 16424        ]
 16425      },
 16426      {
 16427        "type": "library",
 16428        "bom-ref": "pkg:npm/wide-align@1.1.3",
 16429        "name": "wide-align",
 16430        "version": "1.1.3",
 16431        "description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
 16432        "hashes": [
 16433          {
 16434            "alg": "SHA-1",
 16435            "content": "ae074e6bdc0c14a431e804e624549c633b000457"
 16436          }
 16437        ],
 16438        "licenses": [
 16439          {
 16440            "license": {
 16441              "id": "ISC"
 16442            }
 16443          }
 16444        ],
 16445        "purl": "pkg:npm/wide-align@1.1.3",
 16446        "externalReferences": [
 16447          {
 16448            "type": "website",
 16449            "url": "https://github.com/iarna/wide-align#readme"
 16450          },
 16451          {
 16452            "type": "issue-tracker",
 16453            "url": "https://github.com/iarna/wide-align/issues"
 16454          },
 16455          {
 16456            "type": "vcs",
 16457            "url": "git+https://github.com/iarna/wide-align.git"
 16458          }
 16459        ]
 16460      },
 16461      {
 16462        "type": "library",
 16463        "bom-ref": "pkg:npm/string-width@2.1.1",
 16464        "name": "string-width",
 16465        "version": "2.1.1",
 16466        "description": "Get the visual width of a string - the number of columns required to display it",
 16467        "hashes": [
 16468          {
 16469            "alg": "SHA-1",
 16470            "content": "ab93f27a8dc13d28cac815c462143a6d9012ae9e"
 16471          }
 16472        ],
 16473        "licenses": [
 16474          {
 16475            "license": {
 16476              "id": "MIT"
 16477            }
 16478          }
 16479        ],
 16480        "purl": "pkg:npm/string-width@2.1.1",
 16481        "externalReferences": [
 16482          {
 16483            "type": "website",
 16484            "url": "https://github.com/sindresorhus/string-width#readme"
 16485          },
 16486          {
 16487            "type": "issue-tracker",
 16488            "url": "https://github.com/sindresorhus/string-width/issues"
 16489          },
 16490          {
 16491            "type": "vcs",
 16492            "url": "git+https://github.com/sindresorhus/string-width.git"
 16493          }
 16494        ]
 16495      },
 16496      {
 16497        "type": "library",
 16498        "bom-ref": "pkg:npm/strip-ansi@4.0.0",
 16499        "name": "strip-ansi",
 16500        "version": "4.0.0",
 16501        "description": "Strip ANSI escape codes",
 16502        "hashes": [
 16503          {
 16504            "alg": "SHA-1",
 16505            "content": "a8479022eb1ac368a871389b635262c505ee368f"
 16506          }
 16507        ],
 16508        "licenses": [
 16509          {
 16510            "license": {
 16511              "id": "MIT"
 16512            }
 16513          }
 16514        ],
 16515        "purl": "pkg:npm/strip-ansi@4.0.0",
 16516        "externalReferences": [
 16517          {
 16518            "type": "website",
 16519            "url": "https://github.com/chalk/strip-ansi#readme"
 16520          },
 16521          {
 16522            "type": "issue-tracker",
 16523            "url": "https://github.com/chalk/strip-ansi/issues"
 16524          },
 16525          {
 16526            "type": "vcs",
 16527            "url": "git+https://github.com/chalk/strip-ansi.git"
 16528          }
 16529        ]
 16530      },
 16531      {
 16532        "type": "library",
 16533        "bom-ref": "pkg:npm/ansi-regex@3.0.0",
 16534        "name": "ansi-regex",
 16535        "version": "3.0.0",
 16536        "description": "Regular expression for matching ANSI escape codes",
 16537        "hashes": [
 16538          {
 16539            "alg": "SHA-1",
 16540            "content": "ed0317c322064f79466c02966bddb605ab37d998"
 16541          }
 16542        ],
 16543        "licenses": [
 16544          {
 16545            "license": {
 16546              "id": "MIT"
 16547            }
 16548          }
 16549        ],
 16550        "purl": "pkg:npm/ansi-regex@3.0.0",
 16551        "externalReferences": [
 16552          {
 16553            "type": "website",
 16554            "url": "https://github.com/chalk/ansi-regex#readme"
 16555          },
 16556          {
 16557            "type": "issue-tracker",
 16558            "url": "https://github.com/chalk/ansi-regex/issues"
 16559          },
 16560          {
 16561            "type": "vcs",
 16562            "url": "git+https://github.com/chalk/ansi-regex.git"
 16563          }
 16564        ]
 16565      },
 16566      {
 16567        "type": "library",
 16568        "bom-ref": "pkg:npm/rc@1.2.8",
 16569        "name": "rc",
 16570        "version": "1.2.8",
 16571        "description": "hardwired configuration loader",
 16572        "hashes": [
 16573          {
 16574            "alg": "SHA-1",
 16575            "content": "cd924bf5200a075b83c188cd6b9e211b7fc0d3ed"
 16576          }
 16577        ],
 16578        "licenses": [
 16579          {
 16580            "license": {
 16581              "name": "(BSD-2-Clause OR MIT OR Apache-2.0)"
 16582            }
 16583          }
 16584        ],
 16585        "purl": "pkg:npm/rc@1.2.8",
 16586        "externalReferences": [
 16587          {
 16588            "type": "website",
 16589            "url": "https://github.com/dominictarr/rc#readme"
 16590          },
 16591          {
 16592            "type": "issue-tracker",
 16593            "url": "https://github.com/dominictarr/rc/issues"
 16594          },
 16595          {
 16596            "type": "vcs",
 16597            "url": "git+https://github.com/dominictarr/rc.git"
 16598          }
 16599        ]
 16600      },
 16601      {
 16602        "type": "library",
 16603        "bom-ref": "pkg:npm/deep-extend@0.6.0",
 16604        "name": "deep-extend",
 16605        "version": "0.6.0",
 16606        "description": "Recursive object extending",
 16607        "hashes": [
 16608          {
 16609            "alg": "SHA-1",
 16610            "content": "c4fa7c95404a17a9c3e8ca7e1537312b736330ac"
 16611          }
 16612        ],
 16613        "licenses": [
 16614          {
 16615            "license": {
 16616              "id": "MIT"
 16617            }
 16618          }
 16619        ],
 16620        "purl": "pkg:npm/deep-extend@0.6.0",
 16621        "externalReferences": [
 16622          {
 16623            "type": "website",
 16624            "url": "https://github.com/unclechu/node-deep-extend"
 16625          },
 16626          {
 16627            "type": "issue-tracker",
 16628            "url": "https://github.com/unclechu/node-deep-extend/issues"
 16629          },
 16630          {
 16631            "type": "vcs",
 16632            "url": "git://github.com/unclechu/node-deep-extend.git"
 16633          }
 16634        ]
 16635      },
 16636      {
 16637        "type": "library",
 16638        "bom-ref": "pkg:npm/strip-json-comments@2.0.1",
 16639        "name": "strip-json-comments",
 16640        "version": "2.0.1",
 16641        "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
 16642        "hashes": [
 16643          {
 16644            "alg": "SHA-1",
 16645            "content": "3c531942e908c2697c0ec344858c286c7ca0a60a"
 16646          }
 16647        ],
 16648        "licenses": [
 16649          {
 16650            "license": {
 16651              "id": "MIT"
 16652            }
 16653          }
 16654        ],
 16655        "purl": "pkg:npm/strip-json-comments@2.0.1",
 16656        "externalReferences": [
 16657          {
 16658            "type": "website",
 16659            "url": "https://github.com/sindresorhus/strip-json-comments#readme"
 16660          },
 16661          {
 16662            "type": "issue-tracker",
 16663            "url": "https://github.com/sindresorhus/strip-json-comments/issues"
 16664          },
 16665          {
 16666            "type": "vcs",
 16667            "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
 16668          }
 16669        ]
 16670      },
 16671      {
 16672        "type": "library",
 16673        "bom-ref": "pkg:npm/rimraf@2.7.1",
 16674        "name": "rimraf",
 16675        "version": "2.7.1",
 16676        "description": "A deep deletion module for node (like `rm -rf`)",
 16677        "hashes": [
 16678          {
 16679            "alg": "SHA-1",
 16680            "content": "35797f13a7fdadc566142c29d4f07ccad483e3ec"
 16681          }
 16682        ],
 16683        "licenses": [
 16684          {
 16685            "license": {
 16686              "id": "ISC"
 16687            }
 16688          }
 16689        ],
 16690        "purl": "pkg:npm/rimraf@2.7.1",
 16691        "externalReferences": [
 16692          {
 16693            "type": "website",
 16694            "url": "https://github.com/isaacs/rimraf#readme"
 16695          },
 16696          {
 16697            "type": "issue-tracker",
 16698            "url": "https://github.com/isaacs/rimraf/issues"
 16699          },
 16700          {
 16701            "type": "vcs",
 16702            "url": "git://github.com/isaacs/rimraf.git"
 16703          }
 16704        ]
 16705      },
 16706      {
 16707        "type": "library",
 16708        "bom-ref": "pkg:npm/tar@4.4.13",
 16709        "name": "tar",
 16710        "version": "4.4.13",
 16711        "description": "tar for node",
 16712        "hashes": [
 16713          {
 16714            "alg": "SHA-1",
 16715            "content": "43b364bc52888d555298637b10d60790254ab525"
 16716          }
 16717        ],
 16718        "licenses": [
 16719          {
 16720            "license": {
 16721              "id": "ISC"
 16722            }
 16723          }
 16724        ],
 16725        "purl": "pkg:npm/tar@4.4.13",
 16726        "externalReferences": [
 16727          {
 16728            "type": "website",
 16729            "url": "https://github.com/npm/node-tar#readme"
 16730          },
 16731          {
 16732            "type": "issue-tracker",
 16733            "url": "https://github.com/npm/node-tar/issues"
 16734          },
 16735          {
 16736            "type": "vcs",
 16737            "url": "git+https://github.com/npm/node-tar.git"
 16738          }
 16739        ]
 16740      },
 16741      {
 16742        "type": "library",
 16743        "bom-ref": "pkg:npm/chownr@1.1.4",
 16744        "name": "chownr",
 16745        "version": "1.1.4",
 16746        "description": "like `chown -R`",
 16747        "hashes": [
 16748          {
 16749            "alg": "SHA-1",
 16750            "content": "6fc9d7b42d32a583596337666e7d08084da2cc6b"
 16751          }
 16752        ],
 16753        "licenses": [
 16754          {
 16755            "license": {
 16756              "id": "ISC"
 16757            }
 16758          }
 16759        ],
 16760        "purl": "pkg:npm/chownr@1.1.4",
 16761        "externalReferences": [
 16762          {
 16763            "type": "website",
 16764            "url": "https://github.com/isaacs/chownr#readme"
 16765          },
 16766          {
 16767            "type": "issue-tracker",
 16768            "url": "https://github.com/isaacs/chownr/issues"
 16769          },
 16770          {
 16771            "type": "vcs",
 16772            "url": "git://github.com/isaacs/chownr.git"
 16773          }
 16774        ]
 16775      },
 16776      {
 16777        "type": "library",
 16778        "bom-ref": "pkg:npm/fs-minipass@1.2.7",
 16779        "name": "fs-minipass",
 16780        "version": "1.2.7",
 16781        "description": "fs read and write streams based on minipass",
 16782        "hashes": [
 16783          {
 16784            "alg": "SHA-1",
 16785            "content": "ccff8570841e7fe4265693da88936c55aed7f7c7"
 16786          }
 16787        ],
 16788        "licenses": [
 16789          {
 16790            "license": {
 16791              "id": "ISC"
 16792            }
 16793          }
 16794        ],
 16795        "purl": "pkg:npm/fs-minipass@1.2.7",
 16796        "externalReferences": [
 16797          {
 16798            "type": "website",
 16799            "url": "https://github.com/npm/fs-minipass#readme"
 16800          },
 16801          {
 16802            "type": "issue-tracker",
 16803            "url": "https://github.com/npm/fs-minipass/issues"
 16804          },
 16805          {
 16806            "type": "vcs",
 16807            "url": "git+https://github.com/npm/fs-minipass.git"
 16808          }
 16809        ]
 16810      },
 16811      {
 16812        "type": "library",
 16813        "bom-ref": "pkg:npm/minipass@2.9.0",
 16814        "name": "minipass",
 16815        "version": "2.9.0",
 16816        "description": "minimal implementation of a PassThrough stream",
 16817        "hashes": [
 16818          {
 16819            "alg": "SHA-1",
 16820            "content": "e713762e7d3e32fed803115cf93e04bca9fcc9a6"
 16821          }
 16822        ],
 16823        "licenses": [
 16824          {
 16825            "license": {
 16826              "id": "ISC"
 16827            }
 16828          }
 16829        ],
 16830        "purl": "pkg:npm/minipass@2.9.0",
 16831        "externalReferences": [
 16832          {
 16833            "type": "website",
 16834            "url": "https://github.com/isaacs/minipass#readme"
 16835          },
 16836          {
 16837            "type": "issue-tracker",
 16838            "url": "https://github.com/isaacs/minipass/issues"
 16839          },
 16840          {
 16841            "type": "vcs",
 16842            "url": "git+https://github.com/isaacs/minipass.git"
 16843          }
 16844        ]
 16845      },
 16846      {
 16847        "type": "library",
 16848        "bom-ref": "pkg:npm/yallist@3.1.1",
 16849        "name": "yallist",
 16850        "version": "3.1.1",
 16851        "description": "Yet Another Linked List",
 16852        "hashes": [
 16853          {
 16854            "alg": "SHA-1",
 16855            "content": "dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
 16856          }
 16857        ],
 16858        "licenses": [
 16859          {
 16860            "license": {
 16861              "id": "ISC"
 16862            }
 16863          }
 16864        ],
 16865        "purl": "pkg:npm/yallist@3.1.1",
 16866        "externalReferences": [
 16867          {
 16868            "type": "website",
 16869            "url": "https://github.com/isaacs/yallist#readme"
 16870          },
 16871          {
 16872            "type": "issue-tracker",
 16873            "url": "https://github.com/isaacs/yallist/issues"
 16874          },
 16875          {
 16876            "type": "vcs",
 16877            "url": "git+https://github.com/isaacs/yallist.git"
 16878          }
 16879        ]
 16880      },
 16881      {
 16882        "type": "library",
 16883        "bom-ref": "pkg:npm/minizlib@1.3.3",
 16884        "name": "minizlib",
 16885        "version": "1.3.3",
 16886        "description": "A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.",
 16887        "hashes": [
 16888          {
 16889            "alg": "SHA-1",
 16890            "content": "2290de96818a34c29551c8a8d301216bd65a861d"
 16891          }
 16892        ],
 16893        "licenses": [
 16894          {
 16895            "license": {
 16896              "id": "MIT"
 16897            }
 16898          }
 16899        ],
 16900        "purl": "pkg:npm/minizlib@1.3.3",
 16901        "externalReferences": [
 16902          {
 16903            "type": "website",
 16904            "url": "https://github.com/isaacs/minizlib#readme"
 16905          },
 16906          {
 16907            "type": "issue-tracker",
 16908            "url": "https://github.com/isaacs/minizlib/issues"
 16909          },
 16910          {
 16911            "type": "vcs",
 16912            "url": "git+https://github.com/isaacs/minizlib.git"
 16913          }
 16914        ]
 16915      },
 16916      {
 16917        "type": "library",
 16918        "bom-ref": "pkg:npm/marsdb@0.6.11",
 16919        "name": "marsdb",
 16920        "version": "0.6.11",
 16921        "description": "MarsDB is a lightweight client-side MongoDB-like database, Promise based, written in ES6",
 16922        "hashes": [
 16923          {
 16924            "alg": "SHA-1",
 16925            "content": "005b4af67e41df4efe73efed577adf29135d9712"
 16926          }
 16927        ],
 16928        "licenses": [
 16929          {
 16930            "license": {
 16931              "id": "MIT"
 16932            }
 16933          }
 16934        ],
 16935        "purl": "pkg:npm/marsdb@0.6.11",
 16936        "externalReferences": [
 16937          {
 16938            "type": "website",
 16939            "url": "https://github.com/c58/marsdb"
 16940          },
 16941          {
 16942            "type": "issue-tracker",
 16943            "url": "https://github.com/c58/marsdb/issues"
 16944          },
 16945          {
 16946            "type": "vcs",
 16947            "url": "git+ssh://git@github.com/c58/marsdb.git"
 16948          }
 16949        ]
 16950      },
 16951      {
 16952        "type": "library",
 16953        "bom-ref": "pkg:npm/check-types@6.0.0",
 16954        "name": "check-types",
 16955        "version": "6.0.0",
 16956        "description": "A little library for asserting types and values.",
 16957        "hashes": [
 16958          {
 16959            "alg": "SHA-1",
 16960            "content": "de12a2ffc295df40b3afca2bcfeb831bc5f5edf0"
 16961          }
 16962        ],
 16963        "licenses": [
 16964          {
 16965            "license": {
 16966              "id": "MIT"
 16967            }
 16968          }
 16969        ],
 16970        "purl": "pkg:npm/check-types@6.0.0",
 16971        "externalReferences": [
 16972          {
 16973            "type": "website",
 16974            "url": "https://github.com/philbooth/check-types.js"
 16975          },
 16976          {
 16977            "type": "issue-tracker",
 16978            "url": "https://github.com/philbooth/check-types.js/issues"
 16979          },
 16980          {
 16981            "type": "vcs",
 16982            "url": "git+https://github.com/philbooth/check-types.js.git"
 16983          }
 16984        ]
 16985      },
 16986      {
 16987        "type": "library",
 16988        "bom-ref": "pkg:npm/double-ended-queue@0.9.7",
 16989        "name": "double-ended-queue",
 16990        "version": "0.9.7",
 16991        "description": "Extremely fast double-ended queue implementation",
 16992        "hashes": [
 16993          {
 16994            "alg": "SHA-1",
 16995            "content": "8ae0a7265df66cdc3f07dce558e9716adb586ab8"
 16996          }
 16997        ],
 16998        "licenses": [
 16999          {
 17000            "license": {
 17001              "id": "MIT"
 17002            }
 17003          }
 17004        ],
 17005        "purl": "pkg:npm/double-ended-queue@0.9.7",
 17006        "externalReferences": [
 17007          {
 17008            "type": "website",
 17009            "url": "https://github.com/petkaantonov/deque"
 17010          },
 17011          {
 17012            "type": "issue-tracker",
 17013            "url": "http://github.com/petkaantonov/deque/issues"
 17014          },
 17015          {
 17016            "type": "vcs",
 17017            "url": "git://github.com/petkaantonov/deque.git"
 17018          }
 17019        ]
 17020      },
 17021      {
 17022        "type": "library",
 17023        "bom-ref": "pkg:npm/eventemitter3@1.1.1",
 17024        "name": "eventemitter3",
 17025        "version": "1.1.1",
 17026        "description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
 17027        "hashes": [
 17028          {
 17029            "alg": "SHA-1",
 17030            "content": "47786bdaa087caf7b1b75e73abc5c7d540158cd0"
 17031          }
 17032        ],
 17033        "licenses": [
 17034          {
 17035            "license": {
 17036              "id": "MIT"
 17037            }
 17038          }
 17039        ],
 17040        "purl": "pkg:npm/eventemitter3@1.1.1",
 17041        "externalReferences": [
 17042          {
 17043            "type": "website",
 17044            "url": "https://github.com/primus/eventemitter3#readme"
 17045          },
 17046          {
 17047            "type": "issue-tracker",
 17048            "url": "https://github.com/primus/eventemitter3/issues"
 17049          },
 17050          {
 17051            "type": "vcs",
 17052            "url": "git://github.com/primus/eventemitter3.git"
 17053          }
 17054        ]
 17055      },
 17056      {
 17057        "type": "library",
 17058        "bom-ref": "pkg:npm/fast.js@0.1.1",
 17059        "name": "fast.js",
 17060        "version": "0.1.1",
 17061        "description": "Faster user-land reimplementations of native functions with extra helpers.",
 17062        "hashes": [
 17063          {
 17064            "alg": "SHA-1",
 17065            "content": "7c024d55ae144882fbcee44b79005fe2dcabd9fe"
 17066          }
 17067        ],
 17068        "licenses": [
 17069          {
 17070            "license": {
 17071              "id": "MIT"
 17072            }
 17073          }
 17074        ],
 17075        "purl": "pkg:npm/fast.js@0.1.1",
 17076        "externalReferences": [
 17077          {
 17078            "type": "website",
 17079            "url": "https://github.com/codemix/fast.js"
 17080          },
 17081          {
 17082            "type": "issue-tracker",
 17083            "url": "https://github.com/codemix/fast.js/issues"
 17084          },
 17085          {
 17086            "type": "vcs",
 17087            "url": "git+ssh://git@github.com/codemix/fast.js.git"
 17088          }
 17089        ]
 17090      },
 17091      {
 17092        "type": "library",
 17093        "bom-ref": "pkg:npm/geojson-utils@1.1.0",
 17094        "name": "geojson-utils",
 17095        "version": "1.1.0",
 17096        "description": "GeoJSON Utilities for JavaScript",
 17097        "hashes": [
 17098          {
 17099            "alg": "SHA-1",
 17100            "content": "e8ffb4c81c0a75b3e306f5187265d6f23040f50b"
 17101          }
 17102        ],
 17103        "licenses": [
 17104          {
 17105            "license": {
 17106              "id": "MIT"
 17107            }
 17108          }
 17109        ],
 17110        "purl": "pkg:npm/geojson-utils@1.1.0",
 17111        "externalReferences": [
 17112          {
 17113            "type": "website",
 17114            "url": "https://github.com/maxogden/geojson-js-utils#readme"
 17115          },
 17116          {
 17117            "type": "issue-tracker",
 17118            "url": "https://github.com/maxogden/geojson-js-utils/issues"
 17119          },
 17120          {
 17121            "type": "vcs",
 17122            "url": "git://github.com/maxogden/geojson-js-utils.git"
 17123          }
 17124        ]
 17125      },
 17126      {
 17127        "type": "library",
 17128        "bom-ref": "pkg:npm/invariant@2.2.4",
 17129        "name": "invariant",
 17130        "version": "2.2.4",
 17131        "description": "invariant",
 17132        "hashes": [
 17133          {
 17134            "alg": "SHA-1",
 17135            "content": "610f3c92c9359ce1db616e538008d23ff35158e6"
 17136          }
 17137        ],
 17138        "licenses": [
 17139          {
 17140            "license": {
 17141              "id": "MIT"
 17142            }
 17143          }
 17144        ],
 17145        "purl": "pkg:npm/invariant@2.2.4",
 17146        "externalReferences": [
 17147          {
 17148            "type": "website",
 17149            "url": "https://github.com/zertosh/invariant#readme"
 17150          },
 17151          {
 17152            "type": "issue-tracker",
 17153            "url": "https://github.com/zertosh/invariant/issues"
 17154          },
 17155          {
 17156            "type": "vcs",
 17157            "url": "git+https://github.com/zertosh/invariant.git"
 17158          }
 17159        ]
 17160      },
 17161      {
 17162        "type": "library",
 17163        "bom-ref": "pkg:npm/loose-envify@1.4.0",
 17164        "name": "loose-envify",
 17165        "version": "1.4.0",
 17166        "description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
 17167        "hashes": [
 17168          {
 17169            "alg": "SHA-1",
 17170            "content": "71ee51fa7be4caec1a63839f7e682d8132d30caf"
 17171          }
 17172        ],
 17173        "licenses": [
 17174          {
 17175            "license": {
 17176              "id": "MIT"
 17177            }
 17178          }
 17179        ],
 17180        "purl": "pkg:npm/loose-envify@1.4.0",
 17181        "externalReferences": [
 17182          {
 17183            "type": "website",
 17184            "url": "https://github.com/zertosh/loose-envify"
 17185          },
 17186          {
 17187            "type": "issue-tracker",
 17188            "url": "https://github.com/zertosh/loose-envify/issues"
 17189          },
 17190          {
 17191            "type": "vcs",
 17192            "url": "git://github.com/zertosh/loose-envify.git"
 17193          }
 17194        ]
 17195      },
 17196      {
 17197        "type": "library",
 17198        "bom-ref": "pkg:npm/js-tokens@4.0.0",
 17199        "name": "js-tokens",
 17200        "version": "4.0.0",
 17201        "description": "A regex that tokenizes JavaScript.",
 17202        "hashes": [
 17203          {
 17204            "alg": "SHA-1",
 17205            "content": "19203fb59991df98e3a287050d4647cdeaf32499"
 17206          }
 17207        ],
 17208        "licenses": [
 17209          {
 17210            "license": {
 17211              "id": "MIT"
 17212            }
 17213          }
 17214        ],
 17215        "purl": "pkg:npm/js-tokens@4.0.0",
 17216        "externalReferences": [
 17217          {
 17218            "type": "website",
 17219            "url": "https://github.com/lydell/js-tokens#readme"
 17220          },
 17221          {
 17222            "type": "issue-tracker",
 17223            "url": "https://github.com/lydell/js-tokens/issues"
 17224          },
 17225          {
 17226            "type": "vcs",
 17227            "url": "git+https://github.com/lydell/js-tokens.git"
 17228          }
 17229        ]
 17230      },
 17231      {
 17232        "type": "library",
 17233        "bom-ref": "pkg:npm/morgan@1.10.0",
 17234        "name": "morgan",
 17235        "version": "1.10.0",
 17236        "description": "HTTP request logger middleware for node.js",
 17237        "hashes": [
 17238          {
 17239            "alg": "SHA-1",
 17240            "content": "091778abc1fc47cd3509824653dae1faab6b17d7"
 17241          }
 17242        ],
 17243        "licenses": [
 17244          {
 17245            "license": {
 17246              "id": "MIT"
 17247            }
 17248          }
 17249        ],
 17250        "purl": "pkg:npm/morgan@1.10.0",
 17251        "externalReferences": [
 17252          {
 17253            "type": "website",
 17254            "url": "https://github.com/expressjs/morgan#readme"
 17255          },
 17256          {
 17257            "type": "issue-tracker",
 17258            "url": "https://github.com/expressjs/morgan/issues"
 17259          },
 17260          {
 17261            "type": "vcs",
 17262            "url": "git+https://github.com/expressjs/morgan.git"
 17263          }
 17264        ]
 17265      },
 17266      {
 17267        "type": "library",
 17268        "bom-ref": "pkg:npm/basic-auth@2.0.1",
 17269        "name": "basic-auth",
 17270        "version": "2.0.1",
 17271        "description": "node.js basic auth parser",
 17272        "hashes": [
 17273          {
 17274            "alg": "SHA-1",
 17275            "content": "b998279bf47ce38344b4f3cf916d4679bbf51e3a"
 17276          }
 17277        ],
 17278        "licenses": [
 17279          {
 17280            "license": {
 17281              "id": "MIT"
 17282            }
 17283          }
 17284        ],
 17285        "purl": "pkg:npm/basic-auth@2.0.1",
 17286        "externalReferences": [
 17287          {
 17288            "type": "website",
 17289            "url": "https://github.com/jshttp/basic-auth#readme"
 17290          },
 17291          {
 17292            "type": "issue-tracker",
 17293            "url": "https://github.com/jshttp/basic-auth/issues"
 17294          },
 17295          {
 17296            "type": "vcs",
 17297            "url": "git+https://github.com/jshttp/basic-auth.git"
 17298          }
 17299        ]
 17300      },
 17301      {
 17302        "type": "library",
 17303        "bom-ref": "pkg:npm/multer@1.4.2",
 17304        "name": "multer",
 17305        "version": "1.4.2",
 17306        "description": "Middleware for handling `multipart/form-data`.",
 17307        "hashes": [
 17308          {
 17309            "alg": "SHA-1",
 17310            "content": "2f1f4d12dbaeeba74cb37e623f234bf4d3d2057a"
 17311          }
 17312        ],
 17313        "licenses": [
 17314          {
 17315            "license": {
 17316              "id": "MIT"
 17317            }
 17318          }
 17319        ],
 17320        "purl": "pkg:npm/multer@1.4.2",
 17321        "externalReferences": [
 17322          {
 17323            "type": "website",
 17324            "url": "https://github.com/expressjs/multer#readme"
 17325          },
 17326          {
 17327            "type": "issue-tracker",
 17328            "url": "https://github.com/expressjs/multer/issues"
 17329          },
 17330          {
 17331            "type": "vcs",
 17332            "url": "git+https://github.com/expressjs/multer.git"
 17333          }
 17334        ]
 17335      },
 17336      {
 17337        "type": "library",
 17338        "bom-ref": "pkg:npm/append-field@1.0.0",
 17339        "name": "append-field",
 17340        "version": "1.0.0",
 17341        "description": "A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.",
 17342        "hashes": [
 17343          {
 17344            "alg": "SHA-1",
 17345            "content": "1e3440e915f0b1203d23748e78edd7b9b5b43e56"
 17346          }
 17347        ],
 17348        "licenses": [
 17349          {
 17350            "license": {
 17351              "id": "MIT"
 17352            }
 17353          }
 17354        ],
 17355        "purl": "pkg:npm/append-field@1.0.0",
 17356        "externalReferences": [
 17357          {
 17358            "type": "website",
 17359            "url": "https://github.com/LinusU/node-append-field#readme"
 17360          },
 17361          {
 17362            "type": "issue-tracker",
 17363            "url": "https://github.com/LinusU/node-append-field/issues"
 17364          },
 17365          {
 17366            "type": "vcs",
 17367            "url": "git+ssh://git@github.com/LinusU/node-append-field.git"
 17368          }
 17369        ]
 17370      },
 17371      {
 17372        "type": "library",
 17373        "bom-ref": "pkg:npm/busboy@0.2.14",
 17374        "name": "busboy",
 17375        "version": "0.2.14",
 17376        "description": "A streaming parser for HTML form data for node.js",
 17377        "hashes": [
 17378          {
 17379            "alg": "SHA-1",
 17380            "content": "6c2a622efcf47c57bbbe1e2a9c37ad36c7925453"
 17381          }
 17382        ],
 17383        "purl": "pkg:npm/busboy@0.2.14",
 17384        "externalReferences": [
 17385          {
 17386            "type": "website",
 17387            "url": "https://github.com/mscdex/busboy#readme"
 17388          },
 17389          {
 17390            "type": "issue-tracker",
 17391            "url": "https://github.com/mscdex/busboy/issues"
 17392          },
 17393          {
 17394            "type": "vcs",
 17395            "url": "git+ssh://git@github.com/mscdex/busboy.git"
 17396          }
 17397        ]
 17398      },
 17399      {
 17400        "type": "library",
 17401        "bom-ref": "pkg:npm/dicer@0.2.5",
 17402        "name": "dicer",
 17403        "version": "0.2.5",
 17404        "description": "A very fast streaming multipart parser for node.js",
 17405        "hashes": [
 17406          {
 17407            "alg": "SHA-1",
 17408            "content": "5996c086bb33218c812c090bddc09cd12facb70f"
 17409          }
 17410        ],
 17411        "purl": "pkg:npm/dicer@0.2.5",
 17412        "externalReferences": [
 17413          {
 17414            "type": "website",
 17415            "url": "https://github.com/mscdex/dicer#readme"
 17416          },
 17417          {
 17418            "type": "issue-tracker",
 17419            "url": "https://github.com/mscdex/dicer/issues"
 17420          },
 17421          {
 17422            "type": "vcs",
 17423            "url": "git+ssh://git@github.com/mscdex/dicer.git"
 17424          }
 17425        ]
 17426      },
 17427      {
 17428        "type": "library",
 17429        "bom-ref": "pkg:npm/readable-stream@1.1.14",
 17430        "name": "readable-stream",
 17431        "version": "1.1.14",
 17432        "description": "Streams3, a user-land copy of the stream library from Node.js v0.11.x",
 17433        "hashes": [
 17434          {
 17435            "alg": "SHA-1",
 17436            "content": "7cf4c54ef648e3813084c636dd2079e166c081d9"
 17437          }
 17438        ],
 17439        "licenses": [
 17440          {
 17441            "license": {
 17442              "id": "MIT"
 17443            }
 17444          }
 17445        ],
 17446        "purl": "pkg:npm/readable-stream@1.1.14",
 17447        "externalReferences": [
 17448          {
 17449            "type": "website",
 17450            "url": "https://github.com/isaacs/readable-stream#readme"
 17451          },
 17452          {
 17453            "type": "issue-tracker",
 17454            "url": "https://github.com/isaacs/readable-stream/issues"
 17455          },
 17456          {
 17457            "type": "vcs",
 17458            "url": "git://github.com/isaacs/readable-stream.git"
 17459          }
 17460        ]
 17461      },
 17462      {
 17463        "type": "library",
 17464        "bom-ref": "pkg:npm/isarray@0.0.1",
 17465        "name": "isarray",
 17466        "version": "0.0.1",
 17467        "description": "Array#isArray for older browsers",
 17468        "hashes": [
 17469          {
 17470            "alg": "SHA-1",
 17471            "content": "8a18acfca9a8f4177e09abfc6038939b05d1eedf"
 17472          }
 17473        ],
 17474        "licenses": [
 17475          {
 17476            "license": {
 17477              "id": "MIT"
 17478            }
 17479          }
 17480        ],
 17481        "purl": "pkg:npm/isarray@0.0.1",
 17482        "externalReferences": [
 17483          {
 17484            "type": "website",
 17485            "url": "https://github.com/juliangruber/isarray"
 17486          },
 17487          {
 17488            "type": "issue-tracker",
 17489            "url": "https://github.com/juliangruber/isarray/issues"
 17490          },
 17491          {
 17492            "type": "vcs",
 17493            "url": "git://github.com/juliangruber/isarray.git"
 17494          }
 17495        ]
 17496      },
 17497      {
 17498        "type": "library",
 17499        "bom-ref": "pkg:npm/string_decoder@0.10.31",
 17500        "name": "string_decoder",
 17501        "version": "0.10.31",
 17502        "description": "The string_decoder module from Node core",
 17503        "hashes": [
 17504          {
 17505            "alg": "SHA-1",
 17506            "content": "62e203bc41766c6c28c9fc84301dab1c5310fa94"
 17507          }
 17508        ],
 17509        "licenses": [
 17510          {
 17511            "license": {
 17512              "id": "MIT"
 17513            }
 17514          }
 17515        ],
 17516        "purl": "pkg:npm/string_decoder@0.10.31",
 17517        "externalReferences": [
 17518          {
 17519            "type": "website",
 17520            "url": "https://github.com/rvagg/string_decoder"
 17521          },
 17522          {
 17523            "type": "issue-tracker",
 17524            "url": "https://github.com/rvagg/string_decoder/issues"
 17525          },
 17526          {
 17527            "type": "vcs",
 17528            "url": "git://github.com/rvagg/string_decoder.git"
 17529          }
 17530        ]
 17531      },
 17532      {
 17533        "type": "library",
 17534        "bom-ref": "pkg:npm/streamsearch@0.1.2",
 17535        "name": "streamsearch",
 17536        "version": "0.1.2",
 17537        "description": "Streaming Boyer-Moore-Horspool searching for node.js",
 17538        "hashes": [
 17539          {
 17540            "alg": "SHA-1",
 17541            "content": "808b9d0e56fc273d809ba57338e929919a1a9f1a"
 17542          }
 17543        ],
 17544        "purl": "pkg:npm/streamsearch@0.1.2",
 17545        "externalReferences": [
 17546          {
 17547            "type": "website",
 17548            "url": "https://github.com/mscdex/streamsearch#readme"
 17549          },
 17550          {
 17551            "type": "issue-tracker",
 17552            "url": "https://github.com/mscdex/streamsearch/issues"
 17553          },
 17554          {
 17555            "type": "vcs",
 17556            "url": "git+ssh://git@github.com/mscdex/streamsearch.git"
 17557          }
 17558        ]
 17559      },
 17560      {
 17561        "type": "library",
 17562        "bom-ref": "pkg:npm/concat-stream@1.6.2",
 17563        "name": "concat-stream",
 17564        "version": "1.6.2",
 17565        "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
 17566        "hashes": [
 17567          {
 17568            "alg": "SHA-1",
 17569            "content": "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
 17570          }
 17571        ],
 17572        "licenses": [
 17573          {
 17574            "license": {
 17575              "id": "MIT"
 17576            }
 17577          }
 17578        ],
 17579        "purl": "pkg:npm/concat-stream@1.6.2",
 17580        "externalReferences": [
 17581          {
 17582            "type": "website",
 17583            "url": "https://github.com/maxogden/concat-stream#readme"
 17584          },
 17585          {
 17586            "type": "issue-tracker",
 17587            "url": "http://github.com/maxogden/concat-stream/issues"
 17588          },
 17589          {
 17590            "type": "vcs",
 17591            "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
 17592          }
 17593        ]
 17594      },
 17595      {
 17596        "type": "library",
 17597        "bom-ref": "pkg:npm/buffer-from@1.1.1",
 17598        "name": "buffer-from",
 17599        "version": "1.1.1",
 17600        "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
 17601        "hashes": [
 17602          {
 17603            "alg": "SHA-1",
 17604            "content": "32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
 17605          }
 17606        ],
 17607        "licenses": [
 17608          {
 17609            "license": {
 17610              "id": "MIT"
 17611            }
 17612          }
 17613        ],
 17614        "purl": "pkg:npm/buffer-from@1.1.1",
 17615        "externalReferences": [
 17616          {
 17617            "type": "website",
 17618            "url": "https://github.com/LinusU/buffer-from#readme"
 17619          },
 17620          {
 17621            "type": "issue-tracker",
 17622            "url": "https://github.com/LinusU/buffer-from/issues"
 17623          },
 17624          {
 17625            "type": "vcs",
 17626            "url": "git+https://github.com/LinusU/buffer-from.git"
 17627          }
 17628        ]
 17629      },
 17630      {
 17631        "type": "library",
 17632        "bom-ref": "pkg:npm/typedarray@0.0.6",
 17633        "name": "typedarray",
 17634        "version": "0.0.6",
 17635        "description": "TypedArray polyfill for old browsers",
 17636        "hashes": [
 17637          {
 17638            "alg": "SHA-1",
 17639            "content": "867ac74e3864187b1d3d47d996a78ec5c8830777"
 17640          }
 17641        ],
 17642        "licenses": [
 17643          {
 17644            "license": {
 17645              "id": "MIT"
 17646            }
 17647          }
 17648        ],
 17649        "purl": "pkg:npm/typedarray@0.0.6",
 17650        "externalReferences": [
 17651          {
 17652            "type": "website",
 17653            "url": "https://github.com/substack/typedarray"
 17654          },
 17655          {
 17656            "type": "issue-tracker",
 17657            "url": "https://github.com/substack/typedarray/issues"
 17658          },
 17659          {
 17660            "type": "vcs",
 17661            "url": "git://github.com/substack/typedarray.git"
 17662          }
 17663        ]
 17664      },
 17665      {
 17666        "type": "library",
 17667        "bom-ref": "pkg:npm/node-pre-gyp@0.14.0",
 17668        "name": "node-pre-gyp",
 17669        "version": "0.14.0",
 17670        "description": "Node.js native addon binary install tool",
 17671        "hashes": [
 17672          {
 17673            "alg": "SHA-1",
 17674            "content": "9a0596533b877289bcad4e143982ca3d904ddc83"
 17675          }
 17676        ],
 17677        "licenses": [
 17678          {
 17679            "license": {
 17680              "id": "BSD-3-Clause"
 17681            }
 17682          }
 17683        ],
 17684        "purl": "pkg:npm/node-pre-gyp@0.14.0",
 17685        "externalReferences": [
 17686          {
 17687            "type": "website",
 17688            "url": "https://github.com/mapbox/node-pre-gyp#readme"
 17689          },
 17690          {
 17691            "type": "issue-tracker",
 17692            "url": "https://github.com/mapbox/node-pre-gyp/issues"
 17693          },
 17694          {
 17695            "type": "vcs",
 17696            "url": "git://github.com/mapbox/node-pre-gyp.git"
 17697          }
 17698        ]
 17699      },
 17700      {
 17701        "type": "library",
 17702        "bom-ref": "pkg:npm/notevil@1.3.3",
 17703        "name": "notevil",
 17704        "version": "1.3.3",
 17705        "description": "Evalulate javascript like the built-in eval() method but safely",
 17706        "hashes": [
 17707          {
 17708            "alg": "SHA-1",
 17709            "content": "56b8a935d8978e0c000749621aca3928b823cb01"
 17710          }
 17711        ],
 17712        "licenses": [
 17713          {
 17714            "license": {
 17715              "id": "MIT"
 17716            }
 17717          }
 17718        ],
 17719        "purl": "pkg:npm/notevil@1.3.3",
 17720        "externalReferences": [
 17721          {
 17722            "type": "website",
 17723            "url": "https://github.com/mmckegg/notevil#readme"
 17724          },
 17725          {
 17726            "type": "issue-tracker",
 17727            "url": "https://github.com/mmckegg/notevil/issues"
 17728          },
 17729          {
 17730            "type": "vcs",
 17731            "url": "git+https://github.com/mmckegg/notevil.git"
 17732          }
 17733        ]
 17734      },
 17735      {
 17736        "type": "library",
 17737        "bom-ref": "pkg:npm/esprima@1.0.4",
 17738        "name": "esprima",
 17739        "version": "1.0.4",
 17740        "description": "ECMAScript parsing infrastructure for multipurpose analysis",
 17741        "hashes": [
 17742          {
 17743            "alg": "SHA-1",
 17744            "content": "9f557e08fc3b4d26ece9dd34f8fbf476b62585ad"
 17745          }
 17746        ],
 17747        "purl": "pkg:npm/esprima@1.0.4",
 17748        "externalReferences": [
 17749          {
 17750            "type": "website",
 17751            "url": "http://esprima.org"
 17752          },
 17753          {
 17754            "type": "issue-tracker",
 17755            "url": "https://github.com/ariya/esprima/issues"
 17756          },
 17757          {
 17758            "type": "vcs",
 17759            "url": "git+ssh://git@github.com/ariya/esprima.git"
 17760          }
 17761        ]
 17762      },
 17763      {
 17764        "type": "library",
 17765        "bom-ref": "pkg:npm/hoister@0.0.2",
 17766        "name": "hoister",
 17767        "version": "0.0.2",
 17768        "description": "Put all function and variable declarations at the top of the scope in an AST",
 17769        "hashes": [
 17770          {
 17771            "alg": "SHA-1",
 17772            "content": "0d0d8b1ce0f191553e61afec654f6b180eb96e5d"
 17773          }
 17774        ],
 17775        "licenses": [
 17776          {
 17777            "license": {
 17778              "id": "MIT"
 17779            }
 17780          }
 17781        ],
 17782        "purl": "pkg:npm/hoister@0.0.2",
 17783        "externalReferences": [
 17784          {
 17785            "type": "website",
 17786            "url": "https://github.com/mmckegg/hoister#readme"
 17787          },
 17788          {
 17789            "type": "issue-tracker",
 17790            "url": "https://github.com/mmckegg/hoister/issues"
 17791          },
 17792          {
 17793            "type": "vcs",
 17794            "url": "git+https://github.com/mmckegg/hoister.git"
 17795          }
 17796        ]
 17797      },
 17798      {
 17799        "type": "library",
 17800        "bom-ref": "pkg:npm/otplib@11.0.1",
 17801        "name": "otplib",
 17802        "version": "11.0.1",
 17803        "description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library",
 17804        "hashes": [
 17805          {
 17806            "alg": "SHA-1",
 17807            "content": "7d64aa87029f07c99c7f96819fb10cdb67dea886"
 17808          }
 17809        ],
 17810        "licenses": [
 17811          {
 17812            "license": {
 17813              "id": "MIT"
 17814            }
 17815          }
 17816        ],
 17817        "purl": "pkg:npm/otplib@11.0.1",
 17818        "externalReferences": [
 17819          {
 17820            "type": "website",
 17821            "url": "https://yeojz.github.io/otplib"
 17822          },
 17823          {
 17824            "type": "issue-tracker",
 17825            "url": "https://github.com/yeojz/otplib/issues"
 17826          },
 17827          {
 17828            "type": "vcs",
 17829            "url": "git+https://github.com/yeojz/otplib.git"
 17830          }
 17831        ]
 17832      },
 17833      {
 17834        "type": "library",
 17835        "bom-ref": "pkg:npm/thirty-two@1.0.2",
 17836        "name": "thirty-two",
 17837        "version": "1.0.2",
 17838        "description": "Implementation RFC 3548 Base32 encoding/decoding for node.",
 17839        "hashes": [
 17840          {
 17841            "alg": "SHA-1",
 17842            "content": "4ca2fffc02a51290d2744b9e3f557693ca6b627a"
 17843          }
 17844        ],
 17845        "purl": "pkg:npm/thirty-two@1.0.2",
 17846        "externalReferences": [
 17847          {
 17848            "type": "website",
 17849            "url": "https://github.com/chrisumbel/thirty-two#readme"
 17850          },
 17851          {
 17852            "type": "issue-tracker",
 17853            "url": "https://github.com/chrisumbel/thirty-two/issues"
 17854          },
 17855          {
 17856            "type": "vcs",
 17857            "url": "git://github.com/chrisumbel/thirty-two.git"
 17858          }
 17859        ]
 17860      },
 17861      {
 17862        "type": "library",
 17863        "bom-ref": "pkg:npm/pdfkit@0.11.0",
 17864        "name": "pdfkit",
 17865        "version": "0.11.0",
 17866        "description": "A PDF generation library for Node.js",
 17867        "hashes": [
 17868          {
 17869            "alg": "SHA-1",
 17870            "content": "9cdb2fc42bd2913587fe3ddf48cc5bbb3c36f7de"
 17871          }
 17872        ],
 17873        "licenses": [
 17874          {
 17875            "license": {
 17876              "id": "MIT"
 17877            }
 17878          }
 17879        ],
 17880        "purl": "pkg:npm/pdfkit@0.11.0",
 17881        "externalReferences": [
 17882          {
 17883            "type": "website",
 17884            "url": "http://pdfkit.org/"
 17885          },
 17886          {
 17887            "type": "issue-tracker",
 17888            "url": "https://github.com/foliojs/pdfkit/issues"
 17889          },
 17890          {
 17891            "type": "vcs",
 17892            "url": "git+https://github.com/foliojs/pdfkit.git"
 17893          }
 17894        ]
 17895      },
 17896      {
 17897        "type": "library",
 17898        "bom-ref": "pkg:npm/crypto-js@3.3.0",
 17899        "name": "crypto-js",
 17900        "version": "3.3.0",
 17901        "description": "JavaScript library of crypto standards.",
 17902        "hashes": [
 17903          {
 17904            "alg": "SHA-1",
 17905            "content": "846dd1cce2f68aacfa156c8578f926a609b7976b"
 17906          }
 17907        ],
 17908        "licenses": [
 17909          {
 17910            "license": {
 17911              "id": "MIT"
 17912            }
 17913          }
 17914        ],
 17915        "purl": "pkg:npm/crypto-js@3.3.0",
 17916        "externalReferences": [
 17917          {
 17918            "type": "website",
 17919            "url": "http://github.com/brix/crypto-js"
 17920          },
 17921          {
 17922            "type": "issue-tracker",
 17923            "url": "https://github.com/brix/crypto-js/issues"
 17924          },
 17925          {
 17926            "type": "vcs",
 17927            "url": "git+ssh://git@github.com/brix/crypto-js.git"
 17928          }
 17929        ]
 17930      },
 17931      {
 17932        "type": "library",
 17933        "bom-ref": "pkg:npm/fontkit@1.8.1",
 17934        "name": "fontkit",
 17935        "version": "1.8.1",
 17936        "description": "An advanced font engine for Node and the browser",
 17937        "hashes": [
 17938          {
 17939            "alg": "SHA-1",
 17940            "content": "ae77485376f1096b45548bf6ced9a07af62a7846"
 17941          }
 17942        ],
 17943        "licenses": [
 17944          {
 17945            "license": {
 17946              "id": "MIT"
 17947            }
 17948          }
 17949        ],
 17950        "purl": "pkg:npm/fontkit@1.8.1",
 17951        "externalReferences": [
 17952          {
 17953            "type": "website",
 17954            "url": "https://github.com/foliojs/fontkit#readme"
 17955          },
 17956          {
 17957            "type": "issue-tracker",
 17958            "url": "https://github.com/foliojs/fontkit/issues"
 17959          },
 17960          {
 17961            "type": "vcs",
 17962            "url": "git://github.com/foliojs/fontkit.git"
 17963          }
 17964        ]
 17965      },
 17966      {
 17967        "type": "library",
 17968        "bom-ref": "pkg:npm/babel-runtime@6.26.0",
 17969        "name": "babel-runtime",
 17970        "version": "6.26.0",
 17971        "description": "babel selfContained runtime",
 17972        "hashes": [
 17973          {
 17974            "alg": "SHA-1",
 17975            "content": "965c7058668e82b55d7bfe04ff2337bc8b5647fe"
 17976          }
 17977        ],
 17978        "licenses": [
 17979          {
 17980            "license": {
 17981              "id": "MIT"
 17982            }
 17983          }
 17984        ],
 17985        "purl": "pkg:npm/babel-runtime@6.26.0",
 17986        "externalReferences": [
 17987          {
 17988            "type": "vcs",
 17989            "url": "https://github.com/babel/babel/tree/master/packages/babel-runtime"
 17990          }
 17991        ]
 17992      },
 17993      {
 17994        "type": "library",
 17995        "bom-ref": "pkg:npm/core-js@2.6.11",
 17996        "name": "core-js",
 17997        "version": "2.6.11",
 17998        "description": "Standard library",
 17999        "hashes": [
 18000          {
 18001            "alg": "SHA-1",
 18002            "content": "38831469f9922bded8ee21c9dc46985e0399308c"
 18003          }
 18004        ],
 18005        "licenses": [
 18006          {
 18007            "license": {
 18008              "id": "MIT"
 18009            }
 18010          }
 18011        ],
 18012        "purl": "pkg:npm/core-js@2.6.11",
 18013        "externalReferences": [
 18014          {
 18015            "type": "website",
 18016            "url": "https://github.com/zloirock/core-js#readme"
 18017          },
 18018          {
 18019            "type": "issue-tracker",
 18020            "url": "https://github.com/zloirock/core-js/issues"
 18021          },
 18022          {
 18023            "type": "vcs",
 18024            "url": "git+https://github.com/zloirock/core-js.git"
 18025          }
 18026        ]
 18027      },
 18028      {
 18029        "type": "library",
 18030        "bom-ref": "pkg:npm/regenerator-runtime@0.11.1",
 18031        "name": "regenerator-runtime",
 18032        "version": "0.11.1",
 18033        "description": "Runtime for Regenerator-compiled generator and async functions.",
 18034        "hashes": [
 18035          {
 18036            "alg": "SHA-1",
 18037            "content": "be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
 18038          }
 18039        ],
 18040        "licenses": [
 18041          {
 18042            "license": {
 18043              "id": "MIT"
 18044            }
 18045          }
 18046        ],
 18047        "purl": "pkg:npm/regenerator-runtime@0.11.1",
 18048        "externalReferences": [
 18049          {
 18050            "type": "vcs",
 18051            "url": "https://github.com/facebook/regenerator/tree/master/packages/regenerator-runtime"
 18052          }
 18053        ]
 18054      },
 18055      {
 18056        "type": "library",
 18057        "bom-ref": "pkg:npm/brfs@2.0.2",
 18058        "name": "brfs",
 18059        "version": "2.0.2",
 18060        "description": "browserify fs.readFileSync() static asset inliner",
 18061        "hashes": [
 18062          {
 18063            "alg": "SHA-1",
 18064            "content": "44237878fa82aa479ce4f5fe2c1796ec69f07845"
 18065          }
 18066        ],
 18067        "licenses": [
 18068          {
 18069            "license": {
 18070              "id": "MIT"
 18071            }
 18072          }
 18073        ],
 18074        "purl": "pkg:npm/brfs@2.0.2",
 18075        "externalReferences": [
 18076          {
 18077            "type": "website",
 18078            "url": "https://github.com/substack/brfs"
 18079          },
 18080          {
 18081            "type": "issue-tracker",
 18082            "url": "https://github.com/substack/brfs/issues"
 18083          },
 18084          {
 18085            "type": "vcs",
 18086            "url": "git://github.com/substack/brfs.git"
 18087          }
 18088        ]
 18089      },
 18090      {
 18091        "type": "library",
 18092        "bom-ref": "pkg:npm/quote-stream@1.0.2",
 18093        "name": "quote-stream",
 18094        "version": "1.0.2",
 18095        "description": "transform a stream into a quoted string",
 18096        "hashes": [
 18097          {
 18098            "alg": "SHA-1",
 18099            "content": "84963f8c9c26b942e153feeb53aae74652b7e0b2"
 18100          }
 18101        ],
 18102        "licenses": [
 18103          {
 18104            "license": {
 18105              "id": "MIT"
 18106            }
 18107          }
 18108        ],
 18109        "purl": "pkg:npm/quote-stream@1.0.2",
 18110        "externalReferences": [
 18111          {
 18112            "type": "website",
 18113            "url": "https://github.com/substack/quote-stream"
 18114          },
 18115          {
 18116            "type": "issue-tracker",
 18117            "url": "https://github.com/substack/quote-stream/issues"
 18118          },
 18119          {
 18120            "type": "vcs",
 18121            "url": "git://github.com/substack/quote-stream.git"
 18122          }
 18123        ]
 18124      },
 18125      {
 18126        "type": "library",
 18127        "bom-ref": "pkg:npm/buffer-equal@0.0.1",
 18128        "name": "buffer-equal",
 18129        "version": "0.0.1",
 18130        "description": "return whether two buffers are equal",
 18131        "hashes": [
 18132          {
 18133            "alg": "SHA-1",
 18134            "content": "91bc74b11ea405bc916bc6aa908faafa5b4aac4b"
 18135          }
 18136        ],
 18137        "licenses": [
 18138          {
 18139            "license": {
 18140              "id": "MIT"
 18141            }
 18142          }
 18143        ],
 18144        "purl": "pkg:npm/buffer-equal@0.0.1",
 18145        "externalReferences": [
 18146          {
 18147            "type": "website",
 18148            "url": "https://github.com/substack/node-buffer-equal#readme"
 18149          },
 18150          {
 18151            "type": "issue-tracker",
 18152            "url": "https://github.com/substack/node-buffer-equal/issues"
 18153          },
 18154          {
 18155            "type": "vcs",
 18156            "url": "git://github.com/substack/node-buffer-equal.git"
 18157          }
 18158        ]
 18159      },
 18160      {
 18161        "type": "library",
 18162        "bom-ref": "pkg:npm/through2@2.0.5",
 18163        "name": "through2",
 18164        "version": "2.0.5",
 18165        "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
 18166        "hashes": [
 18167          {
 18168            "alg": "SHA-1",
 18169            "content": "01c1e39eb31d07cb7d03a96a70823260b23132cd"
 18170          }
 18171        ],
 18172        "licenses": [
 18173          {
 18174            "license": {
 18175              "id": "MIT"
 18176            }
 18177          }
 18178        ],
 18179        "purl": "pkg:npm/through2@2.0.5",
 18180        "externalReferences": [
 18181          {
 18182            "type": "website",
 18183            "url": "https://github.com/rvagg/through2#readme"
 18184          },
 18185          {
 18186            "type": "issue-tracker",
 18187            "url": "https://github.com/rvagg/through2/issues"
 18188          },
 18189          {
 18190            "type": "vcs",
 18191            "url": "git+https://github.com/rvagg/through2.git"
 18192          }
 18193        ]
 18194      },
 18195      {
 18196        "type": "library",
 18197        "bom-ref": "pkg:npm/static-module@3.0.4",
 18198        "name": "static-module",
 18199        "version": "3.0.4",
 18200        "description": "convert module usage to inline expressions",
 18201        "hashes": [
 18202          {
 18203            "alg": "SHA-1",
 18204            "content": "bfbd1d1c38dd1fbbf0bb4af0c1b3ae18a93a2b68"
 18205          }
 18206        ],
 18207        "licenses": [
 18208          {
 18209            "license": {
 18210              "id": "MIT"
 18211            }
 18212          }
 18213        ],
 18214        "purl": "pkg:npm/static-module@3.0.4",
 18215        "externalReferences": [
 18216          {
 18217            "type": "website",
 18218            "url": "https://github.com/substack/static-module"
 18219          },
 18220          {
 18221            "type": "issue-tracker",
 18222            "url": "https://github.com/substack/static-module/issues"
 18223          },
 18224          {
 18225            "type": "vcs",
 18226            "url": "git://github.com/substack/static-module.git"
 18227          }
 18228        ]
 18229      },
 18230      {
 18231        "type": "library",
 18232        "bom-ref": "pkg:npm/acorn-node@1.8.2",
 18233        "name": "acorn-node",
 18234        "version": "1.8.2",
 18235        "description": "the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions",
 18236        "hashes": [
 18237          {
 18238            "alg": "SHA-1",
 18239            "content": "114c95d64539e53dede23de8b9d96df7c7ae2af8"
 18240          }
 18241        ],
 18242        "licenses": [
 18243          {
 18244            "license": {
 18245              "id": "Apache-2.0"
 18246            }
 18247          }
 18248        ],
 18249        "purl": "pkg:npm/acorn-node@1.8.2",
 18250        "externalReferences": [
 18251          {
 18252            "type": "website",
 18253            "url": "https://github.com/browserify/acorn-node"
 18254          },
 18255          {
 18256            "type": "issue-tracker",
 18257            "url": "https://github.com/browserify/acorn-node/issues"
 18258          },
 18259          {
 18260            "type": "vcs",
 18261            "url": "git+https://github.com/browserify/acorn-node.git"
 18262          }
 18263        ]
 18264      },
 18265      {
 18266        "type": "library",
 18267        "bom-ref": "pkg:npm/acorn@7.3.1",
 18268        "name": "acorn",
 18269        "version": "7.3.1",
 18270        "description": "ECMAScript parser",
 18271        "hashes": [
 18272          {
 18273            "alg": "SHA-1",
 18274            "content": "85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
 18275          }
 18276        ],
 18277        "licenses": [
 18278          {
 18279            "license": {
 18280              "id": "MIT"
 18281            }
 18282          }
 18283        ],
 18284        "purl": "pkg:npm/acorn@7.3.1",
 18285        "externalReferences": [
 18286          {
 18287            "type": "website",
 18288            "url": "https://github.com/acornjs/acorn"
 18289          },
 18290          {
 18291            "type": "issue-tracker",
 18292            "url": "https://github.com/acornjs/acorn/issues"
 18293          },
 18294          {
 18295            "type": "vcs",
 18296            "url": "git+https://github.com/acornjs/acorn.git"
 18297          }
 18298        ]
 18299      },
 18300      {
 18301        "type": "library",
 18302        "bom-ref": "pkg:npm/acorn-walk@7.2.0",
 18303        "name": "acorn-walk",
 18304        "version": "7.2.0",
 18305        "description": "ECMAScript (ESTree) AST walker",
 18306        "hashes": [
 18307          {
 18308            "alg": "SHA-1",
 18309            "content": "0de889a601203909b0fbe07b8938dc21d2e967bc"
 18310          }
 18311        ],
 18312        "licenses": [
 18313          {
 18314            "license": {
 18315              "id": "MIT"
 18316            }
 18317          }
 18318        ],
 18319        "purl": "pkg:npm/acorn-walk@7.2.0",
 18320        "externalReferences": [
 18321          {
 18322            "type": "website",
 18323            "url": "https://github.com/acornjs/acorn"
 18324          },
 18325          {
 18326            "type": "issue-tracker",
 18327            "url": "https://github.com/acornjs/acorn/issues"
 18328          },
 18329          {
 18330            "type": "vcs",
 18331            "url": "git+https://github.com/acornjs/acorn.git"
 18332          }
 18333        ]
 18334      },
 18335      {
 18336        "type": "library",
 18337        "bom-ref": "pkg:npm/convert-source-map@1.7.0",
 18338        "name": "convert-source-map",
 18339        "version": "1.7.0",
 18340        "description": "Converts a source-map from/to  different formats and allows adding/changing properties.",
 18341        "hashes": [
 18342          {
 18343            "alg": "SHA-1",
 18344            "content": "17a2cb882d7f77d3490585e2ce6c524424a3a442"
 18345          }
 18346        ],
 18347        "licenses": [
 18348          {
 18349            "license": {
 18350              "id": "MIT"
 18351            }
 18352          }
 18353        ],
 18354        "purl": "pkg:npm/convert-source-map@1.7.0",
 18355        "externalReferences": [
 18356          {
 18357            "type": "website",
 18358            "url": "https://github.com/thlorenz/convert-source-map"
 18359          },
 18360          {
 18361            "type": "issue-tracker",
 18362            "url": "https://github.com/thlorenz/convert-source-map/issues"
 18363          },
 18364          {
 18365            "type": "vcs",
 18366            "url": "git://github.com/thlorenz/convert-source-map.git"
 18367          }
 18368        ]
 18369      },
 18370      {
 18371        "type": "library",
 18372        "bom-ref": "pkg:npm/duplexer2@0.1.4",
 18373        "name": "duplexer2",
 18374        "version": "0.1.4",
 18375        "description": "Like duplexer but using streams3",
 18376        "hashes": [
 18377          {
 18378            "alg": "SHA-1",
 18379            "content": "8b12dab878c0d69e3e7891051662a32fc6bddcc1"
 18380          }
 18381        ],
 18382        "licenses": [
 18383          {
 18384            "license": {
 18385              "id": "BSD-3-Clause"
 18386            }
 18387          }
 18388        ],
 18389        "purl": "pkg:npm/duplexer2@0.1.4",
 18390        "externalReferences": [
 18391          {
 18392            "type": "website",
 18393            "url": "https://github.com/deoxxa/duplexer2#readme"
 18394          },
 18395          {
 18396            "type": "issue-tracker",
 18397            "url": "https://github.com/deoxxa/duplexer2/issues"
 18398          },
 18399          {
 18400            "type": "vcs",
 18401            "url": "git+https://github.com/deoxxa/duplexer2.git"
 18402          }
 18403        ]
 18404      },
 18405      {
 18406        "type": "library",
 18407        "bom-ref": "pkg:npm/escodegen@1.14.3",
 18408        "name": "escodegen",
 18409        "version": "1.14.3",
 18410        "description": "ECMAScript code generator",
 18411        "hashes": [
 18412          {
 18413            "alg": "SHA-1",
 18414            "content": "4e7b81fba61581dc97582ed78cab7f0e8d63f503"
 18415          }
 18416        ],
 18417        "licenses": [
 18418          {
 18419            "license": {
 18420              "id": "BSD-2-Clause"
 18421            }
 18422          }
 18423        ],
 18424        "purl": "pkg:npm/escodegen@1.14.3",
 18425        "externalReferences": [
 18426          {
 18427            "type": "website",
 18428            "url": "http://github.com/estools/escodegen"
 18429          },
 18430          {
 18431            "type": "issue-tracker",
 18432            "url": "https://github.com/estools/escodegen/issues"
 18433          },
 18434          {
 18435            "type": "vcs",
 18436            "url": "git+ssh://git@github.com/estools/escodegen.git"
 18437          }
 18438        ]
 18439      },
 18440      {
 18441        "type": "library",
 18442        "bom-ref": "pkg:npm/estraverse@4.3.0",
 18443        "name": "estraverse",
 18444        "version": "4.3.0",
 18445        "description": "ECMAScript JS AST traversal functions",
 18446        "hashes": [
 18447          {
 18448            "alg": "SHA-1",
 18449            "content": "398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
 18450          }
 18451        ],
 18452        "licenses": [
 18453          {
 18454            "license": {
 18455              "id": "BSD-2-Clause"
 18456            }
 18457          }
 18458        ],
 18459        "purl": "pkg:npm/estraverse@4.3.0",
 18460        "externalReferences": [
 18461          {
 18462            "type": "website",
 18463            "url": "https://github.com/estools/estraverse"
 18464          },
 18465          {
 18466            "type": "issue-tracker",
 18467            "url": "https://github.com/estools/estraverse/issues"
 18468          },
 18469          {
 18470            "type": "vcs",
 18471            "url": "git+ssh://git@github.com/estools/estraverse.git"
 18472          }
 18473        ]
 18474      },
 18475      {
 18476        "type": "library",
 18477        "bom-ref": "pkg:npm/esutils@2.0.3",
 18478        "name": "esutils",
 18479        "version": "2.0.3",
 18480        "description": "utility box for ECMAScript language tools",
 18481        "hashes": [
 18482          {
 18483            "alg": "SHA-1",
 18484            "content": "74d2eb4de0b8da1293711910d50775b9b710ef64"
 18485          }
 18486        ],
 18487        "licenses": [
 18488          {
 18489            "license": {
 18490              "id": "BSD-2-Clause"
 18491            }
 18492          }
 18493        ],
 18494        "purl": "pkg:npm/esutils@2.0.3",
 18495        "externalReferences": [
 18496          {
 18497            "type": "website",
 18498            "url": "https://github.com/estools/esutils"
 18499          },
 18500          {
 18501            "type": "issue-tracker",
 18502            "url": "https://github.com/estools/esutils/issues"
 18503          },
 18504          {
 18505            "type": "vcs",
 18506            "url": "git+ssh://git@github.com/estools/esutils.git"
 18507          }
 18508        ]
 18509      },
 18510      {
 18511        "type": "library",
 18512        "bom-ref": "pkg:npm/optionator@0.8.3",
 18513        "name": "optionator",
 18514        "version": "0.8.3",
 18515        "description": "option parsing and help generation",
 18516        "hashes": [
 18517          {
 18518            "alg": "SHA-1",
 18519            "content": "84fa1d036fe9d3c7e21d99884b601167ec8fb495"
 18520          }
 18521        ],
 18522        "licenses": [
 18523          {
 18524            "license": {
 18525              "id": "MIT"
 18526            }
 18527          }
 18528        ],
 18529        "purl": "pkg:npm/optionator@0.8.3",
 18530        "externalReferences": [
 18531          {
 18532            "type": "website",
 18533            "url": "https://github.com/gkz/optionator"
 18534          },
 18535          {
 18536            "type": "issue-tracker",
 18537            "url": "https://github.com/gkz/optionator/issues"
 18538          },
 18539          {
 18540            "type": "vcs",
 18541            "url": "git://github.com/gkz/optionator.git"
 18542          }
 18543        ]
 18544      },
 18545      {
 18546        "type": "library",
 18547        "bom-ref": "pkg:npm/deep-is@0.1.3",
 18548        "name": "deep-is",
 18549        "version": "0.1.3",
 18550        "description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
 18551        "hashes": [
 18552          {
 18553            "alg": "SHA-1",
 18554            "content": "b369d6fb5dbc13eecf524f91b070feedc357cf34"
 18555          }
 18556        ],
 18557        "licenses": [
 18558          {
 18559            "license": {
 18560              "id": "MIT"
 18561            }
 18562          }
 18563        ],
 18564        "purl": "pkg:npm/deep-is@0.1.3",
 18565        "externalReferences": [
 18566          {
 18567            "type": "website",
 18568            "url": "https://github.com/thlorenz/deep-is#readme"
 18569          },
 18570          {
 18571            "type": "issue-tracker",
 18572            "url": "https://github.com/thlorenz/deep-is/issues"
 18573          },
 18574          {
 18575            "type": "vcs",
 18576            "url": "git+ssh://git@github.com/thlorenz/deep-is.git"
 18577          }
 18578        ]
 18579      },
 18580      {
 18581        "type": "library",
 18582        "bom-ref": "pkg:npm/fast-levenshtein@2.0.6",
 18583        "name": "fast-levenshtein",
 18584        "version": "2.0.6",
 18585        "description": "Efficient implementation of Levenshtein algorithm  with locale-specific collator support.",
 18586        "hashes": [
 18587          {
 18588            "alg": "SHA-1",
 18589            "content": "3d8a5c66883a16a30ca8643e851f19baa7797917"
 18590          }
 18591        ],
 18592        "licenses": [
 18593          {
 18594            "license": {
 18595              "id": "MIT"
 18596            }
 18597          }
 18598        ],
 18599        "purl": "pkg:npm/fast-levenshtein@2.0.6",
 18600        "externalReferences": [
 18601          {
 18602            "type": "website",
 18603            "url": "https://github.com/hiddentao/fast-levenshtein#readme"
 18604          },
 18605          {
 18606            "type": "issue-tracker",
 18607            "url": "https://github.com/hiddentao/fast-levenshtein/issues"
 18608          },
 18609          {
 18610            "type": "vcs",
 18611            "url": "git+https://github.com/hiddentao/fast-levenshtein.git"
 18612          }
 18613        ]
 18614      },
 18615      {
 18616        "type": "library",
 18617        "bom-ref": "pkg:npm/levn@0.3.0",
 18618        "name": "levn",
 18619        "version": "0.3.0",
 18620        "description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
 18621        "hashes": [
 18622          {
 18623            "alg": "SHA-1",
 18624            "content": "3b09924edf9f083c0490fdd4c0bc4421e04764ee"
 18625          }
 18626        ],
 18627        "licenses": [
 18628          {
 18629            "license": {
 18630              "id": "MIT"
 18631            }
 18632          }
 18633        ],
 18634        "purl": "pkg:npm/levn@0.3.0",
 18635        "externalReferences": [
 18636          {
 18637            "type": "website",
 18638            "url": "https://github.com/gkz/levn"
 18639          },
 18640          {
 18641            "type": "issue-tracker",
 18642            "url": "https://github.com/gkz/levn/issues"
 18643          },
 18644          {
 18645            "type": "vcs",
 18646            "url": "git://github.com/gkz/levn.git"
 18647          }
 18648        ]
 18649      },
 18650      {
 18651        "type": "library",
 18652        "bom-ref": "pkg:npm/prelude-ls@1.1.2",
 18653        "name": "prelude-ls",
 18654        "version": "1.1.2",
 18655        "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.",
 18656        "hashes": [
 18657          {
 18658            "alg": "SHA-1",
 18659            "content": "21932a549f5e52ffd9a827f570e04be62a97da54"
 18660          }
 18661        ],
 18662        "purl": "pkg:npm/prelude-ls@1.1.2",
 18663        "externalReferences": [
 18664          {
 18665            "type": "website",
 18666            "url": "http://preludels.com"
 18667          },
 18668          {
 18669            "type": "issue-tracker",
 18670            "url": "https://github.com/gkz/prelude-ls/issues"
 18671          },
 18672          {
 18673            "type": "vcs",
 18674            "url": "git://github.com/gkz/prelude-ls.git"
 18675          }
 18676        ]
 18677      },
 18678      {
 18679        "type": "library",
 18680        "bom-ref": "pkg:npm/type-check@0.3.2",
 18681        "name": "type-check",
 18682        "version": "0.3.2",
 18683        "description": "type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax.",
 18684        "hashes": [
 18685          {
 18686            "alg": "SHA-1",
 18687            "content": "5884cab512cf1d355e3fb784f30804b2b520db72"
 18688          }
 18689        ],
 18690        "licenses": [
 18691          {
 18692            "license": {
 18693              "id": "MIT"
 18694            }
 18695          }
 18696        ],
 18697        "purl": "pkg:npm/type-check@0.3.2",
 18698        "externalReferences": [
 18699          {
 18700            "type": "website",
 18701            "url": "https://github.com/gkz/type-check"
 18702          },
 18703          {
 18704            "type": "issue-tracker",
 18705            "url": "https://github.com/gkz/type-check/issues"
 18706          },
 18707          {
 18708            "type": "vcs",
 18709            "url": "git://github.com/gkz/type-check.git"
 18710          }
 18711        ]
 18712      },
 18713      {
 18714        "type": "library",
 18715        "bom-ref": "pkg:npm/word-wrap@1.2.3",
 18716        "name": "word-wrap",
 18717        "version": "1.2.3",
 18718        "description": "Wrap words to a specified length.",
 18719        "hashes": [
 18720          {
 18721            "alg": "SHA-1",
 18722            "content": "610636f6b1f703891bd34771ccb17fb93b47079c"
 18723          }
 18724        ],
 18725        "licenses": [
 18726          {
 18727            "license": {
 18728              "id": "MIT"
 18729            }
 18730          }
 18731        ],
 18732        "purl": "pkg:npm/word-wrap@1.2.3",
 18733        "externalReferences": [
 18734          {
 18735            "type": "website",
 18736            "url": "https://github.com/jonschlinkert/word-wrap"
 18737          },
 18738          {
 18739            "type": "issue-tracker",
 18740            "url": "https://github.com/jonschlinkert/word-wrap/issues"
 18741          },
 18742          {
 18743            "type": "vcs",
 18744            "url": "git+https://github.com/jonschlinkert/word-wrap.git"
 18745          }
 18746        ]
 18747      },
 18748      {
 18749        "type": "library",
 18750        "bom-ref": "pkg:npm/source-map@0.6.1",
 18751        "name": "source-map",
 18752        "version": "0.6.1",
 18753        "description": "Generates and consumes source maps",
 18754        "hashes": [
 18755          {
 18756            "alg": "SHA-1",
 18757            "content": "74722af32e9614e9c287a8d0bbde48b5e2f1a263"
 18758          }
 18759        ],
 18760        "licenses": [
 18761          {
 18762            "license": {
 18763              "id": "BSD-3-Clause"
 18764            }
 18765          }
 18766        ],
 18767        "purl": "pkg:npm/source-map@0.6.1",
 18768        "externalReferences": [
 18769          {
 18770            "type": "website",
 18771            "url": "https://github.com/mozilla/source-map"
 18772          },
 18773          {
 18774            "type": "issue-tracker",
 18775            "url": "https://github.com/mozilla/source-map/issues"
 18776          },
 18777          {
 18778            "type": "vcs",
 18779            "url": "git+ssh://git@github.com/mozilla/source-map.git"
 18780          }
 18781        ]
 18782      },
 18783      {
 18784        "type": "library",
 18785        "bom-ref": "pkg:npm/has@1.0.3",
 18786        "name": "has",
 18787        "version": "1.0.3",
 18788        "description": "Object.prototype.hasOwnProperty.call shortcut",
 18789        "hashes": [
 18790          {
 18791            "alg": "SHA-1",
 18792            "content": "722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
 18793          }
 18794        ],
 18795        "licenses": [
 18796          {
 18797            "license": {
 18798              "id": "MIT"
 18799            }
 18800          }
 18801        ],
 18802        "purl": "pkg:npm/has@1.0.3",
 18803        "externalReferences": [
 18804          {
 18805            "type": "website",
 18806            "url": "https://github.com/tarruda/has"
 18807          },
 18808          {
 18809            "type": "issue-tracker",
 18810            "url": "https://github.com/tarruda/has/issues"
 18811          },
 18812          {
 18813            "type": "vcs",
 18814            "url": "git://github.com/tarruda/has.git"
 18815          }
 18816        ]
 18817      },
 18818      {
 18819        "type": "library",
 18820        "bom-ref": "pkg:npm/function-bind@1.1.1",
 18821        "name": "function-bind",
 18822        "version": "1.1.1",
 18823        "description": "Implementation of Function.prototype.bind",
 18824        "hashes": [
 18825          {
 18826            "alg": "SHA-1",
 18827            "content": "a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
 18828          }
 18829        ],
 18830        "licenses": [
 18831          {
 18832            "license": {
 18833              "id": "MIT"
 18834            }
 18835          }
 18836        ],
 18837        "purl": "pkg:npm/function-bind@1.1.1",
 18838        "externalReferences": [
 18839          {
 18840            "type": "website",
 18841            "url": "https://github.com/Raynos/function-bind"
 18842          },
 18843          {
 18844            "type": "issue-tracker",
 18845            "url": "https://github.com/Raynos/function-bind/issues"
 18846          },
 18847          {
 18848            "type": "vcs",
 18849            "url": "git://github.com/Raynos/function-bind.git"
 18850          }
 18851        ]
 18852      },
 18853      {
 18854        "type": "library",
 18855        "bom-ref": "pkg:npm/magic-string@0.25.1",
 18856        "name": "magic-string",
 18857        "version": "0.25.1",
 18858        "description": "Modify strings, generate sourcemaps",
 18859        "hashes": [
 18860          {
 18861            "alg": "SHA-1",
 18862            "content": "b1c248b399cd7485da0fe7385c2fc7011843266e"
 18863          }
 18864        ],
 18865        "licenses": [
 18866          {
 18867            "license": {
 18868              "id": "MIT"
 18869            }
 18870          }
 18871        ],
 18872        "purl": "pkg:npm/magic-string@0.25.1",
 18873        "externalReferences": [
 18874          {
 18875            "type": "website",
 18876            "url": "https://github.com/rich-harris/magic-string#readme"
 18877          },
 18878          {
 18879            "type": "issue-tracker",
 18880            "url": "https://github.com/rich-harris/magic-string/issues"
 18881          },
 18882          {
 18883            "type": "vcs",
 18884            "url": "git+https://github.com/rich-harris/magic-string.git"
 18885          }
 18886        ]
 18887      },
 18888      {
 18889        "type": "library",
 18890        "bom-ref": "pkg:npm/sourcemap-codec@1.4.8",
 18891        "name": "sourcemap-codec",
 18892        "version": "1.4.8",
 18893        "description": "Encode/decode sourcemap mappings",
 18894        "hashes": [
 18895          {
 18896            "alg": "SHA-1",
 18897            "content": "ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
 18898          }
 18899        ],
 18900        "licenses": [
 18901          {
 18902            "license": {
 18903              "id": "MIT"
 18904            }
 18905          }
 18906        ],
 18907        "purl": "pkg:npm/sourcemap-codec@1.4.8",
 18908        "externalReferences": [
 18909          {
 18910            "type": "website",
 18911            "url": "https://github.com/Rich-Harris/sourcemap-codec"
 18912          },
 18913          {
 18914            "type": "issue-tracker",
 18915            "url": "https://github.com/Rich-Harris/sourcemap-codec/issues"
 18916          },
 18917          {
 18918            "type": "vcs",
 18919            "url": "git+https://github.com/Rich-Harris/sourcemap-codec.git"
 18920          }
 18921        ]
 18922      },
 18923      {
 18924        "type": "library",
 18925        "bom-ref": "pkg:npm/merge-source-map@1.0.4",
 18926        "name": "merge-source-map",
 18927        "version": "1.0.4",
 18928        "description": "Merge old source map and new source map in multi-transform flow",
 18929        "hashes": [
 18930          {
 18931            "alg": "SHA-1",
 18932            "content": "a5de46538dae84d4114cc5ea02b4772a6346701f"
 18933          }
 18934        ],
 18935        "licenses": [
 18936          {
 18937            "license": {
 18938              "id": "MIT"
 18939            }
 18940          }
 18941        ],
 18942        "purl": "pkg:npm/merge-source-map@1.0.4",
 18943        "externalReferences": [
 18944          {
 18945            "type": "website",
 18946            "url": "https://github.com/keik/merge-source-map#readme"
 18947          },
 18948          {
 18949            "type": "issue-tracker",
 18950            "url": "https://github.com/keik/merge-source-map/issues"
 18951          },
 18952          {
 18953            "type": "vcs",
 18954            "url": "git+https://github.com/keik/merge-source-map.git"
 18955          }
 18956        ]
 18957      },
 18958      {
 18959        "type": "library",
 18960        "bom-ref": "pkg:npm/object-inspect@1.8.0",
 18961        "name": "object-inspect",
 18962        "version": "1.8.0",
 18963        "description": "string representations of objects in node and the browser",
 18964        "hashes": [
 18965          {
 18966            "alg": "SHA-1",
 18967            "content": "df807e5ecf53a609cc6bfe93eac3cc7be5b3a9d0"
 18968          }
 18969        ],
 18970        "licenses": [
 18971          {
 18972            "license": {
 18973              "id": "MIT"
 18974            }
 18975          }
 18976        ],
 18977        "purl": "pkg:npm/object-inspect@1.8.0",
 18978        "externalReferences": [
 18979          {
 18980            "type": "website",
 18981            "url": "https://github.com/inspect-js/object-inspect"
 18982          },
 18983          {
 18984            "type": "issue-tracker",
 18985            "url": "https://github.com/inspect-js/object-inspect/issues"
 18986          },
 18987          {
 18988            "type": "vcs",
 18989            "url": "git://github.com/inspect-js/object-inspect.git"
 18990          }
 18991        ]
 18992      },
 18993      {
 18994        "type": "library",
 18995        "bom-ref": "pkg:npm/scope-analyzer@2.1.1",
 18996        "name": "scope-analyzer",
 18997        "version": "2.1.1",
 18998        "description": "simple scope analysis for javascript ASTs",
 18999        "hashes": [
 19000          {
 19001            "alg": "SHA-1",
 19002            "content": "5156c27de084d74bf75af9e9506aaf95c6e73dd6"
 19003          }
 19004        ],
 19005        "licenses": [
 19006          {
 19007            "license": {
 19008              "id": "Apache-2.0"
 19009            }
 19010          }
 19011        ],
 19012        "purl": "pkg:npm/scope-analyzer@2.1.1",
 19013        "externalReferences": [
 19014          {
 19015            "type": "website",
 19016            "url": "https://github.com/goto-bus-stop/scope-analyzer"
 19017          },
 19018          {
 19019            "type": "issue-tracker",
 19020            "url": "https://github.com/goto-bus-stop/scope-analyzer/issues"
 19021          },
 19022          {
 19023            "type": "vcs",
 19024            "url": "git+https://github.com/goto-bus-stop/scope-analyzer.git"
 19025          }
 19026        ]
 19027      },
 19028      {
 19029        "type": "library",
 19030        "bom-ref": "pkg:npm/array-from@2.1.1",
 19031        "name": "array-from",
 19032        "version": "2.1.1",
 19033        "description": "A ponyfill for the ES 2015 (ES6) `Array.from()`.",
 19034        "hashes": [
 19035          {
 19036            "alg": "SHA-1",
 19037            "content": "cfe9d8c26628b9dc5aecc62a9f5d8f1f352c1195"
 19038          }
 19039        ],
 19040        "licenses": [
 19041          {
 19042            "license": {
 19043              "id": "MIT"
 19044            }
 19045          }
 19046        ],
 19047        "purl": "pkg:npm/array-from@2.1.1",
 19048        "externalReferences": [
 19049          {
 19050            "type": "website",
 19051            "url": "https://github.com/studio-b12/array-from#readme"
 19052          },
 19053          {
 19054            "type": "issue-tracker",
 19055            "url": "https://github.com/studio-b12/array-from/issues"
 19056          },
 19057          {
 19058            "type": "vcs",
 19059            "url": "git+ssh://git@github.com/studio-b12/array-from.git"
 19060          }
 19061        ]
 19062      },
 19063      {
 19064        "type": "library",
 19065        "bom-ref": "pkg:npm/dash-ast@1.0.0",
 19066        "name": "dash-ast",
 19067        "version": "1.0.0",
 19068        "description": "walk an AST, quickly",
 19069        "hashes": [
 19070          {
 19071            "alg": "SHA-1",
 19072            "content": "12029ba5fb2f8aa6f0a861795b23c1b4b6c27d37"
 19073          }
 19074        ],
 19075        "licenses": [
 19076          {
 19077            "license": {
 19078              "id": "Apache-2.0"
 19079            }
 19080          }
 19081        ],
 19082        "purl": "pkg:npm/dash-ast@1.0.0",
 19083        "externalReferences": [
 19084          {
 19085            "type": "website",
 19086            "url": "https://github.com/goto-bus-stop/dash-ast"
 19087          },
 19088          {
 19089            "type": "issue-tracker",
 19090            "url": "https://github.com/goto-bus-stop/dash-ast/issues"
 19091          },
 19092          {
 19093            "type": "vcs",
 19094            "url": "git+https://github.com/goto-bus-stop/dash-ast.git"
 19095          }
 19096        ]
 19097      },
 19098      {
 19099        "type": "library",
 19100        "bom-ref": "pkg:npm/es6-map@0.1.5",
 19101        "name": "es6-map",
 19102        "version": "0.1.5",
 19103        "description": "ECMAScript6 Map polyfill",
 19104        "hashes": [
 19105          {
 19106            "alg": "SHA-1",
 19107            "content": "9136e0503dcc06a301690f0bb14ff4e364e949f0"
 19108          }
 19109        ],
 19110        "licenses": [
 19111          {
 19112            "license": {
 19113              "id": "MIT"
 19114            }
 19115          }
 19116        ],
 19117        "purl": "pkg:npm/es6-map@0.1.5",
 19118        "externalReferences": [
 19119          {
 19120            "type": "website",
 19121            "url": "https://github.com/medikoo/es6-map#readme"
 19122          },
 19123          {
 19124            "type": "issue-tracker",
 19125            "url": "https://github.com/medikoo/es6-map/issues"
 19126          },
 19127          {
 19128            "type": "vcs",
 19129            "url": "git://github.com/medikoo/es6-map.git"
 19130          }
 19131        ]
 19132      },
 19133      {
 19134        "type": "library",
 19135        "bom-ref": "pkg:npm/d@1.0.1",
 19136        "name": "d",
 19137        "version": "1.0.1",
 19138        "description": "Property descriptor factory",
 19139        "hashes": [
 19140          {
 19141            "alg": "SHA-1",
 19142            "content": "8698095372d58dbee346ffd0c7093f99f8f9eb5a"
 19143          }
 19144        ],
 19145        "licenses": [
 19146          {
 19147            "license": {
 19148              "id": "ISC"
 19149            }
 19150          }
 19151        ],
 19152        "purl": "pkg:npm/d@1.0.1",
 19153        "externalReferences": [
 19154          {
 19155            "type": "website",
 19156            "url": "https://github.com/medikoo/d#readme"
 19157          },
 19158          {
 19159            "type": "issue-tracker",
 19160            "url": "https://github.com/medikoo/d/issues"
 19161          },
 19162          {
 19163            "type": "vcs",
 19164            "url": "git://github.com/medikoo/d.git"
 19165          }
 19166        ]
 19167      },
 19168      {
 19169        "type": "library",
 19170        "bom-ref": "pkg:npm/es5-ext@0.10.53",
 19171        "name": "es5-ext",
 19172        "version": "0.10.53",
 19173        "description": "ECMAScript extensions and shims",
 19174        "hashes": [
 19175          {
 19176            "alg": "SHA-1",
 19177            "content": "93c5a3acfdbef275220ad72644ad02ee18368de1"
 19178          }
 19179        ],
 19180        "licenses": [
 19181          {
 19182            "license": {
 19183              "id": "ISC"
 19184            }
 19185          }
 19186        ],
 19187        "purl": "pkg:npm/es5-ext@0.10.53",
 19188        "externalReferences": [
 19189          {
 19190            "type": "website",
 19191            "url": "https://github.com/medikoo/es5-ext#readme"
 19192          },
 19193          {
 19194            "type": "issue-tracker",
 19195            "url": "https://github.com/medikoo/es5-ext/issues"
 19196          },
 19197          {
 19198            "type": "vcs",
 19199            "url": "git+https://github.com/medikoo/es5-ext.git"
 19200          }
 19201        ]
 19202      },
 19203      {
 19204        "type": "library",
 19205        "bom-ref": "pkg:npm/es6-iterator@2.0.3",
 19206        "name": "es6-iterator",
 19207        "version": "2.0.3",
 19208        "description": "Iterator abstraction based on ES6 specification",
 19209        "hashes": [
 19210          {
 19211            "alg": "SHA-1",
 19212            "content": "a7de889141a05a94b0854403b2d0a0fbfa98f3b7"
 19213          }
 19214        ],
 19215        "licenses": [
 19216          {
 19217            "license": {
 19218              "id": "MIT"
 19219            }
 19220          }
 19221        ],
 19222        "purl": "pkg:npm/es6-iterator@2.0.3",
 19223        "externalReferences": [
 19224          {
 19225            "type": "website",
 19226            "url": "https://github.com/medikoo/es6-iterator#readme"
 19227          },
 19228          {
 19229            "type": "issue-tracker",
 19230            "url": "https://github.com/medikoo/es6-iterator/issues"
 19231          },
 19232          {
 19233            "type": "vcs",
 19234            "url": "git://github.com/medikoo/es6-iterator.git"
 19235          }
 19236        ]
 19237      },
 19238      {
 19239        "type": "library",
 19240        "bom-ref": "pkg:npm/es6-symbol@3.1.3",
 19241        "name": "es6-symbol",
 19242        "version": "3.1.3",
 19243        "description": "ECMAScript 6 Symbol polyfill",
 19244        "hashes": [
 19245          {
 19246            "alg": "SHA-1",
 19247            "content": "bad5d3c1bcdac28269f4cb331e431c78ac705d18"
 19248          }
 19249        ],
 19250        "licenses": [
 19251          {
 19252            "license": {
 19253              "id": "ISC"
 19254            }
 19255          }
 19256        ],
 19257        "purl": "pkg:npm/es6-symbol@3.1.3",
 19258        "externalReferences": [
 19259          {
 19260            "type": "website",
 19261            "url": "https://github.com/medikoo/es6-symbol#readme"
 19262          },
 19263          {
 19264            "type": "issue-tracker",
 19265            "url": "https://github.com/medikoo/es6-symbol/issues"
 19266          },
 19267          {
 19268            "type": "vcs",
 19269            "url": "git://github.com/medikoo/es6-symbol.git"
 19270          }
 19271        ]
 19272      },
 19273      {
 19274        "type": "library",
 19275        "bom-ref": "pkg:npm/ext@1.4.0",
 19276        "name": "ext",
 19277        "version": "1.4.0",
 19278        "description": "JavaScript utilities with respect to emerging standard",
 19279        "hashes": [
 19280          {
 19281            "alg": "SHA-1",
 19282            "content": "89ae7a07158f79d35517882904324077e4379244"
 19283          }
 19284        ],
 19285        "licenses": [
 19286          {
 19287            "license": {
 19288              "id": "ISC"
 19289            }
 19290          }
 19291        ],
 19292        "purl": "pkg:npm/ext@1.4.0",
 19293        "externalReferences": [
 19294          {
 19295            "type": "vcs",
 19296            "url": "https://github.com/medikoo/es5-ext/tree/ext"
 19297          }
 19298        ]
 19299      },
 19300      {
 19301        "type": "library",
 19302        "bom-ref": "pkg:npm/type@2.0.0",
 19303        "name": "type",
 19304        "version": "2.0.0",
 19305        "description": "Runtime validation and processing of JavaScript types",
 19306        "hashes": [
 19307          {
 19308            "alg": "SHA-1",
 19309            "content": "5f16ff6ef2eb44f260494dae271033b29c09a9c3"
 19310          }
 19311        ],
 19312        "licenses": [
 19313          {
 19314            "license": {
 19315              "id": "ISC"
 19316            }
 19317          }
 19318        ],
 19319        "purl": "pkg:npm/type@2.0.0",
 19320        "externalReferences": [
 19321          {
 19322            "type": "website",
 19323            "url": "https://github.com/medikoo/type#readme"
 19324          },
 19325          {
 19326            "type": "issue-tracker",
 19327            "url": "https://github.com/medikoo/type/issues"
 19328          },
 19329          {
 19330            "type": "vcs",
 19331            "url": "git+https://github.com/medikoo/type.git"
 19332          }
 19333        ]
 19334      },
 19335      {
 19336        "type": "library",
 19337        "bom-ref": "pkg:npm/next-tick@1.0.0",
 19338        "name": "next-tick",
 19339        "version": "1.0.0",
 19340        "description": "Environment agnostic nextTick polyfill",
 19341        "hashes": [
 19342          {
 19343            "alg": "SHA-1",
 19344            "content": "ca86d1fe8828169b0120208e3dc8424b9db8342c"
 19345          }
 19346        ],
 19347        "licenses": [
 19348          {
 19349            "license": {
 19350              "id": "MIT"
 19351            }
 19352          }
 19353        ],
 19354        "purl": "pkg:npm/next-tick@1.0.0",
 19355        "externalReferences": [
 19356          {
 19357            "type": "website",
 19358            "url": "https://github.com/medikoo/next-tick#readme"
 19359          },
 19360          {
 19361            "type": "issue-tracker",
 19362            "url": "https://github.com/medikoo/next-tick/issues"
 19363          },
 19364          {
 19365            "type": "vcs",
 19366            "url": "git://github.com/medikoo/next-tick.git"
 19367          }
 19368        ]
 19369      },
 19370      {
 19371        "type": "library",
 19372        "bom-ref": "pkg:npm/type@1.2.0",
 19373        "name": "type",
 19374        "version": "1.2.0",
 19375        "description": "Runtime validation and processing of JavaScript types",
 19376        "hashes": [
 19377          {
 19378            "alg": "SHA-1",
 19379            "content": "848dd7698dafa3e54a6c479e759c4bc3f18847a0"
 19380          }
 19381        ],
 19382        "licenses": [
 19383          {
 19384            "license": {
 19385              "id": "ISC"
 19386            }
 19387          }
 19388        ],
 19389        "purl": "pkg:npm/type@1.2.0",
 19390        "externalReferences": [
 19391          {
 19392            "type": "website",
 19393            "url": "https://github.com/medikoo/type#readme"
 19394          },
 19395          {
 19396            "type": "issue-tracker",
 19397            "url": "https://github.com/medikoo/type/issues"
 19398          },
 19399          {
 19400            "type": "vcs",
 19401            "url": "git+https://github.com/medikoo/type.git"
 19402          }
 19403        ]
 19404      },
 19405      {
 19406        "type": "library",
 19407        "bom-ref": "pkg:npm/es6-set@0.1.5",
 19408        "name": "es6-set",
 19409        "version": "0.1.5",
 19410        "description": "ECMAScript6 Set polyfill",
 19411        "hashes": [
 19412          {
 19413            "alg": "SHA-1",
 19414            "content": "d2b3ec5d4d800ced818db538d28974db0a73ccb1"
 19415          }
 19416        ],
 19417        "licenses": [
 19418          {
 19419            "license": {
 19420              "id": "MIT"
 19421            }
 19422          }
 19423        ],
 19424        "purl": "pkg:npm/es6-set@0.1.5",
 19425        "externalReferences": [
 19426          {
 19427            "type": "website",
 19428            "url": "https://github.com/medikoo/es6-set#readme"
 19429          },
 19430          {
 19431            "type": "issue-tracker",
 19432            "url": "https://github.com/medikoo/es6-set/issues"
 19433          },
 19434          {
 19435            "type": "vcs",
 19436            "url": "git://github.com/medikoo/es6-set.git"
 19437          }
 19438        ]
 19439      },
 19440      {
 19441        "type": "library",
 19442        "bom-ref": "pkg:npm/es6-symbol@3.1.1",
 19443        "name": "es6-symbol",
 19444        "version": "3.1.1",
 19445        "description": "ECMAScript 6 Symbol polyfill",
 19446        "hashes": [
 19447          {
 19448            "alg": "SHA-1",
 19449            "content": "bf00ef4fdab6ba1b46ecb7b629b4c7ed5715cc77"
 19450          }
 19451        ],
 19452        "licenses": [
 19453          {
 19454            "license": {
 19455              "id": "MIT"
 19456            }
 19457          }
 19458        ],
 19459        "purl": "pkg:npm/es6-symbol@3.1.1",
 19460        "externalReferences": [
 19461          {
 19462            "type": "website",
 19463            "url": "https://github.com/medikoo/es6-symbol#readme"
 19464          },
 19465          {
 19466            "type": "issue-tracker",
 19467            "url": "https://github.com/medikoo/es6-symbol/issues"
 19468          },
 19469          {
 19470            "type": "vcs",
 19471            "url": "git://github.com/medikoo/es6-symbol.git"
 19472          }
 19473        ]
 19474      },
 19475      {
 19476        "type": "library",
 19477        "bom-ref": "pkg:npm/event-emitter@0.3.5",
 19478        "name": "event-emitter",
 19479        "version": "0.3.5",
 19480        "description": "Environment agnostic event emitter",
 19481        "hashes": [
 19482          {
 19483            "alg": "SHA-1",
 19484            "content": "df8c69eef1647923c7157b9ce83840610b02cc39"
 19485          }
 19486        ],
 19487        "licenses": [
 19488          {
 19489            "license": {
 19490              "id": "MIT"
 19491            }
 19492          }
 19493        ],
 19494        "purl": "pkg:npm/event-emitter@0.3.5",
 19495        "externalReferences": [
 19496          {
 19497            "type": "website",
 19498            "url": "https://github.com/medikoo/event-emitter#readme"
 19499          },
 19500          {
 19501            "type": "issue-tracker",
 19502            "url": "https://github.com/medikoo/event-emitter/issues"
 19503          },
 19504          {
 19505            "type": "vcs",
 19506            "url": "git://github.com/medikoo/event-emitter.git"
 19507          }
 19508        ]
 19509      },
 19510      {
 19511        "type": "library",
 19512        "bom-ref": "pkg:npm/estree-is-function@1.0.0",
 19513        "name": "estree-is-function",
 19514        "version": "1.0.0",
 19515        "description": "check if an AST node is a function of some sort",
 19516        "hashes": [
 19517          {
 19518            "alg": "SHA-1",
 19519            "content": "c0adc29806d7f18a74db7df0f3b2666702e37ad2"
 19520          }
 19521        ],
 19522        "licenses": [
 19523          {
 19524            "license": {
 19525              "id": "Apache-2.0"
 19526            }
 19527          }
 19528        ],
 19529        "purl": "pkg:npm/estree-is-function@1.0.0",
 19530        "externalReferences": [
 19531          {
 19532            "type": "website",
 19533            "url": "https://github.com/goto-bus-stop/estree-is-function"
 19534          },
 19535          {
 19536            "type": "issue-tracker",
 19537            "url": "https://github.com/goto-bus-stop/estree-is-function/issues"
 19538          },
 19539          {
 19540            "type": "vcs",
 19541            "url": "git+https://github.com/goto-bus-stop/estree-is-function.git"
 19542          }
 19543        ]
 19544      },
 19545      {
 19546        "type": "library",
 19547        "bom-ref": "pkg:npm/get-assigned-identifiers@1.2.0",
 19548        "name": "get-assigned-identifiers",
 19549        "version": "1.2.0",
 19550        "description": "get a list of identifiers that are initialised by a JavaScript AST node.",
 19551        "hashes": [
 19552          {
 19553            "alg": "SHA-1",
 19554            "content": "6dbf411de648cbaf8d9169ebb0d2d576191e2ff1"
 19555          }
 19556        ],
 19557        "licenses": [
 19558          {
 19559            "license": {
 19560              "id": "Apache-2.0"
 19561            }
 19562          }
 19563        ],
 19564        "purl": "pkg:npm/get-assigned-identifiers@1.2.0",
 19565        "externalReferences": [
 19566          {
 19567            "type": "website",
 19568            "url": "https://github.com/goto-bus-stop/get-assigned-identifiers"
 19569          },
 19570          {
 19571            "type": "issue-tracker",
 19572            "url": "https://github.com/goto-bus-stop/get-assigned-identifiers/issues"
 19573          },
 19574          {
 19575            "type": "vcs",
 19576            "url": "git+https://github.com/goto-bus-stop/get-assigned-identifiers.git"
 19577          }
 19578        ]
 19579      },
 19580      {
 19581        "type": "library",
 19582        "bom-ref": "pkg:npm/shallow-copy@0.0.1",
 19583        "name": "shallow-copy",
 19584        "version": "0.0.1",
 19585        "description": "make a shallow copy of an object or array",
 19586        "hashes": [
 19587          {
 19588            "alg": "SHA-1",
 19589            "content": "415f42702d73d810330292cc5ee86eae1a11a170"
 19590          }
 19591        ],
 19592        "licenses": [
 19593          {
 19594            "license": {
 19595              "id": "MIT"
 19596            }
 19597          }
 19598        ],
 19599        "purl": "pkg:npm/shallow-copy@0.0.1",
 19600        "externalReferences": [
 19601          {
 19602            "type": "website",
 19603            "url": "https://github.com/substack/shallow-copy"
 19604          },
 19605          {
 19606            "type": "issue-tracker",
 19607            "url": "https://github.com/substack/shallow-copy/issues"
 19608          },
 19609          {
 19610            "type": "vcs",
 19611            "url": "git://github.com/substack/shallow-copy.git"
 19612          }
 19613        ]
 19614      },
 19615      {
 19616        "type": "library",
 19617        "bom-ref": "pkg:npm/static-eval@2.1.0",
 19618        "name": "static-eval",
 19619        "version": "2.1.0",
 19620        "description": "evaluate statically-analyzable expressions",
 19621        "hashes": [
 19622          {
 19623            "alg": "SHA-1",
 19624            "content": "a16dbe54522d7fa5ef1389129d813fd47b148014"
 19625          }
 19626        ],
 19627        "licenses": [
 19628          {
 19629            "license": {
 19630              "id": "MIT"
 19631            }
 19632          }
 19633        ],
 19634        "purl": "pkg:npm/static-eval@2.1.0",
 19635        "externalReferences": [
 19636          {
 19637            "type": "website",
 19638            "url": "https://github.com/browserify/static-eval"
 19639          },
 19640          {
 19641            "type": "issue-tracker",
 19642            "url": "https://github.com/browserify/static-eval/issues"
 19643          },
 19644          {
 19645            "type": "vcs",
 19646            "url": "git://github.com/browserify/static-eval.git"
 19647          }
 19648        ]
 19649      },
 19650      {
 19651        "type": "library",
 19652        "bom-ref": "pkg:npm/brotli@1.3.2",
 19653        "name": "brotli",
 19654        "version": "1.3.2",
 19655        "description": "A port of the Brotli compression algorithm as used in WOFF2",
 19656        "hashes": [
 19657          {
 19658            "alg": "SHA-1",
 19659            "content": "525a9cad4fcba96475d7d388f6aecb13eed52f46"
 19660          }
 19661        ],
 19662        "licenses": [
 19663          {
 19664            "license": {
 19665              "id": "MIT"
 19666            }
 19667          }
 19668        ],
 19669        "purl": "pkg:npm/brotli@1.3.2",
 19670        "externalReferences": [
 19671          {
 19672            "type": "website",
 19673            "url": "https://github.com/devongovett/brotli.js"
 19674          },
 19675          {
 19676            "type": "issue-tracker",
 19677            "url": "https://github.com/devongovett/brotli.js/issues"
 19678          },
 19679          {
 19680            "type": "vcs",
 19681            "url": "git+https://github.com/devongovett/brotli.js.git"
 19682          }
 19683        ]
 19684      },
 19685      {
 19686        "type": "library",
 19687        "bom-ref": "pkg:npm/browserify-optional@1.0.1",
 19688        "name": "browserify-optional",
 19689        "version": "1.0.1",
 19690        "description": "A browserify transform that allows optional dependencies in try..catch blocks",
 19691        "hashes": [
 19692          {
 19693            "alg": "SHA-1",
 19694            "content": "1e13722cfde0d85f121676c2a72ced533a018869"
 19695          }
 19696        ],
 19697        "licenses": [
 19698          {
 19699            "license": {
 19700              "id": "MIT"
 19701            }
 19702          }
 19703        ],
 19704        "purl": "pkg:npm/browserify-optional@1.0.1",
 19705        "externalReferences": [
 19706          {
 19707            "type": "website",
 19708            "url": "https://github.com/devongovett/browserify-optional"
 19709          },
 19710          {
 19711            "type": "issue-tracker",
 19712            "url": "https://github.com/devongovett/browserify-optional/issues"
 19713          },
 19714          {
 19715            "type": "vcs",
 19716            "url": "git://github.com/devongovett/browserify-optional.git"
 19717          }
 19718        ]
 19719      },
 19720      {
 19721        "type": "library",
 19722        "bom-ref": "pkg:npm/ast-transform@0.0.0",
 19723        "name": "ast-transform",
 19724        "version": "0.0.0",
 19725        "description": "Convenience wrapper for performing AST transformations with browserify transform streams",
 19726        "hashes": [
 19727          {
 19728            "alg": "SHA-1",
 19729            "content": "74944058887d8283e189d954600947bc98fe0062"
 19730          }
 19731        ],
 19732        "licenses": [
 19733          {
 19734            "license": {
 19735              "id": "MIT"
 19736            }
 19737          }
 19738        ],
 19739        "purl": "pkg:npm/ast-transform@0.0.0",
 19740        "externalReferences": [
 19741          {
 19742            "type": "website",
 19743            "url": "https://github.com/hughsk/ast-transform"
 19744          },
 19745          {
 19746            "type": "issue-tracker",
 19747            "url": "https://github.com/hughsk/ast-transform/issues"
 19748          },
 19749          {
 19750            "type": "vcs",
 19751            "url": "git://github.com/hughsk/ast-transform.git"
 19752          }
 19753        ]
 19754      },
 19755      {
 19756        "type": "library",
 19757        "bom-ref": "pkg:npm/escodegen@1.2.0",
 19758        "name": "escodegen",
 19759        "version": "1.2.0",
 19760        "description": "ECMAScript code generator",
 19761        "hashes": [
 19762          {
 19763            "alg": "SHA-1",
 19764            "content": "09de7967791cc958b7f89a2ddb6d23451af327e1"
 19765          }
 19766        ],
 19767        "purl": "pkg:npm/escodegen@1.2.0",
 19768        "externalReferences": [
 19769          {
 19770            "type": "website",
 19771            "url": "http://github.com/Constellation/escodegen"
 19772          },
 19773          {
 19774            "type": "issue-tracker",
 19775            "url": "https://github.com/Constellation/escodegen/issues"
 19776          },
 19777          {
 19778            "type": "vcs",
 19779            "url": "git+ssh://git@github.com/Constellation/escodegen.git"
 19780          }
 19781        ]
 19782      },
 19783      {
 19784        "type": "library",
 19785        "bom-ref": "pkg:npm/estraverse@1.5.1",
 19786        "name": "estraverse",
 19787        "version": "1.5.1",
 19788        "description": "ECMAScript JS AST traversal functions",
 19789        "hashes": [
 19790          {
 19791            "alg": "SHA-1",
 19792            "content": "867a3e8e58a9f84618afb6c2ddbcd916b7cbaf71"
 19793          }
 19794        ],
 19795        "purl": "pkg:npm/estraverse@1.5.1",
 19796        "externalReferences": [
 19797          {
 19798            "type": "website",
 19799            "url": "https://github.com/Constellation/estraverse"
 19800          },
 19801          {
 19802            "type": "issue-tracker",
 19803            "url": "https://github.com/Constellation/estraverse/issues"
 19804          },
 19805          {
 19806            "type": "vcs",
 19807            "url": "git+ssh://git@github.com/Constellation/estraverse.git"
 19808          }
 19809        ]
 19810      },
 19811      {
 19812        "type": "library",
 19813        "bom-ref": "pkg:npm/esutils@1.0.0",
 19814        "name": "esutils",
 19815        "version": "1.0.0",
 19816        "description": "utility box for ECMAScript language tools",
 19817        "hashes": [
 19818          {
 19819            "alg": "SHA-1",
 19820            "content": "8151d358e20c8acc7fb745e7472c0025fe496570"
 19821          }
 19822        ],
 19823        "purl": "pkg:npm/esutils@1.0.0",
 19824        "externalReferences": [
 19825          {
 19826            "type": "website",
 19827            "url": "https://github.com/Constellation/esutils"
 19828          },
 19829          {
 19830            "type": "issue-tracker",
 19831            "url": "https://github.com/Constellation/esutils/issues"
 19832          },
 19833          {
 19834            "type": "vcs",
 19835            "url": "git+ssh://git@github.com/Constellation/esutils.git"
 19836          }
 19837        ]
 19838      },
 19839      {
 19840        "type": "library",
 19841        "bom-ref": "pkg:npm/source-map@0.1.43",
 19842        "name": "source-map",
 19843        "version": "0.1.43",
 19844        "description": "Generates and consumes source maps",
 19845        "hashes": [
 19846          {
 19847            "alg": "SHA-1",
 19848            "content": "c24bc146ca517c1471f5dacbe2571b2b7f9e3346"
 19849          }
 19850        ],
 19851        "purl": "pkg:npm/source-map@0.1.43",
 19852        "externalReferences": [
 19853          {
 19854            "type": "website",
 19855            "url": "https://github.com/mozilla/source-map"
 19856          },
 19857          {
 19858            "type": "issue-tracker",
 19859            "url": "https://github.com/mozilla/source-map/issues"
 19860          },
 19861          {
 19862            "type": "vcs",
 19863            "url": "git+ssh://git@github.com/mozilla/source-map.git"
 19864          }
 19865        ]
 19866      },
 19867      {
 19868        "type": "library",
 19869        "bom-ref": "pkg:npm/amdefine@1.0.1",
 19870        "name": "amdefine",
 19871        "version": "1.0.1",
 19872        "description": "Provide AMD's define() API for declaring modules in the AMD format",
 19873        "hashes": [
 19874          {
 19875            "alg": "SHA-1",
 19876            "content": "4a5282ac164729e93619bcfd3ad151f817ce91f5"
 19877          }
 19878        ],
 19879        "licenses": [
 19880          {
 19881            "license": {
 19882              "name": "BSD-3-Clause OR MIT"
 19883            }
 19884          }
 19885        ],
 19886        "purl": "pkg:npm/amdefine@1.0.1",
 19887        "externalReferences": [
 19888          {
 19889            "type": "website",
 19890            "url": "http://github.com/jrburke/amdefine"
 19891          },
 19892          {
 19893            "type": "issue-tracker",
 19894            "url": "https://github.com/jrburke/amdefine/issues"
 19895          },
 19896          {
 19897            "type": "vcs",
 19898            "url": "git+https://github.com/jrburke/amdefine.git"
 19899          }
 19900        ]
 19901      },
 19902      {
 19903        "type": "library",
 19904        "bom-ref": "pkg:npm/ast-types@0.7.8",
 19905        "name": "ast-types",
 19906        "version": "0.7.8",
 19907        "description": "Esprima-compatible implementation of the Mozilla JS Parser API",
 19908        "hashes": [
 19909          {
 19910            "alg": "SHA-1",
 19911            "content": "902d2e0d60d071bdcd46dc115e1809ed11c138a9"
 19912          }
 19913        ],
 19914        "licenses": [
 19915          {
 19916            "license": {
 19917              "id": "MIT"
 19918            }
 19919          }
 19920        ],
 19921        "purl": "pkg:npm/ast-types@0.7.8",
 19922        "externalReferences": [
 19923          {
 19924            "type": "website",
 19925            "url": "http://github.com/benjamn/ast-types"
 19926          },
 19927          {
 19928            "type": "issue-tracker",
 19929            "url": "https://github.com/benjamn/ast-types/issues"
 19930          },
 19931          {
 19932            "type": "vcs",
 19933            "url": "git://github.com/benjamn/ast-types.git"
 19934          }
 19935        ]
 19936      },
 19937      {
 19938        "type": "library",
 19939        "bom-ref": "pkg:npm/browser-resolve@1.11.3",
 19940        "name": "browser-resolve",
 19941        "version": "1.11.3",
 19942        "description": "resolve which handles browser field support in package.json",
 19943        "hashes": [
 19944          {
 19945            "alg": "SHA-1",
 19946            "content": "9b7cbb3d0f510e4cb86bdbd796124d28b5890af6"
 19947          }
 19948        ],
 19949        "licenses": [
 19950          {
 19951            "license": {
 19952              "id": "MIT"
 19953            }
 19954          }
 19955        ],
 19956        "purl": "pkg:npm/browser-resolve@1.11.3",
 19957        "externalReferences": [
 19958          {
 19959            "type": "website",
 19960            "url": "https://github.com/shtylman/node-browser-resolve#readme"
 19961          },
 19962          {
 19963            "type": "issue-tracker",
 19964            "url": "https://github.com/shtylman/node-browser-resolve/issues"
 19965          },
 19966          {
 19967            "type": "vcs",
 19968            "url": "git://github.com/shtylman/node-browser-resolve.git"
 19969          }
 19970        ]
 19971      },
 19972      {
 19973        "type": "library",
 19974        "bom-ref": "pkg:npm/resolve@1.1.7",
 19975        "name": "resolve",
 19976        "version": "1.1.7",
 19977        "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
 19978        "hashes": [
 19979          {
 19980            "alg": "SHA-1",
 19981            "content": "203114d82ad2c5ed9e8e0411b3932875e889e97b"
 19982          }
 19983        ],
 19984        "licenses": [
 19985          {
 19986            "license": {
 19987              "id": "MIT"
 19988            }
 19989          }
 19990        ],
 19991        "purl": "pkg:npm/resolve@1.1.7",
 19992        "externalReferences": [
 19993          {
 19994            "type": "website",
 19995            "url": "https://github.com/substack/node-resolve#readme"
 19996          },
 19997          {
 19998            "type": "issue-tracker",
 19999            "url": "https://github.com/substack/node-resolve/issues"
 20000          },
 20001          {
 20002            "type": "vcs",
 20003            "url": "git://github.com/substack/node-resolve.git"
 20004          }
 20005        ]
 20006      },
 20007      {
 20008        "type": "library",
 20009        "bom-ref": "pkg:npm/clone@1.0.4",
 20010        "name": "clone",
 20011        "version": "1.0.4",
 20012        "description": "deep cloning of objects and arrays",
 20013        "hashes": [
 20014          {
 20015            "alg": "SHA-1",
 20016            "content": "da309cc263df15994c688ca902179ca3c7cd7c7e"
 20017          }
 20018        ],
 20019        "licenses": [
 20020          {
 20021            "license": {
 20022              "id": "MIT"
 20023            }
 20024          }
 20025        ],
 20026        "purl": "pkg:npm/clone@1.0.4",
 20027        "externalReferences": [
 20028          {
 20029            "type": "website",
 20030            "url": "https://github.com/pvorb/node-clone#readme"
 20031          },
 20032          {
 20033            "type": "issue-tracker",
 20034            "url": "https://github.com/pvorb/node-clone/issues"
 20035          },
 20036          {
 20037            "type": "vcs",
 20038            "url": "git://github.com/pvorb/node-clone.git"
 20039          }
 20040        ]
 20041      },
 20042      {
 20043        "type": "library",
 20044        "bom-ref": "pkg:npm/deep-equal@1.1.1",
 20045        "name": "deep-equal",
 20046        "version": "1.1.1",
 20047        "description": "node's assert.deepEqual algorithm",
 20048        "hashes": [
 20049          {
 20050            "alg": "SHA-1",
 20051            "content": "b5c98c942ceffaf7cb051e24e1434a25a2e6076a"
 20052          }
 20053        ],
 20054        "licenses": [
 20055          {
 20056            "license": {
 20057              "id": "MIT"
 20058            }
 20059          }
 20060        ],
 20061        "purl": "pkg:npm/deep-equal@1.1.1",
 20062        "externalReferences": [
 20063          {
 20064            "type": "website",
 20065            "url": "https://github.com/substack/node-deep-equal#readme"
 20066          },
 20067          {
 20068            "type": "issue-tracker",
 20069            "url": "https://github.com/substack/node-deep-equal/issues"
 20070          },
 20071          {
 20072            "type": "vcs",
 20073            "url": "git+ssh://git@github.com/substack/node-deep-equal.git"
 20074          }
 20075        ]
 20076      },
 20077      {
 20078        "type": "library",
 20079        "bom-ref": "pkg:npm/is-arguments@1.0.4",
 20080        "name": "is-arguments",
 20081        "version": "1.0.4",
 20082        "description": "Is this an arguments object? It's a harder question than you think.",
 20083        "hashes": [
 20084          {
 20085            "alg": "SHA-1",
 20086            "content": "3faf966c7cba0ff437fb31f6250082fcf0448cf3"
 20087          }
 20088        ],
 20089        "licenses": [
 20090          {
 20091            "license": {
 20092              "id": "MIT"
 20093            }
 20094          }
 20095        ],
 20096        "purl": "pkg:npm/is-arguments@1.0.4",
 20097        "externalReferences": [
 20098          {
 20099            "type": "website",
 20100            "url": "https://github.com/ljharb/is-arguments"
 20101          },
 20102          {
 20103            "type": "issue-tracker",
 20104            "url": "https://github.com/ljharb/is-arguments/issues"
 20105          },
 20106          {
 20107            "type": "vcs",
 20108            "url": "git://github.com/ljharb/is-arguments.git"
 20109          }
 20110        ]
 20111      },
 20112      {
 20113        "type": "library",
 20114        "bom-ref": "pkg:npm/is-date-object@1.0.2",
 20115        "name": "is-date-object",
 20116        "version": "1.0.2",
 20117        "description": "Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
 20118        "hashes": [
 20119          {
 20120            "alg": "SHA-1",
 20121            "content": "bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"
 20122          }
 20123        ],
 20124        "licenses": [
 20125          {
 20126            "license": {
 20127              "id": "MIT"
 20128            }
 20129          }
 20130        ],
 20131        "purl": "pkg:npm/is-date-object@1.0.2",
 20132        "externalReferences": [
 20133          {
 20134            "type": "website",
 20135            "url": "https://github.com/ljharb/is-date-object#readme"
 20136          },
 20137          {
 20138            "type": "issue-tracker",
 20139            "url": "https://github.com/ljharb/is-date-object/issues"
 20140          },
 20141          {
 20142            "type": "vcs",
 20143            "url": "git://github.com/ljharb/is-date-object.git"
 20144          }
 20145        ]
 20146      },
 20147      {
 20148        "type": "library",
 20149        "bom-ref": "pkg:npm/is-regex@1.1.0",
 20150        "name": "is-regex",
 20151        "version": "1.1.0",
 20152        "description": "Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag",
 20153        "hashes": [
 20154          {
 20155            "alg": "SHA-1",
 20156            "content": "ece38e389e490df0dc21caea2bd596f987f767ff"
 20157          }
 20158        ],
 20159        "licenses": [
 20160          {
 20161            "license": {
 20162              "id": "MIT"
 20163            }
 20164          }
 20165        ],
 20166        "purl": "pkg:npm/is-regex@1.1.0",
 20167        "externalReferences": [
 20168          {
 20169            "type": "website",
 20170            "url": "https://github.com/ljharb/is-regex"
 20171          },
 20172          {
 20173            "type": "issue-tracker",
 20174            "url": "https://github.com/ljharb/is-regex/issues"
 20175          },
 20176          {
 20177            "type": "vcs",
 20178            "url": "git://github.com/ljharb/is-regex.git"
 20179          }
 20180        ]
 20181      },
 20182      {
 20183        "type": "library",
 20184        "bom-ref": "pkg:npm/has-symbols@1.0.1",
 20185        "name": "has-symbols",
 20186        "version": "1.0.1",
 20187        "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
 20188        "hashes": [
 20189          {
 20190            "alg": "SHA-1",
 20191            "content": "9f5214758a44196c406d9bd76cebf81ec2dd31e8"
 20192          }
 20193        ],
 20194        "licenses": [
 20195          {
 20196            "license": {
 20197              "id": "MIT"
 20198            }
 20199          }
 20200        ],
 20201        "purl": "pkg:npm/has-symbols@1.0.1",
 20202        "externalReferences": [
 20203          {
 20204            "type": "website",
 20205            "url": "https://github.com/ljharb/has-symbols#readme"
 20206          },
 20207          {
 20208            "type": "issue-tracker",
 20209            "url": "https://github.com/ljharb/has-symbols/issues"
 20210          },
 20211          {
 20212            "type": "vcs",
 20213            "url": "git://github.com/ljharb/has-symbols.git"
 20214          }
 20215        ]
 20216      },
 20217      {
 20218        "type": "library",
 20219        "bom-ref": "pkg:npm/object-is@1.1.2",
 20220        "name": "object-is",
 20221        "version": "1.1.2",
 20222        "description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0",
 20223        "hashes": [
 20224          {
 20225            "alg": "SHA-1",
 20226            "content": "c5d2e87ff9e119f78b7a088441519e2eec1573b6"
 20227          }
 20228        ],
 20229        "licenses": [
 20230          {
 20231            "license": {
 20232              "id": "MIT"
 20233            }
 20234          }
 20235        ],
 20236        "purl": "pkg:npm/object-is@1.1.2",
 20237        "externalReferences": [
 20238          {
 20239            "type": "website",
 20240            "url": "https://github.com/es-shims/object-is"
 20241          },
 20242          {
 20243            "type": "issue-tracker",
 20244            "url": "https://github.com/es-shims/object-is/issues"
 20245          },
 20246          {
 20247            "type": "vcs",
 20248            "url": "git://github.com/es-shims/object-is.git"
 20249          }
 20250        ]
 20251      },
 20252      {
 20253        "type": "library",
 20254        "bom-ref": "pkg:npm/define-properties@1.1.3",
 20255        "name": "define-properties",
 20256        "version": "1.1.3",
 20257        "description": "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.",
 20258        "hashes": [
 20259          {
 20260            "alg": "SHA-1",
 20261            "content": "cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
 20262          }
 20263        ],
 20264        "licenses": [
 20265          {
 20266            "license": {
 20267              "id": "MIT"
 20268            }
 20269          }
 20270        ],
 20271        "purl": "pkg:npm/define-properties@1.1.3",
 20272        "externalReferences": [
 20273          {
 20274            "type": "website",
 20275            "url": "https://github.com/ljharb/define-properties#readme"
 20276          },
 20277          {
 20278            "type": "issue-tracker",
 20279            "url": "https://github.com/ljharb/define-properties/issues"
 20280          },
 20281          {
 20282            "type": "vcs",
 20283            "url": "git://github.com/ljharb/define-properties.git"
 20284          }
 20285        ]
 20286      },
 20287      {
 20288        "type": "library",
 20289        "bom-ref": "pkg:npm/object-keys@1.1.1",
 20290        "name": "object-keys",
 20291        "version": "1.1.1",
 20292        "description": "An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim",
 20293        "hashes": [
 20294          {
 20295            "alg": "SHA-1",
 20296            "content": "1c47f272df277f3b1daf061677d9c82e2322c60e"
 20297          }
 20298        ],
 20299        "licenses": [
 20300          {
 20301            "license": {
 20302              "id": "MIT"
 20303            }
 20304          }
 20305        ],
 20306        "purl": "pkg:npm/object-keys@1.1.1",
 20307        "externalReferences": [
 20308          {
 20309            "type": "website",
 20310            "url": "https://github.com/ljharb/object-keys#readme"
 20311          },
 20312          {
 20313            "type": "issue-tracker",
 20314            "url": "https://github.com/ljharb/object-keys/issues"
 20315          },
 20316          {
 20317            "type": "vcs",
 20318            "url": "git://github.com/ljharb/object-keys.git"
 20319          }
 20320        ]
 20321      },
 20322      {
 20323        "type": "library",
 20324        "bom-ref": "pkg:npm/es-abstract@1.17.6",
 20325        "name": "es-abstract",
 20326        "version": "1.17.6",
 20327        "description": "ECMAScript spec abstract operations.",
 20328        "hashes": [
 20329          {
 20330            "alg": "SHA-1",
 20331            "content": "9142071707857b2cacc7b89ecb670316c3e2d52a"
 20332          }
 20333        ],
 20334        "licenses": [
 20335          {
 20336            "license": {
 20337              "id": "MIT"
 20338            }
 20339          }
 20340        ],
 20341        "purl": "pkg:npm/es-abstract@1.17.6",
 20342        "externalReferences": [
 20343          {
 20344            "type": "website",
 20345            "url": "https://github.com/ljharb/es-abstract#readme"
 20346          },
 20347          {
 20348            "type": "issue-tracker",
 20349            "url": "https://github.com/ljharb/es-abstract/issues"
 20350          },
 20351          {
 20352            "type": "vcs",
 20353            "url": "git://github.com/ljharb/es-abstract.git"
 20354          }
 20355        ]
 20356      },
 20357      {
 20358        "type": "library",
 20359        "bom-ref": "pkg:npm/es-to-primitive@1.2.1",
 20360        "name": "es-to-primitive",
 20361        "version": "1.2.1",
 20362        "description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.",
 20363        "hashes": [
 20364          {
 20365            "alg": "SHA-1",
 20366            "content": "e55cd4c9cdc188bcefb03b366c736323fc5c898a"
 20367          }
 20368        ],
 20369        "licenses": [
 20370          {
 20371            "license": {
 20372              "id": "MIT"
 20373            }
 20374          }
 20375        ],
 20376        "purl": "pkg:npm/es-to-primitive@1.2.1",
 20377        "externalReferences": [
 20378          {
 20379            "type": "website",
 20380            "url": "https://github.com/ljharb/es-to-primitive#readme"
 20381          },
 20382          {
 20383            "type": "issue-tracker",
 20384            "url": "https://github.com/ljharb/es-to-primitive/issues"
 20385          },
 20386          {
 20387            "type": "vcs",
 20388            "url": "git://github.com/ljharb/es-to-primitive.git"
 20389          }
 20390        ]
 20391      },
 20392      {
 20393        "type": "library",
 20394        "bom-ref": "pkg:npm/is-callable@1.2.0",
 20395        "name": "is-callable",
 20396        "version": "1.2.0",
 20397        "description": "Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.",
 20398        "hashes": [
 20399          {
 20400            "alg": "SHA-1",
 20401            "content": "83336560b54a38e35e3a2df7afd0454d691468bb"
 20402          }
 20403        ],
 20404        "licenses": [
 20405          {
 20406            "license": {
 20407              "id": "MIT"
 20408            }
 20409          }
 20410        ],
 20411        "purl": "pkg:npm/is-callable@1.2.0",
 20412        "externalReferences": [
 20413          {
 20414            "type": "website",
 20415            "url": "https://github.com/ljharb/is-callable#readme"
 20416          },
 20417          {
 20418            "type": "issue-tracker",
 20419            "url": "https://github.com/ljharb/is-callable/issues"
 20420          },
 20421          {
 20422            "type": "vcs",
 20423            "url": "git://github.com/ljharb/is-callable.git"
 20424          }
 20425        ]
 20426      },
 20427      {
 20428        "type": "library",
 20429        "bom-ref": "pkg:npm/is-symbol@1.0.3",
 20430        "name": "is-symbol",
 20431        "version": "1.0.3",
 20432        "description": "Determine if a value is an ES6 Symbol or not.",
 20433        "hashes": [
 20434          {
 20435            "alg": "SHA-1",
 20436            "content": "38e1014b9e6329be0de9d24a414fd7441ec61937"
 20437          }
 20438        ],
 20439        "licenses": [
 20440          {
 20441            "license": {
 20442              "id": "MIT"
 20443            }
 20444          }
 20445        ],
 20446        "purl": "pkg:npm/is-symbol@1.0.3",
 20447        "externalReferences": [
 20448          {
 20449            "type": "website",
 20450            "url": "https://github.com/inspect-js/is-symbol#readme"
 20451          },
 20452          {
 20453            "type": "issue-tracker",
 20454            "url": "https://github.com/inspect-js/is-symbol/issues"
 20455          },
 20456          {
 20457            "type": "vcs",
 20458            "url": "git://github.com/inspect-js/is-symbol.git"
 20459          }
 20460        ]
 20461      },
 20462      {
 20463        "type": "library",
 20464        "bom-ref": "pkg:npm/object.assign@4.1.0",
 20465        "name": "object.assign",
 20466        "version": "4.1.0",
 20467        "description": "ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim",
 20468        "hashes": [
 20469          {
 20470            "alg": "SHA-1",
 20471            "content": "968bf1100d7956bb3ca086f006f846b3bc4008da"
 20472          }
 20473        ],
 20474        "licenses": [
 20475          {
 20476            "license": {
 20477              "id": "MIT"
 20478            }
 20479          }
 20480        ],
 20481        "purl": "pkg:npm/object.assign@4.1.0",
 20482        "externalReferences": [
 20483          {
 20484            "type": "website",
 20485            "url": "https://github.com/ljharb/object.assign#readme"
 20486          },
 20487          {
 20488            "type": "issue-tracker",
 20489            "url": "https://github.com/ljharb/object.assign/issues"
 20490          },
 20491          {
 20492            "type": "vcs",
 20493            "url": "git://github.com/ljharb/object.assign.git"
 20494          }
 20495        ]
 20496      },
 20497      {
 20498        "type": "library",
 20499        "bom-ref": "pkg:npm/string.prototype.trimend@1.0.1",
 20500        "name": "string.prototype.trimend",
 20501        "version": "1.0.1",
 20502        "description": "ES2019 spec-compliant String.prototype.trimEnd shim.",
 20503        "hashes": [
 20504          {
 20505            "alg": "SHA-1",
 20506            "content": "85812a6b847ac002270f5808146064c995fb6913"
 20507          }
 20508        ],
 20509        "licenses": [
 20510          {
 20511            "license": {
 20512              "id": "MIT"
 20513            }
 20514          }
 20515        ],
 20516        "purl": "pkg:npm/string.prototype.trimend@1.0.1",
 20517        "externalReferences": [
 20518          {
 20519            "type": "website",
 20520            "url": "https://github.com/es-shims/String.prototype.trimEnd#readme"
 20521          },
 20522          {
 20523            "type": "issue-tracker",
 20524            "url": "https://github.com/es-shims/String.prototype.trimEnd/issues"
 20525          },
 20526          {
 20527            "type": "vcs",
 20528            "url": "git://github.com/es-shims/String.prototype.trimEnd.git"
 20529          }
 20530        ]
 20531      },
 20532      {
 20533        "type": "library",
 20534        "bom-ref": "pkg:npm/string.prototype.trimstart@1.0.1",
 20535        "name": "string.prototype.trimstart",
 20536        "version": "1.0.1",
 20537        "description": "ES2019 spec-compliant String.prototype.trimStart shim.",
 20538        "hashes": [
 20539          {
 20540            "alg": "SHA-1",
 20541            "content": "14af6d9f34b053f7cfc89b72f8f2ee14b9039a54"
 20542          }
 20543        ],
 20544        "licenses": [
 20545          {
 20546            "license": {
 20547              "id": "MIT"
 20548            }
 20549          }
 20550        ],
 20551        "purl": "pkg:npm/string.prototype.trimstart@1.0.1",
 20552        "externalReferences": [
 20553          {
 20554            "type": "website",
 20555            "url": "https://github.com/es-shims/String.prototype.trimStart#readme"
 20556          },
 20557          {
 20558            "type": "issue-tracker",
 20559            "url": "https://github.com/es-shims/String.prototype.trimStart/issues"
 20560          },
 20561          {
 20562            "type": "vcs",
 20563            "url": "git://github.com/es-shims/String.prototype.trimStart.git"
 20564          }
 20565        ]
 20566      },
 20567      {
 20568        "type": "library",
 20569        "bom-ref": "pkg:npm/regexp.prototype.flags@1.3.0",
 20570        "name": "regexp.prototype.flags",
 20571        "version": "1.3.0",
 20572        "description": "ES6 spec-compliant RegExp.prototype.flags shim.",
 20573        "hashes": [
 20574          {
 20575            "alg": "SHA-1",
 20576            "content": "7aba89b3c13a64509dabcf3ca8d9fbb9bdf5cb75"
 20577          }
 20578        ],
 20579        "licenses": [
 20580          {
 20581            "license": {
 20582              "id": "MIT"
 20583            }
 20584          }
 20585        ],
 20586        "purl": "pkg:npm/regexp.prototype.flags@1.3.0",
 20587        "externalReferences": [
 20588          {
 20589            "type": "website",
 20590            "url": "https://github.com/es-shims/RegExp.prototype.flags#readme"
 20591          },
 20592          {
 20593            "type": "issue-tracker",
 20594            "url": "https://github.com/es-shims/RegExp.prototype.flags/issues"
 20595          },
 20596          {
 20597            "type": "vcs",
 20598            "url": "git://github.com/es-shims/RegExp.prototype.flags.git"
 20599          }
 20600        ]
 20601      },
 20602      {
 20603        "type": "library",
 20604        "bom-ref": "pkg:npm/dfa@1.2.0",
 20605        "name": "dfa",
 20606        "version": "1.2.0",
 20607        "description": "A state machine compiler",
 20608        "hashes": [
 20609          {
 20610            "alg": "SHA-1",
 20611            "content": "96ac3204e2d29c49ea5b57af8d92c2ae12790657"
 20612          }
 20613        ],
 20614        "licenses": [
 20615          {
 20616            "license": {
 20617              "id": "MIT"
 20618            }
 20619          }
 20620        ],
 20621        "purl": "pkg:npm/dfa@1.2.0",
 20622        "externalReferences": [
 20623          {
 20624            "type": "website",
 20625            "url": "https://github.com/devongovett/dfa#readme"
 20626          },
 20627          {
 20628            "type": "issue-tracker",
 20629            "url": "https://github.com/devongovett/dfa/issues"
 20630          },
 20631          {
 20632            "type": "vcs",
 20633            "url": "git+ssh://git@github.com/devongovett/dfa.git"
 20634          }
 20635        ]
 20636      },
 20637      {
 20638        "type": "library",
 20639        "bom-ref": "pkg:npm/restructure@0.5.4",
 20640        "name": "restructure",
 20641        "version": "0.5.4",
 20642        "description": "Declaratively encode and decode binary data",
 20643        "hashes": [
 20644          {
 20645            "alg": "SHA-1",
 20646            "content": "f54e7dd563590fb34fd6bf55876109aeccb28de8"
 20647          }
 20648        ],
 20649        "licenses": [
 20650          {
 20651            "license": {
 20652              "id": "MIT"
 20653            }
 20654          }
 20655        ],
 20656        "purl": "pkg:npm/restructure@0.5.4",
 20657        "externalReferences": [
 20658          {
 20659            "type": "website",
 20660            "url": "https://github.com/devongovett/restructure"
 20661          },
 20662          {
 20663            "type": "issue-tracker",
 20664            "url": "https://github.com/devongovett/restructure/issues"
 20665          },
 20666          {
 20667            "type": "vcs",
 20668            "url": "git://github.com/devongovett/restructure.git"
 20669          }
 20670        ]
 20671      },
 20672      {
 20673        "type": "library",
 20674        "bom-ref": "pkg:npm/tiny-inflate@1.0.3",
 20675        "name": "tiny-inflate",
 20676        "version": "1.0.3",
 20677        "description": "A tiny inflate implementation",
 20678        "hashes": [
 20679          {
 20680            "alg": "SHA-1",
 20681            "content": "122715494913a1805166aaf7c93467933eea26c4"
 20682          }
 20683        ],
 20684        "licenses": [
 20685          {
 20686            "license": {
 20687              "id": "MIT"
 20688            }
 20689          }
 20690        ],
 20691        "purl": "pkg:npm/tiny-inflate@1.0.3",
 20692        "externalReferences": [
 20693          {
 20694            "type": "website",
 20695            "url": "https://github.com/devongovett/tiny-inflate"
 20696          },
 20697          {
 20698            "type": "issue-tracker",
 20699            "url": "https://github.com/devongovett/tiny-inflate/issues"
 20700          },
 20701          {
 20702            "type": "vcs",
 20703            "url": "git://github.com/devongovett/tiny-inflate.git"
 20704          }
 20705        ]
 20706      },
 20707      {
 20708        "type": "library",
 20709        "bom-ref": "pkg:npm/unicode-properties@1.3.1",
 20710        "name": "unicode-properties",
 20711        "version": "1.3.1",
 20712        "description": "Provides fast access to unicode character properties",
 20713        "hashes": [
 20714          {
 20715            "alg": "SHA-1",
 20716            "content": "cc642b6314bde2c691d65dd94cece09ed84f1282"
 20717          }
 20718        ],
 20719        "licenses": [
 20720          {
 20721            "license": {
 20722              "id": "MIT"
 20723            }
 20724          }
 20725        ],
 20726        "purl": "pkg:npm/unicode-properties@1.3.1",
 20727        "externalReferences": [
 20728          {
 20729            "type": "website",
 20730            "url": "https://github.com/devongovett/unicode-properties"
 20731          },
 20732          {
 20733            "type": "issue-tracker",
 20734            "url": "https://github.com/devongovett/unicode-properties/issues"
 20735          },
 20736          {
 20737            "type": "vcs",
 20738            "url": "git://github.com/devongovett/unicode-properties.git"
 20739          }
 20740        ]
 20741      },
 20742      {
 20743        "type": "library",
 20744        "bom-ref": "pkg:npm/unicode-trie@2.0.0",
 20745        "name": "unicode-trie",
 20746        "version": "2.0.0",
 20747        "description": "Unicode Trie data structure for fast character metadata lookup, ported from ICU",
 20748        "hashes": [
 20749          {
 20750            "alg": "SHA-1",
 20751            "content": "8fd8845696e2e14a8b67d78fa9e0dd2cad62fec8"
 20752          }
 20753        ],
 20754        "licenses": [
 20755          {
 20756            "license": {
 20757              "id": "MIT"
 20758            }
 20759          }
 20760        ],
 20761        "purl": "pkg:npm/unicode-trie@2.0.0",
 20762        "externalReferences": [
 20763          {
 20764            "type": "website",
 20765            "url": "https://github.com/devongovett/unicode-trie"
 20766          },
 20767          {
 20768            "type": "issue-tracker",
 20769            "url": "https://github.com/devongovett/unicode-trie/issues"
 20770          },
 20771          {
 20772            "type": "vcs",
 20773            "url": "git://github.com/devongovett/unicode-trie.git"
 20774          }
 20775        ]
 20776      },
 20777      {
 20778        "type": "library",
 20779        "bom-ref": "pkg:npm/pako@0.2.9",
 20780        "name": "pako",
 20781        "version": "0.2.9",
 20782        "description": "zlib port to javascript - fast, modularized, with browser support",
 20783        "hashes": [
 20784          {
 20785            "alg": "SHA-1",
 20786            "content": "f3f7522f4ef782348da8161bad9ecfd51bf83a75"
 20787          }
 20788        ],
 20789        "licenses": [
 20790          {
 20791            "license": {
 20792              "id": "MIT"
 20793            }
 20794          }
 20795        ],
 20796        "purl": "pkg:npm/pako@0.2.9",
 20797        "externalReferences": [
 20798          {
 20799            "type": "website",
 20800            "url": "https://github.com/nodeca/pako"
 20801          },
 20802          {
 20803            "type": "issue-tracker",
 20804            "url": "https://github.com/nodeca/pako/issues"
 20805          },
 20806          {
 20807            "type": "vcs",
 20808            "url": "git+https://github.com/nodeca/pako.git"
 20809          }
 20810        ]
 20811      },
 20812      {
 20813        "type": "library",
 20814        "bom-ref": "pkg:npm/unicode-trie@0.3.1",
 20815        "name": "unicode-trie",
 20816        "version": "0.3.1",
 20817        "description": "Unicode Trie data structure for fast character metadata lookup, ported from ICU",
 20818        "hashes": [
 20819          {
 20820            "alg": "SHA-1",
 20821            "content": "d671dddd89101a08bac37b6a5161010602052085"
 20822          }
 20823        ],
 20824        "licenses": [
 20825          {
 20826            "license": {
 20827              "id": "MIT"
 20828            }
 20829          }
 20830        ],
 20831        "purl": "pkg:npm/unicode-trie@0.3.1",
 20832        "externalReferences": [
 20833          {
 20834            "type": "website",
 20835            "url": "https://github.com/devongovett/unicode-trie"
 20836          },
 20837          {
 20838            "type": "issue-tracker",
 20839            "url": "https://github.com/devongovett/unicode-trie/issues"
 20840          },
 20841          {
 20842            "type": "vcs",
 20843            "url": "git://github.com/devongovett/unicode-trie.git"
 20844          }
 20845        ]
 20846      },
 20847      {
 20848        "type": "library",
 20849        "bom-ref": "pkg:npm/linebreak@1.0.2",
 20850        "name": "linebreak",
 20851        "version": "1.0.2",
 20852        "description": "An implementation of the Unicode Line Breaking Algorithm (UAX #14)",
 20853        "hashes": [
 20854          {
 20855            "alg": "SHA-1",
 20856            "content": "4b5781733e9a9eb2849dba2f963e47c887f8aa06"
 20857          }
 20858        ],
 20859        "licenses": [
 20860          {
 20861            "license": {
 20862              "id": "MIT"
 20863            }
 20864          }
 20865        ],
 20866        "purl": "pkg:npm/linebreak@1.0.2",
 20867        "externalReferences": [
 20868          {
 20869            "type": "website",
 20870            "url": "https://github.com/devongovett/linebreaker"
 20871          },
 20872          {
 20873            "type": "issue-tracker",
 20874            "url": "https://github.com/devongovett/linebreaker/issues"
 20875          },
 20876          {
 20877            "type": "vcs",
 20878            "url": "git+https://github.com/devongovett/linebreaker.git"
 20879          }
 20880        ]
 20881      },
 20882      {
 20883        "type": "library",
 20884        "bom-ref": "pkg:npm/base64-js@0.0.8",
 20885        "name": "base64-js",
 20886        "version": "0.0.8",
 20887        "description": "Base64 encoding/decoding in pure JS",
 20888        "hashes": [
 20889          {
 20890            "alg": "SHA-1",
 20891            "content": "1101e9544f4a76b1bc3b26d452ca96d7a35e7978"
 20892          }
 20893        ],
 20894        "licenses": [
 20895          {
 20896            "license": {
 20897              "id": "MIT"
 20898            }
 20899          }
 20900        ],
 20901        "purl": "pkg:npm/base64-js@0.0.8",
 20902        "externalReferences": [
 20903          {
 20904            "type": "website",
 20905            "url": "https://github.com/beatgammit/base64-js#readme"
 20906          },
 20907          {
 20908            "type": "issue-tracker",
 20909            "url": "https://github.com/beatgammit/base64-js/issues"
 20910          },
 20911          {
 20912            "type": "vcs",
 20913            "url": "git://github.com/beatgammit/base64-js.git"
 20914          }
 20915        ]
 20916      },
 20917      {
 20918        "type": "library",
 20919        "bom-ref": "pkg:npm/unicode-trie@1.0.0",
 20920        "name": "unicode-trie",
 20921        "version": "1.0.0",
 20922        "description": "Unicode Trie data structure for fast character metadata lookup, ported from ICU",
 20923        "hashes": [
 20924          {
 20925            "alg": "SHA-1",
 20926            "content": "f649afdca127135edb55ca0ad7c8c60656d92ad1"
 20927          }
 20928        ],
 20929        "licenses": [
 20930          {
 20931            "license": {
 20932              "id": "MIT"
 20933            }
 20934          }
 20935        ],
 20936        "purl": "pkg:npm/unicode-trie@1.0.0",
 20937        "externalReferences": [
 20938          {
 20939            "type": "website",
 20940            "url": "https://github.com/devongovett/unicode-trie"
 20941          },
 20942          {
 20943            "type": "issue-tracker",
 20944            "url": "https://github.com/devongovett/unicode-trie/issues"
 20945          },
 20946          {
 20947            "type": "vcs",
 20948            "url": "git://github.com/devongovett/unicode-trie.git"
 20949          }
 20950        ]
 20951      },
 20952      {
 20953        "type": "library",
 20954        "bom-ref": "pkg:npm/png-js@1.0.0",
 20955        "name": "png-js",
 20956        "version": "1.0.0",
 20957        "description": "A PNG decoder in JavaScript",
 20958        "hashes": [
 20959          {
 20960            "alg": "SHA-1",
 20961            "content": "e5484f1e8156996e383aceebb3789fd75df1874d"
 20962          }
 20963        ],
 20964        "purl": "pkg:npm/png-js@1.0.0",
 20965        "externalReferences": [
 20966          {
 20967            "type": "website",
 20968            "url": "https://github.com/devongovett/png.js#readme"
 20969          },
 20970          {
 20971            "type": "issue-tracker",
 20972            "url": "http://github.com/devongovett/png.js/issues"
 20973          },
 20974          {
 20975            "type": "vcs",
 20976            "url": "git+https://github.com/devongovett/png.js.git"
 20977          }
 20978        ]
 20979      },
 20980      {
 20981        "type": "library",
 20982        "bom-ref": "pkg:npm/portscanner@2.2.0",
 20983        "name": "portscanner",
 20984        "version": "2.2.0",
 20985        "description": "Asynchronous port scanner for Node.js",
 20986        "hashes": [
 20987          {
 20988            "alg": "SHA-1",
 20989            "content": "6059189b3efa0965c9d96a56b958eb9508411cf1"
 20990          }
 20991        ],
 20992        "licenses": [
 20993          {
 20994            "license": {
 20995              "id": "MIT"
 20996            }
 20997          }
 20998        ],
 20999        "purl": "pkg:npm/portscanner@2.2.0",
 21000        "externalReferences": [
 21001          {
 21002            "type": "website",
 21003            "url": "https://github.com/baalexander/node-portscanner"
 21004          },
 21005          {
 21006            "type": "issue-tracker",
 21007            "url": "https://github.com/baalexander/node-portscanner/issues"
 21008          },
 21009          {
 21010            "type": "vcs",
 21011            "url": "git://github.com/baalexander/node-portscanner.git"
 21012          }
 21013        ]
 21014      },
 21015      {
 21016        "type": "library",
 21017        "bom-ref": "pkg:npm/is-number-like@1.0.8",
 21018        "name": "is-number-like",
 21019        "version": "1.0.8",
 21020        "description": "Checks whether provided parameter looks like a number",
 21021        "hashes": [
 21022          {
 21023            "alg": "SHA-1",
 21024            "content": "2e129620b50891042e44e9bbbb30593e75cfbbe3"
 21025          }
 21026        ],
 21027        "licenses": [
 21028          {
 21029            "license": {
 21030              "id": "ISC"
 21031            }
 21032          }
 21033        ],
 21034        "purl": "pkg:npm/is-number-like@1.0.8",
 21035        "externalReferences": [
 21036          {
 21037            "type": "website",
 21038            "url": "https://github.com/vigour-io/is-number-like#readme"
 21039          },
 21040          {
 21041            "type": "issue-tracker",
 21042            "url": "https://github.com/vigour-io/is-number-like/issues"
 21043          },
 21044          {
 21045            "type": "vcs",
 21046            "url": "git+https://github.com/vigour-io/is-number-like.git"
 21047          }
 21048        ]
 21049      },
 21050      {
 21051        "type": "library",
 21052        "bom-ref": "pkg:npm/lodash.isfinite@3.3.2",
 21053        "name": "lodash.isfinite",
 21054        "version": "3.3.2",
 21055        "description": "The lodash method `_.isFinite` exported as a module.",
 21056        "hashes": [
 21057          {
 21058            "alg": "SHA-1",
 21059            "content": "fb89b65a9a80281833f0b7478b3a5104f898ebb3"
 21060          }
 21061        ],
 21062        "licenses": [
 21063          {
 21064            "license": {
 21065              "id": "MIT"
 21066            }
 21067          }
 21068        ],
 21069        "purl": "pkg:npm/lodash.isfinite@3.3.2",
 21070        "externalReferences": [
 21071          {
 21072            "type": "website",
 21073            "url": "https://lodash.com/"
 21074          },
 21075          {
 21076            "type": "issue-tracker",
 21077            "url": "https://github.com/lodash/lodash/issues"
 21078          },
 21079          {
 21080            "type": "vcs",
 21081            "url": "git+https://github.com/lodash/lodash.git"
 21082          }
 21083        ]
 21084      },
 21085      {
 21086        "type": "library",
 21087        "bom-ref": "pkg:npm/prom-client@11.5.3",
 21088        "name": "prom-client",
 21089        "version": "11.5.3",
 21090        "description": "Client for prometheus",
 21091        "hashes": [
 21092          {
 21093            "alg": "SHA-1",
 21094            "content": "5fedfce1083bac6c2b223738e966d0e1643756f8"
 21095          }
 21096        ],
 21097        "licenses": [
 21098          {
 21099            "license": {
 21100              "id": "Apache-2.0"
 21101            }
 21102          }
 21103        ],
 21104        "purl": "pkg:npm/prom-client@11.5.3",
 21105        "externalReferences": [
 21106          {
 21107            "type": "website",
 21108            "url": "https://github.com/siimon/prom-client"
 21109          },
 21110          {
 21111            "type": "issue-tracker",
 21112            "url": "https://github.com/siimon/prom-client/issues"
 21113          },
 21114          {
 21115            "type": "vcs",
 21116            "url": "git+ssh://git@github.com/siimon/prom-client.git"
 21117          }
 21118        ]
 21119      },
 21120      {
 21121        "type": "library",
 21122        "bom-ref": "pkg:npm/tdigest@0.1.1",
 21123        "name": "tdigest",
 21124        "version": "0.1.1",
 21125        "description": "javascript implementation of Dunning's T-Digest for streaming quantile approximation",
 21126        "hashes": [
 21127          {
 21128            "alg": "SHA-1",
 21129            "content": "2e3cb2c39ea449e55d1e6cd91117accca4588021"
 21130          }
 21131        ],
 21132        "licenses": [
 21133          {
 21134            "license": {
 21135              "id": "MIT"
 21136            }
 21137          }
 21138        ],
 21139        "purl": "pkg:npm/tdigest@0.1.1",
 21140        "externalReferences": [
 21141          {
 21142            "type": "website",
 21143            "url": "https://github.com/welch/tdigest"
 21144          },
 21145          {
 21146            "type": "issue-tracker",
 21147            "url": "https://github.com/welch/tdigest/issues"
 21148          },
 21149          {
 21150            "type": "vcs",
 21151            "url": "git+https://github.com/welch/tdigest.git"
 21152          }
 21153        ]
 21154      },
 21155      {
 21156        "type": "library",
 21157        "bom-ref": "pkg:npm/bintrees@1.0.1",
 21158        "name": "bintrees",
 21159        "version": "1.0.1",
 21160        "description": "Binary Search Trees",
 21161        "hashes": [
 21162          {
 21163            "alg": "SHA-1",
 21164            "content": "0e655c9b9c2435eaab68bf4027226d2b55a34524"
 21165          }
 21166        ],
 21167        "purl": "pkg:npm/bintrees@1.0.1",
 21168        "externalReferences": [
 21169          {
 21170            "type": "website",
 21171            "url": "https://github.com/vadimg/js_bintrees#readme"
 21172          },
 21173          {
 21174            "type": "issue-tracker",
 21175            "url": "https://github.com/vadimg/js_bintrees/issues"
 21176          },
 21177          {
 21178            "type": "vcs",
 21179            "url": "git://github.com/vadimg/js_bintrees.git"
 21180          }
 21181        ]
 21182      },
 21183      {
 21184        "type": "library",
 21185        "bom-ref": "pkg:npm/pug@2.0.4",
 21186        "name": "pug",
 21187        "version": "2.0.4",
 21188        "description": "A clean, whitespace-sensitive template language for writing HTML",
 21189        "hashes": [
 21190          {
 21191            "alg": "SHA-1",
 21192            "content": "ee7682ec0a60494b38d48a88f05f3b0ac931377d"
 21193          }
 21194        ],
 21195        "licenses": [
 21196          {
 21197            "license": {
 21198              "id": "MIT"
 21199            }
 21200          }
 21201        ],
 21202        "purl": "pkg:npm/pug@2.0.4",
 21203        "externalReferences": [
 21204          {
 21205            "type": "website",
 21206            "url": "https://pugjs.org"
 21207          },
 21208          {
 21209            "type": "vcs",
 21210            "url": "https://github.com/pugjs/pug/tree/master/packages/pug"
 21211          }
 21212        ]
 21213      },
 21214      {
 21215        "type": "library",
 21216        "bom-ref": "pkg:npm/pug-code-gen@2.0.2",
 21217        "name": "pug-code-gen",
 21218        "version": "2.0.2",
 21219        "description": "Default code-generator for pug.  It generates HTML via a JavaScript template function.",
 21220        "hashes": [
 21221          {
 21222            "alg": "SHA-1",
 21223            "content": "ad0967162aea077dcf787838d94ed14acb0217c2"
 21224          }
 21225        ],
 21226        "licenses": [
 21227          {
 21228            "license": {
 21229              "id": "MIT"
 21230            }
 21231          }
 21232        ],
 21233        "purl": "pkg:npm/pug-code-gen@2.0.2",
 21234        "externalReferences": [
 21235          {
 21236            "type": "vcs",
 21237            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-code-gen"
 21238          }
 21239        ]
 21240      },
 21241      {
 21242        "type": "library",
 21243        "bom-ref": "pkg:npm/constantinople@3.1.2",
 21244        "name": "constantinople",
 21245        "version": "3.1.2",
 21246        "description": "Determine whether a JavaScript expression evaluates to a constant (using acorn)",
 21247        "hashes": [
 21248          {
 21249            "alg": "SHA-1",
 21250            "content": "d45ed724f57d3d10500017a7d3a889c1381ae647"
 21251          }
 21252        ],
 21253        "licenses": [
 21254          {
 21255            "license": {
 21256              "id": "MIT"
 21257            }
 21258          }
 21259        ],
 21260        "purl": "pkg:npm/constantinople@3.1.2",
 21261        "externalReferences": [
 21262          {
 21263            "type": "website",
 21264            "url": "https://github.com/ForbesLindesay/constantinople#readme"
 21265          },
 21266          {
 21267            "type": "issue-tracker",
 21268            "url": "https://github.com/ForbesLindesay/constantinople/issues"
 21269          },
 21270          {
 21271            "type": "vcs",
 21272            "url": "git+https://github.com/ForbesLindesay/constantinople.git"
 21273          }
 21274        ]
 21275      },
 21276      {
 21277        "type": "library",
 21278        "bom-ref": "pkg:npm/%40types/babel-types@7.0.8",
 21279        "group": "@types",
 21280        "name": "babel-types",
 21281        "version": "7.0.8",
 21282        "description": "TypeScript definitions for babel-types",
 21283        "hashes": [
 21284          {
 21285            "alg": "SHA-1",
 21286            "content": "267f405bda841ffae731e7714166b88254cc3e19"
 21287          }
 21288        ],
 21289        "licenses": [
 21290          {
 21291            "license": {
 21292              "id": "MIT"
 21293            }
 21294          }
 21295        ],
 21296        "purl": "pkg:npm/%40types/babel-types@7.0.8",
 21297        "externalReferences": [
 21298          {
 21299            "type": "website",
 21300            "url": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme"
 21301          },
 21302          {
 21303            "type": "issue-tracker",
 21304            "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
 21305          },
 21306          {
 21307            "type": "vcs",
 21308            "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
 21309          }
 21310        ]
 21311      },
 21312      {
 21313        "type": "library",
 21314        "bom-ref": "pkg:npm/%40types/babylon@6.16.5",
 21315        "group": "@types",
 21316        "name": "babylon",
 21317        "version": "6.16.5",
 21318        "description": "TypeScript definitions for babylon",
 21319        "hashes": [
 21320          {
 21321            "alg": "SHA-1",
 21322            "content": "1c5641db69eb8cdf378edd25b4be7754beeb48b4"
 21323          }
 21324        ],
 21325        "licenses": [
 21326          {
 21327            "license": {
 21328              "id": "MIT"
 21329            }
 21330          }
 21331        ],
 21332        "purl": "pkg:npm/%40types/babylon@6.16.5",
 21333        "externalReferences": [
 21334          {
 21335            "type": "website",
 21336            "url": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme"
 21337          },
 21338          {
 21339            "type": "issue-tracker",
 21340            "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
 21341          },
 21342          {
 21343            "type": "vcs",
 21344            "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
 21345          }
 21346        ]
 21347      },
 21348      {
 21349        "type": "library",
 21350        "bom-ref": "pkg:npm/babel-types@6.26.0",
 21351        "name": "babel-types",
 21352        "version": "6.26.0",
 21353        "description": "Babel Types is a Lodash-esque utility library for AST nodes",
 21354        "hashes": [
 21355          {
 21356            "alg": "SHA-1",
 21357            "content": "a3b073f94ab49eb6fa55cd65227a334380632497"
 21358          }
 21359        ],
 21360        "licenses": [
 21361          {
 21362            "license": {
 21363              "id": "MIT"
 21364            }
 21365          }
 21366        ],
 21367        "purl": "pkg:npm/babel-types@6.26.0",
 21368        "externalReferences": [
 21369          {
 21370            "type": "website",
 21371            "url": "https://babeljs.io/"
 21372          },
 21373          {
 21374            "type": "vcs",
 21375            "url": "https://github.com/babel/babel/tree/master/packages/babel-types"
 21376          }
 21377        ]
 21378      },
 21379      {
 21380        "type": "library",
 21381        "bom-ref": "pkg:npm/to-fast-properties@1.0.3",
 21382        "name": "to-fast-properties",
 21383        "version": "1.0.3",
 21384        "description": "Force V8 to use fast properties for an object",
 21385        "hashes": [
 21386          {
 21387            "alg": "SHA-1",
 21388            "content": "b83571fa4d8c25b82e231b06e3a3055de4ca1a47"
 21389          }
 21390        ],
 21391        "licenses": [
 21392          {
 21393            "license": {
 21394              "id": "MIT"
 21395            }
 21396          }
 21397        ],
 21398        "purl": "pkg:npm/to-fast-properties@1.0.3",
 21399        "externalReferences": [
 21400          {
 21401            "type": "website",
 21402            "url": "https://github.com/sindresorhus/to-fast-properties#readme"
 21403          },
 21404          {
 21405            "type": "issue-tracker",
 21406            "url": "https://github.com/sindresorhus/to-fast-properties/issues"
 21407          },
 21408          {
 21409            "type": "vcs",
 21410            "url": "git+https://github.com/sindresorhus/to-fast-properties.git"
 21411          }
 21412        ]
 21413      },
 21414      {
 21415        "type": "library",
 21416        "bom-ref": "pkg:npm/babylon@6.18.0",
 21417        "name": "babylon",
 21418        "version": "6.18.0",
 21419        "description": "A JavaScript parser",
 21420        "hashes": [
 21421          {
 21422            "alg": "SHA-1",
 21423            "content": "af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3"
 21424          }
 21425        ],
 21426        "licenses": [
 21427          {
 21428            "license": {
 21429              "id": "MIT"
 21430            }
 21431          }
 21432        ],
 21433        "purl": "pkg:npm/babylon@6.18.0",
 21434        "externalReferences": [
 21435          {
 21436            "type": "website",
 21437            "url": "https://babeljs.io/"
 21438          },
 21439          {
 21440            "type": "issue-tracker",
 21441            "url": "https://github.com/babel/babylon/issues"
 21442          },
 21443          {
 21444            "type": "vcs",
 21445            "url": "git+https://github.com/babel/babylon.git"
 21446          }
 21447        ]
 21448      },
 21449      {
 21450        "type": "library",
 21451        "bom-ref": "pkg:npm/doctypes@1.1.0",
 21452        "name": "doctypes",
 21453        "version": "1.1.0",
 21454        "description": "Shorthands for commonly used doctypes",
 21455        "hashes": [
 21456          {
 21457            "alg": "SHA-1",
 21458            "content": "ea80b106a87538774e8a3a4a5afe293de489e0a9"
 21459          }
 21460        ],
 21461        "licenses": [
 21462          {
 21463            "license": {
 21464              "id": "MIT"
 21465            }
 21466          }
 21467        ],
 21468        "purl": "pkg:npm/doctypes@1.1.0",
 21469        "externalReferences": [
 21470          {
 21471            "type": "website",
 21472            "url": "https://github.com/pugjs/doctypes#readme"
 21473          },
 21474          {
 21475            "type": "issue-tracker",
 21476            "url": "https://github.com/pugjs/doctypes/issues"
 21477          },
 21478          {
 21479            "type": "vcs",
 21480            "url": "git+https://github.com/pugjs/doctypes.git"
 21481          }
 21482        ]
 21483      },
 21484      {
 21485        "type": "library",
 21486        "bom-ref": "pkg:npm/js-stringify@1.0.2",
 21487        "name": "js-stringify",
 21488        "version": "1.0.2",
 21489        "description": "Stringify an object so it can be safely inlined in JavaScript code",
 21490        "hashes": [
 21491          {
 21492            "alg": "SHA-1",
 21493            "content": "1736fddfd9724f28a3682adc6230ae7e4e9679db"
 21494          }
 21495        ],
 21496        "licenses": [
 21497          {
 21498            "license": {
 21499              "id": "MIT"
 21500            }
 21501          }
 21502        ],
 21503        "purl": "pkg:npm/js-stringify@1.0.2",
 21504        "externalReferences": [
 21505          {
 21506            "type": "website",
 21507            "url": "https://github.com/jadejs/js-stringify#readme"
 21508          },
 21509          {
 21510            "type": "issue-tracker",
 21511            "url": "https://github.com/jadejs/js-stringify/issues"
 21512          },
 21513          {
 21514            "type": "vcs",
 21515            "url": "git+https://github.com/jadejs/js-stringify.git"
 21516          }
 21517        ]
 21518      },
 21519      {
 21520        "type": "library",
 21521        "bom-ref": "pkg:npm/pug-attrs@2.0.4",
 21522        "name": "pug-attrs",
 21523        "version": "2.0.4",
 21524        "description": "Generate code for Pug attributes",
 21525        "hashes": [
 21526          {
 21527            "alg": "SHA-1",
 21528            "content": "b2f44c439e4eb4ad5d4ef25cac20d18ad28cc336"
 21529          }
 21530        ],
 21531        "licenses": [
 21532          {
 21533            "license": {
 21534              "id": "MIT"
 21535            }
 21536          }
 21537        ],
 21538        "purl": "pkg:npm/pug-attrs@2.0.4",
 21539        "externalReferences": [
 21540          {
 21541            "type": "vcs",
 21542            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-attrs"
 21543          }
 21544        ]
 21545      },
 21546      {
 21547        "type": "library",
 21548        "bom-ref": "pkg:npm/pug-runtime@2.0.5",
 21549        "name": "pug-runtime",
 21550        "version": "2.0.5",
 21551        "description": "The runtime components for the pug templating language",
 21552        "hashes": [
 21553          {
 21554            "alg": "SHA-1",
 21555            "content": "6da7976c36bf22f68e733c359240d8ae7a32953a"
 21556          }
 21557        ],
 21558        "licenses": [
 21559          {
 21560            "license": {
 21561              "id": "MIT"
 21562            }
 21563          }
 21564        ],
 21565        "purl": "pkg:npm/pug-runtime@2.0.5",
 21566        "externalReferences": [
 21567          {
 21568            "type": "vcs",
 21569            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-runtime"
 21570          }
 21571        ]
 21572      },
 21573      {
 21574        "type": "library",
 21575        "bom-ref": "pkg:npm/pug-error@1.3.3",
 21576        "name": "pug-error",
 21577        "version": "1.3.3",
 21578        "description": "Standard error objects for pug",
 21579        "hashes": [
 21580          {
 21581            "alg": "SHA-1",
 21582            "content": "f342fb008752d58034c185de03602dd9ffe15fa6"
 21583          }
 21584        ],
 21585        "licenses": [
 21586          {
 21587            "license": {
 21588              "id": "MIT"
 21589            }
 21590          }
 21591        ],
 21592        "purl": "pkg:npm/pug-error@1.3.3",
 21593        "externalReferences": [
 21594          {
 21595            "type": "vcs",
 21596            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-error"
 21597          }
 21598        ]
 21599      },
 21600      {
 21601        "type": "library",
 21602        "bom-ref": "pkg:npm/void-elements@2.0.1",
 21603        "name": "void-elements",
 21604        "version": "2.0.1",
 21605        "description": "Array of \"void elements\" defined by the HTML specification.",
 21606        "hashes": [
 21607          {
 21608            "alg": "SHA-1",
 21609            "content": "c066afb582bb1cb4128d60ea92392e94d5e9dbec"
 21610          }
 21611        ],
 21612        "licenses": [
 21613          {
 21614            "license": {
 21615              "id": "MIT"
 21616            }
 21617          }
 21618        ],
 21619        "purl": "pkg:npm/void-elements@2.0.1",
 21620        "externalReferences": [
 21621          {
 21622            "type": "website",
 21623            "url": "https://github.com/hemanth/void-elements"
 21624          },
 21625          {
 21626            "type": "issue-tracker",
 21627            "url": "https://github.com/hemanth/void-elements/issues"
 21628          },
 21629          {
 21630            "type": "vcs",
 21631            "url": "git+https://github.com/hemanth/void-elements.git"
 21632          }
 21633        ]
 21634      },
 21635      {
 21636        "type": "library",
 21637        "bom-ref": "pkg:npm/with@5.1.1",
 21638        "name": "with",
 21639        "version": "5.1.1",
 21640        "description": "Compile time `with` for strict mode JavaScript",
 21641        "hashes": [
 21642          {
 21643            "alg": "SHA-1",
 21644            "content": "fa4daa92daf32c4ea94ed453c81f04686b575dfe"
 21645          }
 21646        ],
 21647        "licenses": [
 21648          {
 21649            "license": {
 21650              "id": "MIT"
 21651            }
 21652          }
 21653        ],
 21654        "purl": "pkg:npm/with@5.1.1",
 21655        "externalReferences": [
 21656          {
 21657            "type": "website",
 21658            "url": "https://github.com/pugjs/with#readme"
 21659          },
 21660          {
 21661            "type": "issue-tracker",
 21662            "url": "https://github.com/pugjs/with/issues"
 21663          },
 21664          {
 21665            "type": "vcs",
 21666            "url": "git+https://github.com/pugjs/with.git"
 21667          }
 21668        ]
 21669      },
 21670      {
 21671        "type": "library",
 21672        "bom-ref": "pkg:npm/acorn@3.3.0",
 21673        "name": "acorn",
 21674        "version": "3.3.0",
 21675        "description": "ECMAScript parser",
 21676        "hashes": [
 21677          {
 21678            "alg": "SHA-1",
 21679            "content": "45e37fb39e8da3f25baee3ff5369e2bb5f22017a"
 21680          }
 21681        ],
 21682        "licenses": [
 21683          {
 21684            "license": {
 21685              "id": "MIT"
 21686            }
 21687          }
 21688        ],
 21689        "purl": "pkg:npm/acorn@3.3.0",
 21690        "externalReferences": [
 21691          {
 21692            "type": "website",
 21693            "url": "https://github.com/ternjs/acorn"
 21694          },
 21695          {
 21696            "type": "issue-tracker",
 21697            "url": "https://github.com/ternjs/acorn/issues"
 21698          },
 21699          {
 21700            "type": "vcs",
 21701            "url": "git+https://github.com/ternjs/acorn.git"
 21702          }
 21703        ]
 21704      },
 21705      {
 21706        "type": "library",
 21707        "bom-ref": "pkg:npm/acorn-globals@3.1.0",
 21708        "name": "acorn-globals",
 21709        "version": "3.1.0",
 21710        "description": "Detect global variables in JavaScript using acorn",
 21711        "hashes": [
 21712          {
 21713            "alg": "SHA-1",
 21714            "content": "fd8270f71fbb4996b004fa880ee5d46573a731bf"
 21715          }
 21716        ],
 21717        "licenses": [
 21718          {
 21719            "license": {
 21720              "id": "MIT"
 21721            }
 21722          }
 21723        ],
 21724        "purl": "pkg:npm/acorn-globals@3.1.0",
 21725        "externalReferences": [
 21726          {
 21727            "type": "website",
 21728            "url": "https://github.com/ForbesLindesay/acorn-globals#readme"
 21729          },
 21730          {
 21731            "type": "issue-tracker",
 21732            "url": "https://github.com/ForbesLindesay/acorn-globals/issues"
 21733          },
 21734          {
 21735            "type": "vcs",
 21736            "url": "git+https://github.com/ForbesLindesay/acorn-globals.git"
 21737          }
 21738        ]
 21739      },
 21740      {
 21741        "type": "library",
 21742        "bom-ref": "pkg:npm/acorn@4.0.13",
 21743        "name": "acorn",
 21744        "version": "4.0.13",
 21745        "description": "ECMAScript parser",
 21746        "hashes": [
 21747          {
 21748            "alg": "SHA-1",
 21749            "content": "105495ae5361d697bd195c825192e1ad7f253787"
 21750          }
 21751        ],
 21752        "licenses": [
 21753          {
 21754            "license": {
 21755              "id": "MIT"
 21756            }
 21757          }
 21758        ],
 21759        "purl": "pkg:npm/acorn@4.0.13",
 21760        "externalReferences": [
 21761          {
 21762            "type": "website",
 21763            "url": "https://github.com/ternjs/acorn"
 21764          },
 21765          {
 21766            "type": "issue-tracker",
 21767            "url": "https://github.com/ternjs/acorn/issues"
 21768          },
 21769          {
 21770            "type": "vcs",
 21771            "url": "git+https://github.com/ternjs/acorn.git"
 21772          }
 21773        ]
 21774      },
 21775      {
 21776        "type": "library",
 21777        "bom-ref": "pkg:npm/pug-filters@3.1.1",
 21778        "name": "pug-filters",
 21779        "version": "3.1.1",
 21780        "description": "Code for processing filters in pug templates",
 21781        "hashes": [
 21782          {
 21783            "alg": "SHA-1",
 21784            "content": "ab2cc82db9eeccf578bda89130e252a0db026aa7"
 21785          }
 21786        ],
 21787        "licenses": [
 21788          {
 21789            "license": {
 21790              "id": "MIT"
 21791            }
 21792          }
 21793        ],
 21794        "purl": "pkg:npm/pug-filters@3.1.1",
 21795        "externalReferences": [
 21796          {
 21797            "type": "vcs",
 21798            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-filters"
 21799          }
 21800        ]
 21801      },
 21802      {
 21803        "type": "library",
 21804        "bom-ref": "pkg:npm/clean-css@4.2.3",
 21805        "name": "clean-css",
 21806        "version": "4.2.3",
 21807        "description": "A well-tested CSS minifier",
 21808        "hashes": [
 21809          {
 21810            "alg": "SHA-1",
 21811            "content": "507b5de7d97b48ee53d84adb0160ff6216380f78"
 21812          }
 21813        ],
 21814        "licenses": [
 21815          {
 21816            "license": {
 21817              "id": "MIT"
 21818            }
 21819          }
 21820        ],
 21821        "purl": "pkg:npm/clean-css@4.2.3",
 21822        "externalReferences": [
 21823          {
 21824            "type": "website",
 21825            "url": "https://github.com/jakubpawlowicz/clean-css"
 21826          },
 21827          {
 21828            "type": "issue-tracker",
 21829            "url": "https://github.com/jakubpawlowicz/clean-css/issues"
 21830          },
 21831          {
 21832            "type": "vcs",
 21833            "url": "git+https://github.com/jakubpawlowicz/clean-css.git"
 21834          }
 21835        ]
 21836      },
 21837      {
 21838        "type": "library",
 21839        "bom-ref": "pkg:npm/jstransformer@1.0.0",
 21840        "name": "jstransformer",
 21841        "version": "1.0.0",
 21842        "description": "Normalize the API of any jstransformer",
 21843        "hashes": [
 21844          {
 21845            "alg": "SHA-1",
 21846            "content": "ed8bf0921e2f3f1ed4d5c1a44f68709ed24722c3"
 21847          }
 21848        ],
 21849        "licenses": [
 21850          {
 21851            "license": {
 21852              "id": "MIT"
 21853            }
 21854          }
 21855        ],
 21856        "purl": "pkg:npm/jstransformer@1.0.0",
 21857        "externalReferences": [
 21858          {
 21859            "type": "website",
 21860            "url": "https://github.com/jstransformers/jstransformer#readme"
 21861          },
 21862          {
 21863            "type": "issue-tracker",
 21864            "url": "https://github.com/jstransformers/jstransformer/issues"
 21865          },
 21866          {
 21867            "type": "vcs",
 21868            "url": "git+https://github.com/jstransformers/jstransformer.git"
 21869          }
 21870        ]
 21871      },
 21872      {
 21873        "type": "library",
 21874        "bom-ref": "pkg:npm/is-promise@2.2.2",
 21875        "name": "is-promise",
 21876        "version": "2.2.2",
 21877        "description": "Test whether an object looks like a promises-a+ promise",
 21878        "hashes": [
 21879          {
 21880            "alg": "SHA-1",
 21881            "content": "39ab959ccbf9a774cf079f7b40c7a26f763135f1"
 21882          }
 21883        ],
 21884        "licenses": [
 21885          {
 21886            "license": {
 21887              "id": "MIT"
 21888            }
 21889          }
 21890        ],
 21891        "purl": "pkg:npm/is-promise@2.2.2",
 21892        "externalReferences": [
 21893          {
 21894            "type": "website",
 21895            "url": "https://github.com/then/is-promise#readme"
 21896          },
 21897          {
 21898            "type": "issue-tracker",
 21899            "url": "https://github.com/then/is-promise/issues"
 21900          },
 21901          {
 21902            "type": "vcs",
 21903            "url": "git+https://github.com/then/is-promise.git"
 21904          }
 21905        ]
 21906      },
 21907      {
 21908        "type": "library",
 21909        "bom-ref": "pkg:npm/promise@7.3.1",
 21910        "name": "promise",
 21911        "version": "7.3.1",
 21912        "description": "Bare bones Promises/A+ implementation",
 21913        "hashes": [
 21914          {
 21915            "alg": "SHA-1",
 21916            "content": "064b72602b18f90f29192b8b1bc418ffd1ebd3bf"
 21917          }
 21918        ],
 21919        "licenses": [
 21920          {
 21921            "license": {
 21922              "id": "MIT"
 21923            }
 21924          }
 21925        ],
 21926        "purl": "pkg:npm/promise@7.3.1",
 21927        "externalReferences": [
 21928          {
 21929            "type": "website",
 21930            "url": "https://github.com/then/promise#readme"
 21931          },
 21932          {
 21933            "type": "issue-tracker",
 21934            "url": "https://github.com/then/promise/issues"
 21935          },
 21936          {
 21937            "type": "vcs",
 21938            "url": "git+https://github.com/then/promise.git"
 21939          }
 21940        ]
 21941      },
 21942      {
 21943        "type": "library",
 21944        "bom-ref": "pkg:npm/asap@2.0.6",
 21945        "name": "asap",
 21946        "version": "2.0.6",
 21947        "description": "High-priority task queue for Node.js and browsers",
 21948        "hashes": [
 21949          {
 21950            "alg": "SHA-1",
 21951            "content": "e50347611d7e690943208bbdafebcbc2fb866d46"
 21952          }
 21953        ],
 21954        "licenses": [
 21955          {
 21956            "license": {
 21957              "id": "MIT"
 21958            }
 21959          }
 21960        ],
 21961        "purl": "pkg:npm/asap@2.0.6",
 21962        "externalReferences": [
 21963          {
 21964            "type": "website",
 21965            "url": "https://github.com/kriskowal/asap#readme"
 21966          },
 21967          {
 21968            "type": "issue-tracker",
 21969            "url": "https://github.com/kriskowal/asap/issues"
 21970          },
 21971          {
 21972            "type": "vcs",
 21973            "url": "git+https://github.com/kriskowal/asap.git"
 21974          }
 21975        ]
 21976      },
 21977      {
 21978        "type": "library",
 21979        "bom-ref": "pkg:npm/pug-walk@1.1.8",
 21980        "name": "pug-walk",
 21981        "version": "1.1.8",
 21982        "description": "Walk and transform a pug AST",
 21983        "hashes": [
 21984          {
 21985            "alg": "SHA-1",
 21986            "content": "b408f67f27912f8c21da2f45b7230c4bd2a5ea7a"
 21987          }
 21988        ],
 21989        "licenses": [
 21990          {
 21991            "license": {
 21992              "id": "MIT"
 21993            }
 21994          }
 21995        ],
 21996        "purl": "pkg:npm/pug-walk@1.1.8",
 21997        "externalReferences": [
 21998          {
 21999            "type": "vcs",
 22000            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-walk"
 22001          }
 22002        ]
 22003      },
 22004      {
 22005        "type": "library",
 22006        "bom-ref": "pkg:npm/uglify-js@2.8.29",
 22007        "name": "uglify-js",
 22008        "version": "2.8.29",
 22009        "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
 22010        "hashes": [
 22011          {
 22012            "alg": "SHA-1",
 22013            "content": "29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
 22014          }
 22015        ],
 22016        "licenses": [
 22017          {
 22018            "license": {
 22019              "id": "BSD-2-Clause"
 22020            }
 22021          }
 22022        ],
 22023        "purl": "pkg:npm/uglify-js@2.8.29",
 22024        "externalReferences": [
 22025          {
 22026            "type": "website",
 22027            "url": "http://lisperator.net/uglifyjs"
 22028          },
 22029          {
 22030            "type": "issue-tracker",
 22031            "url": "https://github.com/mishoo/UglifyJS2/issues"
 22032          },
 22033          {
 22034            "type": "vcs",
 22035            "url": "git+https://github.com/mishoo/UglifyJS2.git"
 22036          }
 22037        ]
 22038      },
 22039      {
 22040        "type": "library",
 22041        "bom-ref": "pkg:npm/yargs@3.10.0",
 22042        "name": "yargs",
 22043        "version": "3.10.0",
 22044        "description": "Light-weight option parsing with an argv hash. No optstrings attached.",
 22045        "hashes": [
 22046          {
 22047            "alg": "SHA-1",
 22048            "content": "f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1"
 22049          }
 22050        ],
 22051        "licenses": [
 22052          {
 22053            "license": {
 22054              "id": "MIT"
 22055            }
 22056          }
 22057        ],
 22058        "purl": "pkg:npm/yargs@3.10.0",
 22059        "externalReferences": [
 22060          {
 22061            "type": "website",
 22062            "url": "https://github.com/bcoe/yargs#readme"
 22063          },
 22064          {
 22065            "type": "issue-tracker",
 22066            "url": "https://github.com/bcoe/yargs/issues"
 22067          },
 22068          {
 22069            "type": "vcs",
 22070            "url": "git+ssh://git@github.com/bcoe/yargs.git"
 22071          }
 22072        ]
 22073      },
 22074      {
 22075        "type": "library",
 22076        "bom-ref": "pkg:npm/camelcase@1.2.1",
 22077        "name": "camelcase",
 22078        "version": "1.2.1",
 22079        "description": "Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar",
 22080        "hashes": [
 22081          {
 22082            "alg": "SHA-1",
 22083            "content": "9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
 22084          }
 22085        ],
 22086        "licenses": [
 22087          {
 22088            "license": {
 22089              "id": "MIT"
 22090            }
 22091          }
 22092        ],
 22093        "purl": "pkg:npm/camelcase@1.2.1",
 22094        "externalReferences": [
 22095          {
 22096            "type": "website",
 22097            "url": "https://github.com/sindresorhus/camelcase#readme"
 22098          },
 22099          {
 22100            "type": "issue-tracker",
 22101            "url": "https://github.com/sindresorhus/camelcase/issues"
 22102          },
 22103          {
 22104            "type": "vcs",
 22105            "url": "git+https://github.com/sindresorhus/camelcase.git"
 22106          }
 22107        ]
 22108      },
 22109      {
 22110        "type": "library",
 22111        "bom-ref": "pkg:npm/cliui@2.1.0",
 22112        "name": "cliui",
 22113        "version": "2.1.0",
 22114        "description": "easily create complex multi-column command-line-interfaces",
 22115        "hashes": [
 22116          {
 22117            "alg": "SHA-1",
 22118            "content": "4b475760ff80264c762c3a1719032e91c7fea0d1"
 22119          }
 22120        ],
 22121        "licenses": [
 22122          {
 22123            "license": {
 22124              "id": "ISC"
 22125            }
 22126          }
 22127        ],
 22128        "purl": "pkg:npm/cliui@2.1.0",
 22129        "externalReferences": [
 22130          {
 22131            "type": "website",
 22132            "url": "https://github.com/bcoe/cliui#readme"
 22133          },
 22134          {
 22135            "type": "issue-tracker",
 22136            "url": "https://github.com/bcoe/cliui/issues"
 22137          },
 22138          {
 22139            "type": "vcs",
 22140            "url": "git+ssh://git@github.com/bcoe/cliui.git"
 22141          }
 22142        ]
 22143      },
 22144      {
 22145        "type": "library",
 22146        "bom-ref": "pkg:npm/center-align@0.1.3",
 22147        "name": "center-align",
 22148        "version": "0.1.3",
 22149        "description": "Center-align the text in a string.",
 22150        "hashes": [
 22151          {
 22152            "alg": "SHA-1",
 22153            "content": "aa0d32629b6ee972200411cbd4461c907bc2b7ad"
 22154          }
 22155        ],
 22156        "licenses": [
 22157          {
 22158            "license": {
 22159              "id": "MIT"
 22160            }
 22161          }
 22162        ],
 22163        "purl": "pkg:npm/center-align@0.1.3",
 22164        "externalReferences": [
 22165          {
 22166            "type": "website",
 22167            "url": "https://github.com/jonschlinkert/center-align"
 22168          },
 22169          {
 22170            "type": "issue-tracker",
 22171            "url": "https://github.com/jonschlinkert/center-align/issues"
 22172          },
 22173          {
 22174            "type": "vcs",
 22175            "url": "git+https://github.com/jonschlinkert/center-align.git"
 22176          }
 22177        ]
 22178      },
 22179      {
 22180        "type": "library",
 22181        "bom-ref": "pkg:npm/align-text@0.1.4",
 22182        "name": "align-text",
 22183        "version": "0.1.4",
 22184        "description": "Align the text in a string.",
 22185        "hashes": [
 22186          {
 22187            "alg": "SHA-1",
 22188            "content": "0cd90a561093f35d0a99256c22b7069433fad117"
 22189          }
 22190        ],
 22191        "licenses": [
 22192          {
 22193            "license": {
 22194              "id": "MIT"
 22195            }
 22196          }
 22197        ],
 22198        "purl": "pkg:npm/align-text@0.1.4",
 22199        "externalReferences": [
 22200          {
 22201            "type": "website",
 22202            "url": "https://github.com/jonschlinkert/align-text"
 22203          },
 22204          {
 22205            "type": "issue-tracker",
 22206            "url": "https://github.com/jonschlinkert/align-text/issues"
 22207          },
 22208          {
 22209            "type": "vcs",
 22210            "url": "git://github.com/jonschlinkert/align-text.git"
 22211          }
 22212        ]
 22213      },
 22214      {
 22215        "type": "library",
 22216        "bom-ref": "pkg:npm/longest@1.0.1",
 22217        "name": "longest",
 22218        "version": "1.0.1",
 22219        "description": "Get the longest item in an array.",
 22220        "hashes": [
 22221          {
 22222            "alg": "SHA-1",
 22223            "content": "30a0b2da38f73770e8294a0d22e6625ed77d0097"
 22224          }
 22225        ],
 22226        "licenses": [
 22227          {
 22228            "license": {
 22229              "id": "MIT"
 22230            }
 22231          }
 22232        ],
 22233        "purl": "pkg:npm/longest@1.0.1",
 22234        "externalReferences": [
 22235          {
 22236            "type": "website",
 22237            "url": "https://github.com/jonschlinkert/longest"
 22238          },
 22239          {
 22240            "type": "issue-tracker",
 22241            "url": "https://github.com/jonschlinkert/longest/issues"
 22242          },
 22243          {
 22244            "type": "vcs",
 22245            "url": "git+https://github.com/jonschlinkert/longest.git"
 22246          }
 22247        ]
 22248      },
 22249      {
 22250        "type": "library",
 22251        "bom-ref": "pkg:npm/lazy-cache@1.0.4",
 22252        "name": "lazy-cache",
 22253        "version": "1.0.4",
 22254        "description": "Cache requires to be lazy-loaded when needed.",
 22255        "hashes": [
 22256          {
 22257            "alg": "SHA-1",
 22258            "content": "a1d78fc3a50474cb80845d3b3b6e1da49a446e8e"
 22259          }
 22260        ],
 22261        "licenses": [
 22262          {
 22263            "license": {
 22264              "id": "MIT"
 22265            }
 22266          }
 22267        ],
 22268        "purl": "pkg:npm/lazy-cache@1.0.4",
 22269        "externalReferences": [
 22270          {
 22271            "type": "website",
 22272            "url": "https://github.com/jonschlinkert/lazy-cache"
 22273          },
 22274          {
 22275            "type": "issue-tracker",
 22276            "url": "https://github.com/jonschlinkert/lazy-cache/issues"
 22277          },
 22278          {
 22279            "type": "vcs",
 22280            "url": "git+https://github.com/jonschlinkert/lazy-cache.git"
 22281          }
 22282        ]
 22283      },
 22284      {
 22285        "type": "library",
 22286        "bom-ref": "pkg:npm/right-align@0.1.3",
 22287        "name": "right-align",
 22288        "version": "0.1.3",
 22289        "description": "Right-align the text in a string.",
 22290        "hashes": [
 22291          {
 22292            "alg": "SHA-1",
 22293            "content": "61339b722fe6a3515689210d24e14c96148613ef"
 22294          }
 22295        ],
 22296        "licenses": [
 22297          {
 22298            "license": {
 22299              "id": "MIT"
 22300            }
 22301          }
 22302        ],
 22303        "purl": "pkg:npm/right-align@0.1.3",
 22304        "externalReferences": [
 22305          {
 22306            "type": "website",
 22307            "url": "https://github.com/jonschlinkert/right-align"
 22308          },
 22309          {
 22310            "type": "issue-tracker",
 22311            "url": "https://github.com/jonschlinkert/right-align/issues"
 22312          },
 22313          {
 22314            "type": "vcs",
 22315            "url": "git://github.com/jonschlinkert/right-align.git"
 22316          }
 22317        ]
 22318      },
 22319      {
 22320        "type": "library",
 22321        "bom-ref": "pkg:npm/wordwrap@0.0.2",
 22322        "name": "wordwrap",
 22323        "version": "0.0.2",
 22324        "description": "Wrap those words. Show them at what columns to start and stop.",
 22325        "hashes": [
 22326          {
 22327            "alg": "SHA-1",
 22328            "content": "b79669bb42ecb409f83d583cad52ca17eaa1643f"
 22329          }
 22330        ],
 22331        "licenses": [
 22332          {
 22333            "license": {
 22334              "name": "MIT/X11"
 22335            }
 22336          }
 22337        ],
 22338        "purl": "pkg:npm/wordwrap@0.0.2",
 22339        "externalReferences": [
 22340          {
 22341            "type": "website",
 22342            "url": "https://github.com/substack/node-wordwrap#readme"
 22343          },
 22344          {
 22345            "type": "issue-tracker",
 22346            "url": "https://github.com/substack/node-wordwrap/issues"
 22347          },
 22348          {
 22349            "type": "vcs",
 22350            "url": "git://github.com/substack/node-wordwrap.git"
 22351          }
 22352        ]
 22353      },
 22354      {
 22355        "type": "library",
 22356        "bom-ref": "pkg:npm/window-size@0.1.0",
 22357        "name": "window-size",
 22358        "version": "0.1.0",
 22359        "description": "Reliable way to to get the height and width of the terminal/console in a node.js environment.",
 22360        "hashes": [
 22361          {
 22362            "alg": "SHA-1",
 22363            "content": "5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
 22364          }
 22365        ],
 22366        "purl": "pkg:npm/window-size@0.1.0",
 22367        "externalReferences": [
 22368          {
 22369            "type": "website",
 22370            "url": "https://github.com/jonschlinkert/window-size"
 22371          },
 22372          {
 22373            "type": "issue-tracker",
 22374            "url": "https://github.com/jonschlinkert/window-size/issues"
 22375          },
 22376          {
 22377            "type": "vcs",
 22378            "url": "git+https://github.com/jonschlinkert/window-size.git"
 22379          }
 22380        ]
 22381      },
 22382      {
 22383        "type": "library",
 22384        "bom-ref": "pkg:npm/pug-lexer@4.1.0",
 22385        "name": "pug-lexer",
 22386        "version": "4.1.0",
 22387        "description": "The pug lexer (takes a string and converts it to an array of tokens)",
 22388        "hashes": [
 22389          {
 22390            "alg": "SHA-1",
 22391            "content": "531cde48c7c0b1fcbbc2b85485c8665e31489cfd"
 22392          }
 22393        ],
 22394        "licenses": [
 22395          {
 22396            "license": {
 22397              "id": "MIT"
 22398            }
 22399          }
 22400        ],
 22401        "purl": "pkg:npm/pug-lexer@4.1.0",
 22402        "externalReferences": [
 22403          {
 22404            "type": "vcs",
 22405            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-lexer"
 22406          }
 22407        ]
 22408      },
 22409      {
 22410        "type": "library",
 22411        "bom-ref": "pkg:npm/character-parser@2.2.0",
 22412        "name": "character-parser",
 22413        "version": "2.2.0",
 22414        "description": "Parse JavaScript one character at a time to look for snippets in Templates.  This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.",
 22415        "hashes": [
 22416          {
 22417            "alg": "SHA-1",
 22418            "content": "c7ce28f36d4bcd9744e5ffc2c5fcde1c73261fc0"
 22419          }
 22420        ],
 22421        "licenses": [
 22422          {
 22423            "license": {
 22424              "id": "MIT"
 22425            }
 22426          }
 22427        ],
 22428        "purl": "pkg:npm/character-parser@2.2.0",
 22429        "externalReferences": [
 22430          {
 22431            "type": "website",
 22432            "url": "https://github.com/ForbesLindesay/character-parser#readme"
 22433          },
 22434          {
 22435            "type": "issue-tracker",
 22436            "url": "https://github.com/ForbesLindesay/character-parser/issues"
 22437          },
 22438          {
 22439            "type": "vcs",
 22440            "url": "git+https://github.com/ForbesLindesay/character-parser.git"
 22441          }
 22442        ]
 22443      },
 22444      {
 22445        "type": "library",
 22446        "bom-ref": "pkg:npm/is-expression@3.0.0",
 22447        "name": "is-expression",
 22448        "version": "3.0.0",
 22449        "description": "Check if a string is a valid JavaScript expression",
 22450        "hashes": [
 22451          {
 22452            "alg": "SHA-1",
 22453            "content": "39acaa6be7fd1f3471dc42c7416e61c24317ac9f"
 22454          }
 22455        ],
 22456        "licenses": [
 22457          {
 22458            "license": {
 22459              "id": "MIT"
 22460            }
 22461          }
 22462        ],
 22463        "purl": "pkg:npm/is-expression@3.0.0",
 22464        "externalReferences": [
 22465          {
 22466            "type": "website",
 22467            "url": "https://github.com/pugjs/is-expression#readme"
 22468          },
 22469          {
 22470            "type": "issue-tracker",
 22471            "url": "https://github.com/pugjs/is-expression/issues"
 22472          },
 22473          {
 22474            "type": "vcs",
 22475            "url": "git+https://github.com/pugjs/is-expression.git"
 22476          }
 22477        ]
 22478      },
 22479      {
 22480        "type": "library",
 22481        "bom-ref": "pkg:npm/pug-linker@3.0.6",
 22482        "name": "pug-linker",
 22483        "version": "3.0.6",
 22484        "description": "Link multiple pug ASTs together using include/extends",
 22485        "hashes": [
 22486          {
 22487            "alg": "SHA-1",
 22488            "content": "f5bf218b0efd65ce6670f7afc51658d0f82989fb"
 22489          }
 22490        ],
 22491        "licenses": [
 22492          {
 22493            "license": {
 22494              "id": "MIT"
 22495            }
 22496          }
 22497        ],
 22498        "purl": "pkg:npm/pug-linker@3.0.6",
 22499        "externalReferences": [
 22500          {
 22501            "type": "vcs",
 22502            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-linker"
 22503          }
 22504        ]
 22505      },
 22506      {
 22507        "type": "library",
 22508        "bom-ref": "pkg:npm/pug-load@2.0.12",
 22509        "name": "pug-load",
 22510        "version": "2.0.12",
 22511        "description": "The Pug loader is responsible for loading the depenendencies of a given Pug file.",
 22512        "hashes": [
 22513          {
 22514            "alg": "SHA-1",
 22515            "content": "d38c85eb85f6e2f704dea14dcca94144d35d3e7b"
 22516          }
 22517        ],
 22518        "licenses": [
 22519          {
 22520            "license": {
 22521              "id": "MIT"
 22522            }
 22523          }
 22524        ],
 22525        "purl": "pkg:npm/pug-load@2.0.12",
 22526        "externalReferences": [
 22527          {
 22528            "type": "vcs",
 22529            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-load"
 22530          }
 22531        ]
 22532      },
 22533      {
 22534        "type": "library",
 22535        "bom-ref": "pkg:npm/pug-parser@5.0.1",
 22536        "name": "pug-parser",
 22537        "version": "5.0.1",
 22538        "description": "The pug parser (takes an array of tokens and converts it to an abstract syntax tree)",
 22539        "hashes": [
 22540          {
 22541            "alg": "SHA-1",
 22542            "content": "03e7ada48b6840bd3822f867d7d90f842d0ffdc9"
 22543          }
 22544        ],
 22545        "licenses": [
 22546          {
 22547            "license": {
 22548              "id": "MIT"
 22549            }
 22550          }
 22551        ],
 22552        "purl": "pkg:npm/pug-parser@5.0.1",
 22553        "externalReferences": [
 22554          {
 22555            "type": "vcs",
 22556            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-parser"
 22557          }
 22558        ]
 22559      },
 22560      {
 22561        "type": "library",
 22562        "bom-ref": "pkg:npm/token-stream@0.0.1",
 22563        "name": "token-stream",
 22564        "version": "0.0.1",
 22565        "description": "Take an array of token and produce a more useful API to give to a parser",
 22566        "hashes": [
 22567          {
 22568            "alg": "SHA-1",
 22569            "content": "ceeefc717a76c4316f126d0b9dbaa55d7e7df01a"
 22570          }
 22571        ],
 22572        "licenses": [
 22573          {
 22574            "license": {
 22575              "id": "MIT"
 22576            }
 22577          }
 22578        ],
 22579        "purl": "pkg:npm/token-stream@0.0.1",
 22580        "externalReferences": [
 22581          {
 22582            "type": "website",
 22583            "url": "https://github.com/jadejs/token-stream#readme"
 22584          },
 22585          {
 22586            "type": "issue-tracker",
 22587            "url": "https://github.com/jadejs/token-stream/issues"
 22588          },
 22589          {
 22590            "type": "vcs",
 22591            "url": "git+https://github.com/jadejs/token-stream.git"
 22592          }
 22593        ]
 22594      },
 22595      {
 22596        "type": "library",
 22597        "bom-ref": "pkg:npm/pug-strip-comments@1.0.4",
 22598        "name": "pug-strip-comments",
 22599        "version": "1.0.4",
 22600        "description": "Strip comments from a Pug token stream (from the lexer)",
 22601        "hashes": [
 22602          {
 22603            "alg": "SHA-1",
 22604            "content": "cc1b6de1f6e8f5931cf02ec66cdffd3f50eaf8a8"
 22605          }
 22606        ],
 22607        "licenses": [
 22608          {
 22609            "license": {
 22610              "id": "MIT"
 22611            }
 22612          }
 22613        ],
 22614        "purl": "pkg:npm/pug-strip-comments@1.0.4",
 22615        "externalReferences": [
 22616          {
 22617            "type": "vcs",
 22618            "url": "https://github.com/pugjs/pug/tree/master/packages/pug-strip-comments"
 22619          }
 22620        ]
 22621      },
 22622      {
 22623        "type": "library",
 22624        "bom-ref": "pkg:npm/replace@1.2.0",
 22625        "name": "replace",
 22626        "version": "1.2.0",
 22627        "description": "Command line search and replace utility",
 22628        "hashes": [
 22629          {
 22630            "alg": "SHA-1",
 22631            "content": "a25da288841aab22f0f7e95dc1d249dbd2ed6e26"
 22632          }
 22633        ],
 22634        "licenses": [
 22635          {
 22636            "license": {
 22637              "id": "MIT"
 22638            }
 22639          }
 22640        ],
 22641        "purl": "pkg:npm/replace@1.2.0",
 22642        "externalReferences": [
 22643          {
 22644            "type": "website",
 22645            "url": "https://github.com/ALMaclaine/replace#readme"
 22646          },
 22647          {
 22648            "type": "issue-tracker",
 22649            "url": "https://github.com/ALMaclaine/replace/issues"
 22650          },
 22651          {
 22652            "type": "vcs",
 22653            "url": "git+https://github.com/ALMaclaine/replace.git"
 22654          }
 22655        ]
 22656      },
 22657      {
 22658        "type": "library",
 22659        "bom-ref": "pkg:npm/yargs@15.4.1",
 22660        "name": "yargs",
 22661        "version": "15.4.1",
 22662        "description": "yargs the modern, pirate-themed, successor to optimist.",
 22663        "hashes": [
 22664          {
 22665            "alg": "SHA-1",
 22666            "content": "0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
 22667          }
 22668        ],
 22669        "licenses": [
 22670          {
 22671            "license": {
 22672              "id": "MIT"
 22673            }
 22674          }
 22675        ],
 22676        "purl": "pkg:npm/yargs@15.4.1",
 22677        "externalReferences": [
 22678          {
 22679            "type": "website",
 22680            "url": "https://yargs.js.org/"
 22681          },
 22682          {
 22683            "type": "issue-tracker",
 22684            "url": "https://github.com/yargs/yargs/issues"
 22685          },
 22686          {
 22687            "type": "vcs",
 22688            "url": "git+https://github.com/yargs/yargs.git"
 22689          }
 22690        ]
 22691      },
 22692      {
 22693        "type": "library",
 22694        "bom-ref": "pkg:npm/cliui@6.0.0",
 22695        "name": "cliui",
 22696        "version": "6.0.0",
 22697        "description": "easily create complex multi-column command-line-interfaces",
 22698        "hashes": [
 22699          {
 22700            "alg": "SHA-1",
 22701            "content": "511d702c0c4e41ca156d7d0e96021f23e13225b1"
 22702          }
 22703        ],
 22704        "licenses": [
 22705          {
 22706            "license": {
 22707              "id": "ISC"
 22708            }
 22709          }
 22710        ],
 22711        "purl": "pkg:npm/cliui@6.0.0",
 22712        "externalReferences": [
 22713          {
 22714            "type": "website",
 22715            "url": "https://github.com/yargs/cliui#readme"
 22716          },
 22717          {
 22718            "type": "issue-tracker",
 22719            "url": "https://github.com/yargs/cliui/issues"
 22720          },
 22721          {
 22722            "type": "vcs",
 22723            "url": "git+ssh://git@github.com/yargs/cliui.git"
 22724          }
 22725        ]
 22726      },
 22727      {
 22728        "type": "library",
 22729        "bom-ref": "pkg:npm/string-width@4.2.0",
 22730        "name": "string-width",
 22731        "version": "4.2.0",
 22732        "description": "Get the visual width of a string - the number of columns required to display it",
 22733        "hashes": [
 22734          {
 22735            "alg": "SHA-1",
 22736            "content": "952182c46cc7b2c313d1596e623992bd163b72b5"
 22737          }
 22738        ],
 22739        "licenses": [
 22740          {
 22741            "license": {
 22742              "id": "MIT"
 22743            }
 22744          }
 22745        ],
 22746        "purl": "pkg:npm/string-width@4.2.0",
 22747        "externalReferences": [
 22748          {
 22749            "type": "website",
 22750            "url": "https://github.com/sindresorhus/string-width#readme"
 22751          },
 22752          {
 22753            "type": "issue-tracker",
 22754            "url": "https://github.com/sindresorhus/string-width/issues"
 22755          },
 22756          {
 22757            "type": "vcs",
 22758            "url": "git+https://github.com/sindresorhus/string-width.git"
 22759          }
 22760        ]
 22761      },
 22762      {
 22763        "type": "library",
 22764        "bom-ref": "pkg:npm/emoji-regex@8.0.0",
 22765        "name": "emoji-regex",
 22766        "version": "8.0.0",
 22767        "description": "A regular expression to match all Emoji-only symbols as per the Unicode Standard.",
 22768        "hashes": [
 22769          {
 22770            "alg": "SHA-1",
 22771            "content": "e818fd69ce5ccfcb404594f842963bf53164cc37"
 22772          }
 22773        ],
 22774        "licenses": [
 22775          {
 22776            "license": {
 22777              "id": "MIT"
 22778            }
 22779          }
 22780        ],
 22781        "purl": "pkg:npm/emoji-regex@8.0.0",
 22782        "externalReferences": [
 22783          {
 22784            "type": "website",
 22785            "url": "https://mths.be/emoji-regex"
 22786          },
 22787          {
 22788            "type": "issue-tracker",
 22789            "url": "https://github.com/mathiasbynens/emoji-regex/issues"
 22790          },
 22791          {
 22792            "type": "vcs",
 22793            "url": "git+https://github.com/mathiasbynens/emoji-regex.git"
 22794          }
 22795        ]
 22796      },
 22797      {
 22798        "type": "library",
 22799        "bom-ref": "pkg:npm/is-fullwidth-code-point@3.0.0",
 22800        "name": "is-fullwidth-code-point",
 22801        "version": "3.0.0",
 22802        "description": "Check if the character represented by a given Unicode code point is fullwidth",
 22803        "hashes": [
 22804          {
 22805            "alg": "SHA-1",
 22806            "content": "f116f8064fe90b3f7844a38997c0b75051269f1d"
 22807          }
 22808        ],
 22809        "licenses": [
 22810          {
 22811            "license": {
 22812              "id": "MIT"
 22813            }
 22814          }
 22815        ],
 22816        "purl": "pkg:npm/is-fullwidth-code-point@3.0.0",
 22817        "externalReferences": [
 22818          {
 22819            "type": "website",
 22820            "url": "https://github.com/sindresorhus/is-fullwidth-code-point#readme"
 22821          },
 22822          {
 22823            "type": "issue-tracker",
 22824            "url": "https://github.com/sindresorhus/is-fullwidth-code-point/issues"
 22825          },
 22826          {
 22827            "type": "vcs",
 22828            "url": "git+https://github.com/sindresorhus/is-fullwidth-code-point.git"
 22829          }
 22830        ]
 22831      },
 22832      {
 22833        "type": "library",
 22834        "bom-ref": "pkg:npm/strip-ansi@6.0.0",
 22835        "name": "strip-ansi",
 22836        "version": "6.0.0",
 22837        "description": "Strip ANSI escape codes from a string",
 22838        "hashes": [
 22839          {
 22840            "alg": "SHA-1",
 22841            "content": "0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
 22842          }
 22843        ],
 22844        "licenses": [
 22845          {
 22846            "license": {
 22847              "id": "MIT"
 22848            }
 22849          }
 22850        ],
 22851        "purl": "pkg:npm/strip-ansi@6.0.0",
 22852        "externalReferences": [
 22853          {
 22854            "type": "website",
 22855            "url": "https://github.com/chalk/strip-ansi#readme"
 22856          },
 22857          {
 22858            "type": "issue-tracker",
 22859            "url": "https://github.com/chalk/strip-ansi/issues"
 22860          },
 22861          {
 22862            "type": "vcs",
 22863            "url": "git+https://github.com/chalk/strip-ansi.git"
 22864          }
 22865        ]
 22866      },
 22867      {
 22868        "type": "library",
 22869        "bom-ref": "pkg:npm/ansi-regex@5.0.0",
 22870        "name": "ansi-regex",
 22871        "version": "5.0.0",
 22872        "description": "Regular expression for matching ANSI escape codes",
 22873        "hashes": [
 22874          {
 22875            "alg": "SHA-1",
 22876            "content": "388539f55179bf39339c81af30a654d69f87cb75"
 22877          }
 22878        ],
 22879        "licenses": [
 22880          {
 22881            "license": {
 22882              "id": "MIT"
 22883            }
 22884          }
 22885        ],
 22886        "purl": "pkg:npm/ansi-regex@5.0.0",
 22887        "externalReferences": [
 22888          {
 22889            "type": "website",
 22890            "url": "https://github.com/chalk/ansi-regex#readme"
 22891          },
 22892          {
 22893            "type": "issue-tracker",
 22894            "url": "https://github.com/chalk/ansi-regex/issues"
 22895          },
 22896          {
 22897            "type": "vcs",
 22898            "url": "git+https://github.com/chalk/ansi-regex.git"
 22899          }
 22900        ]
 22901      },
 22902      {
 22903        "type": "library",
 22904        "bom-ref": "pkg:npm/wrap-ansi@6.2.0",
 22905        "name": "wrap-ansi",
 22906        "version": "6.2.0",
 22907        "description": "Wordwrap a string with ANSI escape codes",
 22908        "hashes": [
 22909          {
 22910            "alg": "SHA-1",
 22911            "content": "e9393ba07102e6c91a3b221478f0257cd2856e53"
 22912          }
 22913        ],
 22914        "licenses": [
 22915          {
 22916            "license": {
 22917              "id": "MIT"
 22918            }
 22919          }
 22920        ],
 22921        "purl": "pkg:npm/wrap-ansi@6.2.0",
 22922        "externalReferences": [
 22923          {
 22924            "type": "website",
 22925            "url": "https://github.com/chalk/wrap-ansi#readme"
 22926          },
 22927          {
 22928            "type": "issue-tracker",
 22929            "url": "https://github.com/chalk/wrap-ansi/issues"
 22930          },
 22931          {
 22932            "type": "vcs",
 22933            "url": "git+https://github.com/chalk/wrap-ansi.git"
 22934          }
 22935        ]
 22936      },
 22937      {
 22938        "type": "library",
 22939        "bom-ref": "pkg:npm/ansi-styles@4.2.1",
 22940        "name": "ansi-styles",
 22941        "version": "4.2.1",
 22942        "description": "ANSI escape codes for styling strings in the terminal",
 22943        "hashes": [
 22944          {
 22945            "alg": "SHA-1",
 22946            "content": "90ae75c424d008d2624c5bf29ead3177ebfcf359"
 22947          }
 22948        ],
 22949        "licenses": [
 22950          {
 22951            "license": {
 22952              "id": "MIT"
 22953            }
 22954          }
 22955        ],
 22956        "purl": "pkg:npm/ansi-styles@4.2.1",
 22957        "externalReferences": [
 22958          {
 22959            "type": "website",
 22960            "url": "https://github.com/chalk/ansi-styles#readme"
 22961          },
 22962          {
 22963            "type": "issue-tracker",
 22964            "url": "https://github.com/chalk/ansi-styles/issues"
 22965          },
 22966          {
 22967            "type": "vcs",
 22968            "url": "git+https://github.com/chalk/ansi-styles.git"
 22969          }
 22970        ]
 22971      },
 22972      {
 22973        "type": "library",
 22974        "bom-ref": "pkg:npm/%40types/color-name@1.1.1",
 22975        "group": "@types",
 22976        "name": "color-name",
 22977        "version": "1.1.1",
 22978        "description": "TypeScript definitions for color-name",
 22979        "hashes": [
 22980          {
 22981            "alg": "SHA-1",
 22982            "content": "1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
 22983          }
 22984        ],
 22985        "licenses": [
 22986          {
 22987            "license": {
 22988              "id": "MIT"
 22989            }
 22990          }
 22991        ],
 22992        "purl": "pkg:npm/%40types/color-name@1.1.1",
 22993        "externalReferences": [
 22994          {
 22995            "type": "website",
 22996            "url": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme"
 22997          },
 22998          {
 22999            "type": "issue-tracker",
 23000            "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
 23001          },
 23002          {
 23003            "type": "vcs",
 23004            "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
 23005          }
 23006        ]
 23007      },
 23008      {
 23009        "type": "library",
 23010        "bom-ref": "pkg:npm/color-convert@2.0.1",
 23011        "name": "color-convert",
 23012        "version": "2.0.1",
 23013        "description": "Plain color conversion functions",
 23014        "hashes": [
 23015          {
 23016            "alg": "SHA-1",
 23017            "content": "72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
 23018          }
 23019        ],
 23020        "licenses": [
 23021          {
 23022            "license": {
 23023              "id": "MIT"
 23024            }
 23025          }
 23026        ],
 23027        "purl": "pkg:npm/color-convert@2.0.1",
 23028        "externalReferences": [
 23029          {
 23030            "type": "website",
 23031            "url": "https://github.com/Qix-/color-convert#readme"
 23032          },
 23033          {
 23034            "type": "issue-tracker",
 23035            "url": "https://github.com/Qix-/color-convert/issues"
 23036          },
 23037          {
 23038            "type": "vcs",
 23039            "url": "git+https://github.com/Qix-/color-convert.git"
 23040          }
 23041        ]
 23042      },
 23043      {
 23044        "type": "library",
 23045        "bom-ref": "pkg:npm/color-name@1.1.4",
 23046        "name": "color-name",
 23047        "version": "1.1.4",
 23048        "description": "A list of color names and its values",
 23049        "hashes": [
 23050          {
 23051            "alg": "SHA-1",
 23052            "content": "c2a09a87acbde69543de6f63fa3995c826c536a2"
 23053          }
 23054        ],
 23055        "licenses": [
 23056          {
 23057            "license": {
 23058              "id": "MIT"
 23059            }
 23060          }
 23061        ],
 23062        "purl": "pkg:npm/color-name@1.1.4",
 23063        "externalReferences": [
 23064          {
 23065            "type": "website",
 23066            "url": "https://github.com/colorjs/color-name"
 23067          },
 23068          {
 23069            "type": "issue-tracker",
 23070            "url": "https://github.com/colorjs/color-name/issues"
 23071          },
 23072          {
 23073            "type": "vcs",
 23074            "url": "git+ssh://git@github.com/colorjs/color-name.git"
 23075          }
 23076        ]
 23077      },
 23078      {
 23079        "type": "library",
 23080        "bom-ref": "pkg:npm/find-up@4.1.0",
 23081        "name": "find-up",
 23082        "version": "4.1.0",
 23083        "description": "Find a file or directory by walking up parent directories",
 23084        "hashes": [
 23085          {
 23086            "alg": "SHA-1",
 23087            "content": "97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
 23088          }
 23089        ],
 23090        "licenses": [
 23091          {
 23092            "license": {
 23093              "id": "MIT"
 23094            }
 23095          }
 23096        ],
 23097        "purl": "pkg:npm/find-up@4.1.0",
 23098        "externalReferences": [
 23099          {
 23100            "type": "website",
 23101            "url": "https://github.com/sindresorhus/find-up#readme"
 23102          },
 23103          {
 23104            "type": "issue-tracker",
 23105            "url": "https://github.com/sindresorhus/find-up/issues"
 23106          },
 23107          {
 23108            "type": "vcs",
 23109            "url": "git+https://github.com/sindresorhus/find-up.git"
 23110          }
 23111        ]
 23112      },
 23113      {
 23114        "type": "library",
 23115        "bom-ref": "pkg:npm/locate-path@5.0.0",
 23116        "name": "locate-path",
 23117        "version": "5.0.0",
 23118        "description": "Get the first path that exists on disk of multiple paths",
 23119        "hashes": [
 23120          {
 23121            "alg": "SHA-1",
 23122            "content": "1afba396afd676a6d42504d0a67a3a7eb9f62aa0"
 23123          }
 23124        ],
 23125        "licenses": [
 23126          {
 23127            "license": {
 23128              "id": "MIT"
 23129            }
 23130          }
 23131        ],
 23132        "purl": "pkg:npm/locate-path@5.0.0",
 23133        "externalReferences": [
 23134          {
 23135            "type": "website",
 23136            "url": "https://github.com/sindresorhus/locate-path#readme"
 23137          },
 23138          {
 23139            "type": "issue-tracker",
 23140            "url": "https://github.com/sindresorhus/locate-path/issues"
 23141          },
 23142          {
 23143            "type": "vcs",
 23144            "url": "git+https://github.com/sindresorhus/locate-path.git"
 23145          }
 23146        ]
 23147      },
 23148      {
 23149        "type": "library",
 23150        "bom-ref": "pkg:npm/p-locate@4.1.0",
 23151        "name": "p-locate",
 23152        "version": "4.1.0",
 23153        "description": "Get the first fulfilled promise that satisfies the provided testing function",
 23154        "hashes": [
 23155          {
 23156            "alg": "SHA-1",
 23157            "content": "a3428bb7088b3a60292f66919278b7c297ad4f07"
 23158          }
 23159        ],
 23160        "licenses": [
 23161          {
 23162            "license": {
 23163              "id": "MIT"
 23164            }
 23165          }
 23166        ],
 23167        "purl": "pkg:npm/p-locate@4.1.0",
 23168        "externalReferences": [
 23169          {
 23170            "type": "website",
 23171            "url": "https://github.com/sindresorhus/p-locate#readme"
 23172          },
 23173          {
 23174            "type": "issue-tracker",
 23175            "url": "https://github.com/sindresorhus/p-locate/issues"
 23176          },
 23177          {
 23178            "type": "vcs",
 23179            "url": "git+https://github.com/sindresorhus/p-locate.git"
 23180          }
 23181        ]
 23182      },
 23183      {
 23184        "type": "library",
 23185        "bom-ref": "pkg:npm/path-exists@4.0.0",
 23186        "name": "path-exists",
 23187        "version": "4.0.0",
 23188        "description": "Check if a path exists",
 23189        "hashes": [
 23190          {
 23191            "alg": "SHA-1",
 23192            "content": "513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
 23193          }
 23194        ],
 23195        "licenses": [
 23196          {
 23197            "license": {
 23198              "id": "MIT"
 23199            }
 23200          }
 23201        ],
 23202        "purl": "pkg:npm/path-exists@4.0.0",
 23203        "externalReferences": [
 23204          {
 23205            "type": "website",
 23206            "url": "https://github.com/sindresorhus/path-exists#readme"
 23207          },
 23208          {
 23209            "type": "issue-tracker",
 23210            "url": "https://github.com/sindresorhus/path-exists/issues"
 23211          },
 23212          {
 23213            "type": "vcs",
 23214            "url": "git+https://github.com/sindresorhus/path-exists.git"
 23215          }
 23216        ]
 23217      },
 23218      {
 23219        "type": "library",
 23220        "bom-ref": "pkg:npm/yargs-parser@18.1.3",
 23221        "name": "yargs-parser",
 23222        "version": "18.1.3",
 23223        "description": "the mighty option parser used by yargs",
 23224        "hashes": [
 23225          {
 23226            "alg": "SHA-1",
 23227            "content": "be68c4975c6b2abf469236b0c870362fab09a7b0"
 23228          }
 23229        ],
 23230        "licenses": [
 23231          {
 23232            "license": {
 23233              "id": "ISC"
 23234            }
 23235          }
 23236        ],
 23237        "purl": "pkg:npm/yargs-parser@18.1.3",
 23238        "externalReferences": [
 23239          {
 23240            "type": "website",
 23241            "url": "https://github.com/yargs/yargs-parser#readme"
 23242          },
 23243          {
 23244            "type": "issue-tracker",
 23245            "url": "https://github.com/yargs/yargs-parser/issues"
 23246          },
 23247          {
 23248            "type": "vcs",
 23249            "url": "git+https://github.com/yargs/yargs-parser.git"
 23250          }
 23251        ]
 23252      },
 23253      {
 23254        "type": "library",
 23255        "bom-ref": "pkg:npm/request@2.88.2",
 23256        "name": "request",
 23257        "version": "2.88.2",
 23258        "description": "Simplified HTTP request client.",
 23259        "hashes": [
 23260          {
 23261            "alg": "SHA-1",
 23262            "content": "d73c918731cb5a87da047e207234146f664d12b3"
 23263          }
 23264        ],
 23265        "licenses": [
 23266          {
 23267            "license": {
 23268              "id": "Apache-2.0"
 23269            }
 23270          }
 23271        ],
 23272        "purl": "pkg:npm/request@2.88.2",
 23273        "externalReferences": [
 23274          {
 23275            "type": "website",
 23276            "url": "https://github.com/request/request#readme"
 23277          },
 23278          {
 23279            "type": "issue-tracker",
 23280            "url": "http://github.com/request/request/issues"
 23281          },
 23282          {
 23283            "type": "vcs",
 23284            "url": "git+https://github.com/request/request.git"
 23285          }
 23286        ]
 23287      },
 23288      {
 23289        "type": "library",
 23290        "bom-ref": "pkg:npm/aws-sign2@0.7.0",
 23291        "name": "aws-sign2",
 23292        "version": "0.7.0",
 23293        "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.",
 23294        "hashes": [
 23295          {
 23296            "alg": "SHA-1",
 23297            "content": "b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
 23298          }
 23299        ],
 23300        "licenses": [
 23301          {
 23302            "license": {
 23303              "id": "Apache-2.0"
 23304            }
 23305          }
 23306        ],
 23307        "purl": "pkg:npm/aws-sign2@0.7.0",
 23308        "externalReferences": [
 23309          {
 23310            "type": "website",
 23311            "url": "https://github.com/mikeal/aws-sign#readme"
 23312          },
 23313          {
 23314            "type": "issue-tracker",
 23315            "url": "https://github.com/mikeal/aws-sign/issues"
 23316          },
 23317          {
 23318            "type": "vcs",
 23319            "url": "git+https://github.com/mikeal/aws-sign.git"
 23320          }
 23321        ]
 23322      },
 23323      {
 23324        "type": "library",
 23325        "bom-ref": "pkg:npm/aws4@1.10.0",
 23326        "name": "aws4",
 23327        "version": "1.10.0",
 23328        "description": "Signs and prepares requests using AWS Signature Version 4",
 23329        "hashes": [
 23330          {
 23331            "alg": "SHA-1",
 23332            "content": "a17b3a8ea811060e74d47d306122400ad4497ae2"
 23333          }
 23334        ],
 23335        "licenses": [
 23336          {
 23337            "license": {
 23338              "id": "MIT"
 23339            }
 23340          }
 23341        ],
 23342        "purl": "pkg:npm/aws4@1.10.0",
 23343        "externalReferences": [
 23344          {
 23345            "type": "website",
 23346            "url": "https://github.com/mhart/aws4#readme"
 23347          },
 23348          {
 23349            "type": "issue-tracker",
 23350            "url": "https://github.com/mhart/aws4/issues"
 23351          },
 23352          {
 23353            "type": "vcs",
 23354            "url": "git+https://github.com/mhart/aws4.git"
 23355          }
 23356        ]
 23357      },
 23358      {
 23359        "type": "library",
 23360        "bom-ref": "pkg:npm/caseless@0.12.0",
 23361        "name": "caseless",
 23362        "version": "0.12.0",
 23363        "description": "Caseless object set/get/has, very useful when working with HTTP headers.",
 23364        "hashes": [
 23365          {
 23366            "alg": "SHA-1",
 23367            "content": "1b681c21ff84033c826543090689420d187151dc"
 23368          }
 23369        ],
 23370        "licenses": [
 23371          {
 23372            "license": {
 23373              "id": "Apache-2.0"
 23374            }
 23375          }
 23376        ],
 23377        "purl": "pkg:npm/caseless@0.12.0",
 23378        "externalReferences": [
 23379          {
 23380            "type": "website",
 23381            "url": "https://github.com/mikeal/caseless#readme"
 23382          },
 23383          {
 23384            "type": "issue-tracker",
 23385            "url": "https://github.com/mikeal/caseless/issues"
 23386          },
 23387          {
 23388            "type": "vcs",
 23389            "url": "git+https://github.com/mikeal/caseless.git"
 23390          }
 23391        ]
 23392      },
 23393      {
 23394        "type": "library",
 23395        "bom-ref": "pkg:npm/combined-stream@1.0.8",
 23396        "name": "combined-stream",
 23397        "version": "1.0.8",
 23398        "description": "A stream that emits multiple other streams one after another.",
 23399        "hashes": [
 23400          {
 23401            "alg": "SHA-1",
 23402            "content": "c3d45a8b34fd730631a110a8a2520682b31d5a7f"
 23403          }
 23404        ],
 23405        "licenses": [
 23406          {
 23407            "license": {
 23408              "id": "MIT"
 23409            }
 23410          }
 23411        ],
 23412        "purl": "pkg:npm/combined-stream@1.0.8",
 23413        "externalReferences": [
 23414          {
 23415            "type": "website",
 23416            "url": "https://github.com/felixge/node-combined-stream"
 23417          },
 23418          {
 23419            "type": "issue-tracker",
 23420            "url": "https://github.com/felixge/node-combined-stream/issues"
 23421          },
 23422          {
 23423            "type": "vcs",
 23424            "url": "git://github.com/felixge/node-combined-stream.git"
 23425          }
 23426        ]
 23427      },
 23428      {
 23429        "type": "library",
 23430        "bom-ref": "pkg:npm/delayed-stream@1.0.0",
 23431        "name": "delayed-stream",
 23432        "version": "1.0.0",
 23433        "description": "Buffers events from a stream until you are ready to handle them.",
 23434        "hashes": [
 23435          {
 23436            "alg": "SHA-1",
 23437            "content": "df3ae199acadfb7d440aaae0b29e2272b24ec619"
 23438          }
 23439        ],
 23440        "licenses": [
 23441          {
 23442            "license": {
 23443              "id": "MIT"
 23444            }
 23445          }
 23446        ],
 23447        "purl": "pkg:npm/delayed-stream@1.0.0",
 23448        "externalReferences": [
 23449          {
 23450            "type": "website",
 23451            "url": "https://github.com/felixge/node-delayed-stream"
 23452          },
 23453          {
 23454            "type": "issue-tracker",
 23455            "url": "https://github.com/felixge/node-delayed-stream/issues"
 23456          },
 23457          {
 23458            "type": "vcs",
 23459            "url": "git://github.com/felixge/node-delayed-stream.git"
 23460          }
 23461        ]
 23462      },
 23463      {
 23464        "type": "library",
 23465        "bom-ref": "pkg:npm/forever-agent@0.6.1",
 23466        "name": "forever-agent",
 23467        "version": "0.6.1",
 23468        "description": "HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.",
 23469        "hashes": [
 23470          {
 23471            "alg": "SHA-1",
 23472            "content": "fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
 23473          }
 23474        ],
 23475        "licenses": [
 23476          {
 23477            "license": {
 23478              "id": "Apache-2.0"
 23479            }
 23480          }
 23481        ],
 23482        "purl": "pkg:npm/forever-agent@0.6.1",
 23483        "externalReferences": [
 23484          {
 23485            "type": "website",
 23486            "url": "https://github.com/mikeal/forever-agent#readme"
 23487          },
 23488          {
 23489            "type": "issue-tracker",
 23490            "url": "https://github.com/mikeal/forever-agent/issues"
 23491          },
 23492          {
 23493            "type": "vcs",
 23494            "url": "git+https://github.com/mikeal/forever-agent.git"
 23495          }
 23496        ]
 23497      },
 23498      {
 23499        "type": "library",
 23500        "bom-ref": "pkg:npm/form-data@2.3.3",
 23501        "name": "form-data",
 23502        "version": "2.3.3",
 23503        "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
 23504        "hashes": [
 23505          {
 23506            "alg": "SHA-1",
 23507            "content": "dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
 23508          }
 23509        ],
 23510        "licenses": [
 23511          {
 23512            "license": {
 23513              "id": "MIT"
 23514            }
 23515          }
 23516        ],
 23517        "purl": "pkg:npm/form-data@2.3.3",
 23518        "externalReferences": [
 23519          {
 23520            "type": "website",
 23521            "url": "https://github.com/form-data/form-data#readme"
 23522          },
 23523          {
 23524            "type": "issue-tracker",
 23525            "url": "https://github.com/form-data/form-data/issues"
 23526          },
 23527          {
 23528            "type": "vcs",
 23529            "url": "git://github.com/form-data/form-data.git"
 23530          }
 23531        ]
 23532      },
 23533      {
 23534        "type": "library",
 23535        "bom-ref": "pkg:npm/asynckit@0.4.0",
 23536        "name": "asynckit",
 23537        "version": "0.4.0",
 23538        "description": "Minimal async jobs utility library, with streams support",
 23539        "hashes": [
 23540          {
 23541            "alg": "SHA-1",
 23542            "content": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
 23543          }
 23544        ],
 23545        "licenses": [
 23546          {
 23547            "license": {
 23548              "id": "MIT"
 23549            }
 23550          }
 23551        ],
 23552        "purl": "pkg:npm/asynckit@0.4.0",
 23553        "externalReferences": [
 23554          {
 23555            "type": "website",
 23556            "url": "https://github.com/alexindigo/asynckit#readme"
 23557          },
 23558          {
 23559            "type": "issue-tracker",
 23560            "url": "https://github.com/alexindigo/asynckit/issues"
 23561          },
 23562          {
 23563            "type": "vcs",
 23564            "url": "git+https://github.com/alexindigo/asynckit.git"
 23565          }
 23566        ]
 23567      },
 23568      {
 23569        "type": "library",
 23570        "bom-ref": "pkg:npm/har-validator@5.1.3",
 23571        "name": "har-validator",
 23572        "version": "5.1.3",
 23573        "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
 23574        "hashes": [
 23575          {
 23576            "alg": "SHA-1",
 23577            "content": "1ef89ebd3e4996557675eed9893110dc350fa080"
 23578          }
 23579        ],
 23580        "licenses": [
 23581          {
 23582            "license": {
 23583              "id": "MIT"
 23584            }
 23585          }
 23586        ],
 23587        "purl": "pkg:npm/har-validator@5.1.3",
 23588        "externalReferences": [
 23589          {
 23590            "type": "website",
 23591            "url": "https://github.com/ahmadnassri/node-har-validator"
 23592          },
 23593          {
 23594            "type": "issue-tracker",
 23595            "url": "https://github.com/ahmadnassri/node-har-validator/issues"
 23596          },
 23597          {
 23598            "type": "vcs",
 23599            "url": "git+https://github.com/ahmadnassri/node-har-validator.git"
 23600          }
 23601        ]
 23602      },
 23603      {
 23604        "type": "library",
 23605        "bom-ref": "pkg:npm/ajv@6.12.3",
 23606        "name": "ajv",
 23607        "version": "6.12.3",
 23608        "description": "Another JSON Schema Validator",
 23609        "hashes": [
 23610          {
 23611            "alg": "SHA-1",
 23612            "content": "18c5af38a111ddeb4f2697bd78d68abc1cabd706"
 23613          }
 23614        ],
 23615        "licenses": [
 23616          {
 23617            "license": {
 23618              "id": "MIT"
 23619            }
 23620          }
 23621        ],
 23622        "purl": "pkg:npm/ajv@6.12.3",
 23623        "externalReferences": [
 23624          {
 23625            "type": "website",
 23626            "url": "https://github.com/ajv-validator/ajv"
 23627          },
 23628          {
 23629            "type": "issue-tracker",
 23630            "url": "https://github.com/ajv-validator/ajv/issues"
 23631          },
 23632          {
 23633            "type": "vcs",
 23634            "url": "git+https://github.com/ajv-validator/ajv.git"
 23635          }
 23636        ]
 23637      },
 23638      {
 23639        "type": "library",
 23640        "bom-ref": "pkg:npm/fast-deep-equal@3.1.3",
 23641        "name": "fast-deep-equal",
 23642        "version": "3.1.3",
 23643        "description": "Fast deep equal",
 23644        "hashes": [
 23645          {
 23646            "alg": "SHA-1",
 23647            "content": "3a7d56b559d6cbc3eb512325244e619a65c6c525"
 23648          }
 23649        ],
 23650        "licenses": [
 23651          {
 23652            "license": {
 23653              "id": "MIT"
 23654            }
 23655          }
 23656        ],
 23657        "purl": "pkg:npm/fast-deep-equal@3.1.3",
 23658        "externalReferences": [
 23659          {
 23660            "type": "website",
 23661            "url": "https://github.com/epoberezkin/fast-deep-equal#readme"
 23662          },
 23663          {
 23664            "type": "issue-tracker",
 23665            "url": "https://github.com/epoberezkin/fast-deep-equal/issues"
 23666          },
 23667          {
 23668            "type": "vcs",
 23669            "url": "git+https://github.com/epoberezkin/fast-deep-equal.git"
 23670          }
 23671        ]
 23672      },
 23673      {
 23674        "type": "library",
 23675        "bom-ref": "pkg:npm/fast-json-stable-stringify@2.1.0",
 23676        "name": "fast-json-stable-stringify",
 23677        "version": "2.1.0",
 23678        "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
 23679        "hashes": [
 23680          {
 23681            "alg": "SHA-1",
 23682            "content": "874bf69c6f404c2b5d99c481341399fd55892633"
 23683          }
 23684        ],
 23685        "licenses": [
 23686          {
 23687            "license": {
 23688              "id": "MIT"
 23689            }
 23690          }
 23691        ],
 23692        "purl": "pkg:npm/fast-json-stable-stringify@2.1.0",
 23693        "externalReferences": [
 23694          {
 23695            "type": "website",
 23696            "url": "https://github.com/epoberezkin/fast-json-stable-stringify"
 23697          },
 23698          {
 23699            "type": "issue-tracker",
 23700            "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
 23701          },
 23702          {
 23703            "type": "vcs",
 23704            "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
 23705          }
 23706        ]
 23707      },
 23708      {
 23709        "type": "library",
 23710        "bom-ref": "pkg:npm/json-schema-traverse@0.4.1",
 23711        "name": "json-schema-traverse",
 23712        "version": "0.4.1",
 23713        "description": "Traverse JSON Schema passing each schema object to callback",
 23714        "hashes": [
 23715          {
 23716            "alg": "SHA-1",
 23717            "content": "69f6a87d9513ab8bb8fe63bdb0979c448e684660"
 23718          }
 23719        ],
 23720        "licenses": [
 23721          {
 23722            "license": {
 23723              "id": "MIT"
 23724            }
 23725          }
 23726        ],
 23727        "purl": "pkg:npm/json-schema-traverse@0.4.1",
 23728        "externalReferences": [
 23729          {
 23730            "type": "website",
 23731            "url": "https://github.com/epoberezkin/json-schema-traverse#readme"
 23732          },
 23733          {
 23734            "type": "issue-tracker",
 23735            "url": "https://github.com/epoberezkin/json-schema-traverse/issues"
 23736          },
 23737          {
 23738            "type": "vcs",
 23739            "url": "git+https://github.com/epoberezkin/json-schema-traverse.git"
 23740          }
 23741        ]
 23742      },
 23743      {
 23744        "type": "library",
 23745        "bom-ref": "pkg:npm/uri-js@4.2.2",
 23746        "name": "uri-js",
 23747        "version": "4.2.2",
 23748        "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",
 23749        "hashes": [
 23750          {
 23751            "alg": "SHA-1",
 23752            "content": "94c540e1ff772956e2299507c010aea6c8838eb0"
 23753          }
 23754        ],
 23755        "licenses": [
 23756          {
 23757            "license": {
 23758              "id": "BSD-2-Clause"
 23759            }
 23760          }
 23761        ],
 23762        "purl": "pkg:npm/uri-js@4.2.2",
 23763        "externalReferences": [
 23764          {
 23765            "type": "website",
 23766            "url": "https://github.com/garycourt/uri-js"
 23767          },
 23768          {
 23769            "type": "issue-tracker",
 23770            "url": "https://github.com/garycourt/uri-js/issues"
 23771          },
 23772          {
 23773            "type": "vcs",
 23774            "url": "git+ssh://git@github.com/garycourt/uri-js.git"
 23775          }
 23776        ]
 23777      },
 23778      {
 23779        "type": "library",
 23780        "bom-ref": "pkg:npm/punycode@2.1.1",
 23781        "name": "punycode",
 23782        "version": "2.1.1",
 23783        "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
 23784        "hashes": [
 23785          {
 23786            "alg": "SHA-1",
 23787            "content": "b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
 23788          }
 23789        ],
 23790        "licenses": [
 23791          {
 23792            "license": {
 23793              "id": "MIT"
 23794            }
 23795          }
 23796        ],
 23797        "purl": "pkg:npm/punycode@2.1.1",
 23798        "externalReferences": [
 23799          {
 23800            "type": "website",
 23801            "url": "https://mths.be/punycode"
 23802          },
 23803          {
 23804            "type": "issue-tracker",
 23805            "url": "https://github.com/bestiejs/punycode.js/issues"
 23806          },
 23807          {
 23808            "type": "vcs",
 23809            "url": "git+https://github.com/bestiejs/punycode.js.git"
 23810          }
 23811        ]
 23812      },
 23813      {
 23814        "type": "library",
 23815        "bom-ref": "pkg:npm/har-schema@2.0.0",
 23816        "name": "har-schema",
 23817        "version": "2.0.0",
 23818        "description": "JSON Schema for HTTP Archive (HAR)",
 23819        "hashes": [
 23820          {
 23821            "alg": "SHA-1",
 23822            "content": "a94c2224ebcac04782a0d9035521f24735b7ec92"
 23823          }
 23824        ],
 23825        "licenses": [
 23826          {
 23827            "license": {
 23828              "id": "ISC"
 23829            }
 23830          }
 23831        ],
 23832        "purl": "pkg:npm/har-schema@2.0.0",
 23833        "externalReferences": [
 23834          {
 23835            "type": "website",
 23836            "url": "https://github.com/ahmadnassri/har-schema"
 23837          },
 23838          {
 23839            "type": "issue-tracker",
 23840            "url": "https://github.com/ahmadnassri/har-schema/issues"
 23841          },
 23842          {
 23843            "type": "vcs",
 23844            "url": "git+https://github.com/ahmadnassri/har-schema.git"
 23845          }
 23846        ]
 23847      },
 23848      {
 23849        "type": "library",
 23850        "bom-ref": "pkg:npm/http-signature@1.2.0",
 23851        "name": "http-signature",
 23852        "version": "1.2.0",
 23853        "description": "Reference implementation of Joyent's HTTP Signature scheme.",
 23854        "hashes": [
 23855          {
 23856            "alg": "SHA-1",
 23857            "content": "9aecd925114772f3d95b65a60abb8f7c18fbace1"
 23858          }
 23859        ],
 23860        "licenses": [
 23861          {
 23862            "license": {
 23863              "id": "MIT"
 23864            }
 23865          }
 23866        ],
 23867        "purl": "pkg:npm/http-signature@1.2.0",
 23868        "externalReferences": [
 23869          {
 23870            "type": "website",
 23871            "url": "https://github.com/joyent/node-http-signature/"
 23872          },
 23873          {
 23874            "type": "issue-tracker",
 23875            "url": "https://github.com/joyent/node-http-signature/issues"
 23876          },
 23877          {
 23878            "type": "vcs",
 23879            "url": "git://github.com/joyent/node-http-signature.git"
 23880          }
 23881        ]
 23882      },
 23883      {
 23884        "type": "library",
 23885        "bom-ref": "pkg:npm/assert-plus@1.0.0",
 23886        "name": "assert-plus",
 23887        "version": "1.0.0",
 23888        "description": "Extra assertions on top of node's assert module",
 23889        "hashes": [
 23890          {
 23891            "alg": "SHA-1",
 23892            "content": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
 23893          }
 23894        ],
 23895        "licenses": [
 23896          {
 23897            "license": {
 23898              "id": "MIT"
 23899            }
 23900          }
 23901        ],
 23902        "purl": "pkg:npm/assert-plus@1.0.0",
 23903        "externalReferences": [
 23904          {
 23905            "type": "website",
 23906            "url": "https://github.com/mcavage/node-assert-plus#readme"
 23907          },
 23908          {
 23909            "type": "issue-tracker",
 23910            "url": "https://github.com/mcavage/node-assert-plus/issues"
 23911          },
 23912          {
 23913            "type": "vcs",
 23914            "url": "git+https://github.com/mcavage/node-assert-plus.git"
 23915          }
 23916        ]
 23917      },
 23918      {
 23919        "type": "library",
 23920        "bom-ref": "pkg:npm/jsprim@1.4.1",
 23921        "name": "jsprim",
 23922        "version": "1.4.1",
 23923        "description": "utilities for primitive JavaScript types",
 23924        "hashes": [
 23925          {
 23926            "alg": "SHA-1",
 23927            "content": "313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
 23928          }
 23929        ],
 23930        "licenses": [
 23931          {
 23932            "license": {
 23933              "id": "MIT"
 23934            }
 23935          }
 23936        ],
 23937        "purl": "pkg:npm/jsprim@1.4.1",
 23938        "externalReferences": [
 23939          {
 23940            "type": "website",
 23941            "url": "https://github.com/joyent/node-jsprim#readme"
 23942          },
 23943          {
 23944            "type": "issue-tracker",
 23945            "url": "https://github.com/joyent/node-jsprim/issues"
 23946          },
 23947          {
 23948            "type": "vcs",
 23949            "url": "git://github.com/joyent/node-jsprim.git"
 23950          }
 23951        ]
 23952      },
 23953      {
 23954        "type": "library",
 23955        "bom-ref": "pkg:npm/extsprintf@1.3.0",
 23956        "name": "extsprintf",
 23957        "version": "1.3.0",
 23958        "description": "extended POSIX-style sprintf",
 23959        "hashes": [
 23960          {
 23961            "alg": "SHA-1",
 23962            "content": "96918440e3041a7a414f8c52e3c574eb3c3e1e05"
 23963          }
 23964        ],
 23965        "licenses": [
 23966          {
 23967            "license": {
 23968              "id": "MIT"
 23969            }
 23970          }
 23971        ],
 23972        "purl": "pkg:npm/extsprintf@1.3.0",
 23973        "externalReferences": [
 23974          {
 23975            "type": "website",
 23976            "url": "https://github.com/davepacheco/node-extsprintf#readme"
 23977          },
 23978          {
 23979            "type": "issue-tracker",
 23980            "url": "https://github.com/davepacheco/node-extsprintf/issues"
 23981          },
 23982          {
 23983            "type": "vcs",
 23984            "url": "git://github.com/davepacheco/node-extsprintf.git"
 23985          }
 23986        ]
 23987      },
 23988      {
 23989        "type": "library",
 23990        "bom-ref": "pkg:npm/json-schema@0.2.3",
 23991        "name": "json-schema",
 23992        "version": "0.2.3",
 23993        "description": "JSON Schema validation and specifications",
 23994        "hashes": [
 23995          {
 23996            "alg": "SHA-1",
 23997            "content": "b480c892e59a2f05954ce727bd3f2a4e882f9e13"
 23998          }
 23999        ],
 24000        "purl": "pkg:npm/json-schema@0.2.3",
 24001        "externalReferences": [
 24002          {
 24003            "type": "website",
 24004            "url": "https://github.com/kriszyp/json-schema#readme"
 24005          },
 24006          {
 24007            "type": "issue-tracker",
 24008            "url": "https://github.com/kriszyp/json-schema/issues"
 24009          },
 24010          {
 24011            "type": "vcs",
 24012            "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
 24013          }
 24014        ]
 24015      },
 24016      {
 24017        "type": "library",
 24018        "bom-ref": "pkg:npm/verror@1.10.0",
 24019        "name": "verror",
 24020        "version": "1.10.0",
 24021        "description": "richer JavaScript errors",
 24022        "hashes": [
 24023          {
 24024            "alg": "SHA-1",
 24025            "content": "3a105ca17053af55d6e270c1f8288682e18da400"
 24026          }
 24027        ],
 24028        "licenses": [
 24029          {
 24030            "license": {
 24031              "id": "MIT"
 24032            }
 24033          }
 24034        ],
 24035        "purl": "pkg:npm/verror@1.10.0",
 24036        "externalReferences": [
 24037          {
 24038            "type": "website",
 24039            "url": "https://github.com/davepacheco/node-verror#readme"
 24040          },
 24041          {
 24042            "type": "issue-tracker",
 24043            "url": "https://github.com/davepacheco/node-verror/issues"
 24044          },
 24045          {
 24046            "type": "vcs",
 24047            "url": "git://github.com/davepacheco/node-verror.git"
 24048          }
 24049        ]
 24050      },
 24051      {
 24052        "type": "library",
 24053        "bom-ref": "pkg:npm/sshpk@1.16.1",
 24054        "name": "sshpk",
 24055        "version": "1.16.1",
 24056        "description": "A library for finding and using SSH public keys",
 24057        "hashes": [
 24058          {
 24059            "alg": "SHA-1",
 24060            "content": "fb661c0bef29b39db40769ee39fa70093d6f6877"
 24061          }
 24062        ],
 24063        "licenses": [
 24064          {
 24065            "license": {
 24066              "id": "MIT"
 24067            }
 24068          }
 24069        ],
 24070        "purl": "pkg:npm/sshpk@1.16.1",
 24071        "externalReferences": [
 24072          {
 24073            "type": "website",
 24074            "url": "https://github.com/arekinath/node-sshpk#readme"
 24075          },
 24076          {
 24077            "type": "issue-tracker",
 24078            "url": "https://github.com/arekinath/node-sshpk/issues"
 24079          },
 24080          {
 24081            "type": "vcs",
 24082            "url": "git+https://github.com/joyent/node-sshpk.git"
 24083          }
 24084        ]
 24085      },
 24086      {
 24087        "type": "library",
 24088        "bom-ref": "pkg:npm/asn1@0.2.4",
 24089        "name": "asn1",
 24090        "version": "0.2.4",
 24091        "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
 24092        "hashes": [
 24093          {
 24094            "alg": "SHA-1",
 24095            "content": "8d2475dfab553bb33e77b54e59e880bb8ce23136"
 24096          }
 24097        ],
 24098        "licenses": [
 24099          {
 24100            "license": {
 24101              "id": "MIT"
 24102            }
 24103          }
 24104        ],
 24105        "purl": "pkg:npm/asn1@0.2.4",
 24106        "externalReferences": [
 24107          {
 24108            "type": "website",
 24109            "url": "https://github.com/joyent/node-asn1#readme"
 24110          },
 24111          {
 24112            "type": "issue-tracker",
 24113            "url": "https://github.com/joyent/node-asn1/issues"
 24114          },
 24115          {
 24116            "type": "vcs",
 24117            "url": "git://github.com/joyent/node-asn1.git"
 24118          }
 24119        ]
 24120      },
 24121      {
 24122        "type": "library",
 24123        "bom-ref": "pkg:npm/bcrypt-pbkdf@1.0.2",
 24124        "name": "bcrypt-pbkdf",
 24125        "version": "1.0.2",
 24126        "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS",
 24127        "hashes": [
 24128          {
 24129            "alg": "SHA-1",
 24130            "content": "a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
 24131          }
 24132        ],
 24133        "licenses": [
 24134          {
 24135            "license": {
 24136              "id": "BSD-3-Clause"
 24137            }
 24138          }
 24139        ],
 24140        "purl": "pkg:npm/bcrypt-pbkdf@1.0.2",
 24141        "externalReferences": [
 24142          {
 24143            "type": "website",
 24144            "url": "https://github.com/joyent/node-bcrypt-pbkdf#readme"
 24145          },
 24146          {
 24147            "type": "issue-tracker",
 24148            "url": "https://github.com/joyent/node-bcrypt-pbkdf/issues"
 24149          },
 24150          {
 24151            "type": "vcs",
 24152            "url": "git://github.com/joyent/node-bcrypt-pbkdf.git"
 24153          }
 24154        ]
 24155      },
 24156      {
 24157        "type": "library",
 24158        "bom-ref": "pkg:npm/tweetnacl@0.14.5",
 24159        "name": "tweetnacl",
 24160        "version": "0.14.5",
 24161        "description": "Port of TweetNaCl cryptographic library to JavaScript",
 24162        "hashes": [
 24163          {
 24164            "alg": "SHA-1",
 24165            "content": "5ae68177f192d4456269d108afa93ff8743f4f64"
 24166          }
 24167        ],
 24168        "licenses": [
 24169          {
 24170            "license": {
 24171              "id": "Unlicense"
 24172            }
 24173          }
 24174        ],
 24175        "purl": "pkg:npm/tweetnacl@0.14.5",
 24176        "externalReferences": [
 24177          {
 24178            "type": "website",
 24179            "url": "https://tweetnacl.js.org"
 24180          },
 24181          {
 24182            "type": "issue-tracker",
 24183            "url": "https://github.com/dchest/tweetnacl-js/issues"
 24184          },
 24185          {
 24186            "type": "vcs",
 24187            "url": "git+https://github.com/dchest/tweetnacl-js.git"
 24188          }
 24189        ]
 24190      },
 24191      {
 24192        "type": "library",
 24193        "bom-ref": "pkg:npm/dashdash@1.14.1",
 24194        "name": "dashdash",
 24195        "version": "1.14.1",
 24196        "description": "A light, featureful and explicit option parsing library.",
 24197        "hashes": [
 24198          {
 24199            "alg": "SHA-1",
 24200            "content": "853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
 24201          }
 24202        ],
 24203        "licenses": [
 24204          {
 24205            "license": {
 24206              "id": "MIT"
 24207            }
 24208          }
 24209        ],
 24210        "purl": "pkg:npm/dashdash@1.14.1",
 24211        "externalReferences": [
 24212          {
 24213            "type": "website",
 24214            "url": "https://github.com/trentm/node-dashdash#readme"
 24215          },
 24216          {
 24217            "type": "issue-tracker",
 24218            "url": "https://github.com/trentm/node-dashdash/issues"
 24219          },
 24220          {
 24221            "type": "vcs",
 24222            "url": "git://github.com/trentm/node-dashdash.git"
 24223          }
 24224        ]
 24225      },
 24226      {
 24227        "type": "library",
 24228        "bom-ref": "pkg:npm/ecc-jsbn@0.1.2",
 24229        "name": "ecc-jsbn",
 24230        "version": "0.1.2",
 24231        "description": "ECC JS code based on JSBN",
 24232        "hashes": [
 24233          {
 24234            "alg": "SHA-1",
 24235            "content": "3a83a904e54353287874c564b7549386849a98c9"
 24236          }
 24237        ],
 24238        "licenses": [
 24239          {
 24240            "license": {
 24241              "id": "MIT"
 24242            }
 24243          }
 24244        ],
 24245        "purl": "pkg:npm/ecc-jsbn@0.1.2",
 24246        "externalReferences": [
 24247          {
 24248            "type": "website",
 24249            "url": "https://github.com/quartzjer/ecc-jsbn"
 24250          },
 24251          {
 24252            "type": "issue-tracker",
 24253            "url": "https://github.com/quartzjer/ecc-jsbn/issues"
 24254          },
 24255          {
 24256            "type": "vcs",
 24257            "url": "git+https://github.com/quartzjer/ecc-jsbn.git"
 24258          }
 24259        ]
 24260      },
 24261      {
 24262        "type": "library",
 24263        "bom-ref": "pkg:npm/jsbn@0.1.1",
 24264        "name": "jsbn",
 24265        "version": "0.1.1",
 24266        "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.",
 24267        "hashes": [
 24268          {
 24269            "alg": "SHA-1",
 24270            "content": "a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
 24271          }
 24272        ],
 24273        "licenses": [
 24274          {
 24275            "license": {
 24276              "id": "MIT"
 24277            }
 24278          }
 24279        ],
 24280        "purl": "pkg:npm/jsbn@0.1.1",
 24281        "externalReferences": [
 24282          {
 24283            "type": "website",
 24284            "url": "https://github.com/andyperlitch/jsbn#readme"
 24285          },
 24286          {
 24287            "type": "issue-tracker",
 24288            "url": "https://github.com/andyperlitch/jsbn/issues"
 24289          },
 24290          {
 24291            "type": "vcs",
 24292            "url": "git+https://github.com/andyperlitch/jsbn.git"
 24293          }
 24294        ]
 24295      },
 24296      {
 24297        "type": "library",
 24298        "bom-ref": "pkg:npm/getpass@0.1.7",
 24299        "name": "getpass",
 24300        "version": "0.1.7",
 24301        "description": "getpass for node.js",
 24302        "hashes": [
 24303          {
 24304            "alg": "SHA-1",
 24305            "content": "5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
 24306          }
 24307        ],
 24308        "licenses": [
 24309          {
 24310            "license": {
 24311              "id": "MIT"
 24312            }
 24313          }
 24314        ],
 24315        "purl": "pkg:npm/getpass@0.1.7",
 24316        "externalReferences": [
 24317          {
 24318            "type": "website",
 24319            "url": "https://github.com/arekinath/node-getpass#readme"
 24320          },
 24321          {
 24322            "type": "issue-tracker",
 24323            "url": "https://github.com/arekinath/node-getpass/issues"
 24324          },
 24325          {
 24326            "type": "vcs",
 24327            "url": "git+https://github.com/arekinath/node-getpass.git"
 24328          }
 24329        ]
 24330      },
 24331      {
 24332        "type": "library",
 24333        "bom-ref": "pkg:npm/is-typedarray@1.0.0",
 24334        "name": "is-typedarray",
 24335        "version": "1.0.0",
 24336        "description": "Detect whether or not an object is a Typed Array",
 24337        "hashes": [
 24338          {
 24339            "alg": "SHA-1",
 24340            "content": "e479c80858df0c1b11ddda6940f96011fcda4a9a"
 24341          }
 24342        ],
 24343        "licenses": [
 24344          {
 24345            "license": {
 24346              "id": "MIT"
 24347            }
 24348          }
 24349        ],
 24350        "purl": "pkg:npm/is-typedarray@1.0.0",
 24351        "externalReferences": [
 24352          {
 24353            "type": "website",
 24354            "url": "https://github.com/hughsk/is-typedarray"
 24355          },
 24356          {
 24357            "type": "issue-tracker",
 24358            "url": "https://github.com/hughsk/is-typedarray/issues"
 24359          },
 24360          {
 24361            "type": "vcs",
 24362            "url": "git://github.com/hughsk/is-typedarray.git"
 24363          }
 24364        ]
 24365      },
 24366      {
 24367        "type": "library",
 24368        "bom-ref": "pkg:npm/isstream@0.1.2",
 24369        "name": "isstream",
 24370        "version": "0.1.2",
 24371        "description": "Determine if an object is a Stream",
 24372        "hashes": [
 24373          {
 24374            "alg": "SHA-1",
 24375            "content": "47e63f7af55afa6f92e1500e690eb8b8529c099a"
 24376          }
 24377        ],
 24378        "licenses": [
 24379          {
 24380            "license": {
 24381              "id": "MIT"
 24382            }
 24383          }
 24384        ],
 24385        "purl": "pkg:npm/isstream@0.1.2",
 24386        "externalReferences": [
 24387          {
 24388            "type": "website",
 24389            "url": "https://github.com/rvagg/isstream"
 24390          },
 24391          {
 24392            "type": "issue-tracker",
 24393            "url": "https://github.com/rvagg/isstream/issues"
 24394          },
 24395          {
 24396            "type": "vcs",
 24397            "url": "git+https://github.com/rvagg/isstream.git"
 24398          }
 24399        ]
 24400      },
 24401      {
 24402        "type": "library",
 24403        "bom-ref": "pkg:npm/json-stringify-safe@5.0.1",
 24404        "name": "json-stringify-safe",
 24405        "version": "5.0.1",
 24406        "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
 24407        "hashes": [
 24408          {
 24409            "alg": "SHA-1",
 24410            "content": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
 24411          }
 24412        ],
 24413        "licenses": [
 24414          {
 24415            "license": {
 24416              "id": "ISC"
 24417            }
 24418          }
 24419        ],
 24420        "purl": "pkg:npm/json-stringify-safe@5.0.1",
 24421        "externalReferences": [
 24422          {
 24423            "type": "website",
 24424            "url": "https://github.com/isaacs/json-stringify-safe"
 24425          },
 24426          {
 24427            "type": "issue-tracker",
 24428            "url": "https://github.com/isaacs/json-stringify-safe/issues"
 24429          },
 24430          {
 24431            "type": "vcs",
 24432            "url": "git://github.com/isaacs/json-stringify-safe.git"
 24433          }
 24434        ]
 24435      },
 24436      {
 24437        "type": "library",
 24438        "bom-ref": "pkg:npm/oauth-sign@0.9.0",
 24439        "name": "oauth-sign",
 24440        "version": "0.9.0",
 24441        "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
 24442        "hashes": [
 24443          {
 24444            "alg": "SHA-1",
 24445            "content": "47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
 24446          }
 24447        ],
 24448        "licenses": [
 24449          {
 24450            "license": {
 24451              "id": "Apache-2.0"
 24452            }
 24453          }
 24454        ],
 24455        "purl": "pkg:npm/oauth-sign@0.9.0",
 24456        "externalReferences": [
 24457          {
 24458            "type": "website",
 24459            "url": "https://github.com/mikeal/oauth-sign#readme"
 24460          },
 24461          {
 24462            "type": "issue-tracker",
 24463            "url": "https://github.com/mikeal/oauth-sign/issues"
 24464          },
 24465          {
 24466            "type": "vcs",
 24467            "url": "git+https://github.com/mikeal/oauth-sign.git"
 24468          }
 24469        ]
 24470      },
 24471      {
 24472        "type": "library",
 24473        "bom-ref": "pkg:npm/performance-now@2.1.0",
 24474        "name": "performance-now",
 24475        "version": "2.1.0",
 24476        "description": "Implements performance.now (based on process.hrtime).",
 24477        "hashes": [
 24478          {
 24479            "alg": "SHA-1",
 24480            "content": "6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
 24481          }
 24482        ],
 24483        "licenses": [
 24484          {
 24485            "license": {
 24486              "id": "MIT"
 24487            }
 24488          }
 24489        ],
 24490        "purl": "pkg:npm/performance-now@2.1.0",
 24491        "externalReferences": [
 24492          {
 24493            "type": "website",
 24494            "url": "https://github.com/braveg1rl/performance-now"
 24495          },
 24496          {
 24497            "type": "issue-tracker",
 24498            "url": "https://github.com/braveg1rl/performance-now/issues"
 24499          },
 24500          {
 24501            "type": "vcs",
 24502            "url": "git://github.com/braveg1rl/performance-now.git"
 24503          }
 24504        ]
 24505      },
 24506      {
 24507        "type": "library",
 24508        "bom-ref": "pkg:npm/qs@6.5.2",
 24509        "name": "qs",
 24510        "version": "6.5.2",
 24511        "description": "A querystring parser that supports nesting and arrays, with a depth limit",
 24512        "hashes": [
 24513          {
 24514            "alg": "SHA-1",
 24515            "content": "cb3ae806e8740444584ef154ce8ee98d403f3e36"
 24516          }
 24517        ],
 24518        "licenses": [
 24519          {
 24520            "license": {
 24521              "id": "BSD-3-Clause"
 24522            }
 24523          }
 24524        ],
 24525        "purl": "pkg:npm/qs@6.5.2",
 24526        "externalReferences": [
 24527          {
 24528            "type": "website",
 24529            "url": "https://github.com/ljharb/qs"
 24530          },
 24531          {
 24532            "type": "issue-tracker",
 24533            "url": "https://github.com/ljharb/qs/issues"
 24534          },
 24535          {
 24536            "type": "vcs",
 24537            "url": "git+https://github.com/ljharb/qs.git"
 24538          }
 24539        ]
 24540      },
 24541      {
 24542        "type": "library",
 24543        "bom-ref": "pkg:npm/tough-cookie@2.5.0",
 24544        "name": "tough-cookie",
 24545        "version": "2.5.0",
 24546        "description": "RFC6265 Cookies and Cookie Jar for node.js",
 24547        "hashes": [
 24548          {
 24549            "alg": "SHA-1",
 24550            "content": "cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
 24551          }
 24552        ],
 24553        "licenses": [
 24554          {
 24555            "license": {
 24556              "id": "BSD-3-Clause"
 24557            }
 24558          }
 24559        ],
 24560        "purl": "pkg:npm/tough-cookie@2.5.0",
 24561        "externalReferences": [
 24562          {
 24563            "type": "website",
 24564            "url": "https://github.com/salesforce/tough-cookie"
 24565          },
 24566          {
 24567            "type": "issue-tracker",
 24568            "url": "https://github.com/salesforce/tough-cookie/issues"
 24569          },
 24570          {
 24571            "type": "vcs",
 24572            "url": "git://github.com/salesforce/tough-cookie.git"
 24573          }
 24574        ]
 24575      },
 24576      {
 24577        "type": "library",
 24578        "bom-ref": "pkg:npm/psl@1.8.0",
 24579        "name": "psl",
 24580        "version": "1.8.0",
 24581        "description": "Domain name parser based on the Public Suffix List",
 24582        "hashes": [
 24583          {
 24584            "alg": "SHA-1",
 24585            "content": "9326f8bcfb013adcc005fdff056acce020e51c24"
 24586          }
 24587        ],
 24588        "licenses": [
 24589          {
 24590            "license": {
 24591              "id": "MIT"
 24592            }
 24593          }
 24594        ],
 24595        "purl": "pkg:npm/psl@1.8.0",
 24596        "externalReferences": [
 24597          {
 24598            "type": "website",
 24599            "url": "https://github.com/lupomontero/psl#readme"
 24600          },
 24601          {
 24602            "type": "issue-tracker",
 24603            "url": "https://github.com/lupomontero/psl/issues"
 24604          },
 24605          {
 24606            "type": "vcs",
 24607            "url": "git+ssh://git@github.com/lupomontero/psl.git"
 24608          }
 24609        ]
 24610      },
 24611      {
 24612        "type": "library",
 24613        "bom-ref": "pkg:npm/uuid@3.4.0",
 24614        "name": "uuid",
 24615        "version": "3.4.0",
 24616        "description": "RFC4122 (v1, v4, and v5) UUIDs",
 24617        "hashes": [
 24618          {
 24619            "alg": "SHA-1",
 24620            "content": "b23e4358afa8a202fe7a100af1f5f883f02007ee"
 24621          }
 24622        ],
 24623        "licenses": [
 24624          {
 24625            "license": {
 24626              "id": "MIT"
 24627            }
 24628          }
 24629        ],
 24630        "purl": "pkg:npm/uuid@3.4.0",
 24631        "externalReferences": [
 24632          {
 24633            "type": "website",
 24634            "url": "https://github.com/uuidjs/uuid#readme"
 24635          },
 24636          {
 24637            "type": "issue-tracker",
 24638            "url": "https://github.com/uuidjs/uuid/issues"
 24639          },
 24640          {
 24641            "type": "vcs",
 24642            "url": "git+https://github.com/uuidjs/uuid.git"
 24643          }
 24644        ]
 24645      },
 24646      {
 24647        "type": "library",
 24648        "bom-ref": "pkg:npm/sanitize-filename@1.6.3",
 24649        "name": "sanitize-filename",
 24650        "version": "1.6.3",
 24651        "description": "Sanitize a string for use as a filename",
 24652        "hashes": [
 24653          {
 24654            "alg": "SHA-1",
 24655            "content": "755ebd752045931977e30b2025d340d7c9090378"
 24656          }
 24657        ],
 24658        "licenses": [
 24659          {
 24660            "license": {
 24661              "name": "WTFPL OR ISC"
 24662            }
 24663          }
 24664        ],
 24665        "purl": "pkg:npm/sanitize-filename@1.6.3",
 24666        "externalReferences": [
 24667          {
 24668            "type": "website",
 24669            "url": "https://github.com/parshap/node-sanitize-filename#readme"
 24670          },
 24671          {
 24672            "type": "issue-tracker",
 24673            "url": "https://github.com/parshap/node-sanitize-filename/issues"
 24674          },
 24675          {
 24676            "type": "vcs",
 24677            "url": "git+ssh://git@github.com/parshap/node-sanitize-filename.git"
 24678          }
 24679        ]
 24680      },
 24681      {
 24682        "type": "library",
 24683        "bom-ref": "pkg:npm/truncate-utf8-bytes@1.0.2",
 24684        "name": "truncate-utf8-bytes",
 24685        "version": "1.0.2",
 24686        "description": "Truncate string to given length in bytes",
 24687        "hashes": [
 24688          {
 24689            "alg": "SHA-1",
 24690            "content": "405923909592d56f78a5818434b0b78489ca5f2b"
 24691          }
 24692        ],
 24693        "licenses": [
 24694          {
 24695            "license": {
 24696              "id": "WTFPL"
 24697            }
 24698          }
 24699        ],
 24700        "purl": "pkg:npm/truncate-utf8-bytes@1.0.2",
 24701        "externalReferences": [
 24702          {
 24703            "type": "website",
 24704            "url": "https://github.com/parshap/truncate-utf8-bytes#readme"
 24705          },
 24706          {
 24707            "type": "issue-tracker",
 24708            "url": "https://github.com/parshap/truncate-utf8-bytes/issues"
 24709          },
 24710          {
 24711            "type": "vcs",
 24712            "url": "git+https://github.com/parshap/truncate-utf8-bytes.git"
 24713          }
 24714        ]
 24715      },
 24716      {
 24717        "type": "library",
 24718        "bom-ref": "pkg:npm/utf8-byte-length@1.0.4",
 24719        "name": "utf8-byte-length",
 24720        "version": "1.0.4",
 24721        "description": "Get utf8 byte length of string",
 24722        "hashes": [
 24723          {
 24724            "alg": "SHA-1",
 24725            "content": "f45f150c4c66eee968186505ab93fcbb8ad6bf61"
 24726          }
 24727        ],
 24728        "licenses": [
 24729          {
 24730            "license": {
 24731              "id": "WTFPL"
 24732            }
 24733          }
 24734        ],
 24735        "purl": "pkg:npm/utf8-byte-length@1.0.4",
 24736        "externalReferences": [
 24737          {
 24738            "type": "website",
 24739            "url": "https://github.com/parshap/utf8-byte-length#readme"
 24740          },
 24741          {
 24742            "type": "issue-tracker",
 24743            "url": "https://github.com/parshap/utf8-byte-length/issues"
 24744          },
 24745          {
 24746            "type": "vcs",
 24747            "url": "git+https://github.com/parshap/utf8-byte-length.git"
 24748          }
 24749        ]
 24750      },
 24751      {
 24752        "type": "library",
 24753        "bom-ref": "pkg:npm/sanitize-html@1.4.2",
 24754        "name": "sanitize-html",
 24755        "version": "1.4.2",
 24756        "description": "Clean up user-submitted HTML, preserving whitelisted elements and whitelisted attributes on a per-element basis",
 24757        "hashes": [
 24758          {
 24759            "alg": "SHA-1",
 24760            "content": "0bcc3dc92ba79d8b5dbea8b851c13d50d5ed3d58"
 24761          }
 24762        ],
 24763        "licenses": [
 24764          {
 24765            "license": {
 24766              "id": "MIT"
 24767            }
 24768          }
 24769        ],
 24770        "purl": "pkg:npm/sanitize-html@1.4.2",
 24771        "externalReferences": [
 24772          {
 24773            "type": "website",
 24774            "url": "https://github.com/punkave/sanitize-html#readme"
 24775          },
 24776          {
 24777            "type": "issue-tracker",
 24778            "url": "https://github.com/punkave/sanitize-html/issues"
 24779          },
 24780          {
 24781            "type": "vcs",
 24782            "url": "git+https://github.com/punkave/sanitize-html.git"
 24783          }
 24784        ]
 24785      },
 24786      {
 24787        "type": "library",
 24788        "bom-ref": "pkg:npm/he@0.4.1",
 24789        "name": "he",
 24790        "version": "0.4.1",
 24791        "description": "A robust HTML entities encoder/decoder with full Unicode support.",
 24792        "hashes": [
 24793          {
 24794            "alg": "SHA-1",
 24795            "content": "c86667614d2dd71bc737a197c760fb2eec8a1921"
 24796          }
 24797        ],
 24798        "purl": "pkg:npm/he@0.4.1",
 24799        "externalReferences": [
 24800          {
 24801            "type": "website",
 24802            "url": "http://mths.be/he"
 24803          },
 24804          {
 24805            "type": "issue-tracker",
 24806            "url": "https://github.com/mathiasbynens/he/issues"
 24807          },
 24808          {
 24809            "type": "vcs",
 24810            "url": "git+https://github.com/mathiasbynens/he.git"
 24811          }
 24812        ]
 24813      },
 24814      {
 24815        "type": "library",
 24816        "bom-ref": "pkg:npm/htmlparser2@3.3.0",
 24817        "name": "htmlparser2",
 24818        "version": "3.3.0",
 24819        "description": "Fast & forgiving HTML/XML/RSS parser",
 24820        "hashes": [
 24821          {
 24822            "alg": "SHA-1",
 24823            "content": "cc70d05a59f6542e43f0e685c982e14c924a9efe"
 24824          }
 24825        ],
 24826        "purl": "pkg:npm/htmlparser2@3.3.0",
 24827        "externalReferences": [
 24828          {
 24829            "type": "website",
 24830            "url": "https://github.com/fb55/htmlparser2#readme"
 24831          },
 24832          {
 24833            "type": "issue-tracker",
 24834            "url": "http://github.com/fb55/htmlparser2/issues"
 24835          },
 24836          {
 24837            "type": "vcs",
 24838            "url": "git://github.com/fb55/htmlparser2.git"
 24839          }
 24840        ]
 24841      },
 24842      {
 24843        "type": "library",
 24844        "bom-ref": "pkg:npm/domelementtype@1.3.1",
 24845        "name": "domelementtype",
 24846        "version": "1.3.1",
 24847        "description": "all the types of nodes in htmlparser2's dom",
 24848        "hashes": [
 24849          {
 24850            "alg": "SHA-1",
 24851            "content": "d048c44b37b0d10a7f2a3d5fee3f4333d790481f"
 24852          }
 24853        ],
 24854        "licenses": [
 24855          {
 24856            "license": {
 24857              "id": "BSD-2-Clause"
 24858            }
 24859          }
 24860        ],
 24861        "purl": "pkg:npm/domelementtype@1.3.1",
 24862        "externalReferences": [
 24863          {
 24864            "type": "website",
 24865            "url": "https://github.com/fb55/domelementtype#readme"
 24866          },
 24867          {
 24868            "type": "issue-tracker",
 24869            "url": "https://github.com/fb55/domelementtype/issues"
 24870          },
 24871          {
 24872            "type": "vcs",
 24873            "url": "git://github.com/fb55/domelementtype.git"
 24874          }
 24875        ]
 24876      },
 24877      {
 24878        "type": "library",
 24879        "bom-ref": "pkg:npm/domhandler@2.1.0",
 24880        "name": "domhandler",
 24881        "version": "2.1.0",
 24882        "description": "handler for htmlparser2 that turns pages into a dom",
 24883        "hashes": [
 24884          {
 24885            "alg": "SHA-1",
 24886            "content": "d2646f5e57f6c3bab11cf6cb05d3c0acf7412594"
 24887          }
 24888        ],
 24889        "purl": "pkg:npm/domhandler@2.1.0",
 24890        "externalReferences": [
 24891          {
 24892            "type": "website",
 24893            "url": "https://github.com/fb55/domhandler#readme"
 24894          },
 24895          {
 24896            "type": "issue-tracker",
 24897            "url": "https://github.com/fb55/domhandler/issues"
 24898          },
 24899          {
 24900            "type": "vcs",
 24901            "url": "git://github.com/fb55/domhandler.git"
 24902          }
 24903        ]
 24904      },
 24905      {
 24906        "type": "library",
 24907        "bom-ref": "pkg:npm/domutils@1.1.6",
 24908        "name": "domutils",
 24909        "version": "1.1.6",
 24910        "description": "utilities for working with htmlparser2's dom",
 24911        "hashes": [
 24912          {
 24913            "alg": "SHA-1",
 24914            "content": "bddc3de099b9a2efacc51c623f28f416ecc57485"
 24915          }
 24916        ],
 24917        "purl": "pkg:npm/domutils@1.1.6",
 24918        "externalReferences": [
 24919          {
 24920            "type": "website",
 24921            "url": "https://github.com/FB55/domutils#readme"
 24922          },
 24923          {
 24924            "type": "issue-tracker",
 24925            "url": "https://github.com/FB55/domutils/issues"
 24926          },
 24927          {
 24928            "type": "vcs",
 24929            "url": "git://github.com/FB55/domutils.git"
 24930          }
 24931        ]
 24932      },
 24933      {
 24934        "type": "library",
 24935        "bom-ref": "pkg:npm/readable-stream@1.0.34",
 24936        "name": "readable-stream",
 24937        "version": "1.0.34",
 24938        "description": "Streams2, a user-land copy of the stream library from Node.js v0.10.x",
 24939        "hashes": [
 24940          {
 24941            "alg": "SHA-1",
 24942            "content": "125820e34bc842d2f2aaafafe4c2916ee32c157c"
 24943          }
 24944        ],
 24945        "licenses": [
 24946          {
 24947            "license": {
 24948              "id": "MIT"
 24949            }
 24950          }
 24951        ],
 24952        "purl": "pkg:npm/readable-stream@1.0.34",
 24953        "externalReferences": [
 24954          {
 24955            "type": "website",
 24956            "url": "https://github.com/isaacs/readable-stream#readme"
 24957          },
 24958          {
 24959            "type": "issue-tracker",
 24960            "url": "https://github.com/isaacs/readable-stream/issues"
 24961          },
 24962          {
 24963            "type": "vcs",
 24964            "url": "git://github.com/isaacs/readable-stream.git"
 24965          }
 24966        ]
 24967      },
 24968      {
 24969        "type": "library",
 24970        "bom-ref": "pkg:npm/lodash@2.4.2",
 24971        "name": "lodash",
 24972        "version": "2.4.2",
 24973        "description": "A utility library delivering consistency, customization, performance, & extras.",
 24974        "hashes": [
 24975          {
 24976            "alg": "SHA-1",
 24977            "content": "fadd834b9683073da179b3eae6d9c0d15053f73e"
 24978          }
 24979        ],
 24980        "licenses": [
 24981          {
 24982            "license": {
 24983              "id": "MIT"
 24984            }
 24985          }
 24986        ],
 24987        "purl": "pkg:npm/lodash@2.4.2",
 24988        "externalReferences": [
 24989          {
 24990            "type": "website",
 24991            "url": "http://lodash.com/"
 24992          },
 24993          {
 24994            "type": "issue-tracker",
 24995            "url": "https://github.com/lodash/lodash/issues"
 24996          },
 24997          {
 24998            "type": "vcs",
 24999            "url": "git+https://github.com/lodash/lodash.git"
 25000          }
 25001        ]
 25002      },
 25003      {
 25004        "type": "library",
 25005        "bom-ref": "pkg:npm/semver@7.3.2",
 25006        "name": "semver",
 25007        "version": "7.3.2",
 25008        "description": "The semantic version parser used by npm.",
 25009        "hashes": [
 25010          {
 25011            "alg": "SHA-1",
 25012            "content": "604962b052b81ed0786aae84389ffba70ffd3938"
 25013          }
 25014        ],
 25015        "licenses": [
 25016          {
 25017            "license": {
 25018              "id": "ISC"
 25019            }
 25020          }
 25021        ],
 25022        "purl": "pkg:npm/semver@7.3.2",
 25023        "externalReferences": [
 25024          {
 25025            "type": "website",
 25026            "url": "https://github.com/npm/node-semver#readme"
 25027          },
 25028          {
 25029            "type": "issue-tracker",
 25030            "url": "https://github.com/npm/node-semver/issues"
 25031          },
 25032          {
 25033            "type": "vcs",
 25034            "url": "git+https://github.com/npm/node-semver.git"
 25035          }
 25036        ]
 25037      },
 25038      {
 25039        "type": "library",
 25040        "bom-ref": "pkg:npm/sequelize@5.22.3",
 25041        "name": "sequelize",
 25042        "version": "5.22.3",
 25043        "description": "Multi dialect ORM for Node.JS",
 25044        "hashes": [
 25045          {
 25046            "alg": "SHA-1",
 25047            "content": "7e7a92ddd355d883c9eb11cdb106d874d0d2636f"
 25048          }
 25049        ],
 25050        "licenses": [
 25051          {
 25052            "license": {
 25053              "id": "MIT"
 25054            }
 25055          }
 25056        ],
 25057        "purl": "pkg:npm/sequelize@5.22.3",
 25058        "externalReferences": [
 25059          {
 25060            "type": "website",
 25061            "url": "https://sequelize.org/"
 25062          },
 25063          {
 25064            "type": "issue-tracker",
 25065            "url": "https://github.com/sequelize/sequelize/issues"
 25066          },
 25067          {
 25068            "type": "vcs",
 25069            "url": "git+https://github.com/sequelize/sequelize.git"
 25070          }
 25071        ]
 25072      },
 25073      {
 25074        "type": "library",
 25075        "bom-ref": "pkg:npm/cls-bluebird@2.1.0",
 25076        "name": "cls-bluebird",
 25077        "version": "2.1.0",
 25078        "description": "Make bluebird work with the continuation-local-storage module.",
 25079        "hashes": [
 25080          {
 25081            "alg": "SHA-1",
 25082            "content": "37ef1e080a8ffb55c2f4164f536f1919e7968aee"
 25083          }
 25084        ],
 25085        "licenses": [
 25086          {
 25087            "license": {
 25088              "id": "BSD-2-Clause"
 25089            }
 25090          }
 25091        ],
 25092        "purl": "pkg:npm/cls-bluebird@2.1.0",
 25093        "externalReferences": [
 25094          {
 25095            "type": "website",
 25096            "url": "https://github.com/TimBeyer/cls-bluebird#readme"
 25097          },
 25098          {
 25099            "type": "issue-tracker",
 25100            "url": "https://github.com/TimBeyer/cls-bluebird/issues"
 25101          },
 25102          {
 25103            "type": "vcs",
 25104            "url": "git+https://github.com/TimBeyer/cls-bluebird.git"
 25105          }
 25106        ]
 25107      },
 25108      {
 25109        "type": "library",
 25110        "bom-ref": "pkg:npm/is-bluebird@1.0.2",
 25111        "name": "is-bluebird",
 25112        "version": "1.0.2",
 25113        "description": "Is this a bluebird promise I see before me?",
 25114        "hashes": [
 25115          {
 25116            "alg": "SHA-1",
 25117            "content": "096439060f4aa411abee19143a84d6a55346d6e2"
 25118          }
 25119        ],
 25120        "licenses": [
 25121          {
 25122            "license": {
 25123              "id": "MIT"
 25124            }
 25125          }
 25126        ],
 25127        "purl": "pkg:npm/is-bluebird@1.0.2",
 25128        "externalReferences": [
 25129          {
 25130            "type": "website",
 25131            "url": "https://github.com/overlookmotel/is-bluebird#readme"
 25132          },
 25133          {
 25134            "type": "issue-tracker",
 25135            "url": "https://github.com/overlookmotel/is-bluebird/issues"
 25136          },
 25137          {
 25138            "type": "vcs",
 25139            "url": "git+https://github.com/overlookmotel/is-bluebird.git"
 25140          }
 25141        ]
 25142      },
 25143      {
 25144        "type": "library",
 25145        "bom-ref": "pkg:npm/shimmer@1.2.1",
 25146        "name": "shimmer",
 25147        "version": "1.2.1",
 25148        "description": "Safe(r) monkeypatching for JavaScript.",
 25149        "hashes": [
 25150          {
 25151            "alg": "SHA-1",
 25152            "content": "610859f7de327b587efebf501fb43117f9aff337"
 25153          }
 25154        ],
 25155        "licenses": [
 25156          {
 25157            "license": {
 25158              "id": "BSD-2-Clause"
 25159            }
 25160          }
 25161        ],
 25162        "purl": "pkg:npm/shimmer@1.2.1",
 25163        "externalReferences": [
 25164          {
 25165            "type": "website",
 25166            "url": "https://github.com/othiym23/shimmer#readme"
 25167          },
 25168          {
 25169            "type": "issue-tracker",
 25170            "url": "https://github.com/othiym23/shimmer/issues"
 25171          },
 25172          {
 25173            "type": "vcs",
 25174            "url": "git+https://github.com/othiym23/shimmer.git"
 25175          }
 25176        ]
 25177      },
 25178      {
 25179        "type": "library",
 25180        "bom-ref": "pkg:npm/debug@4.1.1",
 25181        "name": "debug",
 25182        "version": "4.1.1",
 25183        "description": "small debugging utility",
 25184        "hashes": [
 25185          {
 25186            "alg": "SHA-1",
 25187            "content": "3b72260255109c6b589cee050f1d516139664791"
 25188          }
 25189        ],
 25190        "licenses": [
 25191          {
 25192            "license": {
 25193              "id": "MIT"
 25194            }
 25195          }
 25196        ],
 25197        "purl": "pkg:npm/debug@4.1.1",
 25198        "externalReferences": [
 25199          {
 25200            "type": "website",
 25201            "url": "https://github.com/visionmedia/debug#readme"
 25202          },
 25203          {
 25204            "type": "issue-tracker",
 25205            "url": "https://github.com/visionmedia/debug/issues"
 25206          },
 25207          {
 25208            "type": "vcs",
 25209            "url": "git://github.com/visionmedia/debug.git"
 25210          }
 25211        ]
 25212      },
 25213      {
 25214        "type": "library",
 25215        "bom-ref": "pkg:npm/moment-timezone@0.5.31",
 25216        "name": "moment-timezone",
 25217        "version": "0.5.31",
 25218        "description": "Parse and display moments in any timezone.",
 25219        "hashes": [
 25220          {
 25221            "alg": "SHA-1",
 25222            "content": "9c40d8c5026f0c7ab46eda3d63e49c155148de05"
 25223          }
 25224        ],
 25225        "licenses": [
 25226          {
 25227            "license": {
 25228              "id": "MIT"
 25229            }
 25230          }
 25231        ],
 25232        "purl": "pkg:npm/moment-timezone@0.5.31",
 25233        "externalReferences": [
 25234          {
 25235            "type": "website",
 25236            "url": "http://momentjs.com/timezone/"
 25237          },
 25238          {
 25239            "type": "issue-tracker",
 25240            "url": "https://github.com/moment/moment-timezone/issues"
 25241          },
 25242          {
 25243            "type": "vcs",
 25244            "url": "git+https://github.com/moment/moment-timezone.git"
 25245          }
 25246        ]
 25247      },
 25248      {
 25249        "type": "library",
 25250        "bom-ref": "pkg:npm/retry-as-promised@3.2.0",
 25251        "name": "retry-as-promised",
 25252        "version": "3.2.0",
 25253        "description": "Retry a failed promise",
 25254        "hashes": [
 25255          {
 25256            "alg": "SHA-1",
 25257            "content": "769f63d536bec4783549db0777cb56dadd9d8543"
 25258          }
 25259        ],
 25260        "licenses": [
 25261          {
 25262            "license": {
 25263              "id": "MIT"
 25264            }
 25265          }
 25266        ],
 25267        "purl": "pkg:npm/retry-as-promised@3.2.0",
 25268        "externalReferences": [
 25269          {
 25270            "type": "website",
 25271            "url": "https://github.com/mickhansen/retry-as-promised"
 25272          },
 25273          {
 25274            "type": "issue-tracker",
 25275            "url": "https://github.com/mickhansen/retry-as-promised/issues"
 25276          },
 25277          {
 25278            "type": "vcs",
 25279            "url": "git+https://github.com/mickhansen/retry-as-promised.git"
 25280          }
 25281        ]
 25282      },
 25283      {
 25284        "type": "library",
 25285        "bom-ref": "pkg:npm/any-promise@1.3.0",
 25286        "name": "any-promise",
 25287        "version": "1.3.0",
 25288        "description": "Resolve any installed ES6 compatible promise",
 25289        "hashes": [
 25290          {
 25291            "alg": "SHA-1",
 25292            "content": "abc6afeedcea52e809cdc0376aed3ce39635d17f"
 25293          }
 25294        ],
 25295        "licenses": [
 25296          {
 25297            "license": {
 25298              "id": "MIT"
 25299            }
 25300          }
 25301        ],
 25302        "purl": "pkg:npm/any-promise@1.3.0",
 25303        "externalReferences": [
 25304          {
 25305            "type": "website",
 25306            "url": "http://github.com/kevinbeaty/any-promise"
 25307          },
 25308          {
 25309            "type": "issue-tracker",
 25310            "url": "https://github.com/kevinbeaty/any-promise/issues"
 25311          },
 25312          {
 25313            "type": "vcs",
 25314            "url": "git+https://github.com/kevinbeaty/any-promise.git"
 25315          }
 25316        ]
 25317      },
 25318      {
 25319        "type": "library",
 25320        "bom-ref": "pkg:npm/semver@6.3.0",
 25321        "name": "semver",
 25322        "version": "6.3.0",
 25323        "description": "The semantic version parser used by npm.",
 25324        "hashes": [
 25325          {
 25326            "alg": "SHA-1",
 25327            "content": "ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
 25328          }
 25329        ],
 25330        "licenses": [
 25331          {
 25332            "license": {
 25333              "id": "ISC"
 25334            }
 25335          }
 25336        ],
 25337        "purl": "pkg:npm/semver@6.3.0",
 25338        "externalReferences": [
 25339          {
 25340            "type": "website",
 25341            "url": "https://github.com/npm/node-semver#readme"
 25342          },
 25343          {
 25344            "type": "issue-tracker",
 25345            "url": "https://github.com/npm/node-semver/issues"
 25346          },
 25347          {
 25348            "type": "vcs",
 25349            "url": "git+https://github.com/npm/node-semver.git"
 25350          }
 25351        ]
 25352      },
 25353      {
 25354        "type": "library",
 25355        "bom-ref": "pkg:npm/sequelize-pool@2.3.0",
 25356        "name": "sequelize-pool",
 25357        "version": "2.3.0",
 25358        "description": "Resource pooling for Node.JS",
 25359        "hashes": [
 25360          {
 25361            "alg": "SHA-1",
 25362            "content": "64f1fe8744228172c474f530604b6133be64993d"
 25363          }
 25364        ],
 25365        "licenses": [
 25366          {
 25367            "license": {
 25368              "id": "MIT"
 25369            }
 25370          }
 25371        ],
 25372        "purl": "pkg:npm/sequelize-pool@2.3.0",
 25373        "externalReferences": [
 25374          {
 25375            "type": "website",
 25376            "url": "https://github.com/sushantdhiman/sequelize-pool#readme"
 25377          },
 25378          {
 25379            "type": "issue-tracker",
 25380            "url": "https://github.com/sushantdhiman/sequelize-pool/issues"
 25381          },
 25382          {
 25383            "type": "vcs",
 25384            "url": "git+ssh://git@github.com/sushantdhiman/sequelize-pool.git"
 25385          }
 25386        ]
 25387      },
 25388      {
 25389        "type": "library",
 25390        "bom-ref": "pkg:npm/toposort-class@1.0.1",
 25391        "name": "toposort-class",
 25392        "version": "1.0.1",
 25393        "description": "Topological sort of directed acyclic graphs (like dependecy lists)",
 25394        "hashes": [
 25395          {
 25396            "alg": "SHA-1",
 25397            "content": "7ffd1f78c8be28c3ba45cd4e1a3f5ee193bd9988"
 25398          }
 25399        ],
 25400        "licenses": [
 25401          {
 25402            "license": {
 25403              "id": "MIT"
 25404            }
 25405          }
 25406        ],
 25407        "purl": "pkg:npm/toposort-class@1.0.1",
 25408        "externalReferences": [
 25409          {
 25410            "type": "website",
 25411            "url": "https://github.com/gustavohenke/toposort#readme"
 25412          },
 25413          {
 25414            "type": "issue-tracker",
 25415            "url": "https://github.com/gustavohenke/toposort/issues"
 25416          },
 25417          {
 25418            "type": "vcs",
 25419            "url": "git+https://github.com/gustavohenke/toposort.git"
 25420          }
 25421        ]
 25422      },
 25423      {
 25424        "type": "library",
 25425        "bom-ref": "pkg:npm/validator@10.11.0",
 25426        "name": "validator",
 25427        "version": "10.11.0",
 25428        "description": "String validation and sanitization",
 25429        "hashes": [
 25430          {
 25431            "alg": "SHA-1",
 25432            "content": "003108ea6e9a9874d31ccc9e5006856ccd76b228"
 25433          }
 25434        ],
 25435        "licenses": [
 25436          {
 25437            "license": {
 25438              "id": "MIT"
 25439            }
 25440          }
 25441        ],
 25442        "purl": "pkg:npm/validator@10.11.0",
 25443        "externalReferences": [
 25444          {
 25445            "type": "website",
 25446            "url": "https://github.com/chriso/validator.js"
 25447          },
 25448          {
 25449            "type": "issue-tracker",
 25450            "url": "https://github.com/chriso/validator.js/issues"
 25451          },
 25452          {
 25453            "type": "vcs",
 25454            "url": "git+https://github.com/chriso/validator.js.git"
 25455          }
 25456        ]
 25457      },
 25458      {
 25459        "type": "library",
 25460        "bom-ref": "pkg:npm/wkx@0.4.8",
 25461        "name": "wkx",
 25462        "version": "0.4.8",
 25463        "description": "A WKT/WKB/EWKT/EWKB/TWKB/GeoJSON parser and serializer",
 25464        "hashes": [
 25465          {
 25466            "alg": "SHA-1",
 25467            "content": "a092cf088d112683fdc7182fd31493b2c5820003"
 25468          }
 25469        ],
 25470        "licenses": [
 25471          {
 25472            "license": {
 25473              "id": "MIT"
 25474            }
 25475          }
 25476        ],
 25477        "purl": "pkg:npm/wkx@0.4.8",
 25478        "externalReferences": [
 25479          {
 25480            "type": "website",
 25481            "url": "https://github.com/cschwarz/wkx#readme"
 25482          },
 25483          {
 25484            "type": "issue-tracker",
 25485            "url": "https://github.com/cschwarz/wkx/issues"
 25486          },
 25487          {
 25488            "type": "vcs",
 25489            "url": "git+ssh://git@github.com/cschwarz/wkx.git"
 25490          }
 25491        ]
 25492      },
 25493      {
 25494        "type": "library",
 25495        "bom-ref": "pkg:npm/%40types/node@14.0.23",
 25496        "group": "@types",
 25497        "name": "node",
 25498        "version": "14.0.23",
 25499        "description": "TypeScript definitions for Node.js",
 25500        "hashes": [
 25501          {
 25502            "alg": "SHA-1",
 25503            "content": "676fa0883450ed9da0bb24156213636290892806"
 25504          }
 25505        ],
 25506        "licenses": [
 25507          {
 25508            "license": {
 25509              "id": "MIT"
 25510            }
 25511          }
 25512        ],
 25513        "purl": "pkg:npm/%40types/node@14.0.23",
 25514        "externalReferences": [
 25515          {
 25516            "type": "website",
 25517            "url": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme"
 25518          },
 25519          {
 25520            "type": "issue-tracker",
 25521            "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
 25522          },
 25523          {
 25524            "type": "vcs",
 25525            "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
 25526          }
 25527        ]
 25528      },
 25529      {
 25530        "type": "library",
 25531        "bom-ref": "pkg:npm/sequelize-noupdate-attributes@1.0.0",
 25532        "name": "sequelize-noupdate-attributes",
 25533        "version": "1.0.0",
 25534        "description": "A very simple Sequelize plugin which adds no update and readonly attributes support.",
 25535        "hashes": [
 25536          {
 25537            "alg": "SHA-1",
 25538            "content": "70ab724563742b2c6fbadc507c91c01041b5fb38"
 25539          }
 25540        ],
 25541        "licenses": [
 25542          {
 25543            "license": {
 25544              "id": "MIT"
 25545            }
 25546          }
 25547        ],
 25548        "purl": "pkg:npm/sequelize-noupdate-attributes@1.0.0",
 25549        "externalReferences": [
 25550          {
 25551            "type": "website",
 25552            "url": "https://github.com/diosney/node-sequelize-noupdate-attributes"
 25553          },
 25554          {
 25555            "type": "issue-tracker",
 25556            "url": "https://github.com/diosney/node-sequelize-noupdate-attributes/issues"
 25557          },
 25558          {
 25559            "type": "vcs",
 25560            "url": "git+https://github.com/diosney/node-sequelize-noupdate-attributes.git"
 25561          }
 25562        ]
 25563      },
 25564      {
 25565        "type": "library",
 25566        "bom-ref": "pkg:npm/serve-index@1.9.1",
 25567        "name": "serve-index",
 25568        "version": "1.9.1",
 25569        "description": "Serve directory listings",
 25570        "hashes": [
 25571          {
 25572            "alg": "SHA-1",
 25573            "content": "d3768d69b1e7d82e5ce050fff5b453bea12a9239"
 25574          }
 25575        ],
 25576        "licenses": [
 25577          {
 25578            "license": {
 25579              "id": "MIT"
 25580            }
 25581          }
 25582        ],
 25583        "purl": "pkg:npm/serve-index@1.9.1",
 25584        "externalReferences": [
 25585          {
 25586            "type": "website",
 25587            "url": "https://github.com/expressjs/serve-index#readme"
 25588          },
 25589          {
 25590            "type": "issue-tracker",
 25591            "url": "https://github.com/expressjs/serve-index/issues"
 25592          },
 25593          {
 25594            "type": "vcs",
 25595            "url": "git+https://github.com/expressjs/serve-index.git"
 25596          }
 25597        ]
 25598      },
 25599      {
 25600        "type": "library",
 25601        "bom-ref": "pkg:npm/batch@0.6.1",
 25602        "name": "batch",
 25603        "version": "0.6.1",
 25604        "description": "Simple async batch with concurrency control and progress reporting.",
 25605        "hashes": [
 25606          {
 25607            "alg": "SHA-1",
 25608            "content": "dc34314f4e679318093fc760272525f94bf25c16"
 25609          }
 25610        ],
 25611        "licenses": [
 25612          {
 25613            "license": {
 25614              "id": "MIT"
 25615            }
 25616          }
 25617        ],
 25618        "purl": "pkg:npm/batch@0.6.1",
 25619        "externalReferences": [
 25620          {
 25621            "type": "website",
 25622            "url": "https://github.com/visionmedia/batch#readme"
 25623          },
 25624          {
 25625            "type": "issue-tracker",
 25626            "url": "https://github.com/visionmedia/batch/issues"
 25627          },
 25628          {
 25629            "type": "vcs",
 25630            "url": "git+https://github.com/visionmedia/batch.git"
 25631          }
 25632        ]
 25633      },
 25634      {
 25635        "type": "library",
 25636        "bom-ref": "pkg:npm/http-errors@1.6.3",
 25637        "name": "http-errors",
 25638        "version": "1.6.3",
 25639        "description": "Create HTTP error objects",
 25640        "hashes": [
 25641          {
 25642            "alg": "SHA-1",
 25643            "content": "8b55680bb4be283a0b5bf4ea2e38580be1d9320d"
 25644          }
 25645        ],
 25646        "licenses": [
 25647          {
 25648            "license": {
 25649              "id": "MIT"
 25650            }
 25651          }
 25652        ],
 25653        "purl": "pkg:npm/http-errors@1.6.3",
 25654        "externalReferences": [
 25655          {
 25656            "type": "website",
 25657            "url": "https://github.com/jshttp/http-errors#readme"
 25658          },
 25659          {
 25660            "type": "issue-tracker",
 25661            "url": "https://github.com/jshttp/http-errors/issues"
 25662          },
 25663          {
 25664            "type": "vcs",
 25665            "url": "git+https://github.com/jshttp/http-errors.git"
 25666          }
 25667        ]
 25668      },
 25669      {
 25670        "type": "library",
 25671        "bom-ref": "pkg:npm/setprototypeof@1.1.0",
 25672        "name": "setprototypeof",
 25673        "version": "1.1.0",
 25674        "description": "A small polyfill for Object.setprototypeof",
 25675        "hashes": [
 25676          {
 25677            "alg": "SHA-1",
 25678            "content": "d0bd85536887b6fe7c0d818cb962d9d91c54e656"
 25679          }
 25680        ],
 25681        "licenses": [
 25682          {
 25683            "license": {
 25684              "id": "ISC"
 25685            }
 25686          }
 25687        ],
 25688        "purl": "pkg:npm/setprototypeof@1.1.0",
 25689        "externalReferences": [
 25690          {
 25691            "type": "website",
 25692            "url": "https://github.com/wesleytodd/setprototypeof"
 25693          },
 25694          {
 25695            "type": "issue-tracker",
 25696            "url": "https://github.com/wesleytodd/setprototypeof/issues"
 25697          },
 25698          {
 25699            "type": "vcs",
 25700            "url": "git+https://github.com/wesleytodd/setprototypeof.git"
 25701          }
 25702        ]
 25703      },
 25704      {
 25705        "type": "framework",
 25706        "bom-ref": "pkg:npm/socket.io@2.3.0",
 25707        "name": "socket.io",
 25708        "version": "2.3.0",
 25709        "description": "node.js realtime framework server",
 25710        "hashes": [
 25711          {
 25712            "alg": "SHA-1",
 25713            "content": "cd762ed6a4faeca59bc1f3e243c0969311eb73fb"
 25714          }
 25715        ],
 25716        "licenses": [
 25717          {
 25718            "license": {
 25719              "id": "MIT"
 25720            }
 25721          }
 25722        ],
 25723        "purl": "pkg:npm/socket.io@2.3.0",
 25724        "externalReferences": [
 25725          {
 25726            "type": "website",
 25727            "url": "https://github.com/socketio/socket.io#readme"
 25728          },
 25729          {
 25730            "type": "issue-tracker",
 25731            "url": "https://github.com/socketio/socket.io/issues"
 25732          },
 25733          {
 25734            "type": "vcs",
 25735            "url": "git://github.com/socketio/socket.io.git"
 25736          }
 25737        ]
 25738      },
 25739      {
 25740        "type": "library",
 25741        "bom-ref": "pkg:npm/engine.io@3.4.2",
 25742        "name": "engine.io",
 25743        "version": "3.4.2",
 25744        "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
 25745        "hashes": [
 25746          {
 25747            "alg": "SHA-1",
 25748            "content": "8fc84ee00388e3e228645e0a7d3dfaeed5bd122c"
 25749          }
 25750        ],
 25751        "licenses": [
 25752          {
 25753            "license": {
 25754              "id": "MIT"
 25755            }
 25756          }
 25757        ],
 25758        "purl": "pkg:npm/engine.io@3.4.2",
 25759        "externalReferences": [
 25760          {
 25761            "type": "website",
 25762            "url": "https://github.com/socketio/engine.io"
 25763          },
 25764          {
 25765            "type": "issue-tracker",
 25766            "url": "https://github.com/socketio/engine.io/issues"
 25767          },
 25768          {
 25769            "type": "vcs",
 25770            "url": "git+ssh://git@github.com/socketio/engine.io.git"
 25771          }
 25772        ]
 25773      },
 25774      {
 25775        "type": "library",
 25776        "bom-ref": "pkg:npm/base64id@2.0.0",
 25777        "name": "base64id",
 25778        "version": "2.0.0",
 25779        "description": "Generates a base64 id",
 25780        "hashes": [
 25781          {
 25782            "alg": "SHA-1",
 25783            "content": "2770ac6bc47d312af97a8bf9a634342e0cd25cb6"
 25784          }
 25785        ],
 25786        "licenses": [
 25787          {
 25788            "license": {
 25789              "id": "MIT"
 25790            }
 25791          }
 25792        ],
 25793        "purl": "pkg:npm/base64id@2.0.0",
 25794        "externalReferences": [
 25795          {
 25796            "type": "website",
 25797            "url": "https://github.com/faeldt/base64id#readme"
 25798          },
 25799          {
 25800            "type": "issue-tracker",
 25801            "url": "https://github.com/faeldt/base64id/issues"
 25802          },
 25803          {
 25804            "type": "vcs",
 25805            "url": "git+https://github.com/faeldt/base64id.git"
 25806          }
 25807        ]
 25808      },
 25809      {
 25810        "type": "library",
 25811        "bom-ref": "pkg:npm/cookie@0.3.1",
 25812        "name": "cookie",
 25813        "version": "0.3.1",
 25814        "description": "HTTP server cookie parsing and serialization",
 25815        "hashes": [
 25816          {
 25817            "alg": "SHA-1",
 25818            "content": "e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
 25819          }
 25820        ],
 25821        "licenses": [
 25822          {
 25823            "license": {
 25824              "id": "MIT"
 25825            }
 25826          }
 25827        ],
 25828        "purl": "pkg:npm/cookie@0.3.1",
 25829        "externalReferences": [
 25830          {
 25831            "type": "website",
 25832            "url": "https://github.com/jshttp/cookie#readme"
 25833          },
 25834          {
 25835            "type": "issue-tracker",
 25836            "url": "https://github.com/jshttp/cookie/issues"
 25837          },
 25838          {
 25839            "type": "vcs",
 25840            "url": "git+https://github.com/jshttp/cookie.git"
 25841          }
 25842        ]
 25843      },
 25844      {
 25845        "type": "library",
 25846        "bom-ref": "pkg:npm/engine.io-parser@2.2.0",
 25847        "name": "engine.io-parser",
 25848        "version": "2.2.0",
 25849        "description": "Parser for the client for the realtime Engine",
 25850        "hashes": [
 25851          {
 25852            "alg": "SHA-1",
 25853            "content": "312c4894f57d52a02b420868da7b5c1c84af80ed"
 25854          }
 25855        ],
 25856        "licenses": [
 25857          {
 25858            "license": {
 25859              "id": "MIT"
 25860            }
 25861          }
 25862        ],
 25863        "purl": "pkg:npm/engine.io-parser@2.2.0",
 25864        "externalReferences": [
 25865          {
 25866            "type": "website",
 25867            "url": "https://github.com/socketio/engine.io-parser"
 25868          },
 25869          {
 25870            "type": "issue-tracker",
 25871            "url": "https://github.com/socketio/engine.io-parser/issues"
 25872          },
 25873          {
 25874            "type": "vcs",
 25875            "url": "git+ssh://git@github.com/socketio/engine.io-parser.git"
 25876          }
 25877        ]
 25878      },
 25879      {
 25880        "type": "library",
 25881        "bom-ref": "pkg:npm/after@0.8.2",
 25882        "name": "after",
 25883        "version": "0.8.2",
 25884        "description": "after - tiny flow control",
 25885        "hashes": [
 25886          {
 25887            "alg": "SHA-1",
 25888            "content": "fedb394f9f0e02aa9768e702bda23b505fae7e1f"
 25889          }
 25890        ],
 25891        "licenses": [
 25892          {
 25893            "license": {
 25894              "id": "MIT"
 25895            }
 25896          }
 25897        ],
 25898        "purl": "pkg:npm/after@0.8.2",
 25899        "externalReferences": [
 25900          {
 25901            "type": "website",
 25902            "url": "https://github.com/Raynos/after#readme"
 25903          },
 25904          {
 25905            "type": "issue-tracker",
 25906            "url": "https://github.com/Raynos/after/issues"
 25907          },
 25908          {
 25909            "type": "vcs",
 25910            "url": "git://github.com/Raynos/after.git"
 25911          }
 25912        ]
 25913      },
 25914      {
 25915        "type": "library",
 25916        "bom-ref": "pkg:npm/arraybuffer.slice@0.0.7",
 25917        "name": "arraybuffer.slice",
 25918        "version": "0.0.7",
 25919        "description": "Exports a function for slicing ArrayBuffers (no polyfilling)",
 25920        "hashes": [
 25921          {
 25922            "alg": "SHA-1",
 25923            "content": "3bbc4275dd584cc1b10809b89d4e8b63a69e7675"
 25924          }
 25925        ],
 25926        "licenses": [
 25927          {
 25928            "license": {
 25929              "id": "MIT"
 25930            }
 25931          }
 25932        ],
 25933        "purl": "pkg:npm/arraybuffer.slice@0.0.7",
 25934        "externalReferences": [
 25935          {
 25936            "type": "website",
 25937            "url": "https://github.com/rase-/arraybuffer.slice"
 25938          },
 25939          {
 25940            "type": "issue-tracker",
 25941            "url": "https://github.com/rase-/arraybuffer.slice/issues"
 25942          },
 25943          {
 25944            "type": "vcs",
 25945            "url": "git+ssh://git@github.com/rase-/arraybuffer.slice.git"
 25946          }
 25947        ]
 25948      },
 25949      {
 25950        "type": "library",
 25951        "bom-ref": "pkg:npm/base64-arraybuffer@0.1.5",
 25952        "name": "base64-arraybuffer",
 25953        "version": "0.1.5",
 25954        "description": "Encode/decode base64 data into ArrayBuffers",
 25955        "hashes": [
 25956          {
 25957            "alg": "SHA-1",
 25958            "content": "73926771923b5a19747ad666aa5cd4bf9c6e9ce8"
 25959          }
 25960        ],
 25961        "purl": "pkg:npm/base64-arraybuffer@0.1.5",
 25962        "externalReferences": [
 25963          {
 25964            "type": "website",
 25965            "url": "https://github.com/niklasvh/base64-arraybuffer"
 25966          },
 25967          {
 25968            "type": "issue-tracker",
 25969            "url": "https://github.com/niklasvh/base64-arraybuffer/issues"
 25970          },
 25971          {
 25972            "type": "vcs",
 25973            "url": "git+https://github.com/niklasvh/base64-arraybuffer.git"
 25974          }
 25975        ]
 25976      },
 25977      {
 25978        "type": "library",
 25979        "bom-ref": "pkg:npm/blob@0.0.5",
 25980        "name": "blob",
 25981        "version": "0.0.5",
 25982        "description": "Abstracts out Blob and uses BlobBulder in cases where it is supported with any vendor prefix.",
 25983        "hashes": [
 25984          {
 25985            "alg": "SHA-1",
 25986            "content": "d680eeef25f8cd91ad533f5b01eed48e64caf683"
 25987          }
 25988        ],
 25989        "licenses": [
 25990          {
 25991            "license": {
 25992              "id": "MIT"
 25993            }
 25994          }
 25995        ],
 25996        "purl": "pkg:npm/blob@0.0.5",
 25997        "externalReferences": [
 25998          {
 25999            "type": "website",
 26000            "url": "https://github.com/webmodules/blob"
 26001          },
 26002          {
 26003            "type": "issue-tracker",
 26004            "url": "https://github.com/webmodules/blob/issues"
 26005          },
 26006          {
 26007            "type": "vcs",
 26008            "url": "git://github.com/webmodules/blob.git"
 26009          }
 26010        ]
 26011      },
 26012      {
 26013        "type": "library",
 26014        "bom-ref": "pkg:npm/has-binary2@1.0.3",
 26015        "name": "has-binary2",
 26016        "version": "1.0.3",
 26017        "description": "A function that takes anything in javascript and returns true if its argument contains binary data.",
 26018        "hashes": [
 26019          {
 26020            "alg": "SHA-1",
 26021            "content": "7776ac627f3ea77250cfc332dab7ddf5e4f5d11d"
 26022          }
 26023        ],
 26024        "licenses": [
 26025          {
 26026            "license": {
 26027              "id": "MIT"
 26028            }
 26029          }
 26030        ],
 26031        "purl": "pkg:npm/has-binary2@1.0.3"
 26032      },
 26033      {
 26034        "type": "library",
 26035        "bom-ref": "pkg:npm/isarray@2.0.1",
 26036        "name": "isarray",
 26037        "version": "2.0.1",
 26038        "description": "Array#isArray for older browsers",
 26039        "hashes": [
 26040          {
 26041            "alg": "SHA-1",
 26042            "content": "a37d94ed9cda2d59865c9f76fe596ee1f338741e"
 26043          }
 26044        ],
 26045        "licenses": [
 26046          {
 26047            "license": {
 26048              "id": "MIT"
 26049            }
 26050          }
 26051        ],
 26052        "purl": "pkg:npm/isarray@2.0.1",
 26053        "externalReferences": [
 26054          {
 26055            "type": "website",
 26056            "url": "https://github.com/juliangruber/isarray"
 26057          },
 26058          {
 26059            "type": "issue-tracker",
 26060            "url": "https://github.com/juliangruber/isarray/issues"
 26061          },
 26062          {
 26063            "type": "vcs",
 26064            "url": "git://github.com/juliangruber/isarray.git"
 26065          }
 26066        ]
 26067      },
 26068      {
 26069        "type": "library",
 26070        "bom-ref": "pkg:npm/ws@7.3.1",
 26071        "name": "ws",
 26072        "version": "7.3.1",
 26073        "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
 26074        "hashes": [
 26075          {
 26076            "alg": "SHA-1",
 26077            "content": "d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"
 26078          }
 26079        ],
 26080        "licenses": [
 26081          {
 26082            "license": {
 26083              "id": "MIT"
 26084            }
 26085          }
 26086        ],
 26087        "purl": "pkg:npm/ws@7.3.1",
 26088        "externalReferences": [
 26089          {
 26090            "type": "website",
 26091            "url": "https://github.com/websockets/ws"
 26092          },
 26093          {
 26094            "type": "issue-tracker",
 26095            "url": "https://github.com/websockets/ws/issues"
 26096          },
 26097          {
 26098            "type": "vcs",
 26099            "url": "git+https://github.com/websockets/ws.git"
 26100          }
 26101        ]
 26102      },
 26103      {
 26104        "type": "library",
 26105        "bom-ref": "pkg:npm/socket.io-adapter@1.1.2",
 26106        "name": "socket.io-adapter",
 26107        "version": "1.1.2",
 26108        "description": "default socket.io in-memory adapter",
 26109        "hashes": [
 26110          {
 26111            "alg": "SHA-1",
 26112            "content": "ab3f0d6f66b8fc7fca3959ab5991f82221789be9"
 26113          }
 26114        ],
 26115        "licenses": [
 26116          {
 26117            "license": {
 26118              "id": "MIT"
 26119            }
 26120          }
 26121        ],
 26122        "purl": "pkg:npm/socket.io-adapter@1.1.2",
 26123        "externalReferences": [
 26124          {
 26125            "type": "website",
 26126            "url": "https://github.com/socketio/socket.io-adapter#readme"
 26127          },
 26128          {
 26129            "type": "issue-tracker",
 26130            "url": "https://github.com/socketio/socket.io-adapter/issues"
 26131          },
 26132          {
 26133            "type": "vcs",
 26134            "url": "git://github.com/socketio/socket.io-adapter.git"
 26135          }
 26136        ]
 26137      },
 26138      {
 26139        "type": "framework",
 26140        "bom-ref": "pkg:npm/socket.io-client@2.3.0",
 26141        "name": "socket.io-client",
 26142        "version": "2.3.0",
 26143        "description": "[![Build Status](https://secure.travis-ci.org/socketio/socket.io-client.svg?branch=master)](http://travis-ci.org/socketio/socket.io-client) [![Dependency Status](https://david-dm.org/socketio/socket.io-client.svg)](https://david-dm.org/socketio/socket.io-client) [![devDependency Status](https://david-dm.org/socketio/socket.io-client/dev-status.svg)](https://david-dm.org/socketio/socket.io-client#info=devDependencies) [![NPM version](https://badge.fury.io/js/socket.io-client.svg)](https://www.npmjs.com/package/socket.io-client) ![Downloads](http://img.shields.io/npm/dm/socket.io-client.svg?style=flat) [![](http://slack.socket.io/badge.svg?)](http://slack.socket.io)",
 26144        "hashes": [
 26145          {
 26146            "alg": "SHA-1",
 26147            "content": "14d5ba2e00b9bcd145ae443ab96b3f86cbcc1bb4"
 26148          }
 26149        ],
 26150        "licenses": [
 26151          {
 26152            "license": {
 26153              "id": "MIT"
 26154            }
 26155          }
 26156        ],
 26157        "purl": "pkg:npm/socket.io-client@2.3.0",
 26158        "externalReferences": [
 26159          {
 26160            "type": "website",
 26161            "url": "https://github.com/Automattic/socket.io-client#readme"
 26162          },
 26163          {
 26164            "type": "issue-tracker",
 26165            "url": "https://github.com/Automattic/socket.io-client/issues"
 26166          },
 26167          {
 26168            "type": "vcs",
 26169            "url": "git+https://github.com/Automattic/socket.io-client.git"
 26170          }
 26171        ]
 26172      },
 26173      {
 26174        "type": "library",
 26175        "bom-ref": "pkg:npm/backo2@1.0.2",
 26176        "name": "backo2",
 26177        "version": "1.0.2",
 26178        "description": "simple backoff based on segmentio/backo",
 26179        "hashes": [
 26180          {
 26181            "alg": "SHA-1",
 26182            "content": "31ab1ac8b129363463e35b3ebb69f4dfcfba7947"
 26183          }
 26184        ],
 26185        "licenses": [
 26186          {
 26187            "license": {
 26188              "id": "MIT"
 26189            }
 26190          }
 26191        ],
 26192        "purl": "pkg:npm/backo2@1.0.2",
 26193        "externalReferences": [
 26194          {
 26195            "type": "website",
 26196            "url": "https://github.com/mokesmokes/backo#readme"
 26197          },
 26198          {
 26199            "type": "issue-tracker",
 26200            "url": "https://github.com/mokesmokes/backo/issues"
 26201          },
 26202          {
 26203            "type": "vcs",
 26204            "url": "git+https://github.com/mokesmokes/backo.git"
 26205          }
 26206        ]
 26207      },
 26208      {
 26209        "type": "library",
 26210        "bom-ref": "pkg:npm/component-bind@1.0.0",
 26211        "name": "component-bind",
 26212        "version": "1.0.0",
 26213        "description": "function binding utility",
 26214        "hashes": [
 26215          {
 26216            "alg": "SHA-1",
 26217            "content": "00c608ab7dcd93897c0009651b1d3a8e1e73bbd1"
 26218          }
 26219        ],
 26220        "purl": "pkg:npm/component-bind@1.0.0",
 26221        "externalReferences": [
 26222          {
 26223            "type": "website",
 26224            "url": "https://github.com/component/bind#readme"
 26225          },
 26226          {
 26227            "type": "issue-tracker",
 26228            "url": "https://github.com/component/bind/issues"
 26229          },
 26230          {
 26231            "type": "vcs",
 26232            "url": "git+https://github.com/component/bind.git"
 26233          }
 26234        ]
 26235      },
 26236      {
 26237        "type": "library",
 26238        "bom-ref": "pkg:npm/component-emitter@1.2.1",
 26239        "name": "component-emitter",
 26240        "version": "1.2.1",
 26241        "description": "Event emitter",
 26242        "hashes": [
 26243          {
 26244            "alg": "SHA-1",
 26245            "content": "137918d6d78283f7df7a6b7c5a63e140e69425e6"
 26246          }
 26247        ],
 26248        "licenses": [
 26249          {
 26250            "license": {
 26251              "id": "MIT"
 26252            }
 26253          }
 26254        ],
 26255        "purl": "pkg:npm/component-emitter@1.2.1",
 26256        "externalReferences": [
 26257          {
 26258            "type": "website",
 26259            "url": "https://github.com/component/emitter#readme"
 26260          },
 26261          {
 26262            "type": "issue-tracker",
 26263            "url": "https://github.com/component/emitter/issues"
 26264          },
 26265          {
 26266            "type": "vcs",
 26267            "url": "git+https://github.com/component/emitter.git"
 26268          }
 26269        ]
 26270      },
 26271      {
 26272        "type": "library",
 26273        "bom-ref": "pkg:npm/engine.io-client@3.4.3",
 26274        "name": "engine.io-client",
 26275        "version": "3.4.3",
 26276        "description": "Client for the realtime Engine",
 26277        "hashes": [
 26278          {
 26279            "alg": "SHA-1",
 26280            "content": "192d09865403e3097e3575ebfeb3861c4d01a66c"
 26281          }
 26282        ],
 26283        "licenses": [
 26284          {
 26285            "license": {
 26286              "id": "MIT"
 26287            }
 26288          }
 26289        ],
 26290        "purl": "pkg:npm/engine.io-client@3.4.3",
 26291        "externalReferences": [
 26292          {
 26293            "type": "website",
 26294            "url": "https://github.com/socketio/engine.io-client"
 26295          },
 26296          {
 26297            "type": "issue-tracker",
 26298            "url": "https://github.com/socketio/engine.io-client/issues"
 26299          },
 26300          {
 26301            "type": "vcs",
 26302            "url": "git+https://github.com/socketio/engine.io-client.git"
 26303          }
 26304        ]
 26305      },
 26306      {
 26307        "type": "library",
 26308        "bom-ref": "pkg:npm/component-inherit@0.0.3",
 26309        "name": "component-inherit",
 26310        "version": "0.0.3",
 26311        "description": "Prototype inheritance utility",
 26312        "hashes": [
 26313          {
 26314            "alg": "SHA-1",
 26315            "content": "645fc4adf58b72b649d5cae65135619db26ff143"
 26316          }
 26317        ],
 26318        "purl": "pkg:npm/component-inherit@0.0.3",
 26319        "externalReferences": [
 26320          {
 26321            "type": "website",
 26322            "url": "https://github.com/component/inherit#readme"
 26323          },
 26324          {
 26325            "type": "issue-tracker",
 26326            "url": "https://github.com/component/inherit/issues"
 26327          },
 26328          {
 26329            "type": "vcs",
 26330            "url": "git+https://github.com/component/inherit.git"
 26331          }
 26332        ]
 26333      },
 26334      {
 26335        "type": "library",
 26336        "bom-ref": "pkg:npm/has-cors@1.1.0",
 26337        "name": "has-cors",
 26338        "version": "1.1.0",
 26339        "description": "Detects support for Cross-Origin Resource Sharing",
 26340        "hashes": [
 26341          {
 26342            "alg": "SHA-1",
 26343            "content": "5e474793f7ea9843d1bb99c23eef49ff126fff39"
 26344          }
 26345        ],
 26346        "licenses": [
 26347          {
 26348            "license": {
 26349              "id": "MIT"
 26350            }
 26351          }
 26352        ],
 26353        "purl": "pkg:npm/has-cors@1.1.0",
 26354        "externalReferences": [
 26355          {
 26356            "type": "website",
 26357            "url": "https://github.com/component/has-cors#readme"
 26358          },
 26359          {
 26360            "type": "issue-tracker",
 26361            "url": "https://github.com/component/has-cors/issues"
 26362          },
 26363          {
 26364            "type": "vcs",
 26365            "url": "git://github.com/component/has-cors.git"
 26366          }
 26367        ]
 26368      },
 26369      {
 26370        "type": "library",
 26371        "bom-ref": "pkg:npm/indexof@0.0.1",
 26372        "name": "indexof",
 26373        "version": "0.0.1",
 26374        "description": "Microsoft sucks",
 26375        "hashes": [
 26376          {
 26377            "alg": "SHA-1",
 26378            "content": "82dc336d232b9062179d05ab3293a66059fd435d"
 26379          }
 26380        ],
 26381        "purl": "pkg:npm/indexof@0.0.1"
 26382      },
 26383      {
 26384        "type": "library",
 26385        "bom-ref": "pkg:npm/parseqs@0.0.5",
 26386        "name": "parseqs",
 26387        "version": "0.0.5",
 26388        "description": "Provides methods for parsing a query string into an object, and vice versa.",
 26389        "hashes": [
 26390          {
 26391            "alg": "SHA-1",
 26392            "content": "d5208a3738e46766e291ba2ea173684921a8b89d"
 26393          }
 26394        ],
 26395        "licenses": [
 26396          {
 26397            "license": {
 26398              "id": "MIT"
 26399            }
 26400          }
 26401        ],
 26402        "purl": "pkg:npm/parseqs@0.0.5",
 26403        "externalReferences": [
 26404          {
 26405            "type": "website",
 26406            "url": "https://github.com/get/querystring"
 26407          },
 26408          {
 26409            "type": "issue-tracker",
 26410            "url": "https://github.com/get/querystring/issues"
 26411          },
 26412          {
 26413            "type": "vcs",
 26414            "url": "git+https://github.com/get/querystring.git"
 26415          }
 26416        ]
 26417      },
 26418      {
 26419        "type": "library",
 26420        "bom-ref": "pkg:npm/better-assert@1.0.2",
 26421        "name": "better-assert",
 26422        "version": "1.0.2",
 26423        "description": "Better assertions for node, reporting the expr, filename, lineno etc",
 26424        "hashes": [
 26425          {
 26426            "alg": "SHA-1",
 26427            "content": "40866b9e1b9e0b55b481894311e68faffaebc522"
 26428          }
 26429        ],
 26430        "purl": "pkg:npm/better-assert@1.0.2",
 26431        "externalReferences": [
 26432          {
 26433            "type": "website",
 26434            "url": "https://github.com/visionmedia/better-assert#readme"
 26435          },
 26436          {
 26437            "type": "issue-tracker",
 26438            "url": "https://github.com/visionmedia/better-assert/issues"
 26439          },
 26440          {
 26441            "type": "vcs",
 26442            "url": "git+https://github.com/visionmedia/better-assert.git"
 26443          }
 26444        ]
 26445      },
 26446      {
 26447        "type": "library",
 26448        "bom-ref": "pkg:npm/callsite@1.0.0",
 26449        "name": "callsite",
 26450        "version": "1.0.0",
 26451        "description": "access to v8's CallSites",
 26452        "hashes": [
 26453          {
 26454            "alg": "SHA-1",
 26455            "content": "280398e5d664bd74038b6f0905153e6e8af1bc20"
 26456          }
 26457        ],
 26458        "purl": "pkg:npm/callsite@1.0.0"
 26459      },
 26460      {
 26461        "type": "library",
 26462        "bom-ref": "pkg:npm/parseuri@0.0.5",
 26463        "name": "parseuri",
 26464        "version": "0.0.5",
 26465        "description": "Method that parses a URI and returns an array of its components",
 26466        "hashes": [
 26467          {
 26468            "alg": "SHA-1",
 26469            "content": "80204a50d4dbb779bfdc6ebe2778d90e4bce320a"
 26470          }
 26471        ],
 26472        "licenses": [
 26473          {
 26474            "license": {
 26475              "id": "MIT"
 26476            }
 26477          }
 26478        ],
 26479        "purl": "pkg:npm/parseuri@0.0.5",
 26480        "externalReferences": [
 26481          {
 26482            "type": "website",
 26483            "url": "https://github.com/get/parseuri"
 26484          },
 26485          {
 26486            "type": "issue-tracker",
 26487            "url": "https://github.com/get/parseuri/issues"
 26488          },
 26489          {
 26490            "type": "vcs",
 26491            "url": "git+https://github.com/get/parseuri.git"
 26492          }
 26493        ]
 26494      },
 26495      {
 26496        "type": "library",
 26497        "bom-ref": "pkg:npm/ws@6.1.4",
 26498        "name": "ws",
 26499        "version": "6.1.4",
 26500        "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js",
 26501        "hashes": [
 26502          {
 26503            "alg": "SHA-1",
 26504            "content": "5b5c8800afab925e94ccb29d153c8d02c1776ef9"
 26505          }
 26506        ],
 26507        "licenses": [
 26508          {
 26509            "license": {
 26510              "id": "MIT"
 26511            }
 26512          }
 26513        ],
 26514        "purl": "pkg:npm/ws@6.1.4",
 26515        "externalReferences": [
 26516          {
 26517            "type": "website",
 26518            "url": "https://github.com/websockets/ws"
 26519          },
 26520          {
 26521            "type": "issue-tracker",
 26522            "url": "https://github.com/websockets/ws/issues"
 26523          },
 26524          {
 26525            "type": "vcs",
 26526            "url": "git+https://github.com/websockets/ws.git"
 26527          }
 26528        ]
 26529      },
 26530      {
 26531        "type": "library",
 26532        "bom-ref": "pkg:npm/async-limiter@1.0.1",
 26533        "name": "async-limiter",
 26534        "version": "1.0.1",
 26535        "description": "asynchronous function queue with adjustable concurrency",
 26536        "hashes": [
 26537          {
 26538            "alg": "SHA-1",
 26539            "content": "dd379e94f0db8310b08291f9d64c3209766617fd"
 26540          }
 26541        ],
 26542        "licenses": [
 26543          {
 26544            "license": {
 26545              "id": "MIT"
 26546            }
 26547          }
 26548        ],
 26549        "purl": "pkg:npm/async-limiter@1.0.1",
 26550        "externalReferences": [
 26551          {
 26552            "type": "website",
 26553            "url": "https://github.com/strml/async-limiter#readme"
 26554          },
 26555          {
 26556            "type": "issue-tracker",
 26557            "url": "https://github.com/strml/async-limiter/issues"
 26558          },
 26559          {
 26560            "type": "vcs",
 26561            "url": "git+https://github.com/strml/async-limiter.git"
 26562          }
 26563        ]
 26564      },
 26565      {
 26566        "type": "library",
 26567        "bom-ref": "pkg:npm/xmlhttprequest-ssl@1.5.5",
 26568        "name": "xmlhttprequest-ssl",
 26569        "version": "1.5.5",
 26570        "description": "XMLHttpRequest for Node",
 26571        "hashes": [
 26572          {
 26573            "alg": "SHA-1",
 26574            "content": "c2876b06168aadc40e57d97e81191ac8f4398b3e"
 26575          }
 26576        ],
 26577        "purl": "pkg:npm/xmlhttprequest-ssl@1.5.5",
 26578        "externalReferences": [
 26579          {
 26580            "type": "website",
 26581            "url": "https://github.com/mjwwit/node-XMLHttpRequest#readme"
 26582          },
 26583          {
 26584            "type": "issue-tracker",
 26585            "url": "http://github.com/mjwwit/node-XMLHttpRequest/issues"
 26586          },
 26587          {
 26588            "type": "vcs",
 26589            "url": "git://github.com/mjwwit/node-XMLHttpRequest.git"
 26590          }
 26591        ]
 26592      },
 26593      {
 26594        "type": "library",
 26595        "bom-ref": "pkg:npm/yeast@0.1.2",
 26596        "name": "yeast",
 26597        "version": "0.1.2",
 26598        "description": "Tiny but linear growing unique id generator",
 26599        "hashes": [
 26600          {
 26601            "alg": "SHA-1",
 26602            "content": "008e06d8094320c372dbc2f8ed76a0ca6c8ac419"
 26603          }
 26604        ],
 26605        "licenses": [
 26606          {
 26607            "license": {
 26608              "id": "MIT"
 26609            }
 26610          }
 26611        ],
 26612        "purl": "pkg:npm/yeast@0.1.2",
 26613        "externalReferences": [
 26614          {
 26615            "type": "website",
 26616            "url": "https://github.com/unshiftio/yeast"
 26617          },
 26618          {
 26619            "type": "issue-tracker",
 26620            "url": "https://github.com/unshiftio/yeast/issues"
 26621          },
 26622          {
 26623            "type": "vcs",
 26624            "url": "git+https://github.com/unshiftio/yeast.git"
 26625          }
 26626        ]
 26627      },
 26628      {
 26629        "type": "library",
 26630        "bom-ref": "pkg:npm/object-component@0.0.3",
 26631        "name": "object-component",
 26632        "version": "0.0.3",
 26633        "description": "Object utils.",
 26634        "hashes": [
 26635          {
 26636            "alg": "SHA-1",
 26637            "content": "f0c69aa50efc95b866c186f400a33769cb2f1291"
 26638          }
 26639        ],
 26640        "purl": "pkg:npm/object-component@0.0.3"
 26641      },
 26642      {
 26643        "type": "library",
 26644        "bom-ref": "pkg:npm/socket.io-parser@3.3.0",
 26645        "name": "socket.io-parser",
 26646        "version": "3.3.0",
 26647        "description": "socket.io protocol parser",
 26648        "hashes": [
 26649          {
 26650            "alg": "SHA-1",
 26651            "content": "2b52a96a509fdf31440ba40fed6094c7d4f1262f"
 26652          }
 26653        ],
 26654        "licenses": [
 26655          {
 26656            "license": {
 26657              "id": "MIT"
 26658            }
 26659          }
 26660        ],
 26661        "purl": "pkg:npm/socket.io-parser@3.3.0",
 26662        "externalReferences": [
 26663          {
 26664            "type": "website",
 26665            "url": "https://github.com/Automattic/socket.io-parser#readme"
 26666          },
 26667          {
 26668            "type": "issue-tracker",
 26669            "url": "https://github.com/Automattic/socket.io-parser/issues"
 26670          },
 26671          {
 26672            "type": "vcs",
 26673            "url": "git+https://github.com/Automattic/socket.io-parser.git"
 26674          }
 26675        ]
 26676      },
 26677      {
 26678        "type": "library",
 26679        "bom-ref": "pkg:npm/debug@3.1.0",
 26680        "name": "debug",
 26681        "version": "3.1.0",
 26682        "description": "small debugging utility",
 26683        "hashes": [
 26684          {
 26685            "alg": "SHA-1",
 26686            "content": "5bb5a0672628b64149566ba16819e61518c67261"
 26687          }
 26688        ],
 26689        "licenses": [
 26690          {
 26691            "license": {
 26692              "id": "MIT"
 26693            }
 26694          }
 26695        ],
 26696        "purl": "pkg:npm/debug@3.1.0",
 26697        "externalReferences": [
 26698          {
 26699            "type": "website",
 26700            "url": "https://github.com/visionmedia/debug#readme"
 26701          },
 26702          {
 26703            "type": "issue-tracker",
 26704            "url": "https://github.com/visionmedia/debug/issues"
 26705          },
 26706          {
 26707            "type": "vcs",
 26708            "url": "git://github.com/visionmedia/debug.git"
 26709          }
 26710        ]
 26711      },
 26712      {
 26713        "type": "library",
 26714        "bom-ref": "pkg:npm/to-array@0.1.4",
 26715        "name": "to-array",
 26716        "version": "0.1.4",
 26717        "description": "Turn an array like into an array",
 26718        "hashes": [
 26719          {
 26720            "alg": "SHA-1",
 26721            "content": "17e6c11f73dd4f3d74cda7a4ff3238e9ad9bf890"
 26722          }
 26723        ],
 26724        "purl": "pkg:npm/to-array@0.1.4",
 26725        "externalReferences": [
 26726          {
 26727            "type": "website",
 26728            "url": "https://github.com/Raynos/to-array"
 26729          },
 26730          {
 26731            "type": "issue-tracker",
 26732            "url": "https://github.com/Raynos/to-array/issues"
 26733          },
 26734          {
 26735            "type": "vcs",
 26736            "url": "git://github.com/Raynos/to-array.git"
 26737          }
 26738        ]
 26739      },
 26740      {
 26741        "type": "library",
 26742        "bom-ref": "pkg:npm/socket.io-parser@3.4.1",
 26743        "name": "socket.io-parser",
 26744        "version": "3.4.1",
 26745        "description": "socket.io protocol parser",
 26746        "hashes": [
 26747          {
 26748            "alg": "SHA-1",
 26749            "content": "b06af838302975837eab2dc980037da24054d64a"
 26750          }
 26751        ],
 26752        "licenses": [
 26753          {
 26754            "license": {
 26755              "id": "MIT"
 26756            }
 26757          }
 26758        ],
 26759        "purl": "pkg:npm/socket.io-parser@3.4.1",
 26760        "externalReferences": [
 26761          {
 26762            "type": "website",
 26763            "url": "https://github.com/socketio/socket.io-parser#readme"
 26764          },
 26765          {
 26766            "type": "issue-tracker",
 26767            "url": "https://github.com/socketio/socket.io-parser/issues"
 26768          },
 26769          {
 26770            "type": "vcs",
 26771            "url": "git+https://github.com/socketio/socket.io-parser.git"
 26772          }
 26773        ]
 26774      },
 26775      {
 26776        "type": "library",
 26777        "bom-ref": "pkg:npm/sqlite3@4.2.0",
 26778        "name": "sqlite3",
 26779        "version": "4.2.0",
 26780        "description": "Asynchronous, non-blocking SQLite3 bindings",
 26781        "hashes": [
 26782          {
 26783            "alg": "SHA-1",
 26784            "content": "49026d665e9fc4f922e56fb9711ba5b4c85c4901"
 26785          }
 26786        ],
 26787        "licenses": [
 26788          {
 26789            "license": {
 26790              "id": "BSD-3-Clause"
 26791            }
 26792          }
 26793        ],
 26794        "purl": "pkg:npm/sqlite3@4.2.0",
 26795        "externalReferences": [
 26796          {
 26797            "type": "website",
 26798            "url": "https://github.com/mapbox/node-sqlite3"
 26799          },
 26800          {
 26801            "type": "issue-tracker",
 26802            "url": "https://github.com/mapbox/node-sqlite3/issues"
 26803          },
 26804          {
 26805            "type": "vcs",
 26806            "url": "git://github.com/mapbox/node-sqlite3.git"
 26807          }
 26808        ]
 26809      },
 26810      {
 26811        "type": "library",
 26812        "bom-ref": "pkg:npm/node-pre-gyp@0.11.0",
 26813        "name": "node-pre-gyp",
 26814        "version": "0.11.0",
 26815        "description": "Node.js native addon binary install tool",
 26816        "hashes": [
 26817          {
 26818            "alg": "SHA-1",
 26819            "content": "db1f33215272f692cd38f03238e3e9b47c5dd054"
 26820          }
 26821        ],
 26822        "licenses": [
 26823          {
 26824            "license": {
 26825              "id": "BSD-3-Clause"
 26826            }
 26827          }
 26828        ],
 26829        "purl": "pkg:npm/node-pre-gyp@0.11.0",
 26830        "externalReferences": [
 26831          {
 26832            "type": "website",
 26833            "url": "https://github.com/mapbox/node-pre-gyp#readme"
 26834          },
 26835          {
 26836            "type": "issue-tracker",
 26837            "url": "https://github.com/mapbox/node-pre-gyp/issues"
 26838          },
 26839          {
 26840            "type": "vcs",
 26841            "url": "git://github.com/mapbox/node-pre-gyp.git"
 26842          }
 26843        ]
 26844      },
 26845      {
 26846        "type": "library",
 26847        "bom-ref": "pkg:npm/svg-captcha@1.4.0",
 26848        "name": "svg-captcha",
 26849        "version": "1.4.0",
 26850        "description": "generate svg captcha in node.js or express.js",
 26851        "hashes": [
 26852          {
 26853            "alg": "SHA-1",
 26854            "content": "32ead3c6463936c218bb3bc9ed04fea4eeffe492"
 26855          }
 26856        ],
 26857        "licenses": [
 26858          {
 26859            "license": {
 26860              "id": "MIT"
 26861            }
 26862          }
 26863        ],
 26864        "purl": "pkg:npm/svg-captcha@1.4.0",
 26865        "externalReferences": [
 26866          {
 26867            "type": "website",
 26868            "url": "https://github.com/steambap/svg-captcha#readme"
 26869          },
 26870          {
 26871            "type": "issue-tracker",
 26872            "url": "https://github.com/steambap/svg-captcha/issues"
 26873          },
 26874          {
 26875            "type": "vcs",
 26876            "url": "git+https://github.com/steambap/svg-captcha.git"
 26877          }
 26878        ]
 26879      },
 26880      {
 26881        "type": "library",
 26882        "bom-ref": "pkg:npm/opentype.js@0.7.3",
 26883        "name": "opentype.js",
 26884        "version": "0.7.3",
 26885        "description": "OpenType font parser",
 26886        "hashes": [
 26887          {
 26888            "alg": "SHA-1",
 26889            "content": "40fb8ce18bfd60e74448efdfe442834098397aab"
 26890          }
 26891        ],
 26892        "licenses": [
 26893          {
 26894            "license": {
 26895              "id": "MIT"
 26896            }
 26897          }
 26898        ],
 26899        "purl": "pkg:npm/opentype.js@0.7.3",
 26900        "externalReferences": [
 26901          {
 26902            "type": "website",
 26903            "url": "https://github.com/nodebox/opentype.js#readme"
 26904          },
 26905          {
 26906            "type": "issue-tracker",
 26907            "url": "https://github.com/nodebox/opentype.js/issues"
 26908          },
 26909          {
 26910            "type": "vcs",
 26911            "url": "git://github.com/nodebox/opentype.js.git"
 26912          }
 26913        ]
 26914      },
 26915      {
 26916        "type": "library",
 26917        "bom-ref": "pkg:npm/swagger-ui-express@4.1.4",
 26918        "name": "swagger-ui-express",
 26919        "version": "4.1.4",
 26920        "description": "Swagger UI Express",
 26921        "hashes": [
 26922          {
 26923            "alg": "SHA-1",
 26924            "content": "8b814ad998b850a1cf90e71808d6d0a8a8daf742"
 26925          }
 26926        ],
 26927        "licenses": [
 26928          {
 26929            "license": {
 26930              "id": "MIT"
 26931            }
 26932          }
 26933        ],
 26934        "purl": "pkg:npm/swagger-ui-express@4.1.4",
 26935        "externalReferences": [
 26936          {
 26937            "type": "website",
 26938            "url": "https://github.com/scottie1984/swagger-ui-express"
 26939          },
 26940          {
 26941            "type": "issue-tracker",
 26942            "url": "https://github.com/scottie1984/swagger-ui-express/issues"
 26943          },
 26944          {
 26945            "type": "vcs",
 26946            "url": "git+ssh://git@github.com/scottie1984/swagger-ui-express.git"
 26947          }
 26948        ]
 26949      },
 26950      {
 26951        "type": "library",
 26952        "bom-ref": "pkg:npm/swagger-ui-dist@3.28.0",
 26953        "name": "swagger-ui-dist",
 26954        "version": "3.28.0",
 26955        "description": "[![NPM version](https://badge.fury.io/js/swagger-ui-dist.svg)](http://badge.fury.io/js/swagger-ui-dist)",
 26956        "hashes": [
 26957          {
 26958            "alg": "SHA-1",
 26959            "content": "7c30ece92f815c1f34de3d394e12983e97f3d421"
 26960          }
 26961        ],
 26962        "licenses": [
 26963          {
 26964            "license": {
 26965              "id": "Apache-2.0"
 26966            }
 26967          }
 26968        ],
 26969        "purl": "pkg:npm/swagger-ui-dist@3.28.0",
 26970        "externalReferences": [
 26971          {
 26972            "type": "website",
 26973            "url": "https://github.com/swagger-api/swagger-ui#readme"
 26974          },
 26975          {
 26976            "type": "issue-tracker",
 26977            "url": "https://github.com/swagger-api/swagger-ui/issues"
 26978          },
 26979          {
 26980            "type": "vcs",
 26981            "url": "git+ssh://git@github.com/swagger-api/swagger-ui.git"
 26982          }
 26983        ]
 26984      },
 26985      {
 26986        "type": "library",
 26987        "bom-ref": "pkg:npm/unzipper@0.9.15",
 26988        "name": "unzipper",
 26989        "version": "0.9.15",
 26990        "description": "Unzip cross-platform streaming API ",
 26991        "hashes": [
 26992          {
 26993            "alg": "SHA-1",
 26994            "content": "97d99203dad17698ee39882483c14e4845c7549c"
 26995          }
 26996        ],
 26997        "licenses": [
 26998          {
 26999            "license": {
 27000              "id": "MIT"
 27001            }
 27002          }
 27003        ],
 27004        "purl": "pkg:npm/unzipper@0.9.15",
 27005        "externalReferences": [
 27006          {
 27007            "type": "website",
 27008            "url": "https://github.com/ZJONSSON/node-unzipper#readme"
 27009          },
 27010          {
 27011            "type": "issue-tracker",
 27012            "url": "https://github.com/ZJONSSON/node-unzipper/issues"
 27013          },
 27014          {
 27015            "type": "vcs",
 27016            "url": "git+https://github.com/ZJONSSON/node-unzipper.git"
 27017          }
 27018        ]
 27019      },
 27020      {
 27021        "type": "library",
 27022        "bom-ref": "pkg:npm/big-integer@1.6.48",
 27023        "name": "big-integer",
 27024        "version": "1.6.48",
 27025        "description": "An arbitrary length integer library for Javascript",
 27026        "hashes": [
 27027          {
 27028            "alg": "SHA-1",
 27029            "content": "8fd88bd1632cba4a1c8c3e3d7159f08bb95b4b9e"
 27030          }
 27031        ],
 27032        "licenses": [
 27033          {
 27034            "license": {
 27035              "id": "Unlicense"
 27036            }
 27037          }
 27038        ],
 27039        "purl": "pkg:npm/big-integer@1.6.48",
 27040        "externalReferences": [
 27041          {
 27042            "type": "website",
 27043            "url": "https://github.com/peterolson/BigInteger.js#readme"
 27044          },
 27045          {
 27046            "type": "issue-tracker",
 27047            "url": "https://github.com/peterolson/BigInteger.js/issues"
 27048          },
 27049          {
 27050            "type": "vcs",
 27051            "url": "git+ssh://git@github.com/peterolson/BigInteger.js.git"
 27052          }
 27053        ]
 27054      },
 27055      {
 27056        "type": "library",
 27057        "bom-ref": "pkg:npm/binary@0.3.0",
 27058        "name": "binary",
 27059        "version": "0.3.0",
 27060        "description": "Unpack multibyte binary values from buffers",
 27061        "hashes": [
 27062          {
 27063            "alg": "SHA-1",
 27064            "content": "9f60553bc5ce8c3386f3b553cff47462adecaa79"
 27065          }
 27066        ],
 27067        "licenses": [
 27068          {
 27069            "license": {
 27070              "id": "MIT"
 27071            }
 27072          }
 27073        ],
 27074        "purl": "pkg:npm/binary@0.3.0",
 27075        "externalReferences": [
 27076          {
 27077            "type": "website",
 27078            "url": "https://github.com/substack/node-binary#readme"
 27079          },
 27080          {
 27081            "type": "issue-tracker",
 27082            "url": "https://github.com/substack/node-binary/issues"
 27083          },
 27084          {
 27085            "type": "vcs",
 27086            "url": "git+ssh://git@github.com/substack/node-binary.git"
 27087          }
 27088        ]
 27089      },
 27090      {
 27091        "type": "library",
 27092        "bom-ref": "pkg:npm/buffers@0.1.1",
 27093        "name": "buffers",
 27094        "version": "0.1.1",
 27095        "description": "Treat a collection of Buffers as a single contiguous partially mutable Buffer.",
 27096        "hashes": [
 27097          {
 27098            "alg": "SHA-1",
 27099            "content": "b24579c3bed4d6d396aeee6d9a8ae7f5482ab7bb"
 27100          }
 27101        ],
 27102        "purl": "pkg:npm/buffers@0.1.1",
 27103        "externalReferences": [
 27104          {
 27105            "type": "website",
 27106            "url": "https://github.com/substack/node-buffers#readme"
 27107          },
 27108          {
 27109            "type": "issue-tracker",
 27110            "url": "https://github.com/substack/node-buffers/issues"
 27111          },
 27112          {
 27113            "type": "vcs",
 27114            "url": "git+ssh://git@github.com/substack/node-buffers.git"
 27115          }
 27116        ]
 27117      },
 27118      {
 27119        "type": "library",
 27120        "bom-ref": "pkg:npm/chainsaw@0.1.0",
 27121        "name": "chainsaw",
 27122        "version": "0.1.0",
 27123        "description": "Build chainable fluent interfaces the easy way... with a freakin' chainsaw!",
 27124        "hashes": [
 27125          {
 27126            "alg": "SHA-1",
 27127            "content": "5eab50b28afe58074d0d58291388828b5e5fbc98"
 27128          }
 27129        ],
 27130        "licenses": [
 27131          {
 27132            "license": {
 27133              "name": "MIT/X11"
 27134            }
 27135          }
 27136        ],
 27137        "purl": "pkg:npm/chainsaw@0.1.0",
 27138        "externalReferences": [
 27139          {
 27140            "type": "website",
 27141            "url": "https://github.com/substack/node-chainsaw#readme"
 27142          },
 27143          {
 27144            "type": "issue-tracker",
 27145            "url": "https://github.com/substack/node-chainsaw/issues"
 27146          },
 27147          {
 27148            "type": "vcs",
 27149            "url": "git+ssh://git@github.com/substack/node-chainsaw.git"
 27150          }
 27151        ]
 27152      },
 27153      {
 27154        "type": "library",
 27155        "bom-ref": "pkg:npm/traverse@0.3.9",
 27156        "name": "traverse",
 27157        "version": "0.3.9",
 27158        "description": "Traverse and transform objects by visiting every node on a recursive walk",
 27159        "hashes": [
 27160          {
 27161            "alg": "SHA-1",
 27162            "content": "717b8f220cc0bb7b44e40514c22b2e8bbc70d8b9"
 27163          }
 27164        ],
 27165        "licenses": [
 27166          {
 27167            "license": {
 27168              "name": "MIT/X11"
 27169            }
 27170          }
 27171        ],
 27172        "purl": "pkg:npm/traverse@0.3.9",
 27173        "externalReferences": [
 27174          {
 27175            "type": "website",
 27176            "url": "https://github.com/substack/js-traverse#readme"
 27177          },
 27178          {
 27179            "type": "issue-tracker",
 27180            "url": "https://github.com/substack/js-traverse/issues"
 27181          },
 27182          {
 27183            "type": "vcs",
 27184            "url": "git+ssh://git@github.com/substack/js-traverse.git"
 27185          }
 27186        ]
 27187      },
 27188      {
 27189        "type": "library",
 27190        "bom-ref": "pkg:npm/bluebird@3.4.7",
 27191        "name": "bluebird",
 27192        "version": "3.4.7",
 27193        "description": "Full featured Promises/A+ implementation with exceptionally good performance",
 27194        "hashes": [
 27195          {
 27196            "alg": "SHA-1",
 27197            "content": "f72d760be09b7f76d08ed8fae98b289a8d05fab3"
 27198          }
 27199        ],
 27200        "licenses": [
 27201          {
 27202            "license": {
 27203              "id": "MIT"
 27204            }
 27205          }
 27206        ],
 27207        "purl": "pkg:npm/bluebird@3.4.7",
 27208        "externalReferences": [
 27209          {
 27210            "type": "website",
 27211            "url": "https://github.com/petkaantonov/bluebird"
 27212          },
 27213          {
 27214            "type": "issue-tracker",
 27215            "url": "http://github.com/petkaantonov/bluebird/issues"
 27216          },
 27217          {
 27218            "type": "vcs",
 27219            "url": "git://github.com/petkaantonov/bluebird.git"
 27220          }
 27221        ]
 27222      },
 27223      {
 27224        "type": "library",
 27225        "bom-ref": "pkg:npm/buffer-indexof-polyfill@1.0.1",
 27226        "name": "buffer-indexof-polyfill",
 27227        "version": "1.0.1",
 27228        "description": "This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.",
 27229        "hashes": [
 27230          {
 27231            "alg": "SHA-1",
 27232            "content": "a9fb806ce8145d5428510ce72f278bb363a638bf"
 27233          }
 27234        ],
 27235        "licenses": [
 27236          {
 27237            "license": {
 27238              "id": "MIT"
 27239            }
 27240          }
 27241        ],
 27242        "purl": "pkg:npm/buffer-indexof-polyfill@1.0.1",
 27243        "externalReferences": [
 27244          {
 27245            "type": "website",
 27246            "url": "https://github.com/sarosia/buffer-indexof-polyfill#readme"
 27247          },
 27248          {
 27249            "type": "issue-tracker",
 27250            "url": "https://github.com/sarosia/buffer-indexof-polyfill/issues"
 27251          },
 27252          {
 27253            "type": "vcs",
 27254            "url": "git+https://github.com/sarosia/buffer-indexof-polyfill.git"
 27255          }
 27256        ]
 27257      },
 27258      {
 27259        "type": "library",
 27260        "bom-ref": "pkg:npm/fstream@1.0.12",
 27261        "name": "fstream",
 27262        "version": "1.0.12",
 27263        "description": "Advanced file system stream things",
 27264        "hashes": [
 27265          {
 27266            "alg": "SHA-1",
 27267            "content": "4e8ba8ee2d48be4f7d0de505455548eae5932045"
 27268          }
 27269        ],
 27270        "licenses": [
 27271          {
 27272            "license": {
 27273              "id": "ISC"
 27274            }
 27275          }
 27276        ],
 27277        "purl": "pkg:npm/fstream@1.0.12",
 27278        "externalReferences": [
 27279          {
 27280            "type": "website",
 27281            "url": "https://github.com/npm/fstream#readme"
 27282          },
 27283          {
 27284            "type": "issue-tracker",
 27285            "url": "https://github.com/npm/fstream/issues"
 27286          },
 27287          {
 27288            "type": "vcs",
 27289            "url": "git+https://github.com/npm/fstream.git"
 27290          }
 27291        ]
 27292      },
 27293      {
 27294        "type": "library",
 27295        "bom-ref": "pkg:npm/listenercount@1.0.1",
 27296        "name": "listenercount",
 27297        "version": "1.0.1",
 27298        "description": "backwards compatible version of builtin events.listenercount",
 27299        "hashes": [
 27300          {
 27301            "alg": "SHA-1",
 27302            "content": "84c8a72ab59c4725321480c975e6508342e70937"
 27303          }
 27304        ],
 27305        "licenses": [
 27306          {
 27307            "license": {
 27308              "id": "ISC"
 27309            }
 27310          }
 27311        ],
 27312        "purl": "pkg:npm/listenercount@1.0.1",
 27313        "externalReferences": [
 27314          {
 27315            "type": "website",
 27316            "url": "https://github.com/jden/node-listenercount#readme"
 27317          },
 27318          {
 27319            "type": "issue-tracker",
 27320            "url": "https://github.com/jden/node-listenercount/issues"
 27321          },
 27322          {
 27323            "type": "vcs",
 27324            "url": "git+ssh://git@github.com/jden/node-listenercount.git"
 27325          }
 27326        ]
 27327      },
 27328      {
 27329        "type": "library",
 27330        "bom-ref": "pkg:npm/setimmediate@1.0.5",
 27331        "name": "setimmediate",
 27332        "version": "1.0.5",
 27333        "description": "A shim for the setImmediate efficient script yielding API",
 27334        "hashes": [
 27335          {
 27336            "alg": "SHA-1",
 27337            "content": "290cbb232e306942d7d7ea9b83732ab7856f8285"
 27338          }
 27339        ],
 27340        "licenses": [
 27341          {
 27342            "license": {
 27343              "id": "MIT"
 27344            }
 27345          }
 27346        ],
 27347        "purl": "pkg:npm/setimmediate@1.0.5",
 27348        "externalReferences": [
 27349          {
 27350            "type": "website",
 27351            "url": "https://github.com/YuzuJS/setImmediate#readme"
 27352          },
 27353          {
 27354            "type": "issue-tracker",
 27355            "url": "https://github.com/YuzuJS/setImmediate/issues"
 27356          },
 27357          {
 27358            "type": "vcs",
 27359            "url": "git+https://github.com/YuzuJS/setImmediate.git"
 27360          }
 27361        ]
 27362      },
 27363      {
 27364        "type": "library",
 27365        "bom-ref": "pkg:npm/winston@3.3.3",
 27366        "name": "winston",
 27367        "version": "3.3.3",
 27368        "description": "A logger for just about everything.",
 27369        "hashes": [
 27370          {
 27371            "alg": "SHA-1",
 27372            "content": "ae6172042cafb29786afa3d09c8ff833ab7c9170"
 27373          }
 27374        ],
 27375        "licenses": [
 27376          {
 27377            "license": {
 27378              "id": "MIT"
 27379            }
 27380          }
 27381        ],
 27382        "purl": "pkg:npm/winston@3.3.3",
 27383        "externalReferences": [
 27384          {
 27385            "type": "website",
 27386            "url": "https://github.com/winstonjs/winston#readme"
 27387          },
 27388          {
 27389            "type": "issue-tracker",
 27390            "url": "https://github.com/winstonjs/winston/issues"
 27391          },
 27392          {
 27393            "type": "vcs",
 27394            "url": "git+https://github.com/winstonjs/winston.git"
 27395          }
 27396        ]
 27397      },
 27398      {
 27399        "type": "library",
 27400        "bom-ref": "pkg:npm/%40dabh/diagnostics@2.0.2",
 27401        "group": "@dabh",
 27402        "name": "diagnostics",
 27403        "version": "2.0.2",
 27404        "description": "Tools for debugging your node.js modules and event loop",
 27405        "hashes": [
 27406          {
 27407            "alg": "SHA-1",
 27408            "content": "290d08f7b381b8f94607dc8f471a12c675f9db31"
 27409          }
 27410        ],
 27411        "licenses": [
 27412          {
 27413            "license": {
 27414              "id": "MIT"
 27415            }
 27416          }
 27417        ],
 27418        "purl": "pkg:npm/%40dabh/diagnostics@2.0.2",
 27419        "externalReferences": [
 27420          {
 27421            "type": "website",
 27422            "url": "https://github.com/3rd-Eden/diagnostics"
 27423          },
 27424          {
 27425            "type": "issue-tracker",
 27426            "url": "https://github.com/3rd-Eden/diagnostics/issues"
 27427          },
 27428          {
 27429            "type": "vcs",
 27430            "url": "git://github.com/3rd-Eden/diagnostics.git"
 27431          }
 27432        ]
 27433      },
 27434      {
 27435        "type": "library",
 27436        "bom-ref": "pkg:npm/colorspace@1.1.2",
 27437        "name": "colorspace",
 27438        "version": "1.1.2",
 27439        "description": "Generate HEX colors for a given namespace.",
 27440        "hashes": [
 27441          {
 27442            "alg": "SHA-1",
 27443            "content": "e0128950d082b86a2168580796a0aa5d6c68d8c5"
 27444          }
 27445        ],
 27446        "licenses": [
 27447          {
 27448            "license": {
 27449              "id": "MIT"
 27450            }
 27451          }
 27452        ],
 27453        "purl": "pkg:npm/colorspace@1.1.2",
 27454        "externalReferences": [
 27455          {
 27456            "type": "website",
 27457            "url": "https://github.com/3rd-Eden/colorspace"
 27458          },
 27459          {
 27460            "type": "issue-tracker",
 27461            "url": "https://github.com/3rd-Eden/colorspace/issues"
 27462          },
 27463          {
 27464            "type": "vcs",
 27465            "url": "git+https://github.com/3rd-Eden/colorspace.git"
 27466          }
 27467        ]
 27468      },
 27469      {
 27470        "type": "library",
 27471        "bom-ref": "pkg:npm/color@3.0.0",
 27472        "name": "color",
 27473        "version": "3.0.0",
 27474        "description": "Color conversion and manipulation with CSS string support",
 27475        "hashes": [
 27476          {
 27477            "alg": "SHA-1",
 27478            "content": "d920b4328d534a3ac8295d68f7bd4ba6c427be9a"
 27479          }
 27480        ],
 27481        "licenses": [
 27482          {
 27483            "license": {
 27484              "id": "MIT"
 27485            }
 27486          }
 27487        ],
 27488        "purl": "pkg:npm/color@3.0.0",
 27489        "externalReferences": [
 27490          {
 27491            "type": "website",
 27492            "url": "https://github.com/Qix-/color#readme"
 27493          },
 27494          {
 27495            "type": "issue-tracker",
 27496            "url": "https://github.com/Qix-/color/issues"
 27497          },
 27498          {
 27499            "type": "vcs",
 27500            "url": "git+https://github.com/Qix-/color.git"
 27501          }
 27502        ]
 27503      },
 27504      {
 27505        "type": "library",
 27506        "bom-ref": "pkg:npm/color-string@1.5.3",
 27507        "name": "color-string",
 27508        "version": "1.5.3",
 27509        "description": "Parser and generator for CSS color strings",
 27510        "hashes": [
 27511          {
 27512            "alg": "SHA-1",
 27513            "content": "c9bbc5f01b58b5492f3d6857459cb6590ce204cc"
 27514          }
 27515        ],
 27516        "licenses": [
 27517          {
 27518            "license": {
 27519              "id": "MIT"
 27520            }
 27521          }
 27522        ],
 27523        "purl": "pkg:npm/color-string@1.5.3",
 27524        "externalReferences": [
 27525          {
 27526            "type": "website",
 27527            "url": "https://github.com/Qix-/color-string#readme"
 27528          },
 27529          {
 27530            "type": "issue-tracker",
 27531            "url": "https://github.com/Qix-/color-string/issues"
 27532          },
 27533          {
 27534            "type": "vcs",
 27535            "url": "git+https://github.com/Qix-/color-string.git"
 27536          }
 27537        ]
 27538      },
 27539      {
 27540        "type": "library",
 27541        "bom-ref": "pkg:npm/simple-swizzle@0.2.2",
 27542        "name": "simple-swizzle",
 27543        "version": "0.2.2",
 27544        "description": "Simply swizzle your arguments",
 27545        "hashes": [
 27546          {
 27547            "alg": "SHA-1",
 27548            "content": "a4da6b635ffcccca33f70d17cb92592de95e557a"
 27549          }
 27550        ],
 27551        "licenses": [
 27552          {
 27553            "license": {
 27554              "id": "MIT"
 27555            }
 27556          }
 27557        ],
 27558        "purl": "pkg:npm/simple-swizzle@0.2.2",
 27559        "externalReferences": [
 27560          {
 27561            "type": "website",
 27562            "url": "https://github.com/qix-/node-simple-swizzle#readme"
 27563          },
 27564          {
 27565            "type": "issue-tracker",
 27566            "url": "https://github.com/qix-/node-simple-swizzle/issues"
 27567          },
 27568          {
 27569            "type": "vcs",
 27570            "url": "git+https://github.com/qix-/node-simple-swizzle.git"
 27571          }
 27572        ]
 27573      },
 27574      {
 27575        "type": "library",
 27576        "bom-ref": "pkg:npm/is-arrayish@0.3.2",
 27577        "name": "is-arrayish",
 27578        "version": "0.3.2",
 27579        "description": "Determines if an object can be used as an array",
 27580        "hashes": [
 27581          {
 27582            "alg": "SHA-1",
 27583            "content": "4574a2ae56f7ab206896fb431eaeed066fdf8f03"
 27584          }
 27585        ],
 27586        "licenses": [
 27587          {
 27588            "license": {
 27589              "id": "MIT"
 27590            }
 27591          }
 27592        ],
 27593        "purl": "pkg:npm/is-arrayish@0.3.2",
 27594        "externalReferences": [
 27595          {
 27596            "type": "website",
 27597            "url": "https://github.com/qix-/node-is-arrayish#readme"
 27598          },
 27599          {
 27600            "type": "issue-tracker",
 27601            "url": "https://github.com/qix-/node-is-arrayish/issues"
 27602          },
 27603          {
 27604            "type": "vcs",
 27605            "url": "git+https://github.com/qix-/node-is-arrayish.git"
 27606          }
 27607        ]
 27608      },
 27609      {
 27610        "type": "library",
 27611        "bom-ref": "pkg:npm/text-hex@1.0.0",
 27612        "name": "text-hex",
 27613        "version": "1.0.0",
 27614        "description": "Generate a hex color from the given text",
 27615        "hashes": [
 27616          {
 27617            "alg": "SHA-1",
 27618            "content": "69dc9c1b17446ee79a92bf5b884bb4b9127506f5"
 27619          }
 27620        ],
 27621        "licenses": [
 27622          {
 27623            "license": {
 27624              "id": "MIT"
 27625            }
 27626          }
 27627        ],
 27628        "purl": "pkg:npm/text-hex@1.0.0",
 27629        "externalReferences": [
 27630          {
 27631            "type": "website",
 27632            "url": "https://github.com/3rd-Eden/text-hex"
 27633          },
 27634          {
 27635            "type": "issue-tracker",
 27636            "url": "https://github.com/3rd-Eden/text-hex/issues"
 27637          },
 27638          {
 27639            "type": "vcs",
 27640            "url": "git+https://github.com/3rd-Eden/text-hex.git"
 27641          }
 27642        ]
 27643      },
 27644      {
 27645        "type": "library",
 27646        "bom-ref": "pkg:npm/enabled@2.0.0",
 27647        "name": "enabled",
 27648        "version": "2.0.0",
 27649        "description": "Check if a certain debug flag is enabled.",
 27650        "hashes": [
 27651          {
 27652            "alg": "SHA-1",
 27653            "content": "f9dd92ec2d6f4bbc0d5d1e64e21d61cd4665e7c2"
 27654          }
 27655        ],
 27656        "licenses": [
 27657          {
 27658            "license": {
 27659              "id": "MIT"
 27660            }
 27661          }
 27662        ],
 27663        "purl": "pkg:npm/enabled@2.0.0",
 27664        "externalReferences": [
 27665          {
 27666            "type": "website",
 27667            "url": "https://github.com/3rd-Eden/enabled#readme"
 27668          },
 27669          {
 27670            "type": "issue-tracker",
 27671            "url": "https://github.com/3rd-Eden/enabled/issues"
 27672          },
 27673          {
 27674            "type": "vcs",
 27675            "url": "git://github.com/3rd-Eden/enabled.git"
 27676          }
 27677        ]
 27678      },
 27679      {
 27680        "type": "library",
 27681        "bom-ref": "pkg:npm/kuler@2.0.0",
 27682        "name": "kuler",
 27683        "version": "2.0.0",
 27684        "description": "Color your terminal using CSS/hex color codes",
 27685        "hashes": [
 27686          {
 27687            "alg": "SHA-1",
 27688            "content": "e2c570a3800388fb44407e851531c1d670b061b3"
 27689          }
 27690        ],
 27691        "licenses": [
 27692          {
 27693            "license": {
 27694              "id": "MIT"
 27695            }
 27696          }
 27697        ],
 27698        "purl": "pkg:npm/kuler@2.0.0",
 27699        "externalReferences": [
 27700          {
 27701            "type": "website",
 27702            "url": "https://github.com/3rd-Eden/kuler"
 27703          },
 27704          {
 27705            "type": "issue-tracker",
 27706            "url": "https://github.com/3rd-Eden/kuler/issues"
 27707          },
 27708          {
 27709            "type": "vcs",
 27710            "url": "git+https://github.com/3rd-Eden/kuler.git"
 27711          }
 27712        ]
 27713      },
 27714      {
 27715        "type": "library",
 27716        "bom-ref": "pkg:npm/async@3.2.0",
 27717        "name": "async",
 27718        "version": "3.2.0",
 27719        "description": "Higher-order functions and common patterns for asynchronous code",
 27720        "hashes": [
 27721          {
 27722            "alg": "SHA-1",
 27723            "content": "b3a2685c5ebb641d3de02d161002c60fc9f85720"
 27724          }
 27725        ],
 27726        "licenses": [
 27727          {
 27728            "license": {
 27729              "id": "MIT"
 27730            }
 27731          }
 27732        ],
 27733        "purl": "pkg:npm/async@3.2.0",
 27734        "externalReferences": [
 27735          {
 27736            "type": "website",
 27737            "url": "https://caolan.github.io/async/"
 27738          },
 27739          {
 27740            "type": "issue-tracker",
 27741            "url": "https://github.com/caolan/async/issues"
 27742          },
 27743          {
 27744            "type": "vcs",
 27745            "url": "git+https://github.com/caolan/async.git"
 27746          }
 27747        ]
 27748      },
 27749      {
 27750        "type": "library",
 27751        "bom-ref": "pkg:npm/is-stream@2.0.0",
 27752        "name": "is-stream",
 27753        "version": "2.0.0",
 27754        "description": "Check if something is a Node.js stream",
 27755        "hashes": [
 27756          {
 27757            "alg": "SHA-1",
 27758            "content": "bde9c32680d6fae04129d6ac9d921ce7815f78e3"
 27759          }
 27760        ],
 27761        "licenses": [
 27762          {
 27763            "license": {
 27764              "id": "MIT"
 27765            }
 27766          }
 27767        ],
 27768        "purl": "pkg:npm/is-stream@2.0.0",
 27769        "externalReferences": [
 27770          {
 27771            "type": "website",
 27772            "url": "https://github.com/sindresorhus/is-stream#readme"
 27773          },
 27774          {
 27775            "type": "issue-tracker",
 27776            "url": "https://github.com/sindresorhus/is-stream/issues"
 27777          },
 27778          {
 27779            "type": "vcs",
 27780            "url": "git+https://github.com/sindresorhus/is-stream.git"
 27781          }
 27782        ]
 27783      },
 27784      {
 27785        "type": "library",
 27786        "bom-ref": "pkg:npm/logform@2.2.0",
 27787        "name": "logform",
 27788        "version": "2.2.0",
 27789        "description": "An mutable object-based log format designed for chaining & objectMode streams.",
 27790        "hashes": [
 27791          {
 27792            "alg": "SHA-1",
 27793            "content": "40f036d19161fc76b68ab50fdc7fe495544492f2"
 27794          }
 27795        ],
 27796        "licenses": [
 27797          {
 27798            "license": {
 27799              "id": "MIT"
 27800            }
 27801          }
 27802        ],
 27803        "purl": "pkg:npm/logform@2.2.0",
 27804        "externalReferences": [
 27805          {
 27806            "type": "website",
 27807            "url": "https://github.com/winstonjs/logform#readme"
 27808          },
 27809          {
 27810            "type": "issue-tracker",
 27811            "url": "https://github.com/winstonjs/logform/issues"
 27812          },
 27813          {
 27814            "type": "vcs",
 27815            "url": "git+https://github.com/winstonjs/logform.git"
 27816          }
 27817        ]
 27818      },
 27819      {
 27820        "type": "library",
 27821        "bom-ref": "pkg:npm/fast-safe-stringify@2.0.7",
 27822        "name": "fast-safe-stringify",
 27823        "version": "2.0.7",
 27824        "description": "Safely and quickly serialize JavaScript objects",
 27825        "hashes": [
 27826          {
 27827            "alg": "SHA-1",
 27828            "content": "124aa885899261f68aedb42a7c080de9da608743"
 27829          }
 27830        ],
 27831        "licenses": [
 27832          {
 27833            "license": {
 27834              "id": "MIT"
 27835            }
 27836          }
 27837        ],
 27838        "purl": "pkg:npm/fast-safe-stringify@2.0.7",
 27839        "externalReferences": [
 27840          {
 27841            "type": "website",
 27842            "url": "https://github.com/davidmarkclements/fast-safe-stringify#readme"
 27843          },
 27844          {
 27845            "type": "issue-tracker",
 27846            "url": "https://github.com/davidmarkclements/fast-safe-stringify/issues"
 27847          },
 27848          {
 27849            "type": "vcs",
 27850            "url": "git+https://github.com/davidmarkclements/fast-safe-stringify.git"
 27851          }
 27852        ]
 27853      },
 27854      {
 27855        "type": "library",
 27856        "bom-ref": "pkg:npm/fecha@4.2.0",
 27857        "name": "fecha",
 27858        "version": "4.2.0",
 27859        "description": "Date formatting and parsing",
 27860        "hashes": [
 27861          {
 27862            "alg": "SHA-1",
 27863            "content": "3ffb6395453e3f3efff850404f0a59b6747f5f41"
 27864          }
 27865        ],
 27866        "licenses": [
 27867          {
 27868            "license": {
 27869              "id": "MIT"
 27870            }
 27871          }
 27872        ],
 27873        "purl": "pkg:npm/fecha@4.2.0",
 27874        "externalReferences": [
 27875          {
 27876            "type": "website",
 27877            "url": "https://github.com/taylorhakes/fecha"
 27878          },
 27879          {
 27880            "type": "issue-tracker",
 27881            "url": "https://github.com/taylorhakes/fecha/issues"
 27882          },
 27883          {
 27884            "type": "vcs",
 27885            "url": "git+https://taylorhakes@github.com/taylorhakes/fecha.git"
 27886          }
 27887        ]
 27888      },
 27889      {
 27890        "type": "library",
 27891        "bom-ref": "pkg:npm/triple-beam@1.3.0",
 27892        "name": "triple-beam",
 27893        "version": "1.3.0",
 27894        "description": "Definitions of levels for logging purposes & shareable Symbol constants.",
 27895        "hashes": [
 27896          {
 27897            "alg": "SHA-1",
 27898            "content": "a595214c7298db8339eeeee083e4d10bd8cb8dd9"
 27899          }
 27900        ],
 27901        "licenses": [
 27902          {
 27903            "license": {
 27904              "id": "MIT"
 27905            }
 27906          }
 27907        ],
 27908        "purl": "pkg:npm/triple-beam@1.3.0",
 27909        "externalReferences": [
 27910          {
 27911            "type": "website",
 27912            "url": "https://github.com/winstonjs/triple-beam#readme"
 27913          },
 27914          {
 27915            "type": "issue-tracker",
 27916            "url": "https://github.com/winstonjs/triple-beam/issues"
 27917          },
 27918          {
 27919            "type": "vcs",
 27920            "url": "git+https://github.com/winstonjs/triple-beam.git"
 27921          }
 27922        ]
 27923      },
 27924      {
 27925        "type": "library",
 27926        "bom-ref": "pkg:npm/one-time@1.0.0",
 27927        "name": "one-time",
 27928        "version": "1.0.0",
 27929        "description": "Run the supplied function exactly one time (once)",
 27930        "hashes": [
 27931          {
 27932            "alg": "SHA-1",
 27933            "content": "e06bc174aed214ed58edede573b433bbf827cb45"
 27934          }
 27935        ],
 27936        "licenses": [
 27937          {
 27938            "license": {
 27939              "id": "MIT"
 27940            }
 27941          }
 27942        ],
 27943        "purl": "pkg:npm/one-time@1.0.0",
 27944        "externalReferences": [
 27945          {
 27946            "type": "website",
 27947            "url": "https://github.com/3rd-Eden/one-time#readme"
 27948          },
 27949          {
 27950            "type": "issue-tracker",
 27951            "url": "https://github.com/3rd-Eden/one-time/issues"
 27952          },
 27953          {
 27954            "type": "vcs",
 27955            "url": "git+https://github.com/3rd-Eden/one-time.git"
 27956          }
 27957        ]
 27958      },
 27959      {
 27960        "type": "library",
 27961        "bom-ref": "pkg:npm/fn.name@1.1.0",
 27962        "name": "fn.name",
 27963        "version": "1.1.0",
 27964        "description": "Extract names from functions",
 27965        "hashes": [
 27966          {
 27967            "alg": "SHA-1",
 27968            "content": "26cad8017967aea8731bc42961d04a3d5988accc"
 27969          }
 27970        ],
 27971        "licenses": [
 27972          {
 27973            "license": {
 27974              "id": "MIT"
 27975            }
 27976          }
 27977        ],
 27978        "purl": "pkg:npm/fn.name@1.1.0",
 27979        "externalReferences": [
 27980          {
 27981            "type": "website",
 27982            "url": "https://github.com/3rd-Eden/fn.name"
 27983          },
 27984          {
 27985            "type": "issue-tracker",
 27986            "url": "https://github.com/3rd-Eden/fn.name/issues"
 27987          },
 27988          {
 27989            "type": "vcs",
 27990            "url": "git+https://github.com/3rd-Eden/fn.name.git"
 27991          }
 27992        ]
 27993      },
 27994      {
 27995        "type": "library",
 27996        "bom-ref": "pkg:npm/readable-stream@3.6.0",
 27997        "name": "readable-stream",
 27998        "version": "3.6.0",
 27999        "description": "Streams3, a user-land copy of the stream library from Node.js",
 28000        "hashes": [
 28001          {
 28002            "alg": "SHA-1",
 28003            "content": "337bbda3adc0706bd3e024426a286d4b4b2c9198"
 28004          }
 28005        ],
 28006        "licenses": [
 28007          {
 28008            "license": {
 28009              "id": "MIT"
 28010            }
 28011          }
 28012        ],
 28013        "purl": "pkg:npm/readable-stream@3.6.0",
 28014        "externalReferences": [
 28015          {
 28016            "type": "website",
 28017            "url": "https://github.com/nodejs/readable-stream#readme"
 28018          },
 28019          {
 28020            "type": "issue-tracker",
 28021            "url": "https://github.com/nodejs/readable-stream/issues"
 28022          },
 28023          {
 28024            "type": "vcs",
 28025            "url": "git://github.com/nodejs/readable-stream.git"
 28026          }
 28027        ]
 28028      },
 28029      {
 28030        "type": "library",
 28031        "bom-ref": "pkg:npm/stack-trace@0.0.10",
 28032        "name": "stack-trace",
 28033        "version": "0.0.10",
 28034        "description": "Get v8 stack traces as an array of CallSite objects.",
 28035        "hashes": [
 28036          {
 28037            "alg": "SHA-1",
 28038            "content": "547c70b347e8d32b4e108ea1a2a159e5fdde19c0"
 28039          }
 28040        ],
 28041        "licenses": [
 28042          {
 28043            "license": {
 28044              "id": "MIT"
 28045            }
 28046          }
 28047        ],
 28048        "purl": "pkg:npm/stack-trace@0.0.10",
 28049        "externalReferences": [
 28050          {
 28051            "type": "website",
 28052            "url": "https://github.com/felixge/node-stack-trace"
 28053          },
 28054          {
 28055            "type": "issue-tracker",
 28056            "url": "https://github.com/felixge/node-stack-trace/issues"
 28057          },
 28058          {
 28059            "type": "vcs",
 28060            "url": "git://github.com/felixge/node-stack-trace.git"
 28061          }
 28062        ]
 28063      },
 28064      {
 28065        "type": "library",
 28066        "bom-ref": "pkg:npm/winston-transport@4.4.0",
 28067        "name": "winston-transport",
 28068        "version": "4.4.0",
 28069        "description": "Base stream implementations for winston@3 and up.",
 28070        "hashes": [
 28071          {
 28072            "alg": "SHA-1",
 28073            "content": "17af518daa690d5b2ecccaa7acf7b20ca7925e59"
 28074          }
 28075        ],
 28076        "licenses": [
 28077          {
 28078            "license": {
 28079              "id": "MIT"
 28080            }
 28081          }
 28082        ],
 28083        "purl": "pkg:npm/winston-transport@4.4.0",
 28084        "externalReferences": [
 28085          {
 28086            "type": "website",
 28087            "url": "https://github.com/winstonjs/winston-transport#readme"
 28088          },
 28089          {
 28090            "type": "issue-tracker",
 28091            "url": "https://github.com/winstonjs/winston-transport/issues"
 28092          },
 28093          {
 28094            "type": "vcs",
 28095            "url": "git+ssh://git@github.com/winstonjs/winston-transport.git"
 28096          }
 28097        ]
 28098      },
 28099      {
 28100        "type": "library",
 28101        "bom-ref": "pkg:npm/yaml-schema-validator@1.2.2",
 28102        "name": "yaml-schema-validator",
 28103        "version": "1.2.2",
 28104        "description": "Schema validator for yaml files",
 28105        "hashes": [
 28106          {
 28107            "alg": "SHA-1",
 28108            "content": "48d85ccda92fed3acc51cdf706530c2927e09807"
 28109          }
 28110        ],
 28111        "licenses": [
 28112          {
 28113            "license": {
 28114              "id": "MIT"
 28115            }
 28116          }
 28117        ],
 28118        "purl": "pkg:npm/yaml-schema-validator@1.2.2",
 28119        "externalReferences": [
 28120          {
 28121            "type": "website",
 28122            "url": "https://github.com/ketanTechracers/schema-validator#readme"
 28123          },
 28124          {
 28125            "type": "issue-tracker",
 28126            "url": "https://github.com/ketanTechracers/schema-validator/issues"
 28127          },
 28128          {
 28129            "type": "vcs",
 28130            "url": "git+https://github.com/ketanTechracers/schema-validator.git"
 28131          }
 28132        ]
 28133      },
 28134      {
 28135        "type": "library",
 28136        "bom-ref": "pkg:npm/commander@2.20.3",
 28137        "name": "commander",
 28138        "version": "2.20.3",
 28139        "description": "the complete solution for node.js command-line programs",
 28140        "hashes": [
 28141          {
 28142            "alg": "SHA-1",
 28143            "content": "fd485e84c03eb4881c20722ba48035e8531aeb33"
 28144          }
 28145        ],
 28146        "licenses": [
 28147          {
 28148            "license": {
 28149              "id": "MIT"
 28150            }
 28151          }
 28152        ],
 28153        "purl": "pkg:npm/commander@2.20.3",
 28154        "externalReferences": [
 28155          {
 28156            "type": "website",
 28157            "url": "https://github.com/tj/commander.js#readme"
 28158          },
 28159          {
 28160            "type": "issue-tracker",
 28161            "url": "https://github.com/tj/commander.js/issues"
 28162          },
 28163          {
 28164            "type": "vcs",
 28165            "url": "git+https://github.com/tj/commander.js.git"
 28166          }
 28167        ]
 28168      },
 28169      {
 28170        "type": "library",
 28171        "bom-ref": "pkg:npm/validate@4.5.1",
 28172        "name": "validate",
 28173        "version": "4.5.1",
 28174        "description": "Validate object properties in javascript.",
 28175        "hashes": [
 28176          {
 28177            "alg": "SHA-1",
 28178            "content": "ba36b8450b4bad4ccf52d666ba80abb2c01cace2"
 28179          }
 28180        ],
 28181        "licenses": [
 28182          {
 28183            "license": {
 28184              "id": "MIT"
 28185            }
 28186          }
 28187        ],
 28188        "purl": "pkg:npm/validate@4.5.1",
 28189        "externalReferences": [
 28190          {
 28191            "type": "website",
 28192            "url": "https://github.com/eivindfjeldstad/validate#readme"
 28193          },
 28194          {
 28195            "type": "issue-tracker",
 28196            "url": "https://github.com/eivindfjeldstad/validate/issues"
 28197          },
 28198          {
 28199            "type": "vcs",
 28200            "url": "git+https://github.com/eivindfjeldstad/validate.git"
 28201          }
 28202        ]
 28203      },
 28204      {
 28205        "type": "library",
 28206        "bom-ref": "pkg:npm/component-type@1.2.1",
 28207        "name": "component-type",
 28208        "version": "1.2.1",
 28209        "description": "Cross-browser type assertions (less broken typeof)",
 28210        "hashes": [
 28211          {
 28212            "alg": "SHA-1",
 28213            "content": "8a47901700238e4fc32269771230226f24b415a9"
 28214          }
 28215        ],
 28216        "licenses": [
 28217          {
 28218            "license": {
 28219              "id": "MIT"
 28220            }
 28221          }
 28222        ],
 28223        "purl": "pkg:npm/component-type@1.2.1",
 28224        "externalReferences": [
 28225          {
 28226            "type": "website",
 28227            "url": "https://github.com/component/type#readme"
 28228          },
 28229          {
 28230            "type": "issue-tracker",
 28231            "url": "https://github.com/component/type/issues"
 28232          },
 28233          {
 28234            "type": "vcs",
 28235            "url": "git+https://github.com/component/type.git"
 28236          }
 28237        ]
 28238      },
 28239      {
 28240        "type": "library",
 28241        "bom-ref": "pkg:npm/eivindfjeldstad-dot@0.0.1",
 28242        "name": "eivindfjeldstad-dot",
 28243        "version": "0.0.1",
 28244        "description": "Get and set object properties with dot notation",
 28245        "hashes": [
 28246          {
 28247            "alg": "SHA-1",
 28248            "content": "22fc976bfaf306e0839a31db8e8213480fafb893"
 28249          }
 28250        ],
 28251        "licenses": [
 28252          {
 28253            "license": {
 28254              "id": "MIT"
 28255            }
 28256          }
 28257        ],
 28258        "purl": "pkg:npm/eivindfjeldstad-dot@0.0.1",
 28259        "externalReferences": [
 28260          {
 28261            "type": "website",
 28262            "url": "https://github.com/eivindfjeldstad/dot"
 28263          },
 28264          {
 28265            "type": "issue-tracker",
 28266            "url": "https://github.com/eivindfjeldstad/dot/issues"
 28267          },
 28268          {
 28269            "type": "vcs",
 28270            "url": "git+https://github.com/eivindfjeldstad/dot.git"
 28271          }
 28272        ]
 28273      },
 28274      {
 28275        "type": "library",
 28276        "bom-ref": "pkg:npm/typecast@0.0.1",
 28277        "name": "typecast",
 28278        "version": "0.0.1",
 28279        "description": "Simple typecasting",
 28280        "hashes": [
 28281          {
 28282            "alg": "SHA-1",
 28283            "content": "fffb75dcb6bdf1def8e293b6b6e893d6c1ed19de"
 28284          }
 28285        ],
 28286        "licenses": [
 28287          {
 28288            "license": {
 28289              "id": "MIT"
 28290            }
 28291          }
 28292        ],
 28293        "purl": "pkg:npm/typecast@0.0.1",
 28294        "externalReferences": [
 28295          {
 28296            "type": "website",
 28297            "url": "https://github.com/eivindfjeldstad/typecast#readme"
 28298          },
 28299          {
 28300            "type": "issue-tracker",
 28301            "url": "https://github.com/eivindfjeldstad/typecast/issues"
 28302          },
 28303          {
 28304            "type": "vcs",
 28305            "url": "git+https://github.com/eivindfjeldstad/typecast.git"
 28306          }
 28307        ]
 28308      },
 28309      {
 28310        "type": "library",
 28311        "bom-ref": "pkg:npm/z85@0.0.2",
 28312        "name": "z85",
 28313        "version": "0.0.2",
 28314        "description": "ZeroMQ Base-85 Encoding",
 28315        "hashes": [
 28316          {
 28317            "alg": "SHA-1",
 28318            "content": "45d353b13e4ee3d376c3fbd37dcda85feed8b0d3"
 28319          }
 28320        ],
 28321        "licenses": [
 28322          {
 28323            "license": {
 28324              "id": "MIT"
 28325            }
 28326          }
 28327        ],
 28328        "purl": "pkg:npm/z85@0.0.2",
 28329        "externalReferences": [
 28330          {
 28331            "type": "website",
 28332            "url": "https://github.com/msealand/z85.node"
 28333          },
 28334          {
 28335            "type": "issue-tracker",
 28336            "url": "https://github.com/msealand/z85.node/issues"
 28337          },
 28338          {
 28339            "type": "vcs",
 28340            "url": "git+https://github.com/msealand/z85.node.git"
 28341          }
 28342        ]
 28343      },
 28344      {
 28345        "type": "library",
 28346        "bom-ref": "pkg:npm/expand-template@2.0.3",
 28347        "name": "expand-template",
 28348        "version": "2.0.3",
 28349        "description": "Expand placeholders in a template string",
 28350        "hashes": [
 28351          {
 28352            "alg": "SHA-1",
 28353            "content": "6e14b3fcee0f3a6340ecb57d2e8918692052a47c"
 28354          }
 28355        ],
 28356        "licenses": [
 28357          {
 28358            "license": {
 28359              "name": "(MIT OR WTFPL)"
 28360            }
 28361          }
 28362        ],
 28363        "purl": "pkg:npm/expand-template@2.0.3",
 28364        "externalReferences": [
 28365          {
 28366            "type": "website",
 28367            "url": "https://github.com/ralphtheninja/expand-template"
 28368          },
 28369          {
 28370            "type": "issue-tracker",
 28371            "url": "https://github.com/ralphtheninja/expand-template/issues"
 28372          },
 28373          {
 28374            "type": "vcs",
 28375            "url": "git+https://github.com/ralphtheninja/expand-template.git"
 28376          }
 28377        ]
 28378      },
 28379      {
 28380        "type": "library",
 28381        "bom-ref": "pkg:npm/github-from-package@0.0.0",
 28382        "name": "github-from-package",
 28383        "version": "0.0.0",
 28384        "description": "return the github url from a package.json file",
 28385        "hashes": [
 28386          {
 28387            "alg": "SHA-1",
 28388            "content": "97fb5d96bfde8973313f20e8288ef9a167fa64ce"
 28389          }
 28390        ],
 28391        "licenses": [
 28392          {
 28393            "license": {
 28394              "id": "MIT"
 28395            }
 28396          }
 28397        ],
 28398        "purl": "pkg:npm/github-from-package@0.0.0",
 28399        "externalReferences": [
 28400          {
 28401            "type": "website",
 28402            "url": "https://github.com/substack/github-from-package"
 28403          },
 28404          {
 28405            "type": "issue-tracker",
 28406            "url": "https://github.com/substack/github-from-package/issues"
 28407          },
 28408          {
 28409            "type": "vcs",
 28410            "url": "git://github.com/substack/github-from-package.git"
 28411          }
 28412        ]
 28413      },
 28414      {
 28415        "type": "library",
 28416        "bom-ref": "pkg:npm/iltorb@2.4.5",
 28417        "name": "iltorb",
 28418        "version": "2.4.5",
 28419        "description": "Brotli compression/decompression with native bindings",
 28420        "hashes": [
 28421          {
 28422            "alg": "SHA-1",
 28423            "content": "d64434b527099125c6839ed48b666247a172ef87"
 28424          }
 28425        ],
 28426        "licenses": [
 28427          {
 28428            "license": {
 28429              "id": "MIT"
 28430            }
 28431          }
 28432        ],
 28433        "purl": "pkg:npm/iltorb@2.4.5",
 28434        "externalReferences": [
 28435          {
 28436            "type": "website",
 28437            "url": "https://github.com/nstepien/iltorb"
 28438          },
 28439          {
 28440            "type": "issue-tracker",
 28441            "url": "https://github.com/nstepien/iltorb/issues"
 28442          },
 28443          {
 28444            "type": "vcs",
 28445            "url": "git://github.com/nstepien/iltorb.git"
 28446          }
 28447        ]
 28448      },
 28449      {
 28450        "type": "library",
 28451        "bom-ref": "pkg:npm/prebuild-install@5.3.5",
 28452        "name": "prebuild-install",
 28453        "version": "5.3.5",
 28454        "description": "A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform",
 28455        "hashes": [
 28456          {
 28457            "alg": "SHA-1",
 28458            "content": "e7e71e425298785ea9d22d4f958dbaccf8bb0e1b"
 28459          }
 28460        ],
 28461        "licenses": [
 28462          {
 28463            "license": {
 28464              "id": "MIT"
 28465            }
 28466          }
 28467        ],
 28468        "purl": "pkg:npm/prebuild-install@5.3.5",
 28469        "externalReferences": [
 28470          {
 28471            "type": "website",
 28472            "url": "https://github.com/prebuild/prebuild-install"
 28473          },
 28474          {
 28475            "type": "issue-tracker",
 28476            "url": "https://github.com/prebuild/prebuild-install/issues"
 28477          },
 28478          {
 28479            "type": "vcs",
 28480            "url": "git+https://github.com/prebuild/prebuild-install.git"
 28481          }
 28482        ]
 28483      },
 28484      {
 28485        "type": "library",
 28486        "bom-ref": "pkg:npm/napi-build-utils@1.0.2",
 28487        "name": "napi-build-utils",
 28488        "version": "1.0.2",
 28489        "description": "A set of utilities to assist developers of tools that build N-API native add-ons",
 28490        "hashes": [
 28491          {
 28492            "alg": "SHA-1",
 28493            "content": "b1fddc0b2c46e380a0b7a76f984dd47c41a13806"
 28494          }
 28495        ],
 28496        "licenses": [
 28497          {
 28498            "license": {
 28499              "id": "MIT"
 28500            }
 28501          }
 28502        ],
 28503        "purl": "pkg:npm/napi-build-utils@1.0.2",
 28504        "externalReferences": [
 28505          {
 28506            "type": "website",
 28507            "url": "https://github.com/inspiredware/napi-build-utils#readme"
 28508          },
 28509          {
 28510            "type": "issue-tracker",
 28511            "url": "https://github.com/inspiredware/napi-build-utils/issues"
 28512          },
 28513          {
 28514            "type": "vcs",
 28515            "url": "git+https://github.com/inspiredware/napi-build-utils.git"
 28516          }
 28517        ]
 28518      },
 28519      {
 28520        "type": "library",
 28521        "bom-ref": "pkg:npm/node-abi@2.18.0",
 28522        "name": "node-abi",
 28523        "version": "2.18.0",
 28524        "description": "Get the Node ABI for a given target and runtime, and vice versa.",
 28525        "hashes": [
 28526          {
 28527            "alg": "SHA-1",
 28528            "content": "1f5486cfd7d38bd4f5392fa44a4ad4d9a0dffbf4"
 28529          }
 28530        ],
 28531        "licenses": [
 28532          {
 28533            "license": {
 28534              "id": "MIT"
 28535            }
 28536          }
 28537        ],
 28538        "purl": "pkg:npm/node-abi@2.18.0",
 28539        "externalReferences": [
 28540          {
 28541            "type": "website",
 28542            "url": "https://github.com/lgeiger/node-abi#readme"
 28543          },
 28544          {
 28545            "type": "issue-tracker",
 28546            "url": "https://github.com/lgeiger/node-abi/issues"
 28547          },
 28548          {
 28549            "type": "vcs",
 28550            "url": "git+https://github.com/lgeiger/node-abi.git"
 28551          }
 28552        ]
 28553      },
 28554      {
 28555        "type": "library",
 28556        "bom-ref": "pkg:npm/noop-logger@0.1.1",
 28557        "name": "noop-logger",
 28558        "version": "0.1.1",
 28559        "description": "A logger that does exactly nothing.",
 28560        "hashes": [
 28561          {
 28562            "alg": "SHA-1",
 28563            "content": "94a2b1633c4f1317553007d8966fd0e841b6a4c2"
 28564          }
 28565        ],
 28566        "licenses": [
 28567          {
 28568            "license": {
 28569              "id": "MIT"
 28570            }
 28571          }
 28572        ],
 28573        "purl": "pkg:npm/noop-logger@0.1.1",
 28574        "externalReferences": [
 28575          {
 28576            "type": "website",
 28577            "url": "https://github.com/segmentio/noop-logger#readme"
 28578          },
 28579          {
 28580            "type": "issue-tracker",
 28581            "url": "https://github.com/segmentio/noop-logger/issues"
 28582          },
 28583          {
 28584            "type": "vcs",
 28585            "url": "git://github.com/segmentio/noop-logger.git"
 28586          }
 28587        ]
 28588      },
 28589      {
 28590        "type": "library",
 28591        "bom-ref": "pkg:npm/pump@3.0.0",
 28592        "name": "pump",
 28593        "version": "3.0.0",
 28594        "description": "pipe streams together and close all of them if one of them closes",
 28595        "hashes": [
 28596          {
 28597            "alg": "SHA-1",
 28598            "content": "b4a2116815bde2f4e1ea602354e8c75565107a64"
 28599          }
 28600        ],
 28601        "licenses": [
 28602          {
 28603            "license": {
 28604              "id": "MIT"
 28605            }
 28606          }
 28607        ],
 28608        "purl": "pkg:npm/pump@3.0.0",
 28609        "externalReferences": [
 28610          {
 28611            "type": "website",
 28612            "url": "https://github.com/mafintosh/pump#readme"
 28613          },
 28614          {
 28615            "type": "issue-tracker",
 28616            "url": "https://github.com/mafintosh/pump/issues"
 28617          },
 28618          {
 28619            "type": "vcs",
 28620            "url": "git://github.com/mafintosh/pump.git"
 28621          }
 28622        ]
 28623      },
 28624      {
 28625        "type": "library",
 28626        "bom-ref": "pkg:npm/simple-get@3.1.0",
 28627        "name": "simple-get",
 28628        "version": "3.1.0",
 28629        "description": "Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.",
 28630        "hashes": [
 28631          {
 28632            "alg": "SHA-1",
 28633            "content": "b45be062435e50d159540b576202ceec40b9c6b3"
 28634          }
 28635        ],
 28636        "licenses": [
 28637          {
 28638            "license": {
 28639              "id": "MIT"
 28640            }
 28641          }
 28642        ],
 28643        "purl": "pkg:npm/simple-get@3.1.0",
 28644        "externalReferences": [
 28645          {
 28646            "type": "website",
 28647            "url": "https://github.com/feross/simple-get"
 28648          },
 28649          {
 28650            "type": "issue-tracker",
 28651            "url": "https://github.com/feross/simple-get/issues"
 28652          },
 28653          {
 28654            "type": "vcs",
 28655            "url": "git://github.com/feross/simple-get.git"
 28656          }
 28657        ]
 28658      },
 28659      {
 28660        "type": "library",
 28661        "bom-ref": "pkg:npm/decompress-response@4.2.1",
 28662        "name": "decompress-response",
 28663        "version": "4.2.1",
 28664        "description": "Decompress a HTTP response if needed",
 28665        "hashes": [
 28666          {
 28667            "alg": "SHA-1",
 28668            "content": "414023cc7a302da25ce2ec82d0d5238ccafd8986"
 28669          }
 28670        ],
 28671        "licenses": [
 28672          {
 28673            "license": {
 28674              "id": "MIT"
 28675            }
 28676          }
 28677        ],
 28678        "purl": "pkg:npm/decompress-response@4.2.1",
 28679        "externalReferences": [
 28680          {
 28681            "type": "website",
 28682            "url": "https://github.com/sindresorhus/decompress-response#readme"
 28683          },
 28684          {
 28685            "type": "issue-tracker",
 28686            "url": "https://github.com/sindresorhus/decompress-response/issues"
 28687          },
 28688          {
 28689            "type": "vcs",
 28690            "url": "git+https://github.com/sindresorhus/decompress-response.git"
 28691          }
 28692        ]
 28693      },
 28694      {
 28695        "type": "library",
 28696        "bom-ref": "pkg:npm/mimic-response@2.1.0",
 28697        "name": "mimic-response",
 28698        "version": "2.1.0",
 28699        "description": "Mimic a Node.js HTTP response stream",
 28700        "hashes": [
 28701          {
 28702            "alg": "SHA-1",
 28703            "content": "d13763d35f613d09ec37ebb30bac0469c0ee8f43"
 28704          }
 28705        ],
 28706        "licenses": [
 28707          {
 28708            "license": {
 28709              "id": "MIT"
 28710            }
 28711          }
 28712        ],
 28713        "purl": "pkg:npm/mimic-response@2.1.0",
 28714        "externalReferences": [
 28715          {
 28716            "type": "website",
 28717            "url": "https://github.com/sindresorhus/mimic-response#readme"
 28718          },
 28719          {
 28720            "type": "issue-tracker",
 28721            "url": "https://github.com/sindresorhus/mimic-response/issues"
 28722          },
 28723          {
 28724            "type": "vcs",
 28725            "url": "git+https://github.com/sindresorhus/mimic-response.git"
 28726          }
 28727        ]
 28728      },
 28729      {
 28730        "type": "library",
 28731        "bom-ref": "pkg:npm/simple-concat@1.0.0",
 28732        "name": "simple-concat",
 28733        "version": "1.0.0",
 28734        "description": "Super-minimalist version of `concat-stream`. Less than 15 lines!",
 28735        "hashes": [
 28736          {
 28737            "alg": "SHA-1",
 28738            "content": "7344cbb8b6e26fb27d66b2fc86f9f6d5997521c6"
 28739          }
 28740        ],
 28741        "licenses": [
 28742          {
 28743            "license": {
 28744              "id": "MIT"
 28745            }
 28746          }
 28747        ],
 28748        "purl": "pkg:npm/simple-concat@1.0.0",
 28749        "externalReferences": [
 28750          {
 28751            "type": "website",
 28752            "url": "https://github.com/feross/simple-concat"
 28753          },
 28754          {
 28755            "type": "issue-tracker",
 28756            "url": "https://github.com/feross/simple-concat/issues"
 28757          },
 28758          {
 28759            "type": "vcs",
 28760            "url": "git://github.com/feross/simple-concat.git"
 28761          }
 28762        ]
 28763      },
 28764      {
 28765        "type": "library",
 28766        "bom-ref": "pkg:npm/tar-fs@2.1.0",
 28767        "name": "tar-fs",
 28768        "version": "2.1.0",
 28769        "description": "filesystem bindings for tar-stream",
 28770        "hashes": [
 28771          {
 28772            "alg": "SHA-1",
 28773            "content": "d1cdd121ab465ee0eb9ccde2d35049d3f3daf0d5"
 28774          }
 28775        ],
 28776        "licenses": [
 28777          {
 28778            "license": {
 28779              "id": "MIT"
 28780            }
 28781          }
 28782        ],
 28783        "purl": "pkg:npm/tar-fs@2.1.0",
 28784        "externalReferences": [
 28785          {
 28786            "type": "website",
 28787            "url": "https://github.com/mafintosh/tar-fs"
 28788          },
 28789          {
 28790            "type": "issue-tracker",
 28791            "url": "https://github.com/mafintosh/tar-fs/issues"
 28792          },
 28793          {
 28794            "type": "vcs",
 28795            "url": "git+https://github.com/mafintosh/tar-fs.git"
 28796          }
 28797        ]
 28798      },
 28799      {
 28800        "type": "library",
 28801        "bom-ref": "pkg:npm/mkdirp-classic@0.5.3",
 28802        "name": "mkdirp-classic",
 28803        "version": "0.5.3",
 28804        "description": "Mirror of mkdirp 0.5.2",
 28805        "hashes": [
 28806          {
 28807            "alg": "SHA-1",
 28808            "content": "fa10c9115cc6d8865be221ba47ee9bed78601113"
 28809          }
 28810        ],
 28811        "licenses": [
 28812          {
 28813            "license": {
 28814              "id": "MIT"
 28815            }
 28816          }
 28817        ],
 28818        "purl": "pkg:npm/mkdirp-classic@0.5.3",
 28819        "externalReferences": [
 28820          {
 28821            "type": "website",
 28822            "url": "https://github.com/mafintosh/mkdirp-classic"
 28823          },
 28824          {
 28825            "type": "issue-tracker",
 28826            "url": "https://github.com/mafintosh/mkdirp-classic/issues"
 28827          },
 28828          {
 28829            "type": "vcs",
 28830            "url": "git+https://github.com/mafintosh/mkdirp-classic.git"
 28831          }
 28832        ]
 28833      },
 28834      {
 28835        "type": "library",
 28836        "bom-ref": "pkg:npm/tar-stream@2.1.3",
 28837        "name": "tar-stream",
 28838        "version": "2.1.3",
 28839        "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.",
 28840        "hashes": [
 28841          {
 28842            "alg": "SHA-1",
 28843            "content": "1e2022559221b7866161660f118255e20fa79e41"
 28844          }
 28845        ],
 28846        "licenses": [
 28847          {
 28848            "license": {
 28849              "id": "MIT"
 28850            }
 28851          }
 28852        ],
 28853        "purl": "pkg:npm/tar-stream@2.1.3",
 28854        "externalReferences": [
 28855          {
 28856            "type": "website",
 28857            "url": "https://github.com/mafintosh/tar-stream"
 28858          },
 28859          {
 28860            "type": "issue-tracker",
 28861            "url": "https://github.com/mafintosh/tar-stream/issues"
 28862          },
 28863          {
 28864            "type": "vcs",
 28865            "url": "git+https://github.com/mafintosh/tar-stream.git"
 28866          }
 28867        ]
 28868      },
 28869      {
 28870        "type": "library",
 28871        "bom-ref": "pkg:npm/bl@4.0.2",
 28872        "name": "bl",
 28873        "version": "4.0.2",
 28874        "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!",
 28875        "hashes": [
 28876          {
 28877            "alg": "SHA-1",
 28878            "content": "52b71e9088515d0606d9dd9cc7aa48dc1f98e73a"
 28879          }
 28880        ],
 28881        "licenses": [
 28882          {
 28883            "license": {
 28884              "id": "MIT"
 28885            }
 28886          }
 28887        ],
 28888        "purl": "pkg:npm/bl@4.0.2",
 28889        "externalReferences": [
 28890          {
 28891            "type": "website",
 28892            "url": "https://github.com/rvagg/bl"
 28893          },
 28894          {
 28895            "type": "issue-tracker",
 28896            "url": "https://github.com/rvagg/bl/issues"
 28897          },
 28898          {
 28899            "type": "vcs",
 28900            "url": "git+https://github.com/rvagg/bl.git"
 28901          }
 28902        ]
 28903      },
 28904      {
 28905        "type": "library",
 28906        "bom-ref": "pkg:npm/inherits@2.0.4",
 28907        "name": "inherits",
 28908        "version": "2.0.4",
 28909        "description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
 28910        "hashes": [
 28911          {
 28912            "alg": "SHA-1",
 28913            "content": "0fa2c64f932917c3433a0ded55363aae37416b7c"
 28914          }
 28915        ],
 28916        "licenses": [
 28917          {
 28918            "license": {
 28919              "id": "ISC"
 28920            }
 28921          }
 28922        ],
 28923        "purl": "pkg:npm/inherits@2.0.4",
 28924        "externalReferences": [
 28925          {
 28926            "type": "website",
 28927            "url": "https://github.com/isaacs/inherits#readme"
 28928          },
 28929          {
 28930            "type": "issue-tracker",
 28931            "url": "https://github.com/isaacs/inherits/issues"
 28932          },
 28933          {
 28934            "type": "vcs",
 28935            "url": "git://github.com/isaacs/inherits.git"
 28936          }
 28937        ]
 28938      },
 28939      {
 28940        "type": "library",
 28941        "bom-ref": "pkg:npm/which-pm-runs@1.0.0",
 28942        "name": "which-pm-runs",
 28943        "version": "1.0.0",
 28944        "description": "Detects what package manager executes the process",
 28945        "hashes": [
 28946          {
 28947            "alg": "SHA-1",
 28948            "content": "670b3afbc552e0b55df6b7780ca74615f23ad1cb"
 28949          }
 28950        ],
 28951        "licenses": [
 28952          {
 28953            "license": {
 28954              "id": "MIT"
 28955            }
 28956          }
 28957        ],
 28958        "purl": "pkg:npm/which-pm-runs@1.0.0",
 28959        "externalReferences": [
 28960          {
 28961            "type": "website",
 28962            "url": "https://github.com/zkochan/which-pm-runs#readme"
 28963          },
 28964          {
 28965            "type": "issue-tracker",
 28966            "url": "https://github.com/zkochan/which-pm-runs/issues"
 28967          },
 28968          {
 28969            "type": "vcs",
 28970            "url": "git+https://github.com/zkochan/which-pm-runs.git"
 28971          }
 28972        ]
 28973      },
 28974      {
 28975        "type": "library",
 28976        "bom-ref": "pkg:npm/uglify-to-browserify@1.0.2",
 28977        "name": "uglify-to-browserify",
 28978        "version": "1.0.2",
 28979        "description": "A transform to make UglifyJS work in browserify.",
 28980        "hashes": [
 28981          {
 28982            "alg": "SHA-1",
 28983            "content": "6e0924d6bda6b5afe349e39a6d632850a0f882b7"
 28984          }
 28985        ],
 28986        "licenses": [
 28987          {
 28988            "license": {
 28989              "id": "MIT"
 28990            }
 28991          }
 28992        ],
 28993        "purl": "pkg:npm/uglify-to-browserify@1.0.2",
 28994        "externalReferences": [
 28995          {
 28996            "type": "website",
 28997            "url": "https://github.com/ForbesLindesay/uglify-to-browserify#readme"
 28998          },
 28999          {
 29000            "type": "issue-tracker",
 29001            "url": "https://github.com/ForbesLindesay/uglify-to-browserify/issues"
 29002          },
 29003          {
 29004            "type": "vcs",
 29005            "url": "git+https://github.com/ForbesLindesay/uglify-to-browserify.git"
 29006          }
 29007        ]
 29008      }
 29009    ]
 29010  }