@modusoperandi/licit 0.13.10 → 0.13.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bom.xml CHANGED
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="utf-8"?>
2
- <bom xmlns="http://cyclonedx.org/schema/bom/1.2" serialNumber="urn:uuid:8cbac94f-5e90-4d94-92bd-20af2f059d5d" version="1">
2
+ <bom xmlns="http://cyclonedx.org/schema/bom/1.2" serialNumber="urn:uuid:983b5269-49b6-4a0e-b50c-555e1313c39d" version="1">
3
3
  <metadata>
4
- <timestamp>2022-07-22T17:52:43.011Z</timestamp>
4
+ <timestamp>2022-08-04T17:23:47.881Z</timestamp>
5
5
  <tools>
6
6
  <tool>
7
7
  <vendor>CycloneDX</vendor>
@@ -9,14 +9,14 @@
9
9
  <version>2.0.2</version>
10
10
  </tool>
11
11
  </tools>
12
- <component type="library" bom-ref="pkg:npm/%40modusoperandi/licit@0.13.10">
12
+ <component type="library" bom-ref="pkg:npm/%40modusoperandi/licit@0.13.18">
13
13
  <group>@modusoperandi</group>
14
14
  <name>licit</name>
15
- <version>0.13.10</version>
15
+ <version>0.13.18</version>
16
16
  <description>
17
17
  <![CDATA[Rich text editor built with React and ProseMirror]]>
18
18
  </description>
19
- <purl>pkg:npm/%40modusoperandi/licit@0.13.10</purl>
19
+ <purl>pkg:npm/%40modusoperandi/licit@0.13.18</purl>
20
20
  <externalReferences>
21
21
  <reference type="website">
22
22
  <url>https://github.com/MO-Movia/licit#readme</url>
@@ -915,6 +915,30 @@
915
915
  </reference>
916
916
  </externalReferences>
917
917
  </component>
918
+ <component type="library" bom-ref="pkg:npm/loader-runner@4.3.0">
919
+ <name>loader-runner</name>
920
+ <version>4.3.0</version>
921
+ <description>
922
+ <![CDATA[Runs (webpack) loaders]]>
923
+ </description>
924
+ <licenses>
925
+ <license>
926
+ <id>MIT</id>
927
+ </license>
928
+ </licenses>
929
+ <purl>pkg:npm/loader-runner@4.3.0</purl>
930
+ <externalReferences>
931
+ <reference type="website">
932
+ <url>https://github.com/webpack/loader-runner#readme</url>
933
+ </reference>
934
+ <reference type="issue-tracker">
935
+ <url>https://github.com/webpack/loader-runner/issues</url>
936
+ </reference>
937
+ <reference type="vcs">
938
+ <url>git+https://github.com/webpack/loader-runner.git</url>
939
+ </reference>
940
+ </externalReferences>
941
+ </component>
918
942
  <component type="library" bom-ref="pkg:npm/has-flag@4.0.0">
919
943
  <name>has-flag</name>
920
944
  <version>4.0.0</version>
@@ -939,6 +963,103 @@
939
963
  </reference>
940
964
  </externalReferences>
941
965
  </component>
966
+ <component type="library" bom-ref="pkg:npm/jest-worker@27.5.1">
967
+ <name>jest-worker</name>
968
+ <version>27.5.1</version>
969
+ <description>
970
+ <![CDATA[Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.]]>
971
+ </description>
972
+ <licenses>
973
+ <license>
974
+ <id>MIT</id>
975
+ </license>
976
+ </licenses>
977
+ <purl>pkg:npm/jest-worker@27.5.1</purl>
978
+ <externalReferences>
979
+ <reference type="website">
980
+ <url>https://github.com/facebook/jest#readme</url>
981
+ </reference>
982
+ <reference type="issue-tracker">
983
+ <url>https://github.com/facebook/jest/issues</url>
984
+ </reference>
985
+ <reference type="vcs">
986
+ <url>git+https://github.com/facebook/jest.git</url>
987
+ </reference>
988
+ </externalReferences>
989
+ </component>
990
+ <component type="library" bom-ref="pkg:npm/%40types/node@18.0.0">
991
+ <group>@types</group>
992
+ <name>node</name>
993
+ <version>18.0.0</version>
994
+ <description>
995
+ <![CDATA[TypeScript definitions for Node.js]]>
996
+ </description>
997
+ <licenses>
998
+ <license>
999
+ <id>MIT</id>
1000
+ </license>
1001
+ </licenses>
1002
+ <purl>pkg:npm/%40types/node@18.0.0</purl>
1003
+ <externalReferences>
1004
+ <reference type="website">
1005
+ <url>https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node</url>
1006
+ </reference>
1007
+ <reference type="issue-tracker">
1008
+ <url>https://github.com/DefinitelyTyped/DefinitelyTyped/issues</url>
1009
+ </reference>
1010
+ <reference type="vcs">
1011
+ <url>git+https://github.com/DefinitelyTyped/DefinitelyTyped.git</url>
1012
+ </reference>
1013
+ </externalReferences>
1014
+ </component>
1015
+ <component type="library" bom-ref="pkg:npm/merge-stream@2.0.0">
1016
+ <name>merge-stream</name>
1017
+ <version>2.0.0</version>
1018
+ <description>
1019
+ <![CDATA[Create a stream that emits events from multiple other streams]]>
1020
+ </description>
1021
+ <licenses>
1022
+ <license>
1023
+ <id>MIT</id>
1024
+ </license>
1025
+ </licenses>
1026
+ <purl>pkg:npm/merge-stream@2.0.0</purl>
1027
+ <externalReferences>
1028
+ <reference type="website">
1029
+ <url>https://github.com/grncdr/merge-stream#readme</url>
1030
+ </reference>
1031
+ <reference type="issue-tracker">
1032
+ <url>https://github.com/grncdr/merge-stream/issues</url>
1033
+ </reference>
1034
+ <reference type="vcs">
1035
+ <url>git+https://github.com/grncdr/merge-stream.git</url>
1036
+ </reference>
1037
+ </externalReferences>
1038
+ </component>
1039
+ <component type="library" bom-ref="pkg:npm/supports-color@8.1.1">
1040
+ <name>supports-color</name>
1041
+ <version>8.1.1</version>
1042
+ <description>
1043
+ <![CDATA[Detect whether a terminal supports color]]>
1044
+ </description>
1045
+ <licenses>
1046
+ <license>
1047
+ <id>MIT</id>
1048
+ </license>
1049
+ </licenses>
1050
+ <purl>pkg:npm/supports-color@8.1.1</purl>
1051
+ <externalReferences>
1052
+ <reference type="website">
1053
+ <url>https://github.com/chalk/supports-color#readme</url>
1054
+ </reference>
1055
+ <reference type="issue-tracker">
1056
+ <url>https://github.com/chalk/supports-color/issues</url>
1057
+ </reference>
1058
+ <reference type="vcs">
1059
+ <url>git+https://github.com/chalk/supports-color.git</url>
1060
+ </reference>
1061
+ </externalReferences>
1062
+ </component>
942
1063
  <component type="library" bom-ref="pkg:npm/enhanced-resolve@5.10.0">
943
1064
  <name>enhanced-resolve</name>
944
1065
  <version>5.10.0</version>
@@ -1208,216 +1329,23 @@
1208
1329
  <name>ajv-keywords</name>
1209
1330
  <version>3.5.2</version>
1210
1331
  <description>
