
--- package-lock.json
+++ package-lock.json
... | ... | @@ -39,8 +39,8 @@ |
39 | 39 |
"devDependencies": { |
40 | 40 |
"autoprefixer": "^10.4.20", |
41 | 41 |
"mini-css-extract-plugin": "^2.9.2", |
42 |
- "node-sass": "^9.0.0", |
|
43 | 42 |
"postcss": "^8.5.3", |
43 |
+ "sass": "^1.89.2", |
|
44 | 44 |
"sass-loader": "^16.0.5" |
45 | 45 |
} |
46 | 46 |
}, |
... | ... | @@ -1297,7 +1297,9 @@ |
1297 | 1297 |
"resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", |
1298 | 1298 |
"integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", |
1299 | 1299 |
"dev": true, |
1300 |
- "license": "MIT" |
|
1300 |
+ "license": "MIT", |
|
1301 |
+ "optional": true, |
|
1302 |
+ "peer": true |
|
1301 | 1303 |
}, |
1302 | 1304 |
"node_modules/@jridgewell/gen-mapping": { |
1303 | 1305 |
"version": "0.3.8", |
... | ... | @@ -1375,6 +1377,8 @@ |
1375 | 1377 |
"integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", |
1376 | 1378 |
"dev": true, |
1377 | 1379 |
"license": "ISC", |
1380 |
+ "optional": true, |
|
1381 |
+ "peer": true, |
|
1378 | 1382 |
"dependencies": { |
1379 | 1383 |
"@gar/promisify": "^1.1.3", |
1380 | 1384 |
"semver": "^7.3.5" |
... | ... | @@ -1389,6 +1393,8 @@ |
1389 | 1393 |
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
1390 | 1394 |
"dev": true, |
1391 | 1395 |
"license": "ISC", |
1396 |
+ "optional": true, |
|
1397 |
+ "peer": true, |
|
1392 | 1398 |
"bin": { |
1393 | 1399 |
"semver": "bin/semver.js" |
1394 | 1400 |
}, |
... | ... | @@ -1403,6 +1409,8 @@ |
1403 | 1409 |
"deprecated": "This functionality has been moved to @npmcli/fs", |
1404 | 1410 |
"dev": true, |
1405 | 1411 |
"license": "MIT", |
1412 |
+ "optional": true, |
|
1413 |
+ "peer": true, |
|
1406 | 1414 |
"dependencies": { |
1407 | 1415 |
"mkdirp": "^1.0.4", |
1408 | 1416 |
"rimraf": "^3.0.2" |
... | ... | @@ -1411,12 +1419,324 @@ |
1411 | 1419 |
"node": "^12.13.0 || ^14.15.0 || >=16.0.0" |
1412 | 1420 |
} |
1413 | 1421 |
}, |
1422 |
+ "node_modules/@parcel/watcher": { |
|
1423 |
+ "version": "2.5.1", |
|
1424 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", |
|
1425 |
+ "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", |
|
1426 |
+ "dev": true, |
|
1427 |
+ "hasInstallScript": true, |
|
1428 |
+ "license": "MIT", |
|
1429 |
+ "optional": true, |
|
1430 |
+ "dependencies": { |
|
1431 |
+ "detect-libc": "^1.0.3", |
|
1432 |
+ "is-glob": "^4.0.3", |
|
1433 |
+ "micromatch": "^4.0.5", |
|
1434 |
+ "node-addon-api": "^7.0.0" |
|
1435 |
+ }, |
|
1436 |
+ "engines": { |
|
1437 |
+ "node": ">= 10.0.0" |
|
1438 |
+ }, |
|
1439 |
+ "funding": { |
|
1440 |
+ "type": "opencollective", |
|
1441 |
+ "url": "https://opencollective.com/parcel" |
|
1442 |
+ }, |
|
1443 |
+ "optionalDependencies": { |
|
1444 |
+ "@parcel/watcher-android-arm64": "2.5.1", |
|
1445 |
+ "@parcel/watcher-darwin-arm64": "2.5.1", |
|
1446 |
+ "@parcel/watcher-darwin-x64": "2.5.1", |
|
1447 |
+ "@parcel/watcher-freebsd-x64": "2.5.1", |
|
1448 |
+ "@parcel/watcher-linux-arm-glibc": "2.5.1", |
|
1449 |
+ "@parcel/watcher-linux-arm-musl": "2.5.1", |
|
1450 |
+ "@parcel/watcher-linux-arm64-glibc": "2.5.1", |
|
1451 |
+ "@parcel/watcher-linux-arm64-musl": "2.5.1", |
|
1452 |
+ "@parcel/watcher-linux-x64-glibc": "2.5.1", |
|
1453 |
+ "@parcel/watcher-linux-x64-musl": "2.5.1", |
|
1454 |
+ "@parcel/watcher-win32-arm64": "2.5.1", |
|
1455 |
+ "@parcel/watcher-win32-ia32": "2.5.1", |
|
1456 |
+ "@parcel/watcher-win32-x64": "2.5.1" |
|
1457 |
+ } |
|
1458 |
+ }, |
|
1459 |
+ "node_modules/@parcel/watcher-android-arm64": { |
|
1460 |
+ "version": "2.5.1", |
|
1461 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", |
|
1462 |
+ "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", |
|
1463 |
+ "cpu": [ |
|
1464 |
+ "arm64" |
|
1465 |
+ ], |
|
1466 |
+ "dev": true, |
|
1467 |
+ "license": "MIT", |
|
1468 |
+ "optional": true, |
|
1469 |
+ "os": [ |
|
1470 |
+ "android" |
|
1471 |
+ ], |
|
1472 |
+ "engines": { |
|
1473 |
+ "node": ">= 10.0.0" |
|
1474 |
+ }, |
|
1475 |
+ "funding": { |
|
1476 |
+ "type": "opencollective", |
|
1477 |
+ "url": "https://opencollective.com/parcel" |
|
1478 |
+ } |
|
1479 |
+ }, |
|
1480 |
+ "node_modules/@parcel/watcher-darwin-arm64": { |
|
1481 |
+ "version": "2.5.1", |
|
1482 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", |
|
1483 |
+ "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", |
|
1484 |
+ "cpu": [ |
|
1485 |
+ "arm64" |
|
1486 |
+ ], |
|
1487 |
+ "dev": true, |
|
1488 |
+ "license": "MIT", |
|
1489 |
+ "optional": true, |
|
1490 |
+ "os": [ |
|
1491 |
+ "darwin" |
|
1492 |
+ ], |
|
1493 |
+ "engines": { |
|
1494 |
+ "node": ">= 10.0.0" |
|
1495 |
+ }, |
|
1496 |
+ "funding": { |
|
1497 |
+ "type": "opencollective", |
|
1498 |
+ "url": "https://opencollective.com/parcel" |
|
1499 |
+ } |
|
1500 |
+ }, |
|
1501 |
+ "node_modules/@parcel/watcher-darwin-x64": { |
|
1502 |
+ "version": "2.5.1", |
|
1503 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", |
|
1504 |
+ "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", |
|
1505 |
+ "cpu": [ |
|
1506 |
+ "x64" |
|
1507 |
+ ], |
|
1508 |
+ "dev": true, |
|
1509 |
+ "license": "MIT", |
|
1510 |
+ "optional": true, |
|
1511 |
+ "os": [ |
|
1512 |
+ "darwin" |
|
1513 |
+ ], |
|
1514 |
+ "engines": { |
|
1515 |
+ "node": ">= 10.0.0" |
|
1516 |
+ }, |
|
1517 |
+ "funding": { |
|
1518 |
+ "type": "opencollective", |
|
1519 |
+ "url": "https://opencollective.com/parcel" |
|
1520 |
+ } |
|
1521 |
+ }, |
|
1522 |
+ "node_modules/@parcel/watcher-freebsd-x64": { |
|
1523 |
+ "version": "2.5.1", |
|
1524 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", |
|
1525 |
+ "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", |
|
1526 |
+ "cpu": [ |
|
1527 |
+ "x64" |
|
1528 |
+ ], |
|
1529 |
+ "dev": true, |
|
1530 |
+ "license": "MIT", |
|
1531 |
+ "optional": true, |
|
1532 |
+ "os": [ |
|
1533 |
+ "freebsd" |
|
1534 |
+ ], |
|
1535 |
+ "engines": { |
|
1536 |
+ "node": ">= 10.0.0" |
|
1537 |
+ }, |
|
1538 |
+ "funding": { |
|
1539 |
+ "type": "opencollective", |
|
1540 |
+ "url": "https://opencollective.com/parcel" |
|
1541 |
+ } |
|
1542 |
+ }, |
|
1543 |
+ "node_modules/@parcel/watcher-linux-arm-glibc": { |
|
1544 |
+ "version": "2.5.1", |
|
1545 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", |
|
1546 |
+ "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", |
|
1547 |
+ "cpu": [ |
|
1548 |
+ "arm" |
|
1549 |
+ ], |
|
1550 |
+ "dev": true, |
|
1551 |
+ "license": "MIT", |
|
1552 |
+ "optional": true, |
|
1553 |
+ "os": [ |
|
1554 |
+ "linux" |
|
1555 |
+ ], |
|
1556 |
+ "engines": { |
|
1557 |
+ "node": ">= 10.0.0" |
|
1558 |
+ }, |
|
1559 |
+ "funding": { |
|
1560 |
+ "type": "opencollective", |
|
1561 |
+ "url": "https://opencollective.com/parcel" |
|
1562 |
+ } |
|
1563 |
+ }, |
|
1564 |
+ "node_modules/@parcel/watcher-linux-arm-musl": { |
|
1565 |
+ "version": "2.5.1", |
|
1566 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", |
|
1567 |
+ "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", |
|
1568 |
+ "cpu": [ |
|
1569 |
+ "arm" |
|
1570 |
+ ], |
|
1571 |
+ "dev": true, |
|
1572 |
+ "license": "MIT", |
|
1573 |
+ "optional": true, |
|
1574 |
+ "os": [ |
|
1575 |
+ "linux" |
|
1576 |
+ ], |
|
1577 |
+ "engines": { |
|
1578 |
+ "node": ">= 10.0.0" |
|
1579 |
+ }, |
|
1580 |
+ "funding": { |
|
1581 |
+ "type": "opencollective", |
|
1582 |
+ "url": "https://opencollective.com/parcel" |
|
1583 |
+ } |
|
1584 |
+ }, |
|
1585 |
+ "node_modules/@parcel/watcher-linux-arm64-glibc": { |
|
1586 |
+ "version": "2.5.1", |
|
1587 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", |
|
1588 |
+ "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", |
|
1589 |
+ "cpu": [ |
|
1590 |
+ "arm64" |
|
1591 |
+ ], |
|
1592 |
+ "dev": true, |
|
1593 |
+ "license": "MIT", |
|
1594 |
+ "optional": true, |
|
1595 |
+ "os": [ |
|
1596 |
+ "linux" |
|
1597 |
+ ], |
|
1598 |
+ "engines": { |
|
1599 |
+ "node": ">= 10.0.0" |
|
1600 |
+ }, |
|
1601 |
+ "funding": { |
|
1602 |
+ "type": "opencollective", |
|
1603 |
+ "url": "https://opencollective.com/parcel" |
|
1604 |
+ } |
|
1605 |
+ }, |
|
1606 |
+ "node_modules/@parcel/watcher-linux-arm64-musl": { |
|
1607 |
+ "version": "2.5.1", |
|
1608 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", |
|
1609 |
+ "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", |
|
1610 |
+ "cpu": [ |
|
1611 |
+ "arm64" |
|
1612 |
+ ], |
|
1613 |
+ "dev": true, |
|
1614 |
+ "license": "MIT", |
|
1615 |
+ "optional": true, |
|
1616 |
+ "os": [ |
|
1617 |
+ "linux" |
|
1618 |
+ ], |
|
1619 |
+ "engines": { |
|
1620 |
+ "node": ">= 10.0.0" |
|
1621 |
+ }, |
|
1622 |
+ "funding": { |
|
1623 |
+ "type": "opencollective", |
|
1624 |
+ "url": "https://opencollective.com/parcel" |
|
1625 |
+ } |
|
1626 |
+ }, |
|
1627 |
+ "node_modules/@parcel/watcher-linux-x64-glibc": { |
|
1628 |
+ "version": "2.5.1", |
|
1629 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", |
|
1630 |
+ "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", |
|
1631 |
+ "cpu": [ |
|
1632 |
+ "x64" |
|
1633 |
+ ], |
|
1634 |
+ "dev": true, |
|
1635 |
+ "license": "MIT", |
|
1636 |
+ "optional": true, |
|
1637 |
+ "os": [ |
|
1638 |
+ "linux" |
|
1639 |
+ ], |
|
1640 |
+ "engines": { |
|
1641 |
+ "node": ">= 10.0.0" |
|
1642 |
+ }, |
|
1643 |
+ "funding": { |
|
1644 |
+ "type": "opencollective", |
|
1645 |
+ "url": "https://opencollective.com/parcel" |
|
1646 |
+ } |
|
1647 |
+ }, |
|
1648 |
+ "node_modules/@parcel/watcher-linux-x64-musl": { |
|
1649 |
+ "version": "2.5.1", |
|
1650 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", |
|
1651 |
+ "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", |
|
1652 |
+ "cpu": [ |
|
1653 |
+ "x64" |
|
1654 |
+ ], |
|
1655 |
+ "dev": true, |
|
1656 |
+ "license": "MIT", |
|
1657 |
+ "optional": true, |
|
1658 |
+ "os": [ |
|
1659 |
+ "linux" |
|
1660 |
+ ], |
|
1661 |
+ "engines": { |
|
1662 |
+ "node": ">= 10.0.0" |
|
1663 |
+ }, |
|
1664 |
+ "funding": { |
|
1665 |
+ "type": "opencollective", |
|
1666 |
+ "url": "https://opencollective.com/parcel" |
|
1667 |
+ } |
|
1668 |
+ }, |
|
1669 |
+ "node_modules/@parcel/watcher-win32-arm64": { |
|
1670 |
+ "version": "2.5.1", |
|
1671 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", |
|
1672 |
+ "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", |
|
1673 |
+ "cpu": [ |
|
1674 |
+ "arm64" |
|
1675 |
+ ], |
|
1676 |
+ "dev": true, |
|
1677 |
+ "license": "MIT", |
|
1678 |
+ "optional": true, |
|
1679 |
+ "os": [ |
|
1680 |
+ "win32" |
|
1681 |
+ ], |
|
1682 |
+ "engines": { |
|
1683 |
+ "node": ">= 10.0.0" |
|
1684 |
+ }, |
|
1685 |
+ "funding": { |
|
1686 |
+ "type": "opencollective", |
|
1687 |
+ "url": "https://opencollective.com/parcel" |
|
1688 |
+ } |
|
1689 |
+ }, |
|
1690 |
+ "node_modules/@parcel/watcher-win32-ia32": { |
|
1691 |
+ "version": "2.5.1", |
|
1692 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", |
|
1693 |
+ "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", |
|
1694 |
+ "cpu": [ |
|
1695 |
+ "ia32" |
|
1696 |
+ ], |
|
1697 |
+ "dev": true, |
|
1698 |
+ "license": "MIT", |
|
1699 |
+ "optional": true, |
|
1700 |
+ "os": [ |
|
1701 |
+ "win32" |
|
1702 |
+ ], |
|
1703 |
+ "engines": { |
|
1704 |
+ "node": ">= 10.0.0" |
|
1705 |
+ }, |
|
1706 |
+ "funding": { |
|
1707 |
+ "type": "opencollective", |
|
1708 |
+ "url": "https://opencollective.com/parcel" |
|
1709 |
+ } |
|
1710 |
+ }, |
|
1711 |
+ "node_modules/@parcel/watcher-win32-x64": { |
|
1712 |
+ "version": "2.5.1", |
|
1713 |
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", |
|
1714 |
+ "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", |
|
1715 |
+ "cpu": [ |
|
1716 |
+ "x64" |
|
1717 |
+ ], |
|
1718 |
+ "dev": true, |
|
1719 |
+ "license": "MIT", |
|
1720 |
+ "optional": true, |
|
1721 |
+ "os": [ |
|
1722 |
+ "win32" |
|
1723 |
+ ], |
|
1724 |
+ "engines": { |
|
1725 |
+ "node": ">= 10.0.0" |
|
1726 |
+ }, |
|
1727 |
+ "funding": { |
|
1728 |
+ "type": "opencollective", |
|
1729 |
+ "url": "https://opencollective.com/parcel" |
|
1730 |
+ } |
|
1731 |
+ }, |
|
1414 | 1732 |
"node_modules/@tootallnate/once": { |
1415 | 1733 |
"version": "2.0.0", |
1416 | 1734 |
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", |
1417 | 1735 |
"integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", |
1418 | 1736 |
"dev": true, |
1419 | 1737 |
"license": "MIT", |
1738 |
+ "optional": true, |
|
1739 |
+ "peer": true, |
|
1420 | 1740 |
"engines": { |
1421 | 1741 |
"node": ">= 10" |
1422 | 1742 |
} |
... | ... | @@ -1476,7 +1796,9 @@ |
1476 | 1796 |
"resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", |
1477 | 1797 |
"integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", |
1478 | 1798 |
"dev": true, |
1479 |
- "license": "MIT" |
|
1799 |
+ "license": "MIT", |
|
1800 |
+ "optional": true, |
|
1801 |
+ "peer": true |
|
1480 | 1802 |
}, |
1481 | 1803 |
"node_modules/@types/node": { |
1482 | 1804 |
"version": "22.13.10", |
... | ... | @@ -1492,7 +1814,9 @@ |
1492 | 1814 |
"resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", |
1493 | 1815 |
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", |
1494 | 1816 |
"dev": true, |
1495 |
- "license": "MIT" |
|
1817 |
+ "license": "MIT", |
|
1818 |
+ "optional": true, |
|
1819 |
+ "peer": true |
|
1496 | 1820 |
}, |
1497 | 1821 |
"node_modules/@types/turndown": { |
1498 | 1822 |
"version": "5.0.5", |
... | ... | @@ -1804,7 +2128,9 @@ |
1804 | 2128 |
"resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", |
1805 | 2129 |
"integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", |
1806 | 2130 |
"dev": true, |
1807 |
- "license": "ISC" |
|
2131 |
+ "license": "ISC", |
|
2132 |
+ "optional": true, |
|
2133 |
+ "peer": true |
|
1808 | 2134 |
}, |
1809 | 2135 |
"node_modules/accepts": { |
1810 | 2136 |
"version": "1.3.8", |
... | ... | @@ -1847,6 +2173,8 @@ |
1847 | 2173 |
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", |
1848 | 2174 |
"dev": true, |
1849 | 2175 |
"license": "MIT", |
2176 |
+ "optional": true, |
|
2177 |
+ "peer": true, |
|
1850 | 2178 |
"dependencies": { |
1851 | 2179 |
"debug": "4" |
1852 | 2180 |
}, |
... | ... | @@ -1860,6 +2188,8 @@ |
1860 | 2188 |
"integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==", |
1861 | 2189 |
"dev": true, |
1862 | 2190 |
"license": "MIT", |
2191 |
+ "optional": true, |
|
2192 |
+ "peer": true, |
|
1863 | 2193 |
"dependencies": { |
1864 | 2194 |
"humanize-ms": "^1.2.1" |
1865 | 2195 |
}, |
... | ... | @@ -1873,6 +2203,8 @@ |
1873 | 2203 |
"integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", |
1874 | 2204 |
"dev": true, |
1875 | 2205 |
"license": "MIT", |
2206 |
+ "optional": true, |
|
2207 |
+ "peer": true, |
|
1876 | 2208 |
"dependencies": { |
1877 | 2209 |
"clean-stack": "^2.0.0", |
1878 | 2210 |
"indent-string": "^4.0.0" |
... | ... | @@ -1951,6 +2283,8 @@ |
1951 | 2283 |
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", |
1952 | 2284 |
"dev": true, |
1953 | 2285 |
"license": "MIT", |
2286 |
+ "optional": true, |
|
2287 |
+ "peer": true, |
|
1954 | 2288 |
"engines": { |
1955 | 2289 |
"node": ">=8" |
1956 | 2290 |
} |
... | ... | @@ -1989,7 +2323,9 @@ |
1989 | 2323 |
"resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", |
1990 | 2324 |
"integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", |
1991 | 2325 |
"dev": true, |
1992 |
- "license": "ISC" |
|
2326 |
+ "license": "ISC", |
|
2327 |
+ "optional": true, |
|
2328 |
+ "peer": true |
|
1993 | 2329 |
}, |
1994 | 2330 |
"node_modules/are-we-there-yet": { |
1995 | 2331 |
"version": "3.0.1", |
... | ... | @@ -1998,6 +2334,8 @@ |
1998 | 2334 |
"deprecated": "This package is no longer supported.", |
1999 | 2335 |
"dev": true, |
2000 | 2336 |
"license": "ISC", |
2337 |
+ "optional": true, |
|
2338 |
+ "peer": true, |
|
2001 | 2339 |
"dependencies": { |
2002 | 2340 |
"delegates": "^1.0.0", |
2003 | 2341 |
"readable-stream": "^3.6.0" |
... | ... | @@ -2018,6 +2356,8 @@ |
2018 | 2356 |
"integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", |
2019 | 2357 |
"dev": true, |
2020 | 2358 |
"license": "MIT", |
2359 |
+ "optional": true, |
|
2360 |
+ "peer": true, |
|
2021 | 2361 |
"engines": { |
2022 | 2362 |
"node": ">=0.10.0" |
2023 | 2363 |
} |
... | ... | @@ -2027,6 +2367,8 @@ |
2027 | 2367 |
"resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", |
2028 | 2368 |
"integrity": "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==", |
2029 | 2369 |
"dev": true, |
2370 |
+ "optional": true, |
|
2371 |
+ "peer": true, |
|
2030 | 2372 |
"engines": { |
2031 | 2373 |
"node": "*" |
2032 | 2374 |
} |
... | ... | @@ -2275,6 +2617,8 @@ |
2275 | 2617 |
"integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", |
2276 | 2618 |
"dev": true, |
2277 | 2619 |
"license": "ISC", |
2620 |
+ "optional": true, |
|
2621 |
+ "peer": true, |
|
2278 | 2622 |
"dependencies": { |
2279 | 2623 |
"@npmcli/fs": "^2.1.0", |
2280 | 2624 |
"@npmcli/move-file": "^2.0.0", |
... | ... | @@ -2305,6 +2649,8 @@ |
2305 | 2649 |
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", |
2306 | 2650 |
"dev": true, |
2307 | 2651 |
"license": "MIT", |
2652 |
+ "optional": true, |
|
2653 |
+ "peer": true, |
|
2308 | 2654 |
"dependencies": { |
2309 | 2655 |
"balanced-match": "^1.0.0" |
2310 | 2656 |
} |
... | ... | @@ -2316,6 +2662,8 @@ |
2316 | 2662 |
"deprecated": "Glob versions prior to v9 are no longer supported", |
2317 | 2663 |
"dev": true, |
2318 | 2664 |
"license": "ISC", |
2665 |
+ "optional": true, |
|
2666 |
+ "peer": true, |
|
2319 | 2667 |
"dependencies": { |
2320 | 2668 |
"fs.realpath": "^1.0.0", |
2321 | 2669 |
"inflight": "^1.0.4", |
... | ... | @@ -2336,6 +2684,8 @@ |
2336 | 2684 |
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", |
2337 | 2685 |
"dev": true, |
2338 | 2686 |
"license": "ISC", |
2687 |
+ "optional": true, |
|
2688 |
+ "peer": true, |
|
2339 | 2689 |
"engines": { |
2340 | 2690 |
"node": ">=12" |
2341 | 2691 |
} |
... | ... | @@ -2346,6 +2696,8 @@ |
2346 | 2696 |
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", |
2347 | 2697 |
"dev": true, |
2348 | 2698 |
"license": "ISC", |
2699 |
+ "optional": true, |
|
2700 |
+ "peer": true, |
|
2349 | 2701 |
"dependencies": { |
2350 | 2702 |
"brace-expansion": "^2.0.1" |
2351 | 2703 |
}, |
... | ... | @@ -2388,6 +2740,8 @@ |
2388 | 2740 |
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", |
2389 | 2741 |
"dev": true, |
2390 | 2742 |
"license": "MIT", |
2743 |
+ "optional": true, |
|
2744 |
+ "peer": true, |
|
2391 | 2745 |
"engines": { |
2392 | 2746 |
"node": ">=6" |
2393 | 2747 |
} |
... | ... | @@ -2398,6 +2752,8 @@ |
2398 | 2752 |
"integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", |
2399 | 2753 |
"dev": true, |
2400 | 2754 |
"license": "MIT", |
2755 |
+ "optional": true, |
|
2756 |
+ "peer": true, |
|
2401 | 2757 |
"dependencies": { |
2402 | 2758 |
"camelcase": "^5.3.1", |
2403 | 2759 |
"map-obj": "^4.0.0", |
... | ... | @@ -2477,6 +2833,8 @@ |
2477 | 2833 |
"integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", |
2478 | 2834 |
"dev": true, |
2479 | 2835 |
"license": "ISC", |
2836 |
+ "optional": true, |
|
2837 |
+ "peer": true, |
|
2480 | 2838 |
"engines": { |
2481 | 2839 |
"node": ">=10" |
2482 | 2840 |
} |
... | ... | @@ -2570,6 +2928,8 @@ |
2570 | 2928 |
"integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", |
2571 | 2929 |
"dev": true, |
2572 | 2930 |
"license": "MIT", |
2931 |
+ "optional": true, |
|
2932 |
+ "peer": true, |
|
2573 | 2933 |
"engines": { |
2574 | 2934 |
"node": ">=6" |
2575 | 2935 |
} |
... | ... | @@ -2580,6 +2940,8 @@ |
2580 | 2940 |
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", |
2581 | 2941 |
"dev": true, |
2582 | 2942 |
"license": "ISC", |
2943 |
+ "optional": true, |
|
2944 |
+ "peer": true, |
|
2583 | 2945 |
"dependencies": { |
2584 | 2946 |
"string-width": "^4.2.0", |
2585 | 2947 |
"strip-ansi": "^6.0.1", |
... | ... | @@ -2635,6 +2997,8 @@ |
2635 | 2997 |
"integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", |
2636 | 2998 |
"dev": true, |
2637 | 2999 |
"license": "ISC", |
3000 |
+ "optional": true, |
|
3001 |
+ "peer": true, |
|
2638 | 3002 |
"bin": { |
2639 | 3003 |
"color-support": "bin.js" |
2640 | 3004 |
} |
... | ... | @@ -2682,7 +3046,9 @@ |
2682 | 3046 |
"resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", |
2683 | 3047 |
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", |
2684 | 3048 |
"dev": true, |
2685 |
- "license": "ISC" |
|
3049 |
+ "license": "ISC", |
|
3050 |
+ "optional": true, |
|
3051 |
+ "peer": true |
|
2686 | 3052 |
}, |
2687 | 3053 |
"node_modules/content-disposition": { |
2688 | 3054 |
"version": "0.5.4", |
... | ... | @@ -2731,7 +3097,9 @@ |
2731 | 3097 |
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", |
2732 | 3098 |
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", |
2733 | 3099 |
"dev": true, |
2734 |
- "license": "MIT" |
|
3100 |
+ "license": "MIT", |
|
3101 |
+ "optional": true, |
|
3102 |
+ "peer": true |
|
2735 | 3103 |
}, |
2736 | 3104 |
"node_modules/cross-spawn": { |
2737 | 3105 |
"version": "7.0.6", |
... | ... | @@ -2832,6 +3200,8 @@ |
2832 | 3200 |
"integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", |
2833 | 3201 |
"dev": true, |
2834 | 3202 |
"license": "MIT", |
3203 |
+ "optional": true, |
|
3204 |
+ "peer": true, |
|
2835 | 3205 |
"engines": { |
2836 | 3206 |
"node": ">=0.10.0" |
2837 | 3207 |
} |
... | ... | @@ -2842,6 +3212,8 @@ |
2842 | 3212 |
"integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", |
2843 | 3213 |
"dev": true, |
2844 | 3214 |
"license": "MIT", |
3215 |
+ "optional": true, |
|
3216 |
+ "peer": true, |
|
2845 | 3217 |
"dependencies": { |
2846 | 3218 |
"decamelize": "^1.1.0", |
2847 | 3219 |
"map-obj": "^1.0.0" |
... | ... | @@ -2859,6 +3231,8 @@ |
2859 | 3231 |
"integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", |
2860 | 3232 |
"dev": true, |
2861 | 3233 |
"license": "MIT", |
3234 |
+ "optional": true, |
|
3235 |
+ "peer": true, |
|
2862 | 3236 |
"engines": { |
2863 | 3237 |
"node": ">=0.10.0" |
2864 | 3238 |
} |
... | ... | @@ -2884,7 +3258,9 @@ |
2884 | 3258 |
"resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", |
2885 | 3259 |
"integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", |
2886 | 3260 |
"dev": true, |
2887 |
- "license": "MIT" |
|
3261 |
+ "license": "MIT", |
|
3262 |
+ "optional": true, |
|
3263 |
+ "peer": true |
|
2888 | 3264 |
}, |
2889 | 3265 |
"node_modules/depd": { |
2890 | 3266 |
"version": "2.0.0", |
... | ... | @@ -2903,6 +3279,20 @@ |
2903 | 3279 |
"engines": { |
2904 | 3280 |
"node": ">= 0.8", |
2905 | 3281 |
"npm": "1.2.8000 || >= 1.4.16" |
3282 |
+ } |
|
3283 |
+ }, |
|
3284 |
+ "node_modules/detect-libc": { |
|
3285 |
+ "version": "1.0.3", |
|
3286 |
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", |
|
3287 |
+ "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", |
|
3288 |
+ "dev": true, |
|
3289 |
+ "license": "Apache-2.0", |
|
3290 |
+ "optional": true, |
|
3291 |
+ "bin": { |
|
3292 |
+ "detect-libc": "bin/detect-libc.js" |
|
3293 |
+ }, |
|
3294 |
+ "engines": { |
|
3295 |
+ "node": ">=0.10" |
|
2906 | 3296 |
} |
2907 | 3297 |
}, |
2908 | 3298 |
"node_modules/diff-dom": { |
... | ... | @@ -2942,7 +3332,9 @@ |
2942 | 3332 |
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", |
2943 | 3333 |
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", |
2944 | 3334 |
"dev": true, |
2945 |
- "license": "MIT" |
|
3335 |
+ "license": "MIT", |
|
3336 |
+ "optional": true, |
|
3337 |
+ "peer": true |
|
2946 | 3338 |
}, |
2947 | 3339 |
"node_modules/emojis-list": { |
2948 | 3340 |
"version": "3.0.0", |
... | ... | @@ -2969,6 +3361,7 @@ |
2969 | 3361 |
"dev": true, |
2970 | 3362 |
"license": "MIT", |
2971 | 3363 |
"optional": true, |
3364 |
+ "peer": true, |
|
2972 | 3365 |
"dependencies": { |
2973 | 3366 |
"iconv-lite": "^0.6.2" |
2974 | 3367 |
} |
... | ... | @@ -2980,6 +3373,7 @@ |
2980 | 3373 |
"dev": true, |
2981 | 3374 |
"license": "MIT", |
2982 | 3375 |
"optional": true, |
3376 |
+ "peer": true, |
|
2983 | 3377 |
"dependencies": { |
2984 | 3378 |
"safer-buffer": ">= 2.1.2 < 3.0.0" |
2985 | 3379 |
}, |
... | ... | @@ -3018,6 +3412,8 @@ |
3018 | 3412 |
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", |
3019 | 3413 |
"dev": true, |
3020 | 3414 |
"license": "MIT", |
3415 |
+ "optional": true, |
|
3416 |
+ "peer": true, |
|
3021 | 3417 |
"engines": { |
3022 | 3418 |
"node": ">=6" |
3023 | 3419 |
} |
... | ... | @@ -3039,7 +3435,9 @@ |
3039 | 3435 |
"resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", |
3040 | 3436 |
"integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", |
3041 | 3437 |
"dev": true, |
3042 |
- "license": "MIT" |
|
3438 |
+ "license": "MIT", |
|
3439 |
+ "optional": true, |
|
3440 |
+ "peer": true |
|
3043 | 3441 |
}, |
3044 | 3442 |
"node_modules/error-ex": { |
3045 | 3443 |
"version": "1.3.2", |
... | ... | @@ -3047,6 +3445,8 @@ |
3047 | 3445 |
"integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", |
3048 | 3446 |
"dev": true, |
3049 | 3447 |
"license": "MIT", |
3448 |
+ "optional": true, |
|
3449 |
+ "peer": true, |
|
3050 | 3450 |
"dependencies": { |
3051 | 3451 |
"is-arrayish": "^0.2.1" |
3052 | 3452 |
} |
... | ... | @@ -3527,6 +3927,8 @@ |
3527 | 3927 |
"integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", |
3528 | 3928 |
"dev": true, |
3529 | 3929 |
"license": "ISC", |
3930 |
+ "optional": true, |
|
3931 |
+ "peer": true, |
|
3530 | 3932 |
"dependencies": { |
3531 | 3933 |
"minipass": "^3.0.0" |
3532 | 3934 |
}, |
... | ... | @@ -3595,6 +3997,8 @@ |
3595 | 3997 |
"deprecated": "This package is no longer supported.", |
3596 | 3998 |
"dev": true, |
3597 | 3999 |
"license": "ISC", |
4000 |
+ "optional": true, |
|
4001 |
+ "peer": true, |
|
3598 | 4002 |
"dependencies": { |
3599 | 4003 |
"aproba": "^1.0.3 || ^2.0.0", |
3600 | 4004 |
"color-support": "^1.1.3", |
... | ... | @@ -3615,6 +4019,8 @@ |
3615 | 4019 |
"integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", |
3616 | 4020 |
"dev": true, |
3617 | 4021 |
"license": "MIT", |
4022 |
+ "optional": true, |
|
4023 |
+ "peer": true, |
|
3618 | 4024 |
"dependencies": { |
3619 | 4025 |
"globule": "^1.0.0" |
3620 | 4026 |
}, |
... | ... | @@ -3637,6 +4043,8 @@ |
3637 | 4043 |
"integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", |
3638 | 4044 |
"dev": true, |
3639 | 4045 |
"license": "ISC", |
4046 |
+ "optional": true, |
|
4047 |
+ "peer": true, |
|
3640 | 4048 |
"engines": { |
3641 | 4049 |
"node": "6.* || 8.* || >= 10.*" |
3642 | 4050 |
} |
... | ... | @@ -3684,6 +4092,8 @@ |
3684 | 4092 |
"integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==", |
3685 | 4093 |
"dev": true, |
3686 | 4094 |
"license": "MIT", |
4095 |
+ "optional": true, |
|
4096 |
+ "peer": true, |
|
3687 | 4097 |
"engines": { |
3688 | 4098 |
"node": ">=0.10.0" |
3689 | 4099 |
} |
... | ... | @@ -3743,6 +4153,8 @@ |
3743 | 4153 |
"integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==", |
3744 | 4154 |
"dev": true, |
3745 | 4155 |
"license": "MIT", |
4156 |
+ "optional": true, |
|
4157 |
+ "peer": true, |
|
3746 | 4158 |
"dependencies": { |
3747 | 4159 |
"glob": "~7.1.1", |
3748 | 4160 |
"lodash": "^4.17.21", |
... | ... | @@ -3759,6 +4171,8 @@ |
3759 | 4171 |
"deprecated": "Glob versions prior to v9 are no longer supported", |
3760 | 4172 |
"dev": true, |
3761 | 4173 |
"license": "ISC", |
4174 |
+ "optional": true, |
|
4175 |
+ "peer": true, |
|
3762 | 4176 |
"dependencies": { |
3763 | 4177 |
"fs.realpath": "^1.0.0", |
3764 | 4178 |
"inflight": "^1.0.4", |
... | ... | @@ -3780,6 +4194,8 @@ |
3780 | 4194 |
"integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", |
3781 | 4195 |
"dev": true, |
3782 | 4196 |
"license": "ISC", |
4197 |
+ "optional": true, |
|
4198 |
+ "peer": true, |
|
3783 | 4199 |
"dependencies": { |
3784 | 4200 |
"brace-expansion": "^1.1.7" |
3785 | 4201 |
}, |
... | ... | @@ -3811,6 +4227,8 @@ |
3811 | 4227 |
"integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", |
3812 | 4228 |
"dev": true, |
3813 | 4229 |
"license": "MIT", |
4230 |
+ "optional": true, |
|
4231 |
+ "peer": true, |
|
3814 | 4232 |
"engines": { |
3815 | 4233 |
"node": ">=6" |
3816 | 4234 |
} |
... | ... | @@ -3855,7 +4273,9 @@ |
3855 | 4273 |
"resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", |
3856 | 4274 |
"integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", |
3857 | 4275 |
"dev": true, |
3858 |
- "license": "ISC" |
|
4276 |
+ "license": "ISC", |
|
4277 |
+ "optional": true, |
|
4278 |
+ "peer": true |
|
3859 | 4279 |
}, |
3860 | 4280 |
"node_modules/hash-sum": { |
3861 | 4281 |
"version": "2.0.0", |
... | ... | @@ -3881,6 +4301,8 @@ |
3881 | 4301 |
"integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", |
3882 | 4302 |
"dev": true, |
3883 | 4303 |
"license": "ISC", |
4304 |
+ "optional": true, |
|
4305 |
+ "peer": true, |
|
3884 | 4306 |
"dependencies": { |
3885 | 4307 |
"lru-cache": "^6.0.0" |
3886 | 4308 |
}, |
... | ... | @@ -3894,6 +4316,8 @@ |
3894 | 4316 |
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", |
3895 | 4317 |
"dev": true, |
3896 | 4318 |
"license": "ISC", |
4319 |
+ "optional": true, |
|
4320 |
+ "peer": true, |
|
3897 | 4321 |
"dependencies": { |
3898 | 4322 |
"yallist": "^4.0.0" |
3899 | 4323 |
}, |
... | ... | @@ -3906,14 +4330,18 @@ |
3906 | 4330 |
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
3907 | 4331 |
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", |
3908 | 4332 |
"dev": true, |
3909 |
- "license": "ISC" |
|
4333 |
+ "license": "ISC", |
|
4334 |
+ "optional": true, |
|
4335 |
+ "peer": true |
|
3910 | 4336 |
}, |
3911 | 4337 |
"node_modules/http-cache-semantics": { |
3912 | 4338 |
"version": "4.1.1", |
3913 | 4339 |
"resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", |
3914 | 4340 |
"integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", |
3915 | 4341 |
"dev": true, |
3916 |
- "license": "BSD-2-Clause" |
|
4342 |
+ "license": "BSD-2-Clause", |
|
4343 |
+ "optional": true, |
|
4344 |
+ "peer": true |
|
3917 | 4345 |
}, |
3918 | 4346 |
"node_modules/http-errors": { |
3919 | 4347 |
"version": "2.0.0", |
... | ... | @@ -3937,6 +4365,8 @@ |
3937 | 4365 |
"integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", |
3938 | 4366 |
"dev": true, |
3939 | 4367 |
"license": "MIT", |
4368 |
+ "optional": true, |
|
4369 |
+ "peer": true, |
|
3940 | 4370 |
"dependencies": { |
3941 | 4371 |
"@tootallnate/once": "2", |
3942 | 4372 |
"agent-base": "6", |
... | ... | @@ -3952,6 +4382,8 @@ |
3952 | 4382 |
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", |
3953 | 4383 |
"dev": true, |
3954 | 4384 |
"license": "MIT", |
4385 |
+ "optional": true, |
|
4386 |
+ "peer": true, |
|
3955 | 4387 |
"dependencies": { |
3956 | 4388 |
"agent-base": "6", |
3957 | 4389 |
"debug": "4" |
... | ... | @@ -3966,6 +4398,8 @@ |
3966 | 4398 |
"integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", |
3967 | 4399 |
"dev": true, |
3968 | 4400 |
"license": "MIT", |
4401 |
+ "optional": true, |
|
4402 |
+ "peer": true, |
|
3969 | 4403 |
"dependencies": { |
3970 | 4404 |
"ms": "^2.0.0" |
3971 | 4405 |
} |
... | ... | @@ -3994,6 +4428,13 @@ |
3994 | 4428 |
"postcss": "^8.1.0" |
3995 | 4429 |
} |
3996 | 4430 |
}, |
4431 |
+ "node_modules/immutable": { |
|
4432 |
+ "version": "5.1.3", |
|
4433 |
+ "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.3.tgz", |
|
4434 |
+ "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg==", |
|
4435 |
+ "dev": true, |
|
4436 |
+ "license": "MIT" |
|
4437 |
+ }, |
|
3997 | 4438 |
"node_modules/import-local": { |
3998 | 4439 |
"version": "3.2.0", |
3999 | 4440 |
"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", |
... | ... | @@ -4019,6 +4460,8 @@ |
4019 | 4460 |
"integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", |
4020 | 4461 |
"dev": true, |
4021 | 4462 |
"license": "MIT", |
4463 |
+ "optional": true, |
|
4464 |
+ "peer": true, |
|
4022 | 4465 |
"engines": { |
4023 | 4466 |
"node": ">=0.8.19" |
4024 | 4467 |
} |
... | ... | @@ -4029,6 +4472,8 @@ |
4029 | 4472 |
"integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", |
4030 | 4473 |
"dev": true, |
4031 | 4474 |
"license": "MIT", |
4475 |
+ "optional": true, |
|
4476 |
+ "peer": true, |
|
4032 | 4477 |
"engines": { |
4033 | 4478 |
"node": ">=8" |
4034 | 4479 |
} |
... | ... | @@ -4038,7 +4483,9 @@ |
4038 | 4483 |
"resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", |
4039 | 4484 |
"integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", |
4040 | 4485 |
"dev": true, |
4041 |
- "license": "ISC" |
|
4486 |
+ "license": "ISC", |
|
4487 |
+ "optional": true, |
|
4488 |
+ "peer": true |
|
4042 | 4489 |
}, |
4043 | 4490 |
"node_modules/inflight": { |
4044 | 4491 |
"version": "1.0.6", |
... | ... | @@ -4072,6 +4519,8 @@ |
4072 | 4519 |
"integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", |
4073 | 4520 |
"dev": true, |
4074 | 4521 |
"license": "MIT", |
4522 |
+ "optional": true, |
|
4523 |
+ "peer": true, |
|
4075 | 4524 |
"dependencies": { |
4076 | 4525 |
"jsbn": "1.1.0", |
4077 | 4526 |
"sprintf-js": "^1.1.3" |
... | ... | @@ -4094,7 +4543,9 @@ |
4094 | 4543 |
"resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", |
4095 | 4544 |
"integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", |
4096 | 4545 |
"dev": true, |
4097 |
- "license": "MIT" |
|
4546 |
+ "license": "MIT", |
|
4547 |
+ "optional": true, |
|
4548 |
+ "peer": true |
|
4098 | 4549 |
}, |
4099 | 4550 |
"node_modules/is-binary-path": { |
4100 | 4551 |
"version": "2.1.0", |
... | ... | @@ -4140,6 +4591,8 @@ |
4140 | 4591 |
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", |
4141 | 4592 |
"dev": true, |
4142 | 4593 |
"license": "MIT", |
4594 |
+ "optional": true, |
|
4595 |
+ "peer": true, |
|
4143 | 4596 |
"engines": { |
4144 | 4597 |
"node": ">=8" |
4145 | 4598 |
} |
... | ... | @@ -4162,7 +4615,9 @@ |
4162 | 4615 |
"resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", |
4163 | 4616 |
"integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", |
4164 | 4617 |
"dev": true, |
4165 |
- "license": "MIT" |
|
4618 |
+ "license": "MIT", |
|
4619 |
+ "optional": true, |
|
4620 |
+ "peer": true |
|
4166 | 4621 |
}, |
4167 | 4622 |
"node_modules/is-number": { |
4168 | 4623 |
"version": "7.0.0", |
... | ... | @@ -4180,6 +4635,8 @@ |
4180 | 4635 |
"integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", |
4181 | 4636 |
"dev": true, |
4182 | 4637 |
"license": "MIT", |
4638 |
+ "optional": true, |
|
4639 |
+ "peer": true, |
|
4183 | 4640 |
"engines": { |
4184 | 4641 |
"node": ">=0.10.0" |
4185 | 4642 |
} |
... | ... | @@ -4201,7 +4658,9 @@ |
4201 | 4658 |
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", |
4202 | 4659 |
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", |
4203 | 4660 |
"dev": true, |
4204 |
- "license": "MIT" |
|
4661 |
+ "license": "MIT", |
|
4662 |
+ "optional": true, |
|
4663 |
+ "peer": true |
|
4205 | 4664 |
}, |
4206 | 4665 |
"node_modules/isexe": { |
4207 | 4666 |
"version": "2.0.0", |
... | ... | @@ -4252,7 +4711,9 @@ |
4252 | 4711 |
"resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", |
4253 | 4712 |
"integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", |
4254 | 4713 |
"dev": true, |
4255 |
- "license": "BSD-3-Clause" |
|
4714 |
+ "license": "BSD-3-Clause", |
|
4715 |
+ "optional": true, |
|
4716 |
+ "peer": true |
|
4256 | 4717 |
}, |
4257 | 4718 |
"node_modules/js-tokens": { |
4258 | 4719 |
"version": "4.0.0", |
... | ... | @@ -4265,7 +4726,9 @@ |
4265 | 4726 |
"resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", |
4266 | 4727 |
"integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", |
4267 | 4728 |
"dev": true, |
4268 |
- "license": "MIT" |
|
4729 |
+ "license": "MIT", |
|
4730 |
+ "optional": true, |
|
4731 |
+ "peer": true |
|
4269 | 4732 |
}, |
4270 | 4733 |
"node_modules/jsesc": { |
4271 | 4734 |
"version": "3.1.0", |
... | ... | @@ -4317,7 +4780,9 @@ |
4317 | 4780 |
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", |
4318 | 4781 |
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", |
4319 | 4782 |
"dev": true, |
4320 |
- "license": "MIT" |
|
4783 |
+ "license": "MIT", |
|
4784 |
+ "optional": true, |
|
4785 |
+ "peer": true |
|
4321 | 4786 |
}, |
4322 | 4787 |
"node_modules/loader-runner": { |
4323 | 4788 |
"version": "4.3.0", |
... | ... | @@ -4359,7 +4824,9 @@ |
4359 | 4824 |
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", |
4360 | 4825 |
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", |
4361 | 4826 |
"dev": true, |
4362 |
- "license": "MIT" |
|
4827 |
+ "license": "MIT", |
|
4828 |
+ "optional": true, |
|
4829 |
+ "peer": true |
|
4363 | 4830 |
}, |
4364 | 4831 |
"node_modules/lodash-es": { |
4365 | 4832 |
"version": "4.17.21", |
... | ... | @@ -4412,6 +4879,8 @@ |
4412 | 4879 |
"integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", |
4413 | 4880 |
"dev": true, |
4414 | 4881 |
"license": "ISC", |
4882 |
+ "optional": true, |
|
4883 |
+ "peer": true, |
|
4415 | 4884 |
"dependencies": { |
4416 | 4885 |
"agentkeepalive": "^4.2.1", |
4417 | 4886 |
"cacache": "^16.1.0", |
... | ... | @@ -4440,6 +4909,8 @@ |
4440 | 4909 |
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", |
4441 | 4910 |
"dev": true, |
4442 | 4911 |
"license": "ISC", |
4912 |
+ "optional": true, |
|
4913 |
+ "peer": true, |
|
4443 | 4914 |
"engines": { |
4444 | 4915 |
"node": ">=12" |
4445 | 4916 |
} |
... | ... | @@ -4450,6 +4921,8 @@ |
4450 | 4921 |
"integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", |
4451 | 4922 |
"dev": true, |
4452 | 4923 |
"license": "MIT", |
4924 |
+ "optional": true, |
|
4925 |
+ "peer": true, |
|
4453 | 4926 |
"engines": { |
4454 | 4927 |
"node": ">=8" |
4455 | 4928 |
}, |
... | ... | @@ -4492,6 +4965,8 @@ |
4492 | 4965 |
"integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", |
4493 | 4966 |
"dev": true, |
4494 | 4967 |
"license": "MIT", |
4968 |
+ "optional": true, |
|
4969 |
+ "peer": true, |
|
4495 | 4970 |
"dependencies": { |
4496 | 4971 |
"@types/minimist": "^1.2.0", |
4497 | 4972 |
"camelcase-keys": "^6.2.2", |
... | ... | @@ -4534,6 +5009,21 @@ |
4534 | 5009 |
"node": ">= 0.6" |
4535 | 5010 |
} |
4536 | 5011 |
}, |
5012 |
+ "node_modules/micromatch": { |
|
5013 |
+ "version": "4.0.8", |
|
5014 |
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", |
|
5015 |
+ "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", |
|
5016 |
+ "dev": true, |
|
5017 |
+ "license": "MIT", |
|
5018 |
+ "optional": true, |
|
5019 |
+ "dependencies": { |
|
5020 |
+ "braces": "^3.0.3", |
|
5021 |
+ "picomatch": "^2.3.1" |
|
5022 |
+ }, |
|
5023 |
+ "engines": { |
|
5024 |
+ "node": ">=8.6" |
|
5025 |
+ } |
|
5026 |
+ }, |
|
4537 | 5027 |
"node_modules/mime": { |
4538 | 5028 |
"version": "1.6.0", |
4539 | 5029 |
"resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", |
... | ... | @@ -4573,6 +5063,8 @@ |
4573 | 5063 |
"integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", |
4574 | 5064 |
"dev": true, |
4575 | 5065 |
"license": "MIT", |
5066 |
+ "optional": true, |
|
5067 |
+ "peer": true, |
|
4576 | 5068 |
"engines": { |
4577 | 5069 |
"node": ">=4" |
4578 | 5070 |
} |
... | ... | @@ -4682,6 +5174,8 @@ |
4682 | 5174 |
"integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", |
4683 | 5175 |
"dev": true, |
4684 | 5176 |
"license": "MIT", |
5177 |
+ "optional": true, |
|
5178 |
+ "peer": true, |
|
4685 | 5179 |
"dependencies": { |
4686 | 5180 |
"arrify": "^1.0.1", |
4687 | 5181 |
"is-plain-obj": "^1.1.0", |
... | ... | @@ -4697,6 +5191,8 @@ |
4697 | 5191 |
"integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", |
4698 | 5192 |
"dev": true, |
4699 | 5193 |
"license": "ISC", |
5194 |
+ "optional": true, |
|
5195 |
+ "peer": true, |
|
4700 | 5196 |
"dependencies": { |
4701 | 5197 |
"yallist": "^4.0.0" |
4702 | 5198 |
}, |
... | ... | @@ -4710,6 +5206,8 @@ |
4710 | 5206 |
"integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", |
4711 | 5207 |
"dev": true, |
4712 | 5208 |
"license": "ISC", |
5209 |
+ "optional": true, |
|
5210 |
+ "peer": true, |
|
4713 | 5211 |
"dependencies": { |
4714 | 5212 |
"minipass": "^3.0.0" |
4715 | 5213 |
}, |
... | ... | @@ -4723,6 +5221,8 @@ |
4723 | 5221 |
"integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", |
4724 | 5222 |
"dev": true, |
4725 | 5223 |
"license": "MIT", |
5224 |
+ "optional": true, |
|
5225 |
+ "peer": true, |
|
4726 | 5226 |
"dependencies": { |
4727 | 5227 |
"minipass": "^3.1.6", |
4728 | 5228 |
"minipass-sized": "^1.0.3", |
... | ... | @@ -4741,6 +5241,8 @@ |
4741 | 5241 |
"integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", |
4742 | 5242 |
"dev": true, |
4743 | 5243 |
"license": "ISC", |
5244 |
+ "optional": true, |
|
5245 |
+ "peer": true, |
|
4744 | 5246 |
"dependencies": { |
4745 | 5247 |
"minipass": "^3.0.0" |
4746 | 5248 |
}, |
... | ... | @@ -4754,6 +5256,8 @@ |
4754 | 5256 |
"integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", |
4755 | 5257 |
"dev": true, |
4756 | 5258 |
"license": "ISC", |
5259 |
+ "optional": true, |
|
5260 |
+ "peer": true, |
|
4757 | 5261 |
"dependencies": { |
4758 | 5262 |
"minipass": "^3.0.0" |
4759 | 5263 |
}, |
... | ... | @@ -4767,6 +5271,8 @@ |
4767 | 5271 |
"integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", |
4768 | 5272 |
"dev": true, |
4769 | 5273 |
"license": "ISC", |
5274 |
+ "optional": true, |
|
5275 |
+ "peer": true, |
|
4770 | 5276 |
"dependencies": { |
4771 | 5277 |
"minipass": "^3.0.0" |
4772 | 5278 |
}, |
... | ... | @@ -4779,7 +5285,9 @@ |
4779 | 5285 |
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
4780 | 5286 |
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", |
4781 | 5287 |
"dev": true, |
4782 |
- "license": "ISC" |
|
5288 |
+ "license": "ISC", |
|
5289 |
+ "optional": true, |
|
5290 |
+ "peer": true |
|
4783 | 5291 |
}, |
4784 | 5292 |
"node_modules/minizlib": { |
4785 | 5293 |
"version": "2.1.2", |
... | ... | @@ -4787,6 +5295,8 @@ |
4787 | 5295 |
"integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", |
4788 | 5296 |
"dev": true, |
4789 | 5297 |
"license": "MIT", |
5298 |
+ "optional": true, |
|
5299 |
+ "peer": true, |
|
4790 | 5300 |
"dependencies": { |
4791 | 5301 |
"minipass": "^3.0.0", |
4792 | 5302 |
"yallist": "^4.0.0" |
... | ... | @@ -4800,7 +5310,9 @@ |
4800 | 5310 |
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
4801 | 5311 |
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", |
4802 | 5312 |
"dev": true, |
4803 |
- "license": "ISC" |
|
5313 |
+ "license": "ISC", |
|
5314 |
+ "optional": true, |
|
5315 |
+ "peer": true |
|
4804 | 5316 |
}, |
4805 | 5317 |
"node_modules/mkdirp": { |
4806 | 5318 |
"version": "1.0.4", |
... | ... | @@ -4808,6 +5320,8 @@ |
4808 | 5320 |
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", |
4809 | 5321 |
"dev": true, |
4810 | 5322 |
"license": "MIT", |
5323 |
+ "optional": true, |
|
5324 |
+ "peer": true, |
|
4811 | 5325 |
"bin": { |
4812 | 5326 |
"mkdirp": "bin/cmd.js" |
4813 | 5327 |
}, |
... | ... | @@ -4826,7 +5340,9 @@ |
4826 | 5340 |
"resolved": "https://registry.npmjs.org/nan/-/nan-2.22.2.tgz", |
4827 | 5341 |
"integrity": "sha512-DANghxFkS1plDdRsX0X9pm0Z6SJNN6gBdtXfanwoZ8hooC5gosGFSBGRYHUVPz1asKA/kMRqDRdHrluZ61SpBQ==", |
4828 | 5342 |
"dev": true, |
4829 |
- "license": "MIT" |
|
5343 |
+ "license": "MIT", |
|
5344 |
+ "optional": true, |
|
5345 |
+ "peer": true |
|
4830 | 5346 |
}, |
4831 | 5347 |
"node_modules/nanoid": { |
4832 | 5348 |
"version": "3.3.11", |
... | ... | @@ -4867,12 +5383,22 @@ |
4867 | 5383 |
"integrity": "sha512-BHhU5J48wv56aU2DaYnR0brR7PDTaJOeZW/R1koEt03ygvmX/WDnsXsxAq4JLK15vJeP4HHQHBGCfg3npp7onQ==", |
4868 | 5384 |
"license": "MIT" |
4869 | 5385 |
}, |
5386 |
+ "node_modules/node-addon-api": { |
|
5387 |
+ "version": "7.1.1", |
|
5388 |
+ "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", |
|
5389 |
+ "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", |
|
5390 |
+ "dev": true, |
|
5391 |
+ "license": "MIT", |
|
5392 |
+ "optional": true |
|
5393 |
+ }, |
|
4870 | 5394 |
"node_modules/node-gyp": { |
4871 | 5395 |
"version": "8.4.1", |
4872 | 5396 |
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", |
4873 | 5397 |
"integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", |
4874 | 5398 |
"dev": true, |
4875 | 5399 |
"license": "MIT", |
5400 |
+ "optional": true, |
|
5401 |
+ "peer": true, |
|
4876 | 5402 |
"dependencies": { |
4877 | 5403 |
"env-paths": "^2.2.0", |
4878 | 5404 |
"glob": "^7.1.4", |
... | ... | @@ -4898,6 +5424,8 @@ |
4898 | 5424 |
"integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", |
4899 | 5425 |
"dev": true, |
4900 | 5426 |
"license": "ISC", |
5427 |
+ "optional": true, |
|
5428 |
+ "peer": true, |
|
4901 | 5429 |
"dependencies": { |
4902 | 5430 |
"@gar/promisify": "^1.0.1", |
4903 | 5431 |
"semver": "^7.3.5" |
... | ... | @@ -4910,6 +5438,8 @@ |
4910 | 5438 |
"deprecated": "This functionality has been moved to @npmcli/fs", |
4911 | 5439 |
"dev": true, |
4912 | 5440 |
"license": "MIT", |
5441 |
+ "optional": true, |
|
5442 |
+ "peer": true, |
|
4913 | 5443 |
"dependencies": { |
4914 | 5444 |
"mkdirp": "^1.0.4", |
4915 | 5445 |
"rimraf": "^3.0.2" |
... | ... | @@ -4924,6 +5454,8 @@ |
4924 | 5454 |
"integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", |
4925 | 5455 |
"dev": true, |
4926 | 5456 |
"license": "MIT", |
5457 |
+ "optional": true, |
|
5458 |
+ "peer": true, |
|
4927 | 5459 |
"engines": { |
4928 | 5460 |
"node": ">= 6" |
4929 | 5461 |
} |
... | ... | @@ -4934,6 +5466,8 @@ |
4934 | 5466 |
"integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", |
4935 | 5467 |
"dev": true, |
4936 | 5468 |
"license": "ISC", |
5469 |
+ "optional": true, |
|
5470 |
+ "peer": true, |
|
4937 | 5471 |
"dependencies": { |
4938 | 5472 |
"@npmcli/fs": "^1.0.0", |
4939 | 5473 |
"@npmcli/move-file": "^1.0.1", |
... | ... | @@ -4964,6 +5498,8 @@ |
4964 | 5498 |
"integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", |
4965 | 5499 |
"dev": true, |
4966 | 5500 |
"license": "MIT", |
5501 |
+ "optional": true, |
|
5502 |
+ "peer": true, |
|
4967 | 5503 |
"dependencies": { |
4968 | 5504 |
"@tootallnate/once": "1", |
4969 | 5505 |
"agent-base": "6", |
... | ... | @@ -4979,6 +5515,8 @@ |
4979 | 5515 |
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", |
4980 | 5516 |
"dev": true, |
4981 | 5517 |
"license": "ISC", |
5518 |
+ "optional": true, |
|
5519 |
+ "peer": true, |
|
4982 | 5520 |
"dependencies": { |
4983 | 5521 |
"yallist": "^4.0.0" |
4984 | 5522 |
}, |
... | ... | @@ -4992,6 +5530,8 @@ |
4992 | 5530 |
"integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", |
4993 | 5531 |
"dev": true, |
4994 | 5532 |
"license": "ISC", |
5533 |
+ "optional": true, |
|
5534 |
+ "peer": true, |
|
4995 | 5535 |
"dependencies": { |
4996 | 5536 |
"agentkeepalive": "^4.1.3", |
4997 | 5537 |
"cacache": "^15.2.0", |
... | ... | @@ -5020,6 +5560,8 @@ |
5020 | 5560 |
"integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", |
5021 | 5561 |
"dev": true, |
5022 | 5562 |
"license": "MIT", |
5563 |
+ "optional": true, |
|
5564 |
+ "peer": true, |
|
5023 | 5565 |
"dependencies": { |
5024 | 5566 |
"minipass": "^3.1.0", |
5025 | 5567 |
"minipass-sized": "^1.0.3", |
... | ... | @@ -5038,6 +5580,8 @@ |
5038 | 5580 |
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
5039 | 5581 |
"dev": true, |
5040 | 5582 |
"license": "ISC", |
5583 |
+ "optional": true, |
|
5584 |
+ "peer": true, |
|
5041 | 5585 |
"bin": { |
5042 | 5586 |
"semver": "bin/semver.js" |
5043 | 5587 |
}, |
... | ... | @@ -5051,6 +5595,8 @@ |
5051 | 5595 |
"integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", |
5052 | 5596 |
"dev": true, |
5053 | 5597 |
"license": "MIT", |
5598 |
+ "optional": true, |
|
5599 |
+ "peer": true, |
|
5054 | 5600 |
"dependencies": { |
5055 | 5601 |
"agent-base": "^6.0.2", |
5056 | 5602 |
"debug": "^4.3.3", |
... | ... | @@ -5066,6 +5612,8 @@ |
5066 | 5612 |
"integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", |
5067 | 5613 |
"dev": true, |
5068 | 5614 |
"license": "ISC", |
5615 |
+ "optional": true, |
|
5616 |
+ "peer": true, |
|
5069 | 5617 |
"dependencies": { |
5070 | 5618 |
"minipass": "^3.1.1" |
5071 | 5619 |
}, |
... | ... | @@ -5079,6 +5627,8 @@ |
5079 | 5627 |
"integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", |
5080 | 5628 |
"dev": true, |
5081 | 5629 |
"license": "ISC", |
5630 |
+ "optional": true, |
|
5631 |
+ "peer": true, |
|
5082 | 5632 |
"dependencies": { |
5083 | 5633 |
"unique-slug": "^2.0.0" |
5084 | 5634 |
} |
... | ... | @@ -5089,6 +5639,8 @@ |
5089 | 5639 |
"integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", |
5090 | 5640 |
"dev": true, |
5091 | 5641 |
"license": "ISC", |
5642 |
+ "optional": true, |
|
5643 |
+ "peer": true, |
|
5092 | 5644 |
"dependencies": { |
5093 | 5645 |
"imurmurhash": "^0.1.4" |
5094 | 5646 |
} |
... | ... | @@ -5098,7 +5650,9 @@ |
5098 | 5650 |
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
5099 | 5651 |
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", |
5100 | 5652 |
"dev": true, |
5101 |
- "license": "ISC" |
|
5653 |
+ "license": "ISC", |
|
5654 |
+ "optional": true, |
|
5655 |
+ "peer": true |
|
5102 | 5656 |
}, |
5103 | 5657 |
"node_modules/node-releases": { |
5104 | 5658 |
"version": "2.0.19", |
... | ... | @@ -5114,6 +5668,8 @@ |
5114 | 5668 |
"dev": true, |
5115 | 5669 |
"hasInstallScript": true, |
5116 | 5670 |
"license": "MIT", |
5671 |
+ "optional": true, |
|
5672 |
+ "peer": true, |
|
5117 | 5673 |
"dependencies": { |
5118 | 5674 |
"async-foreach": "^0.1.3", |
5119 | 5675 |
"chalk": "^4.1.2", |
... | ... | @@ -5143,6 +5699,8 @@ |
5143 | 5699 |
"integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", |
5144 | 5700 |
"dev": true, |
5145 | 5701 |
"license": "ISC", |
5702 |
+ "optional": true, |
|
5703 |
+ "peer": true, |
|
5146 | 5704 |
"dependencies": { |
5147 | 5705 |
"abbrev": "1" |
5148 | 5706 |
}, |
... | ... | @@ -5159,6 +5717,8 @@ |
5159 | 5717 |
"integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", |
5160 | 5718 |
"dev": true, |
5161 | 5719 |
"license": "BSD-2-Clause", |
5720 |
+ "optional": true, |
|
5721 |
+ "peer": true, |
|
5162 | 5722 |
"dependencies": { |
5163 | 5723 |
"hosted-git-info": "^4.0.1", |
5164 | 5724 |
"is-core-module": "^2.5.0", |
... | ... | @@ -5175,6 +5735,8 @@ |
5175 | 5735 |
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", |
5176 | 5736 |
"dev": true, |
5177 | 5737 |
"license": "ISC", |
5738 |
+ "optional": true, |
|
5739 |
+ "peer": true, |
|
5178 | 5740 |
"bin": { |
5179 | 5741 |
"semver": "bin/semver.js" |
5180 | 5742 |
}, |
... | ... | @@ -5209,6 +5771,8 @@ |
5209 | 5771 |
"deprecated": "This package is no longer supported.", |
5210 | 5772 |
"dev": true, |
5211 | 5773 |
"license": "ISC", |
5774 |
+ "optional": true, |
|
5775 |
+ "peer": true, |
|
5212 | 5776 |
"dependencies": { |
5213 | 5777 |
"are-we-there-yet": "^3.0.0", |
5214 | 5778 |
"console-control-strings": "^1.1.0", |
... | ... | @@ -5285,6 +5849,8 @@ |
5285 | 5849 |
"integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", |
5286 | 5850 |
"dev": true, |
5287 | 5851 |
"license": "MIT", |
5852 |
+ "optional": true, |
|
5853 |
+ "peer": true, |
|
5288 | 5854 |
"dependencies": { |
5289 | 5855 |
"aggregate-error": "^3.0.0" |
5290 | 5856 |
}, |
... | ... | @@ -5316,6 +5882,8 @@ |
5316 | 5882 |
"integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", |
5317 | 5883 |
"dev": true, |
5318 | 5884 |
"license": "MIT", |
5885 |
+ "optional": true, |
|
5886 |
+ "peer": true, |
|
5319 | 5887 |
"dependencies": { |
5320 | 5888 |
"@babel/code-frame": "^7.0.0", |
5321 | 5889 |
"error-ex": "^1.3.1", |
... | ... | @@ -5658,14 +6226,18 @@ |
5658 | 6226 |
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", |
5659 | 6227 |
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", |
5660 | 6228 |
"dev": true, |
5661 |
- "license": "MIT" |
|
6229 |
+ "license": "MIT", |
|
6230 |
+ "optional": true, |
|
6231 |
+ "peer": true |
|
5662 | 6232 |
}, |
5663 | 6233 |
"node_modules/promise-inflight": { |
5664 | 6234 |
"version": "1.0.1", |
5665 | 6235 |
"resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", |
5666 | 6236 |
"integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", |
5667 | 6237 |
"dev": true, |
5668 |
- "license": "ISC" |
|
6238 |
+ "license": "ISC", |
|
6239 |
+ "optional": true, |
|
6240 |
+ "peer": true |
|
5669 | 6241 |
}, |
5670 | 6242 |
"node_modules/promise-retry": { |
5671 | 6243 |
"version": "2.0.1", |
... | ... | @@ -5673,6 +6245,8 @@ |
5673 | 6245 |
"integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", |
5674 | 6246 |
"dev": true, |
5675 | 6247 |
"license": "MIT", |
6248 |
+ "optional": true, |
|
6249 |
+ "peer": true, |
|
5676 | 6250 |
"dependencies": { |
5677 | 6251 |
"err-code": "^2.0.2", |
5678 | 6252 |
"retry": "^0.12.0" |
... | ... | @@ -5729,6 +6303,8 @@ |
5729 | 6303 |
"integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", |
5730 | 6304 |
"dev": true, |
5731 | 6305 |
"license": "MIT", |
6306 |
+ "optional": true, |
|
6307 |
+ "peer": true, |
|
5732 | 6308 |
"engines": { |
5733 | 6309 |
"node": ">=8" |
5734 | 6310 |
} |
... | ... | @@ -5815,6 +6391,8 @@ |
5815 | 6391 |
"integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", |
5816 | 6392 |
"dev": true, |
5817 | 6393 |
"license": "MIT", |
6394 |
+ "optional": true, |
|
6395 |
+ "peer": true, |
|
5818 | 6396 |
"dependencies": { |
5819 | 6397 |
"@types/normalize-package-data": "^2.4.0", |
5820 | 6398 |
"normalize-package-data": "^2.5.0", |
... | ... | @@ -5831,6 +6409,8 @@ |
5831 | 6409 |
"integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", |
5832 | 6410 |
"dev": true, |
5833 | 6411 |
"license": "MIT", |
6412 |
+ "optional": true, |
|
6413 |
+ "peer": true, |
|
5834 | 6414 |
"dependencies": { |
5835 | 6415 |
"find-up": "^4.1.0", |
5836 | 6416 |
"read-pkg": "^5.2.0", |
... | ... | @@ -5849,6 +6429,8 @@ |
5849 | 6429 |
"integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", |
5850 | 6430 |
"dev": true, |
5851 | 6431 |
"license": "(MIT OR CC0-1.0)", |
6432 |
+ "optional": true, |
|
6433 |
+ "peer": true, |
|
5852 | 6434 |
"engines": { |
5853 | 6435 |
"node": ">=8" |
5854 | 6436 |
} |
... | ... | @@ -5858,7 +6440,9 @@ |
5858 | 6440 |
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", |
5859 | 6441 |
"integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", |
5860 | 6442 |
"dev": true, |
5861 |
- "license": "ISC" |
|
6443 |
+ "license": "ISC", |
|
6444 |
+ "optional": true, |
|
6445 |
+ "peer": true |
|
5862 | 6446 |
}, |
5863 | 6447 |
"node_modules/read-pkg/node_modules/normalize-package-data": { |
5864 | 6448 |
"version": "2.5.0", |
... | ... | @@ -5866,6 +6450,8 @@ |
5866 | 6450 |
"integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", |
5867 | 6451 |
"dev": true, |
5868 | 6452 |
"license": "BSD-2-Clause", |
6453 |
+ "optional": true, |
|
6454 |
+ "peer": true, |
|
5869 | 6455 |
"dependencies": { |
5870 | 6456 |
"hosted-git-info": "^2.1.4", |
5871 | 6457 |
"resolve": "^1.10.0", |
... | ... | @@ -5879,6 +6465,8 @@ |
5879 | 6465 |
"integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", |
5880 | 6466 |
"dev": true, |
5881 | 6467 |
"license": "ISC", |
6468 |
+ "optional": true, |
|
6469 |
+ "peer": true, |
|
5882 | 6470 |
"bin": { |
5883 | 6471 |
"semver": "bin/semver" |
5884 | 6472 |
} |
... | ... | @@ -5889,6 +6477,8 @@ |
5889 | 6477 |
"integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", |
5890 | 6478 |
"dev": true, |
5891 | 6479 |
"license": "(MIT OR CC0-1.0)", |
6480 |
+ "optional": true, |
|
6481 |
+ "peer": true, |
|
5892 | 6482 |
"engines": { |
5893 | 6483 |
"node": ">=8" |
5894 | 6484 |
} |
... | ... | @@ -5899,6 +6489,8 @@ |
5899 | 6489 |
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", |
5900 | 6490 |
"dev": true, |
5901 | 6491 |
"license": "MIT", |
6492 |
+ "optional": true, |
|
6493 |
+ "peer": true, |
|
5902 | 6494 |
"dependencies": { |
5903 | 6495 |
"inherits": "^2.0.3", |
5904 | 6496 |
"string_decoder": "^1.1.1", |
... | ... | @@ -5939,6 +6531,8 @@ |
5939 | 6531 |
"integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", |
5940 | 6532 |
"dev": true, |
5941 | 6533 |
"license": "MIT", |
6534 |
+ "optional": true, |
|
6535 |
+ "peer": true, |
|
5942 | 6536 |
"dependencies": { |
5943 | 6537 |
"indent-string": "^4.0.0", |
5944 | 6538 |
"strip-indent": "^3.0.0" |
... | ... | @@ -5959,6 +6553,8 @@ |
5959 | 6553 |
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", |
5960 | 6554 |
"dev": true, |
5961 | 6555 |
"license": "MIT", |
6556 |
+ "optional": true, |
|
6557 |
+ "peer": true, |
|
5962 | 6558 |
"engines": { |
5963 | 6559 |
"node": ">=0.10.0" |
5964 | 6560 |
} |
... | ... | @@ -6019,6 +6615,8 @@ |
6019 | 6615 |
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", |
6020 | 6616 |
"dev": true, |
6021 | 6617 |
"license": "MIT", |
6618 |
+ "optional": true, |
|
6619 |
+ "peer": true, |
|
6022 | 6620 |
"engines": { |
6023 | 6621 |
"node": ">= 4" |
6024 | 6622 |
} |
... | ... | @@ -6030,6 +6628,8 @@ |
6030 | 6628 |
"deprecated": "Rimraf versions prior to v4 are no longer supported", |
6031 | 6629 |
"dev": true, |
6032 | 6630 |
"license": "ISC", |
6631 |
+ "optional": true, |
|
6632 |
+ "peer": true, |
|
6033 | 6633 |
"dependencies": { |
6034 | 6634 |
"glob": "^7.1.3" |
6035 | 6635 |
}, |
... | ... | @@ -6066,12 +6666,35 @@ |
6066 | 6666 |
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", |
6067 | 6667 |
"license": "MIT" |
6068 | 6668 |
}, |
6669 |
+ "node_modules/sass": { |
|
6670 |
+ "version": "1.89.2", |
|
6671 |
+ "resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz", |
|
6672 |
+ "integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==", |
|
6673 |
+ "dev": true, |
|
6674 |
+ "license": "MIT", |
|
6675 |
+ "dependencies": { |
|
6676 |
+ "chokidar": "^4.0.0", |
|
6677 |
+ "immutable": "^5.0.2", |
|
6678 |
+ "source-map-js": ">=0.6.2 <2.0.0" |
|
6679 |
+ }, |
|
6680 |
+ "bin": { |
|
6681 |
+ "sass": "sass.js" |
|
6682 |
+ }, |
|
6683 |
+ "engines": { |
|
6684 |
+ "node": ">=14.0.0" |
|
6685 |
+ }, |
|
6686 |
+ "optionalDependencies": { |
|
6687 |
+ "@parcel/watcher": "^2.4.1" |
|
6688 |
+ } |
|
6689 |
+ }, |
|
6069 | 6690 |
"node_modules/sass-graph": { |
6070 | 6691 |
"version": "4.0.1", |
6071 | 6692 |
"resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz", |
6072 | 6693 |
"integrity": "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==", |
6073 | 6694 |
"dev": true, |
6074 | 6695 |
"license": "MIT", |
6696 |
+ "optional": true, |
|
6697 |
+ "peer": true, |
|
6075 | 6698 |
"dependencies": { |
6076 | 6699 |
"glob": "^7.0.0", |
6077 | 6700 |
"lodash": "^4.17.11", |
... | ... | @@ -6126,6 +6749,36 @@ |
6126 | 6749 |
} |
6127 | 6750 |
} |
6128 | 6751 |
}, |
6752 |
+ "node_modules/sass/node_modules/chokidar": { |
|
6753 |
+ "version": "4.0.3", |
|
6754 |
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", |
|
6755 |
+ "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", |
|
6756 |
+ "dev": true, |
|
6757 |
+ "license": "MIT", |
|
6758 |
+ "dependencies": { |
|
6759 |
+ "readdirp": "^4.0.1" |
|
6760 |
+ }, |
|
6761 |
+ "engines": { |
|
6762 |
+ "node": ">= 14.16.0" |
|
6763 |
+ }, |
|
6764 |
+ "funding": { |
|
6765 |
+ "url": "https://paulmillr.com/funding/" |
|
6766 |
+ } |
|
6767 |
+ }, |
|
6768 |
+ "node_modules/sass/node_modules/readdirp": { |
|
6769 |
+ "version": "4.1.2", |
|
6770 |
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", |
|
6771 |
+ "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", |
|
6772 |
+ "dev": true, |
|
6773 |
+ "license": "MIT", |
|
6774 |
+ "engines": { |
|
6775 |
+ "node": ">= 14.18.0" |
|
6776 |
+ }, |
|
6777 |
+ "funding": { |
|
6778 |
+ "type": "individual", |
|
6779 |
+ "url": "https://paulmillr.com/funding/" |
|
6780 |
+ } |
|
6781 |
+ }, |
|
6129 | 6782 |
"node_modules/scheduler": { |
6130 | 6783 |
"version": "0.26.0", |
6131 | 6784 |
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.26.0.tgz", |
... | ... | @@ -6157,6 +6810,8 @@ |
6157 | 6810 |
"integrity": "sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==", |
6158 | 6811 |
"dev": true, |
6159 | 6812 |
"license": "MIT", |
6813 |
+ "optional": true, |
|
6814 |
+ "peer": true, |
|
6160 | 6815 |
"dependencies": { |
6161 | 6816 |
"js-base64": "^2.4.9", |
6162 | 6817 |
"source-map": "^0.7.3" |
... | ... | @@ -6239,7 +6894,9 @@ |
6239 | 6894 |
"resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", |
6240 | 6895 |
"integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", |
6241 | 6896 |
"dev": true, |
6242 |
- "license": "ISC" |
|
6897 |
+ "license": "ISC", |
|
6898 |
+ "optional": true, |
|
6899 |
+ "peer": true |
|
6243 | 6900 |
}, |
6244 | 6901 |
"node_modules/setprototypeof": { |
6245 | 6902 |
"version": "1.2.0", |
... | ... | @@ -6363,7 +7020,9 @@ |
6363 | 7020 |
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", |
6364 | 7021 |
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", |
6365 | 7022 |
"dev": true, |
6366 |
- "license": "ISC" |
|
7023 |
+ "license": "ISC", |
|
7024 |
+ "optional": true, |
|
7025 |
+ "peer": true |
|
6367 | 7026 |
}, |
6368 | 7027 |
"node_modules/simple-datatables": { |
6369 | 7028 |
"version": "9.2.2", |
... | ... | @@ -6390,6 +7049,8 @@ |
6390 | 7049 |
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", |
6391 | 7050 |
"dev": true, |
6392 | 7051 |
"license": "MIT", |
7052 |
+ "optional": true, |
|
7053 |
+ "peer": true, |
|
6393 | 7054 |
"engines": { |
6394 | 7055 |
"node": ">= 6.0.0", |
6395 | 7056 |
"npm": ">= 3.0.0" |
... | ... | @@ -6401,6 +7062,8 @@ |
6401 | 7062 |
"integrity": "sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==", |
6402 | 7063 |
"dev": true, |
6403 | 7064 |
"license": "MIT", |
7065 |
+ "optional": true, |
|
7066 |
+ "peer": true, |
|
6404 | 7067 |
"dependencies": { |
6405 | 7068 |
"ip-address": "^9.0.5", |
6406 | 7069 |
"smart-buffer": "^4.2.0" |
... | ... | @@ -6416,6 +7079,8 @@ |
6416 | 7079 |
"integrity": "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==", |
6417 | 7080 |
"dev": true, |
6418 | 7081 |
"license": "MIT", |
7082 |
+ "optional": true, |
|
7083 |
+ "peer": true, |
|
6419 | 7084 |
"dependencies": { |
6420 | 7085 |
"agent-base": "^6.0.2", |
6421 | 7086 |
"debug": "^4.3.3", |
... | ... | @@ -6431,6 +7096,8 @@ |
6431 | 7096 |
"integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", |
6432 | 7097 |
"dev": true, |
6433 | 7098 |
"license": "BSD-3-Clause", |
7099 |
+ "optional": true, |
|
7100 |
+ "peer": true, |
|
6434 | 7101 |
"engines": { |
6435 | 7102 |
"node": ">= 8" |
6436 | 7103 |
} |
... | ... | @@ -6469,6 +7136,8 @@ |
6469 | 7136 |
"integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", |
6470 | 7137 |
"dev": true, |
6471 | 7138 |
"license": "Apache-2.0", |
7139 |
+ "optional": true, |
|
7140 |
+ "peer": true, |
|
6472 | 7141 |
"dependencies": { |
6473 | 7142 |
"spdx-expression-parse": "^3.0.0", |
6474 | 7143 |
"spdx-license-ids": "^3.0.0" |
... | ... | @@ -6479,7 +7148,9 @@ |
6479 | 7148 |
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", |
6480 | 7149 |
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", |
6481 | 7150 |
"dev": true, |
6482 |
- "license": "CC-BY-3.0" |
|
7151 |
+ "license": "CC-BY-3.0", |
|
7152 |
+ "optional": true, |
|
7153 |
+ "peer": true |
|
6483 | 7154 |
}, |
6484 | 7155 |
"node_modules/spdx-expression-parse": { |
6485 | 7156 |
"version": "3.0.1", |
... | ... | @@ -6487,6 +7158,8 @@ |
6487 | 7158 |
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", |
6488 | 7159 |
"dev": true, |
6489 | 7160 |
"license": "MIT", |
7161 |
+ "optional": true, |
|
7162 |
+ "peer": true, |
|
6490 | 7163 |
"dependencies": { |
6491 | 7164 |
"spdx-exceptions": "^2.1.0", |
6492 | 7165 |
"spdx-license-ids": "^3.0.0" |
... | ... | @@ -6497,7 +7170,9 @@ |
6497 | 7170 |
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz", |
6498 | 7171 |
"integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==", |
6499 | 7172 |
"dev": true, |
6500 |
- "license": "CC0-1.0" |
|
7173 |
+ "license": "CC0-1.0", |
|
7174 |
+ "optional": true, |
|
7175 |
+ "peer": true |
|
6501 | 7176 |
}, |
6502 | 7177 |
"node_modules/split2": { |
6503 | 7178 |
"version": "4.2.0", |
... | ... | @@ -6513,7 +7188,9 @@ |
6513 | 7188 |
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", |
6514 | 7189 |
"integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", |
6515 | 7190 |
"dev": true, |
6516 |
- "license": "BSD-3-Clause" |
|
7191 |
+ "license": "BSD-3-Clause", |
|
7192 |
+ "optional": true, |
|
7193 |
+ "peer": true |
|
6517 | 7194 |
}, |
6518 | 7195 |
"node_modules/ssri": { |
6519 | 7196 |
"version": "9.0.1", |
... | ... | @@ -6521,6 +7198,8 @@ |
6521 | 7198 |
"integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", |
6522 | 7199 |
"dev": true, |
6523 | 7200 |
"license": "ISC", |
7201 |
+ "optional": true, |
|
7202 |
+ "peer": true, |
|
6524 | 7203 |
"dependencies": { |
6525 | 7204 |
"minipass": "^3.1.1" |
6526 | 7205 |
}, |
... | ... | @@ -6543,6 +7222,8 @@ |
6543 | 7222 |
"integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", |
6544 | 7223 |
"dev": true, |
6545 | 7224 |
"license": "MIT", |
7225 |
+ "optional": true, |
|
7226 |
+ "peer": true, |
|
6546 | 7227 |
"dependencies": { |
6547 | 7228 |
"readable-stream": "^2.0.1" |
6548 | 7229 |
} |
... | ... | @@ -6553,6 +7234,8 @@ |
6553 | 7234 |
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", |
6554 | 7235 |
"dev": true, |
6555 | 7236 |
"license": "MIT", |
7237 |
+ "optional": true, |
|
7238 |
+ "peer": true, |
|
6556 | 7239 |
"dependencies": { |
6557 | 7240 |
"core-util-is": "~1.0.0", |
6558 | 7241 |
"inherits": "~2.0.3", |
... | ... | @@ -6568,7 +7251,9 @@ |
6568 | 7251 |
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", |
6569 | 7252 |
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", |
6570 | 7253 |
"dev": true, |
6571 |
- "license": "MIT" |
|
7254 |
+ "license": "MIT", |
|
7255 |
+ "optional": true, |
|
7256 |
+ "peer": true |
|
6572 | 7257 |
}, |
6573 | 7258 |
"node_modules/stdout-stream/node_modules/string_decoder": { |
6574 | 7259 |
"version": "1.1.1", |
... | ... | @@ -6576,6 +7261,8 @@ |
6576 | 7261 |
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", |
6577 | 7262 |
"dev": true, |
6578 | 7263 |
"license": "MIT", |
7264 |
+ "optional": true, |
|
7265 |
+ "peer": true, |
|
6579 | 7266 |
"dependencies": { |
6580 | 7267 |
"safe-buffer": "~5.1.0" |
6581 | 7268 |
} |
... | ... | @@ -6586,6 +7273,8 @@ |
6586 | 7273 |
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", |
6587 | 7274 |
"dev": true, |
6588 | 7275 |
"license": "MIT", |
7276 |
+ "optional": true, |
|
7277 |
+ "peer": true, |
|
6589 | 7278 |
"dependencies": { |
6590 | 7279 |
"safe-buffer": "~5.2.0" |
6591 | 7280 |
} |
... | ... | @@ -6596,6 +7285,8 @@ |
6596 | 7285 |
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
6597 | 7286 |
"dev": true, |
6598 | 7287 |
"license": "MIT", |
7288 |
+ "optional": true, |
|
7289 |
+ "peer": true, |
|
6599 | 7290 |
"dependencies": { |
6600 | 7291 |
"emoji-regex": "^8.0.0", |
6601 | 7292 |
"is-fullwidth-code-point": "^3.0.0", |
... | ... | @@ -6611,6 +7302,8 @@ |
6611 | 7302 |
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", |
6612 | 7303 |
"dev": true, |
6613 | 7304 |
"license": "MIT", |
7305 |
+ "optional": true, |
|
7306 |
+ "peer": true, |
|
6614 | 7307 |
"dependencies": { |
6615 | 7308 |
"ansi-regex": "^5.0.1" |
6616 | 7309 |
}, |
... | ... | @@ -6624,6 +7317,8 @@ |
6624 | 7317 |
"integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", |
6625 | 7318 |
"dev": true, |
6626 | 7319 |
"license": "MIT", |
7320 |
+ "optional": true, |
|
7321 |
+ "peer": true, |
|
6627 | 7322 |
"dependencies": { |
6628 | 7323 |
"min-indent": "^1.0.0" |
6629 | 7324 |
}, |
... | ... | @@ -6670,6 +7365,8 @@ |
6670 | 7365 |
"integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", |
6671 | 7366 |
"dev": true, |
6672 | 7367 |
"license": "ISC", |
7368 |
+ "optional": true, |
|
7369 |
+ "peer": true, |
|
6673 | 7370 |
"dependencies": { |
6674 | 7371 |
"chownr": "^2.0.0", |
6675 | 7372 |
"fs-minipass": "^2.0.0", |
... | ... | @@ -6688,6 +7385,8 @@ |
6688 | 7385 |
"integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", |
6689 | 7386 |
"dev": true, |
6690 | 7387 |
"license": "ISC", |
7388 |
+ "optional": true, |
|
7389 |
+ "peer": true, |
|
6691 | 7390 |
"engines": { |
6692 | 7391 |
"node": ">=8" |
6693 | 7392 |
} |
... | ... | @@ -6697,7 +7396,9 @@ |
6697 | 7396 |
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", |
6698 | 7397 |
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", |
6699 | 7398 |
"dev": true, |
6700 |
- "license": "ISC" |
|
7399 |
+ "license": "ISC", |
|
7400 |
+ "optional": true, |
|
7401 |
+ "peer": true |
|
6701 | 7402 |
}, |
6702 | 7403 |
"node_modules/terser": { |
6703 | 7404 |
"version": "5.39.0", |
... | ... | @@ -6838,6 +7539,8 @@ |
6838 | 7539 |
"integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", |
6839 | 7540 |
"dev": true, |
6840 | 7541 |
"license": "MIT", |
7542 |
+ "optional": true, |
|
7543 |
+ "peer": true, |
|
6841 | 7544 |
"engines": { |
6842 | 7545 |
"node": ">=8" |
6843 | 7546 |
} |
... | ... | @@ -6847,7 +7550,9 @@ |
6847 | 7550 |
"resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz", |
6848 | 7551 |
"integrity": "sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==", |
6849 | 7552 |
"dev": true, |
6850 |
- "license": "Apache-2.0" |
|
7553 |
+ "license": "Apache-2.0", |
|
7554 |
+ "optional": true, |
|
7555 |
+ "peer": true |
|
6851 | 7556 |
}, |
6852 | 7557 |
"node_modules/turndown": { |
6853 | 7558 |
"version": "7.2.0", |
... | ... | @@ -6868,6 +7573,8 @@ |
6868 | 7573 |
"integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", |
6869 | 7574 |
"dev": true, |
6870 | 7575 |
"license": "(MIT OR CC0-1.0)", |
7576 |
+ "optional": true, |
|
7577 |
+ "peer": true, |
|
6871 | 7578 |
"engines": { |
6872 | 7579 |
"node": ">=10" |
6873 | 7580 |
}, |
... | ... | @@ -6900,6 +7607,8 @@ |
6900 | 7607 |
"integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", |
6901 | 7608 |
"dev": true, |
6902 | 7609 |
"license": "ISC", |
7610 |
+ "optional": true, |
|
7611 |
+ "peer": true, |
|
6903 | 7612 |
"dependencies": { |
6904 | 7613 |
"unique-slug": "^3.0.0" |
6905 | 7614 |
}, |
... | ... | @@ -6913,6 +7622,8 @@ |
6913 | 7622 |
"integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", |
6914 | 7623 |
"dev": true, |
6915 | 7624 |
"license": "ISC", |
7625 |
+ "optional": true, |
|
7626 |
+ "peer": true, |
|
6916 | 7627 |
"dependencies": { |
6917 | 7628 |
"imurmurhash": "^0.1.4" |
6918 | 7629 |
}, |
... | ... | @@ -7034,6 +7745,8 @@ |
7034 | 7745 |
"integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", |
7035 | 7746 |
"dev": true, |
7036 | 7747 |
"license": "Apache-2.0", |
7748 |
+ "optional": true, |
|
7749 |
+ "peer": true, |
|
7037 | 7750 |
"dependencies": { |
7038 | 7751 |
"spdx-correct": "^3.0.0", |
7039 | 7752 |
"spdx-expression-parse": "^3.0.0" |
... | ... | @@ -7361,6 +8074,8 @@ |
7361 | 8074 |
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", |
7362 | 8075 |
"dev": true, |
7363 | 8076 |
"license": "ISC", |
8077 |
+ "optional": true, |
|
8078 |
+ "peer": true, |
|
7364 | 8079 |
"dependencies": { |
7365 | 8080 |
"string-width": "^1.0.2 || 2 || 3 || 4" |
7366 | 8081 |
} |
... | ... | @@ -7377,6 +8092,8 @@ |
7377 | 8092 |
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", |
7378 | 8093 |
"dev": true, |
7379 | 8094 |
"license": "MIT", |
8095 |
+ "optional": true, |
|
8096 |
+ "peer": true, |
|
7380 | 8097 |
"dependencies": { |
7381 | 8098 |
"ansi-styles": "^4.0.0", |
7382 | 8099 |
"string-width": "^4.1.0", |
... | ... | @@ -7410,6 +8127,8 @@ |
7410 | 8127 |
"integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", |
7411 | 8128 |
"dev": true, |
7412 | 8129 |
"license": "ISC", |
8130 |
+ "optional": true, |
|
8131 |
+ "peer": true, |
|
7413 | 8132 |
"engines": { |
7414 | 8133 |
"node": ">=10" |
7415 | 8134 |
} |
... | ... | @@ -7426,6 +8145,8 @@ |
7426 | 8145 |
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", |
7427 | 8146 |
"dev": true, |
7428 | 8147 |
"license": "MIT", |
8148 |
+ "optional": true, |
|
8149 |
+ "peer": true, |
|
7429 | 8150 |
"dependencies": { |
7430 | 8151 |
"cliui": "^8.0.1", |
7431 | 8152 |
"escalade": "^3.1.1", |
... | ... | @@ -7445,6 +8166,8 @@ |
7445 | 8166 |
"integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", |
7446 | 8167 |
"dev": true, |
7447 | 8168 |
"license": "ISC", |
8169 |
+ "optional": true, |
|
8170 |
+ "peer": true, |
|
7448 | 8171 |
"engines": { |
7449 | 8172 |
"node": ">=10" |
7450 | 8173 |
} |
... | ... | @@ -7455,6 +8178,8 @@ |
7455 | 8178 |
"integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", |
7456 | 8179 |
"dev": true, |
7457 | 8180 |
"license": "ISC", |
8181 |
+ "optional": true, |
|
8182 |
+ "peer": true, |
|
7458 | 8183 |
"engines": { |
7459 | 8184 |
"node": ">=12" |
7460 | 8185 |
} |
--- package.json
+++ package.json
... | ... | @@ -44,8 +44,8 @@ |
44 | 44 |
"devDependencies": { |
45 | 45 |
"autoprefixer": "^10.4.20", |
46 | 46 |
"mini-css-extract-plugin": "^2.9.2", |
47 |
- "node-sass": "^9.0.0", |
|
48 | 47 |
"postcss": "^8.5.3", |
48 |
+ "sass": "^1.89.2", |
|
49 | 49 |
"sass-loader": "^16.0.5" |
50 | 50 |
} |
51 | 51 |
} |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?