1211
- <![CDATA[Custom JSON-Schema keywords for Ajv validator]]>
1212
- </description>
1213
- <licenses>
1214
- <license>
1215
- <id>MIT</id>
1216
- </license>
1217
- </licenses>
1218
- <purl>pkg:npm/ajv-keywords@3.5.2</purl>
1219
- <externalReferences>
1220
- <reference type="website">
1221
- <url>https://github.com/epoberezkin/ajv-keywords#readme</url>
1222
- </reference>
1223
- <reference type="issue-tracker">
1224
- <url>https://github.com/epoberezkin/ajv-keywords/issues</url>
1225
- </reference>
1226
- <reference type="vcs">
1227
- <url>git+https://github.com/epoberezkin/ajv-keywords.git</url>
1228
- </reference>
1229
- </externalReferences>
1230
- </component>
1231
- <component type="library" bom-ref="pkg:npm/loader-runner@4.3.0">
1232
- <name>loader-runner</name>
1233
- <version>4.3.0</version>
1234
- <description>
1235
- <![CDATA[Runs (webpack) loaders]]>
1236
- </description>
1237
- <licenses>
1238
- <license>
1239
- <id>MIT</id>
1240
- </license>
1241
- </licenses>
1242
- <purl>pkg:npm/loader-runner@4.3.0</purl>
1243
- <externalReferences>
1244
- <reference type="website">
1245
- <url>https://github.com/webpack/loader-runner#readme</url>
1246
- </reference>
1247
- <reference type="issue-tracker">
1248
- <url>https://github.com/webpack/loader-runner/issues</url>
1249
- </reference>
1250
- <reference type="vcs">
1251
- <url>git+https://github.com/webpack/loader-runner.git</url>
1252
- </reference>
1253
- </externalReferences>
1254
- </component>
1255
- <component type="library" bom-ref="pkg:npm/jest-worker@27.5.1">
1256
- <name>jest-worker</name>
1257
- <version>27.5.1</version>
1258
- <description>
1259
- <![CDATA[Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers.]]>
1260
- </description>
1261
- <licenses>
1262
- <license>
1263
- <id>MIT</id>
1264
- </license>
1265
- </licenses>
1266
- <purl>pkg:npm/jest-worker@27.5.1</purl>
1267
- <externalReferences>
1268
- <reference type="website">
1269
- <url>https://github.com/facebook/jest#readme</url>
1270
- </reference>
1271
- <reference type="issue-tracker">
1272
- <url>https://github.com/facebook/jest/issues</url>
1273
- </reference>
1274
- <reference type="vcs">
1275
- <url>git+https://github.com/facebook/jest.git</url>
1276
- </reference>
1277
- </externalReferences>
1278
- </component>
1279
- <component type="library" bom-ref="pkg:npm/%40types/node@18.0.0">
1280
- <group>@types</group>
1281
- <name>node</name>
1282
- <version>18.0.0</version>
1283
- <description>
1284
- <![CDATA[TypeScript definitions for Node.js]]>
1285
- </description>
1286
- <licenses>
1287
- <license>
1288
- <id>MIT</id>
1289
- </license>
1290
- </licenses>
1291
- <purl>pkg:npm/%40types/node@18.0.0</purl>
1292
- <externalReferences>
1293
- <reference type="website">
1294
- <url>https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node</url>
1295
- </reference>
1296
- <reference type="issue-tracker">
1297
- <url>https://github.com/DefinitelyTyped/DefinitelyTyped/issues</url>
1298
- </reference>
1299
- <reference type="vcs">
1300
- <url>git+https://github.com/DefinitelyTyped/DefinitelyTyped.git</url>
1301
- </reference>
1302
- </externalReferences>
1303
- </component>
1304
- <component type="library" bom-ref="pkg:npm/merge-stream@2.0.0">
1305
- <name>merge-stream</name>
1306
- <version>2.0.0</version>
1307
- <description>
1308
- <![CDATA[Create a stream that emits events from multiple other streams]]>
1309
- </description>
1310
- <licenses>
1311
- <license>
1312
- <id>MIT</id>
1313
- </license>
1314
- </licenses>
1315
- <purl>pkg:npm/merge-stream@2.0.0</purl>
1316
- <externalReferences>
1317
- <reference type="website">
1318
- <url>https://github.com/grncdr/merge-stream#readme</url>
1319
- </reference>
1320
- <reference type="issue-tracker">
1321
- <url>https://github.com/grncdr/merge-stream/issues</url>
1322
- </reference>
1323
- <reference type="vcs">
1324
- <url>git+https://github.com/grncdr/merge-stream.git</url>
1325
- </reference>
1326
- </externalReferences>
1327
- </component>
1328
- <component type="library" bom-ref="pkg:npm/supports-color@8.1.1">
1329
- <name>supports-color</name>
1330
- <version>8.1.1</version>
1331
- <description>
1332
- <![CDATA[Detect whether a terminal supports color]]>
1333
- </description>
1334
- <licenses>
1335
- <license>
1336
- <id>MIT</id>
1337
- </license>
1338
- </licenses>
1339
- <purl>pkg:npm/supports-color@8.1.1</purl>
1340
- <externalReferences>
1341
- <reference type="website">
1342
- <url>https://github.com/chalk/supports-color#readme</url>
1343
- </reference>
1344
- <reference type="issue-tracker">
1345
- <url>https://github.com/chalk/supports-color/issues</url>
1346
- </reference>
1347
- <reference type="vcs">
1348
- <url>git+https://github.com/chalk/supports-color.git</url>
1349
- </reference>
1350
- </externalReferences>
1351
- </component>
1352
- <component type="library" bom-ref="pkg:npm/serialize-javascript@6.0.0">
1353
- <name>serialize-javascript</name>
1354
- <version>6.0.0</version>
1355
- <description>
1356
- <![CDATA[Serialize JavaScript to a superset of JSON that includes regular expressions and functions.]]>
1357
- </description>
1358
- <licenses>
1359
- <license>
1360
- <id>BSD-3-Clause</id>
1361
- </license>
1362
- </licenses>
1363
- <purl>pkg:npm/serialize-javascript@6.0.0</purl>
1364
- <externalReferences>
1365
- <reference type="website">
1366
- <url>https://github.com/yahoo/serialize-javascript</url>
1367
- </reference>
1368
- <reference type="issue-tracker">
1369
- <url>https://github.com/yahoo/serialize-javascript/issues</url>
1370
- </reference>
1371
- <reference type="vcs">
1372
- <url>git+https://github.com/yahoo/serialize-javascript.git</url>
1373
- </reference>
1374
- </externalReferences>
1375
- </component>
1376
- <component type="library" bom-ref="pkg:npm/randombytes@2.1.0">
1377
- <name>randombytes</name>
1378
- <version>2.1.0</version>
1379
- <description>
1380
- <![CDATA[random bytes from browserify stand alone]]>
1381
- </description>
1382
- <licenses>
1383
- <license>
1384
- <id>MIT</id>
1385
- </license>
1386
- </licenses>
1387
- <purl>pkg:npm/randombytes@2.1.0</purl>
1388
- <externalReferences>
1389
- <reference type="website">
1390
- <url>https://github.com/crypto-browserify/randombytes</url>
1391
- </reference>
1392
- <reference type="issue-tracker">
1393
- <url>https://github.com/crypto-browserify/randombytes/issues</url>
1394
- </reference>
1395
- <reference type="vcs">
1396
- <url>git+ssh://git@github.com/crypto-browserify/randombytes.git</url>
1397
- </reference>
1398
- </externalReferences>
1399
- </component>
1400
- <component type="library" bom-ref="pkg:npm/safe-buffer@5.1.2">
1401
- <name>safe-buffer</name>
1402
- <version>5.1.2</version>
1403
- <description>
1404
- <![CDATA[Safer Node.js Buffer API]]>
1332
+ <![CDATA[Custom JSON-Schema keywords for Ajv validator]]>
1405
1333
  </description>
1406
1334
  <licenses>
1407
1335
  <license>
1408
1336
  <id>MIT</id>
1409
1337
  </license>
1410
1338
  </licenses>
1411
- <purl>pkg:npm/safe-buffer@5.1.2</purl>
1339
+ <purl>pkg:npm/ajv-keywords@3.5.2</purl>
1412
1340
  <externalReferences>
1413
1341
  <reference type="website">
1414
- <url>https://github.com/feross/safe-buffer</url>
1342
+ <url>https://github.com/epoberezkin/ajv-keywords#readme</url>
1415
1343
  </reference>
1416
1344
  <reference type="issue-tracker">
1417
- <url>https://github.com/feross/safe-buffer/issues</url>
1345
+ <url>https://github.com/epoberezkin/ajv-keywords/issues</url>
1418
1346
  </reference>
1419
1347
  <reference type="vcs">
1420
- <url>git://github.com/feross/safe-buffer.git</url>
1348
+ <url>git+https://github.com/epoberezkin/ajv-keywords.git</url>
1421
1349
  </reference>
1422
1350
  </externalReferences>
1423
1351
  </component>
@@ -1667,75 +1595,75 @@
1667
1595
  </reference>
1668
1596
  </externalReferences>
1669
1597
  </component>
1670
- <component type="library" bom-ref="pkg:npm/terser-webpack-plugin@5.3.3">
1671
- <name>terser-webpack-plugin</name>
1672
- <version>5.3.3</version>
1598
+ <component type="library" bom-ref="pkg:npm/serialize-javascript@6.0.0">
1599
+ <name>serialize-javascript</name>
1600
+ <version>6.0.0</version>
1673
1601
  <description>
1674
- <![CDATA[Terser plugin for webpack]]>
1602
+ <![CDATA[Serialize JavaScript to a superset of JSON that includes regular expressions and functions.]]>
1675
1603
  </description>
1676
1604
  <licenses>
1677
1605
  <license>
1678
- <id>MIT</id>
1606
+ <id>BSD-3-Clause</id>
1679
1607
  </license>
1680
1608
  </licenses>
1681
- <purl>pkg:npm/terser-webpack-plugin@5.3.3</purl>
1609
+ <purl>pkg:npm/serialize-javascript@6.0.0</purl>
1682
1610
  <externalReferences>
1683
1611
  <reference type="website">
1684
- <url>https://github.com/webpack-contrib/terser-webpack-plugin</url>
1612
+ <url>https://github.com/yahoo/serialize-javascript</url>
1685
1613
  </reference>
1686
1614
  <reference type="issue-tracker">
1687
- <url>https://github.com/webpack-contrib/terser-webpack-plugin/issues</url>
1615
+ <url>https://github.com/yahoo/serialize-javascript/issues</url>
1688
1616
  </reference>
1689
1617
  <reference type="vcs">
1690
- <url>git+https://github.com/webpack-contrib/terser-webpack-plugin.git</url>
1618
+ <url>git+https://github.com/yahoo/serialize-javascript.git</url>
1691
1619
  </reference>
1692
1620
  </externalReferences>
1693
1621
  </component>
1694
- <component type="library" bom-ref="pkg:npm/watchpack@2.4.0">
1695
- <name>watchpack</name>
1696
- <version>2.4.0</version>
1622
+ <component type="library" bom-ref="pkg:npm/randombytes@2.1.0">
1623
+ <name>randombytes</name>
1624
+ <version>2.1.0</version>
1697
1625
  <description>
1698
- <![CDATA[Wrapper library for directory and file watching.]]>
1626
+ <![CDATA[random bytes from browserify stand alone]]>
1699
1627
  </description>
1700
1628
  <licenses>
1701
1629
  <license>
1702
1630
  <id>MIT</id>
1703
1631
  </license>
1704
1632
  </licenses>
1705
- <purl>pkg:npm/watchpack@2.4.0</purl>
1633
+ <purl>pkg:npm/randombytes@2.1.0</purl>
1706
1634
  <externalReferences>
1707
1635
  <reference type="website">
1708
- <url>https://github.com/webpack/watchpack</url>
1636
+ <url>https://github.com/crypto-browserify/randombytes</url>
1709
1637
  </reference>
1710
1638
  <reference type="issue-tracker">
1711
- <url>https://github.com/webpack/watchpack/issues</url>
1639
+ <url>https://github.com/crypto-browserify/randombytes/issues</url>
1712
1640
  </reference>
1713
1641
  <reference type="vcs">
1714
- <url>git+https://github.com/webpack/watchpack.git</url>
1642
+ <url>git+ssh://git@github.com/crypto-browserify/randombytes.git</url>
1715
1643
  </reference>
1716
1644
  </externalReferences>
1717
1645
  </component>
1718
- <component type="library" bom-ref="pkg:npm/glob-to-regexp@0.4.1">
1719
- <name>glob-to-regexp</name>
1720
- <version>0.4.1</version>
1646
+ <component type="library" bom-ref="pkg:npm/safe-buffer@5.1.2">
1647
+ <name>safe-buffer</name>
1648
+ <version>5.1.2</version>
1721
1649
  <description>
1722
- <![CDATA[Convert globs to regular expressions]]>
1650
+ <![CDATA[Safer Node.js Buffer API]]>
1723
1651
  </description>
1724
1652
  <licenses>
1725
1653
  <license>
1726
- <id>BSD-2-Clause</id>
1654
+ <id>MIT</id>
1727
1655
  </license>
1728
1656
  </licenses>
1729
- <purl>pkg:npm/glob-to-regexp@0.4.1</purl>
1657
+ <purl>pkg:npm/safe-buffer@5.1.2</purl>
1730
1658
  <externalReferences>
1731
1659
  <reference type="website">
1732
- <url>https://github.com/fitzgen/glob-to-regexp#readme</url>
1660
+ <url>https://github.com/feross/safe-buffer</url>
1733
1661
  </reference>
1734
1662
  <reference type="issue-tracker">
1735
- <url>https://github.com/fitzgen/glob-to-regexp/issues</url>
1663
+ <url>https://github.com/feross/safe-buffer/issues</url>
1736
1664
  </reference>
1737
1665
  <reference type="vcs">
1738
- <url>git+https://github.com/fitzgen/glob-to-regexp.git</url>
1666
+ <url>git://github.com/feross/safe-buffer.git</url>
1739
1667
  </reference>
1740
1668
  </externalReferences>
1741
1669
  </component>
@@ -2569,6 +2497,30 @@
2569
2497
  </reference>
2570
2498
  </externalReferences>
2571
2499
  </component>
2500
+ <component type="library" bom-ref="pkg:npm/glob-to-regexp@0.4.1">
2501
+ <name>glob-to-regexp</name>
2502
+ <version>0.4.1</version>
2503
+ <description>
2504
+ <![CDATA[Convert globs to regular expressions]]>
2505
+ </description>
2506
+ <licenses>
2507
+ <license>
2508
+ <id>BSD-2-Clause</id>
2509
+ </license>
2510
+ </licenses>
2511
+ <purl>pkg:npm/glob-to-regexp@0.4.1</purl>
2512
+ <externalReferences>
2513
+ <reference type="website">
2514
+ <url>https://github.com/fitzgen/glob-to-regexp#readme</url>
2515
+ </reference>
2516
+ <reference type="issue-tracker">
2517
+ <url>https://github.com/fitzgen/glob-to-regexp/issues</url>
2518
+ </reference>
2519
+ <reference type="vcs">
2520
+ <url>git+https://github.com/fitzgen/glob-to-regexp.git</url>
2521
+ </reference>
2522
+ </externalReferences>
2523
+ </component>
2572
2524
  <component type="library" bom-ref="pkg:npm/json-parse-even-better-errors@2.3.1">
2573
2525
  <name>json-parse-even-better-errors</name>
2574
2526
  <version>2.3.1</version>
@@ -2665,6 +2617,54 @@
2665
2617
  </reference>
2666
2618
  </externalReferences>
2667
2619
  </component>
2620
+ <component type="library" bom-ref="pkg:npm/terser-webpack-plugin@5.3.3">
2621
+ <name>terser-webpack-plugin</name>
2622
+ <version>5.3.3</version>
2623
+ <description>
2624
+ <![CDATA[Terser plugin for webpack]]>
2625
+ </description>
2626
+ <licenses>
2627
+ <license>
2628
+ <id>MIT</id>
2629
+ </license>
2630
+ </licenses>
2631
+ <purl>pkg:npm/terser-webpack-plugin@5.3.3</purl>
2632
+ <externalReferences>
2633
+ <reference type="website">
2634
+ <url>https://github.com/webpack-contrib/terser-webpack-plugin</url>
2635
+ </reference>
2636
+ <reference type="issue-tracker">
2637
+ <url>https://github.com/webpack-contrib/terser-webpack-plugin/issues</url>
2638
+ </reference>
2639
+ <reference type="vcs">
2640
+ <url>git+https://github.com/webpack-contrib/terser-webpack-plugin.git</url>
2641
+ </reference>
2642
+ </externalReferences>
2643
+ </component>
2644
+ <component type="library" bom-ref="pkg:npm/watchpack@2.4.0">
2645
+ <name>watchpack</name>
2646
+ <version>2.4.0</version>
2647
+ <description>
2648
+ <![CDATA[Wrapper library for directory and file watching.]]>
2649
+ </description>
2650
+ <licenses>
2651
+ <license>
2652
+ <id>MIT</id>
2653
+ </license>
2654
+ </licenses>
2655
+ <purl>pkg:npm/watchpack@2.4.0</purl>
2656
+ <externalReferences>
2657
+ <reference type="website">
2658
+ <url>https://github.com/webpack/watchpack</url>
2659
+ </reference>
2660
+ <reference type="issue-tracker">
2661
+ <url>https://github.com/webpack/watchpack/issues</url>
2662
+ </reference>
2663
+ <reference type="vcs">
2664
+ <url>git+https://github.com/webpack/watchpack.git</url>
2665
+ </reference>
2666
+ </externalReferences>
2667
+ </component>
2668
2668
  <component type="library" bom-ref="pkg:npm/webpack-sources@3.2.3">
2669
2669
  <name>webpack-sources</name>
2670
2670
  <version>3.2.3</version>
@@ -11004,6 +11004,30 @@
11004
11004
  </reference>
11005
11005
  </externalReferences>
11006
11006
  </component>
11007
+ <component type="library" bom-ref="pkg:npm/aproba@1.2.0">
11008
+ <name>aproba</name>
11009
+ <version>1.2.0</version>
11010
+ <description>
11011
+ <![CDATA[A ridiculously light-weight argument validator (now browser friendly)]]>
11012
+ </description>
11013
+ <licenses>
11014
+ <license>
11015
+ <id>ISC</id>
11016
+ </license>
11017
+ </licenses>
11018
+ <purl>pkg:npm/aproba@1.2.0</purl>
11019
+ <externalReferences>
11020
+ <reference type="website">
11021
+ <url>https://github.com/iarna/aproba</url>
11022
+ </reference>
11023
+ <reference type="issue-tracker">
11024
+ <url>https://github.com/iarna/aproba/issues</url>
11025
+ </reference>
11026
+ <reference type="vcs">
11027
+ <url>git+https://github.com/iarna/aproba.git</url>
11028
+ </reference>
11029
+ </externalReferences>
11030
+ </component>
11007
11031
  <component type="library" bom-ref="pkg:npm/anymatch@3.1.2">
11008
11032
  <name>anymatch</name>
11009
11033
  <version>3.1.2</version>
@@ -11076,30 +11100,6 @@
11076
11100
  </reference>
11077
11101
  </externalReferences>
11078
11102
  </component>
11079
- <component type="library" bom-ref="pkg:npm/aproba@1.2.0">
11080
- <name>aproba</name>
11081
- <version>1.2.0</version>
11082
- <description>
11083
- <![CDATA[A ridiculously light-weight argument validator (now browser friendly)]]>
11084
- </description>
11085
- <licenses>
11086
- <license>
11087
- <id>ISC</id>
11088
- </license>
11089
- </licenses>
11090
- <purl>pkg:npm/aproba@1.2.0</purl>
11091
- <externalReferences>
11092
- <reference type="website">
11093
- <url>https://github.com/iarna/aproba</url>
11094
- </reference>
11095
- <reference type="issue-tracker">
11096
- <url>https://github.com/iarna/aproba/issues</url>
11097
- </reference>
11098
- <reference type="vcs">
11099
- <url>git+https://github.com/iarna/aproba.git</url>
11100
- </reference>
11101
- </externalReferences>
11102
- </component>
11103
11103
  <component type="library" bom-ref="pkg:npm/arr-diff@4.0.0">
11104
11104
  <name>arr-diff</name>
11105
11105
  <version>4.0.0</version>
@@ -11340,99 +11340,123 @@
11340
11340
  </reference>
11341
11341
  </externalReferences>
11342
11342
  </component>
11343
- <component type="library" bom-ref="pkg:npm/base64-js@1.5.1">
11344
- <name>base64-js</name>
11345
- <version>1.5.1</version>
11343
+ <component type="library" bom-ref="pkg:npm/binary-extensions@2.2.0">
11344
+ <name>binary-extensions</name>
11345
+ <version>2.2.0</version>
11346
11346
  <description>
11347
- <![CDATA[Base64 encoding/decoding in pure JS]]>
11347
+ <![CDATA[List of binary file extensions]]>
11348
11348
  </description>
11349
11349
  <licenses>
11350
11350
  <license>
11351
11351
  <id>MIT</id>
11352
11352
  </license>
11353
11353
  </licenses>
11354
- <purl>pkg:npm/base64-js@1.5.1</purl>
11354
+ <purl>pkg:npm/binary-extensions@2.2.0</purl>
11355
11355
  <externalReferences>
11356
11356
  <reference type="website">
11357
- <url>https://github.com/beatgammit/base64-js</url>
11357
+ <url>https://github.com/sindresorhus/binary-extensions#readme</url>
11358
11358
  </reference>
11359
11359
  <reference type="issue-tracker">
11360
- <url>https://github.com/beatgammit/base64-js/issues</url>
11360
+ <url>https://github.com/sindresorhus/binary-extensions/issues</url>
11361
11361
  </reference>
11362
11362
  <reference type="vcs">
11363
- <url>git://github.com/beatgammit/base64-js.git</url>
11363
+ <url>git+https://github.com/sindresorhus/binary-extensions.git</url>
11364
11364
  </reference>
11365
11365
  </externalReferences>
11366
11366
  </component>
11367
- <component type="library" bom-ref="pkg:npm/bluebird@3.7.2">
11368
- <name>bluebird</name>
11369
- <version>3.7.2</version>
11367
+ <component type="library" bom-ref="pkg:npm/bn.js@5.2.1">
11368
+ <name>bn.js</name>
11369
+ <version>5.2.1</version>
11370
11370
  <description>
11371
- <![CDATA[Full featured Promises/A+ implementation with exceptionally good performance]]>
11371
+ <![CDATA[Big number implementation in pure javascript]]>
11372
11372
  </description>
11373
11373
  <licenses>
11374
11374
  <license>
11375
11375
  <id>MIT</id>
11376
11376
  </license>
11377
11377
  </licenses>
11378
- <purl>pkg:npm/bluebird@3.7.2</purl>
11378
+ <purl>pkg:npm/bn.js@5.2.1</purl>
11379
11379
  <externalReferences>
11380
11380
  <reference type="website">
11381
- <url>https://github.com/petkaantonov/bluebird</url>
11381
+ <url>https://github.com/indutny/bn.js</url>
11382
11382
  </reference>
11383
11383
  <reference type="issue-tracker">
11384
- <url>http://github.com/petkaantonov/bluebird/issues</url>
11384
+ <url>https://github.com/indutny/bn.js/issues</url>
11385
11385
  </reference>
11386
11386
  <reference type="vcs">
11387
- <url>git://github.com/petkaantonov/bluebird.git</url>
11387
+ <url>git+ssh://git@github.com/indutny/bn.js.git</url>
11388
11388
  </reference>
11389
11389
  </externalReferences>
11390
11390
  </component>
11391
- <component type="library" bom-ref="pkg:npm/binary-extensions@2.2.0">
11392
- <name>binary-extensions</name>
11393
- <version>2.2.0</version>
11391
+ <component type="library" bom-ref="pkg:npm/base64-js@1.5.1">
11392
+ <name>base64-js</name>
11393
+ <version>1.5.1</version>
11394
11394
  <description>
11395
- <![CDATA[List of binary file extensions]]>
11395
+ <![CDATA[Base64 encoding/decoding in pure JS]]>
11396
11396
  </description>
11397
11397
  <licenses>
11398
11398
  <license>
11399
11399
  <id>MIT</id>
11400
11400
  </license>
11401
11401
  </licenses>
11402
- <purl>pkg:npm/binary-extensions@2.2.0</purl>
11402
+ <purl>pkg:npm/base64-js@1.5.1</purl>
11403
11403
  <externalReferences>
11404
11404
  <reference type="website">
11405
- <url>https://github.com/sindresorhus/binary-extensions#readme</url>
11405
+ <url>https://github.com/beatgammit/base64-js</url>
11406
11406
  </reference>
11407
11407
  <reference type="issue-tracker">
11408
- <url>https://github.com/sindresorhus/binary-extensions/issues</url>
11408
+ <url>https://github.com/beatgammit/base64-js/issues</url>
11409
11409
  </reference>
11410
11410
  <reference type="vcs">
11411
- <url>git+https://github.com/sindresorhus/binary-extensions.git</url>
11411
+ <url>git://github.com/beatgammit/base64-js.git</url>
11412
11412
  </reference>
11413
11413
  </externalReferences>
11414
11414
  </component>
11415
- <component type="library" bom-ref="pkg:npm/bn.js@5.2.1">
11416
- <name>bn.js</name>
11417
- <version>5.2.1</version>
11415
+ <component type="library" bom-ref="pkg:npm/bluebird@3.7.2">
11416
+ <name>bluebird</name>
11417
+ <version>3.7.2</version>
11418
+ <description>
11419
+ <![CDATA[Full featured Promises/A+ implementation with exceptionally good performance]]>
11420
+ </description>
11421
+ <licenses>
11422
+ <license>
11423
+ <id>MIT</id>
11424
+ </license>
11425
+ </licenses>
11426
+ <purl>pkg:npm/bluebird@3.7.2</purl>
11427
+ <externalReferences>
11428
+ <reference type="website">
11429
+ <url>https://github.com/petkaantonov/bluebird</url>
11430
+ </reference>
11431
+ <reference type="issue-tracker">
11432
+ <url>http://github.com/petkaantonov/bluebird/issues</url>
11433
+ </reference>
11434
+ <reference type="vcs">
11435
+ <url>git://github.com/petkaantonov/bluebird.git</url>
11436
+ </reference>
11437
+ </externalReferences>
11438
+ </component>
11439
+ <component type="library" bom-ref="pkg:npm/boolbase@1.0.0">
11440
+ <name>boolbase</name>
11441
+ <version>1.0.0</version>
11418
11442
  <description>
11419
- <![CDATA[Big number implementation in pure javascript]]>
11443
+ <![CDATA[two functions: One that returns true, one that returns false]]>
11420
11444
  </description>
11421
11445
  <licenses>
11422
11446
  <license>
11423
- <id>MIT</id>
11447
+ <id>ISC</id>
11424
11448
  </license>
11425
11449
  </licenses>
11426
- <purl>pkg:npm/bn.js@5.2.1</purl>
11450
+ <purl>pkg:npm/boolbase@1.0.0</purl>
11427
11451
  <externalReferences>
11428
11452
  <reference type="website">
11429
- <url>https://github.com/indutny/bn.js</url>
11453
+ <url>https://github.com/fb55/boolbase</url>
11430
11454
  </reference>
11431
11455
  <reference type="issue-tracker">
11432
- <url>https://github.com/indutny/bn.js/issues</url>
11456
+ <url>https://github.com/fb55/boolbase/issues</url>
11433
11457
  </reference>
11434
11458
  <reference type="vcs">
11435
- <url>git+ssh://git@github.com/indutny/bn.js.git</url>
11459
+ <url>git+https://github.com/fb55/boolbase.git</url>
11436
11460
  </reference>
11437
11461
  </externalReferences>
11438
11462
  </component>
@@ -11532,30 +11556,6 @@
11532
11556
  </reference>
11533
11557
  </externalReferences>
11534
11558
  </component>
11535
- <component type="library" bom-ref="pkg:npm/boolbase@1.0.0">
11536
- <name>boolbase</name>
11537
- <version>1.0.0</version>
11538
- <description>
11539
- <![CDATA[two functions: One that returns true, one that returns false]]>
11540
- </description>
11541
- <licenses>
11542
- <license>
11543
- <id>ISC</id>
11544
- </license>
11545
- </licenses>
11546
- <purl>pkg:npm/boolbase@1.0.0</purl>
11547
- <externalReferences>
11548
- <reference type="website">
11549
- <url>https://github.com/fb55/boolbase</url>
11550
- </reference>
11551
- <reference type="issue-tracker">
11552
- <url>https://github.com/fb55/boolbase/issues</url>
11553
- </reference>
11554
- <reference type="vcs">
11555
- <url>git+https://github.com/fb55/boolbase.git</url>
11556
- </reference>
11557
- </externalReferences>
11558
- </component>
11559
11559
  <component type="library" bom-ref="pkg:npm/brorand@1.1.0">
11560
11560
  <name>brorand</name>
11561
11561
  <version>1.1.0</version>
@@ -12636,483 +12636,483 @@
12636
12636
  </reference>
12637
12637
  </externalReferences>
12638
12638
  </component>
12639
- <component type="library" bom-ref="pkg:npm/chokidar@3.5.3">
12640
- <name>chokidar</name>
12641
- <version>3.5.3</version>
12639
+ <component type="library" bom-ref="pkg:npm/cheerio@1.0.0-rc.11">
12640
+ <name>cheerio</name>
12641
+ <version>1.0.0-rc.11</version>
12642
12642
  <description>
12643
- <![CDATA[Minimal and efficient cross-platform file watching library]]>
12643
+ <![CDATA[Tiny, fast, and elegant implementation of core jQuery designed specifically for the server]]>
12644
12644
  </description>
12645
12645
  <licenses>
12646
12646
  <license>
12647
12647
  <id>MIT</id>
12648
12648
  </license>
12649
12649
  </licenses>
12650
- <purl>pkg:npm/chokidar@3.5.3</purl>
12650
+ <purl>pkg:npm/cheerio@1.0.0-rc.11</purl>
12651
12651
  <externalReferences>
12652
12652
  <reference type="website">
12653
- <url>https://github.com/paulmillr/chokidar</url>
12653
+ <url>https://cheerio.js.org/</url>
12654
12654
  </reference>
12655
12655
  <reference type="issue-tracker">
12656
- <url>https://github.com/paulmillr/chokidar/issues</url>
12656
+ <url>https://github.com/cheeriojs/cheerio/issues</url>
12657
12657
  </reference>
12658
12658
  <reference type="vcs">
12659
- <url>git+https://github.com/paulmillr/chokidar.git</url>
12659
+ <url>git://github.com/cheeriojs/cheerio.git</url>
12660
12660
  </reference>
12661
12661
  </externalReferences>
12662
12662
  </component>
12663
- <component type="library" bom-ref="pkg:npm/glob-parent@5.1.2">
12664
- <name>glob-parent</name>
12665
- <version>5.1.2</version>
12663
+ <component type="library" bom-ref="pkg:npm/cheerio-select@2.1.0">
12664
+ <name>cheerio-select</name>
12665
+ <version>2.1.0</version>
12666
12666
  <description>
12667
- <![CDATA[Extract the non-magic parent path from a glob string.]]>
12667
+ <![CDATA[CSS selector engine supporting jQuery selectors]]>
12668
12668
  </description>
12669
12669
  <licenses>
12670
12670
  <license>
12671
- <id>ISC</id>
12671
+ <id>BSD-2-Clause</id>
12672
12672
  </license>
12673
12673
  </licenses>
12674
- <purl>pkg:npm/glob-parent@5.1.2</purl>
12674
+ <purl>pkg:npm/cheerio-select@2.1.0</purl>
12675
12675
  <externalReferences>
12676
12676
  <reference type="website">
12677
- <url>https://github.com/gulpjs/glob-parent#readme</url>
12677
+ <url>https://github.com/cheeriojs/cheerio-select#readme</url>
12678
12678
  </reference>
12679
12679
  <reference type="issue-tracker">
12680
- <url>https://github.com/gulpjs/glob-parent/issues</url>
12680
+ <url>https://github.com/cheeriojs/cheerio-select/issues</url>
12681
12681
  </reference>
12682
12682
  <reference type="vcs">
12683
- <url>git+https://github.com/gulpjs/glob-parent.git</url>
12683
+ <url>git://github.com/cheeriojs/cheerio-select.git</url>
12684
12684
  </reference>
12685
12685
  </externalReferences>
12686
12686
  </component>
12687
- <component type="library" bom-ref="pkg:npm/is-glob@4.0.3">
12688
- <name>is-glob</name>
12689
- <version>4.0.3</version>
12687
+ <component type="library" bom-ref="pkg:npm/css-select@5.1.0">
12688
+ <name>css-select</name>
12689
+ <version>5.1.0</version>
12690
12690
  <description>
12691
- <![CDATA[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.]]>
12691
+ <![CDATA[a CSS selector compiler/engine]]>
12692
12692
  </description>
12693
12693
  <licenses>
12694
12694
  <license>
12695
- <id>MIT</id>
12695
+ <id>BSD-2-Clause</id>
12696
12696
  </license>
12697
12697
  </licenses>
12698
- <purl>pkg:npm/is-glob@4.0.3</purl>
12698
+ <purl>pkg:npm/css-select@5.1.0</purl>
12699
12699
  <externalReferences>
12700
12700
  <reference type="website">
12701
- <url>https://github.com/micromatch/is-glob</url>
12701
+ <url>https://github.com/fb55/css-select#readme</url>
12702
12702
  </reference>
12703
12703
  <reference type="issue-tracker">
12704
- <url>https://github.com/micromatch/is-glob/issues</url>
12704
+ <url>https://github.com/fb55/css-select/issues</url>
12705
12705
  </reference>
12706
12706
  <reference type="vcs">
12707
- <url>git+https://github.com/micromatch/is-glob.git</url>
12707
+ <url>git://github.com/fb55/css-select.git</url>
12708
12708
  </reference>
12709
12709
  </externalReferences>
12710
12710
  </component>
12711
- <component type="library" bom-ref="pkg:npm/is-extglob@2.1.1">
12712
- <name>is-extglob</name>
12713
- <version>2.1.1</version>
12711
+ <component type="library" bom-ref="pkg:npm/css-what@6.1.0">
12712
+ <name>css-what</name>
12713
+ <version>6.1.0</version>
12714
12714
  <description>
12715
- <![CDATA[Returns true if a string has an extglob.]]>
12715
+ <![CDATA[a CSS selector parser]]>
12716
12716
  </description>
12717
12717
  <licenses>
12718
12718
  <license>
12719
- <id>MIT</id>
12719
+ <id>BSD-2-Clause</id>
12720
12720
  </license>
12721
12721
  </licenses>
12722
- <purl>pkg:npm/is-extglob@2.1.1</purl>
12722
+ <purl>pkg:npm/css-what@6.1.0</purl>
12723
12723
  <externalReferences>
12724
12724
  <reference type="website">
12725
- <url>https://github.com/jonschlinkert/is-extglob</url>
12725
+ <url>https://github.com/fb55/css-what#readme</url>
12726
12726
  </reference>
12727
12727
  <reference type="issue-tracker">
12728
- <url>https://github.com/jonschlinkert/is-extglob/issues</url>
12728
+ <url>https://github.com/fb55/css-what/issues</url>
12729
12729
  </reference>
12730
12730
  <reference type="vcs">
12731
- <url>git+https://github.com/jonschlinkert/is-extglob.git</url>
12731
+ <url>git+https://github.com/fb55/css-what.git</url>
12732
12732
  </reference>
12733
12733
  </externalReferences>
12734
12734
  </component>
12735
- <component type="library" bom-ref="pkg:npm/is-binary-path@2.1.0">
12736
- <name>is-binary-path</name>
12737
- <version>2.1.0</version>
12735
+ <component type="library" bom-ref="pkg:npm/domhandler@5.0.3">
12736
+ <name>domhandler</name>
12737
+ <version>5.0.3</version>
12738
12738
  <description>
12739
- <![CDATA[Check if a file path is a binary file]]>
12739
+ <![CDATA[Handler for htmlparser2 that turns pages into a dom]]>
12740
12740
  </description>
12741
12741
  <licenses>
12742
12742
  <license>
12743
- <id>MIT</id>
12743
+ <id>BSD-2-Clause</id>
12744
12744
  </license>
12745
12745
  </licenses>
12746
- <purl>pkg:npm/is-binary-path@2.1.0</purl>
12746
+ <purl>pkg:npm/domhandler@5.0.3</purl>
12747
12747
  <externalReferences>
12748
12748
  <reference type="website">
12749
- <url>https://github.com/sindresorhus/is-binary-path#readme</url>
12749
+ <url>https://github.com/fb55/domhandler#readme</url>
12750
12750
  </reference>
12751
12751
  <reference type="issue-tracker">
12752
- <url>https://github.com/sindresorhus/is-binary-path/issues</url>
12752
+ <url>https://github.com/fb55/domhandler/issues</url>
12753
12753
  </reference>
12754
12754
  <reference type="vcs">
12755
- <url>git+https://github.com/sindresorhus/is-binary-path.git</url>
12755
+ <url>git://github.com/fb55/domhandler.git</url>
12756
12756
  </reference>
12757
12757
  </externalReferences>
12758
12758
  </component>
12759
- <component type="library" bom-ref="pkg:npm/readdirp@3.6.0">
12760
- <name>readdirp</name>
12761
- <version>3.6.0</version>
12759
+ <component type="library" bom-ref="pkg:npm/domelementtype@2.3.0">
12760
+ <name>domelementtype</name>
12761
+ <version>2.3.0</version>
12762
12762
  <description>
12763
- <![CDATA[Recursive version of fs.readdir with streaming API.]]>
12763
+ <![CDATA[all the types of nodes in htmlparser2's dom]]>
12764
12764
  </description>
12765
12765
  <licenses>
12766
12766
  <license>
12767
- <id>MIT</id>
12767
+ <id>BSD-2-Clause</id>
12768
12768
  </license>
12769
12769
  </licenses>
12770
- <purl>pkg:npm/readdirp@3.6.0</purl>
12770
+ <purl>pkg:npm/domelementtype@2.3.0</purl>
12771
12771
  <externalReferences>
12772
12772
  <reference type="website">
12773
- <url>https://github.com/paulmillr/readdirp</url>
12773
+ <url>https://github.com/fb55/domelementtype#readme</url>
12774
12774
  </reference>
12775
12775
  <reference type="issue-tracker">
12776
- <url>https://github.com/paulmillr/readdirp/issues</url>
12776
+ <url>https://github.com/fb55/domelementtype/issues</url>
12777
12777
  </reference>
12778
12778
  <reference type="vcs">
12779
- <url>git://github.com/paulmillr/readdirp.git</url>
12779
+ <url>git://github.com/fb55/domelementtype.git</url>
12780
12780
  </reference>
12781
12781
  </externalReferences>
12782
12782
  </component>
12783
- <component type="library" bom-ref="pkg:npm/cheerio-select@2.1.0">
12784
- <name>cheerio-select</name>
12785
- <version>2.1.0</version>
12783
+ <component type="library" bom-ref="pkg:npm/domutils@3.0.1">
12784
+ <name>domutils</name>
12785
+ <version>3.0.1</version>
12786
12786
  <description>
12787
- <![CDATA[CSS selector engine supporting jQuery selectors]]>
12787
+ <![CDATA[Utilities for working with htmlparser2's dom]]>
12788
12788
  </description>
12789
12789
  <licenses>
12790
12790
  <license>
12791
12791
  <id>BSD-2-Clause</id>
12792
12792
  </license>
12793
12793
  </licenses>
12794
- <purl>pkg:npm/cheerio-select@2.1.0</purl>
12794
+ <purl>pkg:npm/domutils@3.0.1</purl>
12795
12795
  <externalReferences>
12796
12796
  <reference type="website">
12797
- <url>https://github.com/cheeriojs/cheerio-select#readme</url>
12797
+ <url>https://github.com/fb55/domutils#readme</url>
12798
12798
  </reference>
12799
12799
  <reference type="issue-tracker">
12800
- <url>https://github.com/cheeriojs/cheerio-select/issues</url>
12800
+ <url>https://github.com/fb55/domutils/issues</url>
12801
12801
  </reference>
12802
12802
  <reference type="vcs">
12803
- <url>git://github.com/cheeriojs/cheerio-select.git</url>
12803
+ <url>git://github.com/fb55/domutils.git</url>
12804
12804
  </reference>
12805
12805
  </externalReferences>
12806
12806
  </component>
12807
- <component type="library" bom-ref="pkg:npm/css-select@5.1.0">
12808
- <name>css-select</name>
12809
- <version>5.1.0</version>
12807
+ <component type="library" bom-ref="pkg:npm/dom-serializer@2.0.0">
12808
+ <name>dom-serializer</name>
12809
+ <version>2.0.0</version>
12810
12810
  <description>
12811
- <![CDATA[a CSS selector compiler/engine]]>
12811
+ <![CDATA[render domhandler DOM nodes to a string]]>
12812
12812
  </description>
12813
12813
  <licenses>
12814
12814
  <license>
12815
- <id>BSD-2-Clause</id>
12815
+ <id>MIT</id>
12816
12816
  </license>
12817
12817
  </licenses>
12818
- <purl>pkg:npm/css-select@5.1.0</purl>
12818
+ <purl>pkg:npm/dom-serializer@2.0.0</purl>
12819
12819
  <externalReferences>
12820
12820
  <reference type="website">
12821
- <url>https://github.com/fb55/css-select#readme</url>
12821
+ <url>https://github.com/cheeriojs/dom-serializer#readme</url>
12822
12822
  </reference>
12823
12823
  <reference type="issue-tracker">
12824
- <url>https://github.com/fb55/css-select/issues</url>
12824
+ <url>https://github.com/cheeriojs/dom-serializer/issues</url>
12825
12825
  </reference>
12826
12826
  <reference type="vcs">
12827
- <url>git://github.com/fb55/css-select.git</url>
12827
+ <url>git://github.com/cheeriojs/dom-serializer.git</url>
12828
12828
  </reference>
12829
12829
  </externalReferences>
12830
12830
  </component>
12831
- <component type="library" bom-ref="pkg:npm/css-what@6.1.0">
12832
- <name>css-what</name>
12833
- <version>6.1.0</version>
12831
+ <component type="library" bom-ref="pkg:npm/entities@4.3.0">
12832
+ <name>entities</name>
12833
+ <version>4.3.0</version>
12834
12834
  <description>
12835
- <![CDATA[a CSS selector parser]]>
12835
+ <![CDATA[Encode & decode XML and HTML entities with ease & speed]]>
12836
12836
  </description>
12837
12837
  <licenses>
12838
12838
  <license>
12839
12839
  <id>BSD-2-Clause</id>
12840
12840
  </license>
12841
12841
  </licenses>
12842
- <purl>pkg:npm/css-what@6.1.0</purl>
12842
+ <purl>pkg:npm/entities@4.3.0</purl>
12843
12843
  <externalReferences>
12844
12844
  <reference type="website">
12845
- <url>https://github.com/fb55/css-what#readme</url>
12845
+ <url>https://github.com/fb55/entities#readme</url>
12846
12846
  </reference>
12847
12847
  <reference type="issue-tracker">
12848
- <url>https://github.com/fb55/css-what/issues</url>
12848
+ <url>https://github.com/fb55/entities/issues</url>
12849
12849
  </reference>
12850
12850
  <reference type="vcs">
12851
- <url>git+https://github.com/fb55/css-what.git</url>
12851
+ <url>git://github.com/fb55/entities.git</url>
12852
12852
  </reference>
12853
12853
  </externalReferences>
12854
12854
  </component>
12855
- <component type="library" bom-ref="pkg:npm/domhandler@5.0.3">
12856
- <name>domhandler</name>
12857
- <version>5.0.3</version>
12855
+ <component type="library" bom-ref="pkg:npm/nth-check@2.1.1">
12856
+ <name>nth-check</name>
12857
+ <version>2.1.1</version>
12858
12858
  <description>
12859
- <![CDATA[Handler for htmlparser2 that turns pages into a dom]]>
12859
+ <![CDATA[Parses and compiles CSS nth-checks to highly optimized functions.]]>
12860
12860
  </description>
12861
12861
  <licenses>
12862
12862
  <license>
12863
12863
  <id>BSD-2-Clause</id>
12864
12864
  </license>
12865
12865
  </licenses>
12866
- <purl>pkg:npm/domhandler@5.0.3</purl>
12866
+ <purl>pkg:npm/nth-check@2.1.1</purl>
12867
12867
  <externalReferences>
12868
12868
  <reference type="website">
12869
- <url>https://github.com/fb55/domhandler#readme</url>
12869
+ <url>https://github.com/fb55/nth-check</url>
12870
12870
  </reference>
12871
12871
  <reference type="issue-tracker">
12872
- <url>https://github.com/fb55/domhandler/issues</url>
12872
+ <url>https://github.com/fb55/nth-check/issues</url>
12873
12873
  </reference>
12874
12874
  <reference type="vcs">
12875
- <url>git://github.com/fb55/domhandler.git</url>
12875
+ <url>git+https://github.com/fb55/nth-check.git</url>
12876
12876
  </reference>
12877
12877
  </externalReferences>
12878
12878
  </component>
12879
- <component type="library" bom-ref="pkg:npm/domelementtype@2.3.0">
12880
- <name>domelementtype</name>
12881
- <version>2.3.0</version>
12879
+ <component type="library" bom-ref="pkg:npm/htmlparser2@8.0.1">
12880
+ <name>htmlparser2</name>
12881
+ <version>8.0.1</version>
12882
12882
  <description>
12883
- <![CDATA[all the types of nodes in htmlparser2's dom]]>
12883
+ <![CDATA[Fast & forgiving HTML/XML parser]]>
12884
12884
  </description>
12885
12885
  <licenses>
12886
12886
  <license>
12887
- <id>BSD-2-Clause</id>
12887
+ <id>MIT</id>
12888
12888
  </license>
12889
12889
  </licenses>
12890
- <purl>pkg:npm/domelementtype@2.3.0</purl>
12890
+ <purl>pkg:npm/htmlparser2@8.0.1</purl>
12891
12891
  <externalReferences>
12892
12892
  <reference type="website">
12893
- <url>https://github.com/fb55/domelementtype#readme</url>
12893
+ <url>https://github.com/fb55/htmlparser2#readme</url>
12894
12894
  </reference>
12895
12895
  <reference type="issue-tracker">
12896
- <url>https://github.com/fb55/domelementtype/issues</url>
12896
+ <url>https://github.com/fb55/htmlparser2/issues</url>
12897
12897
  </reference>
12898
12898
  <reference type="vcs">
12899
- <url>git://github.com/fb55/domelementtype.git</url>
12899
+ <url>git://github.com/fb55/htmlparser2.git</url>
12900
12900
  </reference>
12901
12901
  </externalReferences>
12902
12902
  </component>
12903
- <component type="library" bom-ref="pkg:npm/domutils@3.0.1">
12904
- <name>domutils</name>
12905
- <version>3.0.1</version>
12903
+ <component type="library" bom-ref="pkg:npm/parse5@7.0.0">
12904
+ <name>parse5</name>
12905
+ <version>7.0.0</version>
12906
12906
  <description>
12907
- <![CDATA[Utilities for working with htmlparser2's dom]]>
12907
+ <![CDATA[HTML parser and serializer.]]>
12908
12908
  </description>
12909
12909
  <licenses>
12910
12910
  <license>
12911
- <id>BSD-2-Clause</id>
12911
+ <id>MIT</id>
12912
12912
  </license>
12913
12913
  </licenses>
12914
- <purl>pkg:npm/domutils@3.0.1</purl>
12914
+ <purl>pkg:npm/parse5@7.0.0</purl>
12915
12915
  <externalReferences>
12916
12916
  <reference type="website">
12917
- <url>https://github.com/fb55/domutils#readme</url>
12917
+ <url>https://github.com/inikulin/parse5</url>
12918
12918
  </reference>
12919
12919
  <reference type="issue-tracker">
12920
- <url>https://github.com/fb55/domutils/issues</url>
12920
+ <url>https://github.com/inikulin/parse5/issues</url>
12921
12921
  </reference>
12922
12922
  <reference type="vcs">
12923
- <url>git://github.com/fb55/domutils.git</url>
12923
+ <url>git://github.com/inikulin/parse5.git</url>
12924
12924
  </reference>
12925
12925
  </externalReferences>
12926
12926
  </component>
12927
- <component type="library" bom-ref="pkg:npm/dom-serializer@2.0.0">
12928
- <name>dom-serializer</name>
12929
- <version>2.0.0</version>
12927
+ <component type="library" bom-ref="pkg:npm/parse5-htmlparser2-tree-adapter@7.0.0">
12928
+ <name>parse5-htmlparser2-tree-adapter</name>
12929
+ <version>7.0.0</version>
12930
12930
  <description>
12931
- <![CDATA[render domhandler DOM nodes to a string]]>
12931
+ <![CDATA[htmlparser2 tree adapter for parse5.]]>
12932
12932
  </description>
12933
12933
  <licenses>
12934
12934
  <license>
12935
12935
  <id>MIT</id>
12936
12936
  </license>
12937
12937
  </licenses>
12938
- <purl>pkg:npm/dom-serializer@2.0.0</purl>
12938
+ <purl>pkg:npm/parse5-htmlparser2-tree-adapter@7.0.0</purl>
12939
12939
  <externalReferences>
12940
12940
  <reference type="website">
12941
- <url>https://github.com/cheeriojs/dom-serializer#readme</url>
12941
+ <url>https://github.com/inikulin/parse5</url>
12942
12942
  </reference>
12943
12943
  <reference type="issue-tracker">
12944
- <url>https://github.com/cheeriojs/dom-serializer/issues</url>
12944
+ <url>https://github.com/inikulin/parse5/issues</url>
12945
12945
  </reference>
12946
12946
  <reference type="vcs">
12947
- <url>git://github.com/cheeriojs/dom-serializer.git</url>
12947
+ <url>git://github.com/inikulin/parse5.git</url>
12948
12948
  </reference>
12949
12949
  </externalReferences>
12950
12950
  </component>
12951
- <component type="library" bom-ref="pkg:npm/entities@4.3.0">
12952
- <name>entities</name>
12953
- <version>4.3.0</version>
12951
+ <component type="library" bom-ref="pkg:npm/tslib@2.4.0">
12952
+ <name>tslib</name>
12953
+ <version>2.4.0</version>
12954
12954
  <description>
12955
- <![CDATA[Encode & decode XML and HTML entities with ease & speed]]>
12955
+ <![CDATA[Runtime library for TypeScript helper functions]]>
12956
12956
  </description>
12957
12957
  <licenses>
12958
12958
  <license>
12959
- <id>BSD-2-Clause</id>
12959
+ <id>0BSD</id>
12960
12960
  </license>
12961
12961
  </licenses>
12962
- <purl>pkg:npm/entities@4.3.0</purl>
12962
+ <purl>pkg:npm/tslib@2.4.0</purl>
12963
12963
  <externalReferences>
12964
12964
  <reference type="website">
12965
- <url>https://github.com/fb55/entities#readme</url>
12965
+ <url>https://www.typescriptlang.org/</url>
12966
12966
  </reference>
12967
12967
  <reference type="issue-tracker">
12968
- <url>https://github.com/fb55/entities/issues</url>
12968
+ <url>https://github.com/Microsoft/TypeScript/issues</url>
12969
12969
  </reference>
12970
12970
  <reference type="vcs">
12971
- <url>git://github.com/fb55/entities.git</url>
12971
+ <url>git+https://github.com/Microsoft/tslib.git</url>
12972
12972
  </reference>
12973
12973
  </externalReferences>
12974
12974
  </component>
12975
- <component type="library" bom-ref="pkg:npm/nth-check@2.1.1">
12976
- <name>nth-check</name>
12977
- <version>2.1.1</version>
12975
+ <component type="library" bom-ref="pkg:npm/chokidar@3.5.3">
12976
+ <name>chokidar</name>
12977
+ <version>3.5.3</version>
12978
12978
  <description>
12979
- <![CDATA[Parses and compiles CSS nth-checks to highly optimized functions.]]>
12979
+ <![CDATA[Minimal and efficient cross-platform file watching library]]>
12980
12980
  </description>
12981
12981
  <licenses>
12982
12982
  <license>
12983
- <id>BSD-2-Clause</id>
12983
+ <id>MIT</id>
12984
12984
  </license>
12985
12985
  </licenses>
12986
- <purl>pkg:npm/nth-check@2.1.1</purl>
12986
+ <purl>pkg:npm/chokidar@3.5.3</purl>
12987
12987
  <externalReferences>
12988
12988
  <reference type="website">
12989
- <url>https://github.com/fb55/nth-check</url>
12989
+ <url>https://github.com/paulmillr/chokidar</url>
12990
12990
  </reference>
12991
12991
  <reference type="issue-tracker">
12992
- <url>https://github.com/fb55/nth-check/issues</url>
12992
+ <url>https://github.com/paulmillr/chokidar/issues</url>
12993
12993
  </reference>
12994
12994
  <reference type="vcs">
12995
- <url>git+https://github.com/fb55/nth-check.git</url>
12995
+ <url>git+https://github.com/paulmillr/chokidar.git</url>
12996
12996
  </reference>
12997
12997
  </externalReferences>
12998
12998
  </component>
12999
- <component type="library" bom-ref="pkg:npm/cheerio@1.0.0-rc.11">
13000
- <name>cheerio</name>
13001
- <version>1.0.0-rc.11</version>
12999
+ <component type="library" bom-ref="pkg:npm/glob-parent@5.1.2">
13000
+ <name>glob-parent</name>
13001
+ <version>5.1.2</version>
13002
13002
  <description>
13003
- <![CDATA[Tiny, fast, and elegant implementation of core jQuery designed specifically for the server]]>
13003
+ <![CDATA[Extract the non-magic parent path from a glob string.]]>
13004
13004
  </description>
13005
13005
  <licenses>
13006
13006
  <license>
13007
- <id>MIT</id>
13007
+ <id>ISC</id>
13008
13008
  </license>
13009
13009
  </licenses>
13010
- <purl>pkg:npm/cheerio@1.0.0-rc.11</purl>
13010
+ <purl>pkg:npm/glob-parent@5.1.2</purl>
13011
13011
  <externalReferences>
13012
13012
  <reference type="website">
13013
- <url>https://cheerio.js.org/</url>
13013
+ <url>https://github.com/gulpjs/glob-parent#readme</url>
13014
13014
  </reference>
13015
13015
  <reference type="issue-tracker">
13016
- <url>https://github.com/cheeriojs/cheerio/issues</url>
13016
+ <url>https://github.com/gulpjs/glob-parent/issues</url>
13017
13017
  </reference>
13018
13018
  <reference type="vcs">
13019
- <url>git://github.com/cheeriojs/cheerio.git</url>
13019
+ <url>git+https://github.com/gulpjs/glob-parent.git</url>
13020
13020
  </reference>
13021
13021
  </externalReferences>
13022
13022
  </component>
13023
- <component type="library" bom-ref="pkg:npm/htmlparser2@8.0.1">
13024
- <name>htmlparser2</name>
13025
- <version>8.0.1</version>
13023
+ <component type="library" bom-ref="pkg:npm/is-glob@4.0.3">
13024
+ <name>is-glob</name>
13025
+ <version>4.0.3</version>
13026
13026
  <description>
13027
- <![CDATA[Fast & forgiving HTML/XML parser]]>
13027
+ <![CDATA[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.]]>
13028
13028
  </description>
13029
13029
  <licenses>
13030
13030
  <license>
13031
13031
  <id>MIT</id>
13032
13032
  </license>
13033
13033
  </licenses>
13034
- <purl>pkg:npm/htmlparser2@8.0.1</purl>
13034
+ <purl>pkg:npm/is-glob@4.0.3</purl>
13035
13035
  <externalReferences>
13036
13036
  <reference type="website">
13037
- <url>https://github.com/fb55/htmlparser2#readme</url>
13037
+ <url>https://github.com/micromatch/is-glob</url>
13038
13038
  </reference>
13039
13039
  <reference type="issue-tracker">
13040
- <url>https://github.com/fb55/htmlparser2/issues</url>
13040
+ <url>https://github.com/micromatch/is-glob/issues</url>
13041
13041
  </reference>
13042
13042
  <reference type="vcs">
13043
- <url>git://github.com/fb55/htmlparser2.git</url>
13043
+ <url>git+https://github.com/micromatch/is-glob.git</url>
13044
13044
  </reference>
13045
13045
  </externalReferences>
13046
13046
  </component>
13047
- <component type="library" bom-ref="pkg:npm/parse5@7.0.0">
13048
- <name>parse5</name>
13049
- <version>7.0.0</version>
13047
+ <component type="library" bom-ref="pkg:npm/is-extglob@2.1.1">
13048
+ <name>is-extglob</name>
13049
+ <version>2.1.1</version>
13050
13050
  <description>
13051
- <![CDATA[HTML parser and serializer.]]>
13051
+ <![CDATA[Returns true if a string has an extglob.]]>
13052
13052
  </description>
13053
13053
  <licenses>
13054
13054
  <license>
13055
13055
  <id>MIT</id>
13056
13056
  </license>
13057
13057
  </licenses>
13058
- <purl>pkg:npm/parse5@7.0.0</purl>
13058
+ <purl>pkg:npm/is-extglob@2.1.1</purl>
13059
13059
  <externalReferences>
13060
13060
  <reference type="website">
13061
- <url>https://github.com/inikulin/parse5</url>
13061
+ <url>https://github.com/jonschlinkert/is-extglob</url>
13062
13062
  </reference>
13063
13063
  <reference type="issue-tracker">
13064
- <url>https://github.com/inikulin/parse5/issues</url>
13064
+ <url>https://github.com/jonschlinkert/is-extglob/issues</url>
13065
13065
  </reference>
13066
13066
  <reference type="vcs">
13067
- <url>git://github.com/inikulin/parse5.git</url>
13067
+ <url>git+https://github.com/jonschlinkert/is-extglob.git</url>
13068
13068
  </reference>
13069
13069
  </externalReferences>
13070
13070
  </component>
13071
- <component type="library" bom-ref="pkg:npm/parse5-htmlparser2-tree-adapter@7.0.0">
13072
- <name>parse5-htmlparser2-tree-adapter</name>
13073
- <version>7.0.0</version>
13071
+ <component type="library" bom-ref="pkg:npm/is-binary-path@2.1.0">
13072
+ <name>is-binary-path</name>
13073
+ <version>2.1.0</version>
13074
13074
  <description>
13075
- <![CDATA[htmlparser2 tree adapter for parse5.]]>
13075
+ <![CDATA[Check if a file path is a binary file]]>
13076
13076
  </description>
13077
13077
  <licenses>
13078
13078
  <license>
13079
13079
  <id>MIT</id>
13080
13080
  </license>
13081
13081
  </licenses>
13082
- <purl>pkg:npm/parse5-htmlparser2-tree-adapter@7.0.0</purl>
13082
+ <purl>pkg:npm/is-binary-path@2.1.0</purl>
13083
13083
  <externalReferences>
13084
13084
  <reference type="website">
13085
- <url>https://github.com/inikulin/parse5</url>
13085
+ <url>https://github.com/sindresorhus/is-binary-path#readme</url>
13086
13086
  </reference>
13087
13087
  <reference type="issue-tracker">
13088
- <url>https://github.com/inikulin/parse5/issues</url>
13088
+ <url>https://github.com/sindresorhus/is-binary-path/issues</url>
13089
13089
  </reference>
13090
13090
  <reference type="vcs">
13091
- <url>git://github.com/inikulin/parse5.git</url>
13091
+ <url>git+https://github.com/sindresorhus/is-binary-path.git</url>
13092
13092
  </reference>
13093
13093
  </externalReferences>
13094
13094
  </component>
13095
- <component type="library" bom-ref="pkg:npm/tslib@2.4.0">
13096
- <name>tslib</name>
13097
- <version>2.4.0</version>
13095
+ <component type="library" bom-ref="pkg:npm/readdirp@3.6.0">
13096
+ <name>readdirp</name>
13097
+ <version>3.6.0</version>
13098
13098
  <description>
13099
- <![CDATA[Runtime library for TypeScript helper functions]]>
13099
+ <![CDATA[Recursive version of fs.readdir with streaming API.]]>
13100
13100
  </description>
13101
13101
  <licenses>
13102
13102
  <license>
13103
- <id>0BSD</id>
13103
+ <id>MIT</id>
13104
13104
  </license>
13105
13105
  </licenses>
13106
- <purl>pkg:npm/tslib@2.4.0</purl>
13106
+ <purl>pkg:npm/readdirp@3.6.0</purl>
13107
13107
  <externalReferences>
13108
13108
  <reference type="website">
13109
- <url>https://www.typescriptlang.org/</url>
13109
+ <url>https://github.com/paulmillr/readdirp</url>
13110
13110
  </reference>
13111
13111
  <reference type="issue-tracker">
13112
- <url>https://github.com/Microsoft/TypeScript/issues</url>
13112
+ <url>https://github.com/paulmillr/readdirp/issues</url>
13113
13113
  </reference>
13114
13114
  <reference type="vcs">
13115
- <url>git+https://github.com/Microsoft/tslib.git</url>
13115
+ <url>git://github.com/paulmillr/readdirp.git</url>
13116
13116
  </reference>
13117
13117
  </externalReferences>
13118
13118
  </component>
@@ -14455,30 +14455,6 @@
14455
14455
  </reference>
14456
14456
  </externalReferences>
14457
14457
  </component>
14458
- <component type="library" bom-ref="pkg:npm/for-in@1.0.2">
14459
- <name>for-in</name>
14460
- <version>1.0.2</version>
14461
- <description>
14462
- <![CDATA[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]]>
14463
- </description>
14464
- <licenses>
14465
- <license>
14466
- <id>MIT</id>
14467
- </license>
14468
- </licenses>
14469
- <purl>pkg:npm/for-in@1.0.2</purl>
14470
- <externalReferences>
14471
- <reference type="website">
14472
- <url>https://github.com/jonschlinkert/for-in</url>
14473
- </reference>
14474
- <reference type="issue-tracker">
14475
- <url>https://github.com/jonschlinkert/for-in/issues</url>
14476
- </reference>
14477
- <reference type="vcs">
14478
- <url>git+https://github.com/jonschlinkert/for-in.git</url>
14479
- </reference>
14480
- </externalReferences>
14481
- </component>
14482
14458
  <component type="library" bom-ref="pkg:npm/flush-write-stream@1.1.1">
14483
14459
  <name>flush-write-stream</name>
14484
14460
  <version>1.1.1</version>
@@ -14503,27 +14479,27 @@
14503
14479
  </reference>
14504
14480
  </externalReferences>
14505
14481
  </component>
14506
- <component type="library" bom-ref="pkg:npm/from2@2.3.0">
14507
- <name>from2</name>
14508
- <version>2.3.0</version>
14482
+ <component type="library" bom-ref="pkg:npm/for-in@1.0.2">
14483
+ <name>for-in</name>
14484
+ <version>1.0.2</version>
14509
14485
  <description>
14510
- <![CDATA[Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"]]>
14486
+ <![CDATA[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]]>
14511
14487
  </description>
14512
14488
  <licenses>
14513
14489
  <license>
14514
14490
  <id>MIT</id>
14515
14491
  </license>
14516
14492
  </licenses>
14517
- <purl>pkg:npm/from2@2.3.0</purl>
14493
+ <purl>pkg:npm/for-in@1.0.2</purl>
14518
14494
  <externalReferences>
14519
14495
  <reference type="website">
14520
- <url>https://github.com/hughsk/from2</url>
14496
+ <url>https://github.com/jonschlinkert/for-in</url>
14521
14497
  </reference>
14522
14498
  <reference type="issue-tracker">
14523
- <url>https://github.com/hughsk/from2/issues</url>
14499
+ <url>https://github.com/jonschlinkert/for-in/issues</url>
14524
14500
  </reference>
14525
14501
  <reference type="vcs">
14526
- <url>git://github.com/hughsk/from2.git</url>
14502
+ <url>git+https://github.com/jonschlinkert/for-in.git</url>
14527
14503
  </reference>
14528
14504
  </externalReferences>
14529
14505
  </component>
@@ -14575,6 +14551,30 @@
14575
14551
  </reference>
14576
14552
  </externalReferences>
14577
14553
  </component>
14554
+ <component type="library" bom-ref="pkg:npm/from2@2.3.0">
14555
+ <name>from2</name>
14556
+ <version>2.3.0</version>
14557
+ <description>
14558
+ <![CDATA[Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"]]>
14559
+ </description>
14560
+ <licenses>
14561
+ <license>
14562
+ <id>MIT</id>
14563
+ </license>
14564
+ </licenses>
14565
+ <purl>pkg:npm/from2@2.3.0</purl>
14566
+ <externalReferences>
14567
+ <reference type="website">
14568
+ <url>https://github.com/hughsk/from2</url>
14569
+ </reference>
14570
+ <reference type="issue-tracker">
14571
+ <url>https://github.com/hughsk/from2/issues</url>
14572
+ </reference>
14573
+ <reference type="vcs">
14574
+ <url>git://github.com/hughsk/from2.git</url>
14575
+ </reference>
14576
+ </externalReferences>
14577
+ </component>
14578
14578
  <component type="library" bom-ref="pkg:npm/fs-write-stream-atomic@1.0.10">
14579
14579
  <name>fs-write-stream-atomic</name>
14580
14580
  <version>1.0.10</version>
@@ -15676,30 +15676,6 @@
15676
15676
  </reference>
15677
15677
  </externalReferences>
15678
15678
  </component>
15679
- <component type="library" bom-ref="pkg:npm/promise-inflight@1.0.1">
15680
- <name>promise-inflight</name>
15681
- <version>1.0.1</version>
15682
- <description>
15683
- <![CDATA[One promise for multiple requests in flight to avoid async duplication]]>
15684
- </description>
15685
- <licenses>
15686
- <license>
15687
- <id>ISC</id>
15688
- </license>
15689
- </licenses>
15690
- <purl>pkg:npm/promise-inflight@1.0.1</purl>
15691
- <externalReferences>
15692
- <reference type="website">
15693
- <url>https://github.com/iarna/promise-inflight#readme</url>
15694
- </reference>
15695
- <reference type="issue-tracker">
15696
- <url>https://github.com/iarna/promise-inflight/issues</url>
15697
- </reference>
15698
- <reference type="vcs">
15699
- <url>git+https://github.com/iarna/promise-inflight.git</url>
15700
- </reference>
15701
- </externalReferences>
15702
- </component>
15703
15679
  <component type="library" bom-ref="pkg:npm/process@0.11.10">
15704
15680
  <name>process</name>
15705
15681
  <version>0.11.10</version>
@@ -15724,22 +15700,27 @@
15724
15700
  </reference>
15725
15701
  </externalReferences>
15726
15702
  </component>
15727
- <component type="library" bom-ref="pkg:npm/querystring@0.2.0">
15728
- <name>querystring</name>
15729
- <version>0.2.0</version>
15703
+ <component type="library" bom-ref="pkg:npm/promise-inflight@1.0.1">
15704
+ <name>promise-inflight</name>
15705
+ <version>1.0.1</version>
15730
15706
  <description>
15731
- <![CDATA[Node's querystring module for all engines.]]>
15707
+ <![CDATA[One promise for multiple requests in flight to avoid async duplication]]>
15732
15708
  </description>
15733
- <purl>pkg:npm/querystring@0.2.0</purl>
15709
+ <licenses>
15710
+ <license>
15711
+ <id>ISC</id>
15712
+ </license>
15713
+ </licenses>
15714
+ <purl>pkg:npm/promise-inflight@1.0.1</purl>
15734
15715
  <externalReferences>
15735
15716
  <reference type="website">
15736
- <url>https://github.com/Gozala/querystring#readme</url>
15717
+ <url>https://github.com/iarna/promise-inflight#readme</url>
15737
15718
  </reference>
15738
15719
  <reference type="issue-tracker">
15739
- <url>http://github.com/Gozala/querystring/issues/</url>
15720
+ <url>https://github.com/iarna/promise-inflight/issues</url>
15740
15721
  </reference>
15741
15722
  <reference type="vcs">
15742
- <url>git://github.com/Gozala/querystring.git</url>
15723
+ <url>git+https://github.com/iarna/promise-inflight.git</url>
15743
15724
  </reference>
15744
15725
  </externalReferences>
15745
15726
  </component>
@@ -15762,6 +15743,25 @@
15762
15743
  </reference>
15763
15744
  </externalReferences>
15764
15745
  </component>
15746
+ <component type="library" bom-ref="pkg:npm/querystring@0.2.0">
15747
+ <name>querystring</name>
15748
+ <version>0.2.0</version>
15749
+ <description>
15750
+ <![CDATA[Node's querystring module for all engines.]]>
15751
+ </description>
15752
+ <purl>pkg:npm/querystring@0.2.0</purl>
15753
+ <externalReferences>
15754
+ <reference type="website">
15755
+ <url>https://github.com/Gozala/querystring#readme</url>
15756
+ </reference>
15757
+ <reference type="issue-tracker">
15758
+ <url>http://github.com/Gozala/querystring/issues/</url>
15759
+ </reference>
15760
+ <reference type="vcs">
15761
+ <url>git://github.com/Gozala/querystring.git</url>
15762
+ </reference>
15763
+ </externalReferences>
15764
+ </component>
15765
15765
  <component type="library" bom-ref="pkg:npm/remove-trailing-separator@1.1.0">
15766
15766
  <name>remove-trailing-separator</name>
15767
15767
  <version>1.1.0</version>