@zohodesk/react-cli 1.1.20 → 1.1.22-exp.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +38 -1
- package/bin/cli.js +4 -0
- package/lib/babel/cmjs-plugins-presets.js +24 -9
- package/lib/babel/es-plugins-presets.js +33 -18
- package/lib/configs/jest.config.js +3 -3
- package/lib/configs/resolvers.js +1 -0
- package/lib/configs/webpack.dev.config.js +7 -2
- package/lib/configs/webpack.prod.config.js +12 -4
- package/lib/jest/preProcessors/jsPreprocessor.js +23 -2
- package/lib/loaderUtils/getDevJsLoaders.js +2 -1
- package/lib/loaders/workerLoader.js +39 -24
- package/lib/pluginUtils/configHtmlWebpackPlugins.js +57 -1
- package/lib/pluginUtils/getDevPlugins.js +9 -4
- package/lib/pluginUtils/getProdPlugins.js +6 -1
- package/lib/plugins/CustomScriptLoadingStrategyPlugin.js +108 -0
- package/lib/plugins/EventsHandlingPlugin.js +34 -0
- package/lib/plugins/I18nSplitPlugin/I18nDownlodLogic.js +5 -1
- package/lib/schemas/index.js +12 -1
- package/lib/utils/index.js +14 -0
- package/lib/utils/typeCheck.js +10 -0
- package/npm-shrinkwrap.json +983 -27
- package/package.json +4 -1
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zohodesk/react-cli",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.22-exp.1",
|
4
4
|
"lockfileVersion": 2,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@zohodesk/react-cli",
|
9
|
-
"version": "1.1.
|
9
|
+
"version": "1.1.22-exp.1",
|
10
10
|
"license": "ISC",
|
11
11
|
"dependencies": {
|
12
12
|
"@babel/cli": "7.10.5",
|
@@ -16,6 +16,7 @@
|
|
16
16
|
"@babel/plugin-transform-runtime": "7.11.0",
|
17
17
|
"@babel/preset-env": "7.11.0",
|
18
18
|
"@babel/preset-react": "7.10.4",
|
19
|
+
"@babel/preset-typescript": "7.23.2",
|
19
20
|
"@babel/runtime": "7.11.2",
|
20
21
|
"@zohodesk/client_packages_group": "1.0.2",
|
21
22
|
"@zohodesk/eslint-plugin-react-performance": "1.0.3",
|
@@ -74,6 +75,8 @@
|
|
74
75
|
"redux-mock-store": "1.5.4",
|
75
76
|
"rimraf": "3.0.2",
|
76
77
|
"script-loader": "0.7.2",
|
78
|
+
"ts-loader": "8.2.0",
|
79
|
+
"typescript": "5.2.2",
|
77
80
|
"uglifycss": "0.0.29",
|
78
81
|
"url-loader": "4.1.0",
|
79
82
|
"webpack": "4.44.1",
|
@@ -907,6 +910,28 @@
|
|
907
910
|
"@babel/core": "^7.0.0-0"
|
908
911
|
}
|
909
912
|
},
|
913
|
+
"node_modules/@babel/plugin-syntax-typescript": {
|
914
|
+
"version": "7.24.6",
|
915
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.6.tgz",
|
916
|
+
"integrity": "sha512-TzCtxGgVTEJWWwcYwQhCIQ6WaKlo80/B+Onsk4RRCcYqpYGFcG9etPW94VToGte5AAcxRrhjPUFvUS3Y2qKi4A==",
|
917
|
+
"dependencies": {
|
918
|
+
"@babel/helper-plugin-utils": "^7.24.6"
|
919
|
+
},
|
920
|
+
"engines": {
|
921
|
+
"node": ">=6.9.0"
|
922
|
+
},
|
923
|
+
"peerDependencies": {
|
924
|
+
"@babel/core": "^7.0.0-0"
|
925
|
+
}
|
926
|
+
},
|
927
|
+
"node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/helper-plugin-utils": {
|
928
|
+
"version": "7.24.6",
|
929
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
|
930
|
+
"integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==",
|
931
|
+
"engines": {
|
932
|
+
"node": ">=6.9.0"
|
933
|
+
}
|
934
|
+
},
|
910
935
|
"node_modules/@babel/plugin-transform-arrow-functions": {
|
911
936
|
"version": "7.18.6",
|
912
937
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz",
|
@@ -1458,6 +1483,231 @@
|
|
1458
1483
|
"@babel/core": "^7.0.0-0"
|
1459
1484
|
}
|
1460
1485
|
},
|
1486
|
+
"node_modules/@babel/plugin-transform-typescript": {
|
1487
|
+
"version": "7.24.6",
|
1488
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.6.tgz",
|
1489
|
+
"integrity": "sha512-H0i+hDLmaYYSt6KU9cZE0gb3Cbssa/oxWis7PX4ofQzbvsfix9Lbh8SRk7LCPDlLWJHUiFeHU0qRRpF/4Zv7mQ==",
|
1490
|
+
"dependencies": {
|
1491
|
+
"@babel/helper-annotate-as-pure": "^7.24.6",
|
1492
|
+
"@babel/helper-create-class-features-plugin": "^7.24.6",
|
1493
|
+
"@babel/helper-plugin-utils": "^7.24.6",
|
1494
|
+
"@babel/plugin-syntax-typescript": "^7.24.6"
|
1495
|
+
},
|
1496
|
+
"engines": {
|
1497
|
+
"node": ">=6.9.0"
|
1498
|
+
},
|
1499
|
+
"peerDependencies": {
|
1500
|
+
"@babel/core": "^7.0.0-0"
|
1501
|
+
}
|
1502
|
+
},
|
1503
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/code-frame": {
|
1504
|
+
"version": "7.24.6",
|
1505
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz",
|
1506
|
+
"integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==",
|
1507
|
+
"dependencies": {
|
1508
|
+
"@babel/highlight": "^7.24.6",
|
1509
|
+
"picocolors": "^1.0.0"
|
1510
|
+
},
|
1511
|
+
"engines": {
|
1512
|
+
"node": ">=6.9.0"
|
1513
|
+
}
|
1514
|
+
},
|
1515
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-annotate-as-pure": {
|
1516
|
+
"version": "7.24.6",
|
1517
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz",
|
1518
|
+
"integrity": "sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg==",
|
1519
|
+
"dependencies": {
|
1520
|
+
"@babel/types": "^7.24.6"
|
1521
|
+
},
|
1522
|
+
"engines": {
|
1523
|
+
"node": ">=6.9.0"
|
1524
|
+
}
|
1525
|
+
},
|
1526
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-create-class-features-plugin": {
|
1527
|
+
"version": "7.24.6",
|
1528
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.6.tgz",
|
1529
|
+
"integrity": "sha512-djsosdPJVZE6Vsw3kk7IPRWethP94WHGOhQTc67SNXE0ZzMhHgALw8iGmYS0TD1bbMM0VDROy43od7/hN6WYcA==",
|
1530
|
+
"dependencies": {
|
1531
|
+
"@babel/helper-annotate-as-pure": "^7.24.6",
|
1532
|
+
"@babel/helper-environment-visitor": "^7.24.6",
|
1533
|
+
"@babel/helper-function-name": "^7.24.6",
|
1534
|
+
"@babel/helper-member-expression-to-functions": "^7.24.6",
|
1535
|
+
"@babel/helper-optimise-call-expression": "^7.24.6",
|
1536
|
+
"@babel/helper-replace-supers": "^7.24.6",
|
1537
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.6",
|
1538
|
+
"@babel/helper-split-export-declaration": "^7.24.6",
|
1539
|
+
"semver": "^6.3.1"
|
1540
|
+
},
|
1541
|
+
"engines": {
|
1542
|
+
"node": ">=6.9.0"
|
1543
|
+
},
|
1544
|
+
"peerDependencies": {
|
1545
|
+
"@babel/core": "^7.0.0"
|
1546
|
+
}
|
1547
|
+
},
|
1548
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-environment-visitor": {
|
1549
|
+
"version": "7.24.6",
|
1550
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz",
|
1551
|
+
"integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==",
|
1552
|
+
"engines": {
|
1553
|
+
"node": ">=6.9.0"
|
1554
|
+
}
|
1555
|
+
},
|
1556
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-function-name": {
|
1557
|
+
"version": "7.24.6",
|
1558
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz",
|
1559
|
+
"integrity": "sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==",
|
1560
|
+
"dependencies": {
|
1561
|
+
"@babel/template": "^7.24.6",
|
1562
|
+
"@babel/types": "^7.24.6"
|
1563
|
+
},
|
1564
|
+
"engines": {
|
1565
|
+
"node": ">=6.9.0"
|
1566
|
+
}
|
1567
|
+
},
|
1568
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-member-expression-to-functions": {
|
1569
|
+
"version": "7.24.6",
|
1570
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.6.tgz",
|
1571
|
+
"integrity": "sha512-OTsCufZTxDUsv2/eDXanw/mUZHWOxSbEmC3pP8cgjcy5rgeVPWWMStnv274DV60JtHxTk0adT0QrCzC4M9NWGg==",
|
1572
|
+
"dependencies": {
|
1573
|
+
"@babel/types": "^7.24.6"
|
1574
|
+
},
|
1575
|
+
"engines": {
|
1576
|
+
"node": ">=6.9.0"
|
1577
|
+
}
|
1578
|
+
},
|
1579
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-optimise-call-expression": {
|
1580
|
+
"version": "7.24.6",
|
1581
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.6.tgz",
|
1582
|
+
"integrity": "sha512-3SFDJRbx7KuPRl8XDUr8O7GAEB8iGyWPjLKJh/ywP/Iy9WOmEfMrsWbaZpvBu2HSYn4KQygIsz0O7m8y10ncMA==",
|
1583
|
+
"dependencies": {
|
1584
|
+
"@babel/types": "^7.24.6"
|
1585
|
+
},
|
1586
|
+
"engines": {
|
1587
|
+
"node": ">=6.9.0"
|
1588
|
+
}
|
1589
|
+
},
|
1590
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-plugin-utils": {
|
1591
|
+
"version": "7.24.6",
|
1592
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
|
1593
|
+
"integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==",
|
1594
|
+
"engines": {
|
1595
|
+
"node": ">=6.9.0"
|
1596
|
+
}
|
1597
|
+
},
|
1598
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-replace-supers": {
|
1599
|
+
"version": "7.24.6",
|
1600
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.6.tgz",
|
1601
|
+
"integrity": "sha512-mRhfPwDqDpba8o1F8ESxsEkJMQkUF8ZIWrAc0FtWhxnjfextxMWxr22RtFizxxSYLjVHDeMgVsRq8BBZR2ikJQ==",
|
1602
|
+
"dependencies": {
|
1603
|
+
"@babel/helper-environment-visitor": "^7.24.6",
|
1604
|
+
"@babel/helper-member-expression-to-functions": "^7.24.6",
|
1605
|
+
"@babel/helper-optimise-call-expression": "^7.24.6"
|
1606
|
+
},
|
1607
|
+
"engines": {
|
1608
|
+
"node": ">=6.9.0"
|
1609
|
+
},
|
1610
|
+
"peerDependencies": {
|
1611
|
+
"@babel/core": "^7.0.0"
|
1612
|
+
}
|
1613
|
+
},
|
1614
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
1615
|
+
"version": "7.24.6",
|
1616
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.6.tgz",
|
1617
|
+
"integrity": "sha512-jhbbkK3IUKc4T43WadP96a27oYti9gEf1LdyGSP2rHGH77kwLwfhO7TgwnWvxxQVmke0ImmCSS47vcuxEMGD3Q==",
|
1618
|
+
"dependencies": {
|
1619
|
+
"@babel/types": "^7.24.6"
|
1620
|
+
},
|
1621
|
+
"engines": {
|
1622
|
+
"node": ">=6.9.0"
|
1623
|
+
}
|
1624
|
+
},
|
1625
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-split-export-declaration": {
|
1626
|
+
"version": "7.24.6",
|
1627
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz",
|
1628
|
+
"integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==",
|
1629
|
+
"dependencies": {
|
1630
|
+
"@babel/types": "^7.24.6"
|
1631
|
+
},
|
1632
|
+
"engines": {
|
1633
|
+
"node": ">=6.9.0"
|
1634
|
+
}
|
1635
|
+
},
|
1636
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-string-parser": {
|
1637
|
+
"version": "7.24.6",
|
1638
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
|
1639
|
+
"integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==",
|
1640
|
+
"engines": {
|
1641
|
+
"node": ">=6.9.0"
|
1642
|
+
}
|
1643
|
+
},
|
1644
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-validator-identifier": {
|
1645
|
+
"version": "7.24.6",
|
1646
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
|
1647
|
+
"integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==",
|
1648
|
+
"engines": {
|
1649
|
+
"node": ">=6.9.0"
|
1650
|
+
}
|
1651
|
+
},
|
1652
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/highlight": {
|
1653
|
+
"version": "7.24.6",
|
1654
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
|
1655
|
+
"integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
|
1656
|
+
"dependencies": {
|
1657
|
+
"@babel/helper-validator-identifier": "^7.24.6",
|
1658
|
+
"chalk": "^2.4.2",
|
1659
|
+
"js-tokens": "^4.0.0",
|
1660
|
+
"picocolors": "^1.0.0"
|
1661
|
+
},
|
1662
|
+
"engines": {
|
1663
|
+
"node": ">=6.9.0"
|
1664
|
+
}
|
1665
|
+
},
|
1666
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/parser": {
|
1667
|
+
"version": "7.24.6",
|
1668
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz",
|
1669
|
+
"integrity": "sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==",
|
1670
|
+
"bin": {
|
1671
|
+
"parser": "bin/babel-parser.js"
|
1672
|
+
},
|
1673
|
+
"engines": {
|
1674
|
+
"node": ">=6.0.0"
|
1675
|
+
}
|
1676
|
+
},
|
1677
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/template": {
|
1678
|
+
"version": "7.24.6",
|
1679
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.6.tgz",
|
1680
|
+
"integrity": "sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==",
|
1681
|
+
"dependencies": {
|
1682
|
+
"@babel/code-frame": "^7.24.6",
|
1683
|
+
"@babel/parser": "^7.24.6",
|
1684
|
+
"@babel/types": "^7.24.6"
|
1685
|
+
},
|
1686
|
+
"engines": {
|
1687
|
+
"node": ">=6.9.0"
|
1688
|
+
}
|
1689
|
+
},
|
1690
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/@babel/types": {
|
1691
|
+
"version": "7.24.6",
|
1692
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz",
|
1693
|
+
"integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==",
|
1694
|
+
"dependencies": {
|
1695
|
+
"@babel/helper-string-parser": "^7.24.6",
|
1696
|
+
"@babel/helper-validator-identifier": "^7.24.6",
|
1697
|
+
"to-fast-properties": "^2.0.0"
|
1698
|
+
},
|
1699
|
+
"engines": {
|
1700
|
+
"node": ">=6.9.0"
|
1701
|
+
}
|
1702
|
+
},
|
1703
|
+
"node_modules/@babel/plugin-transform-typescript/node_modules/semver": {
|
1704
|
+
"version": "6.3.1",
|
1705
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
1706
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
|
1707
|
+
"bin": {
|
1708
|
+
"semver": "bin/semver.js"
|
1709
|
+
}
|
1710
|
+
},
|
1461
1711
|
"node_modules/@babel/plugin-transform-unicode-escapes": {
|
1462
1712
|
"version": "7.18.10",
|
1463
1713
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz",
|
@@ -1597,6 +1847,158 @@
|
|
1597
1847
|
"@babel/core": "^7.0.0-0"
|
1598
1848
|
}
|
1599
1849
|
},
|
1850
|
+
"node_modules/@babel/preset-typescript": {
|
1851
|
+
"version": "7.23.2",
|
1852
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.2.tgz",
|
1853
|
+
"integrity": "sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==",
|
1854
|
+
"dependencies": {
|
1855
|
+
"@babel/helper-plugin-utils": "^7.22.5",
|
1856
|
+
"@babel/helper-validator-option": "^7.22.15",
|
1857
|
+
"@babel/plugin-syntax-jsx": "^7.22.5",
|
1858
|
+
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
|
1859
|
+
"@babel/plugin-transform-typescript": "^7.22.15"
|
1860
|
+
},
|
1861
|
+
"engines": {
|
1862
|
+
"node": ">=6.9.0"
|
1863
|
+
},
|
1864
|
+
"peerDependencies": {
|
1865
|
+
"@babel/core": "^7.0.0-0"
|
1866
|
+
}
|
1867
|
+
},
|
1868
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/helper-environment-visitor": {
|
1869
|
+
"version": "7.24.6",
|
1870
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz",
|
1871
|
+
"integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==",
|
1872
|
+
"engines": {
|
1873
|
+
"node": ">=6.9.0"
|
1874
|
+
}
|
1875
|
+
},
|
1876
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/helper-module-imports": {
|
1877
|
+
"version": "7.24.6",
|
1878
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz",
|
1879
|
+
"integrity": "sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==",
|
1880
|
+
"dependencies": {
|
1881
|
+
"@babel/types": "^7.24.6"
|
1882
|
+
},
|
1883
|
+
"engines": {
|
1884
|
+
"node": ">=6.9.0"
|
1885
|
+
}
|
1886
|
+
},
|
1887
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/helper-module-transforms": {
|
1888
|
+
"version": "7.24.6",
|
1889
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz",
|
1890
|
+
"integrity": "sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==",
|
1891
|
+
"dependencies": {
|
1892
|
+
"@babel/helper-environment-visitor": "^7.24.6",
|
1893
|
+
"@babel/helper-module-imports": "^7.24.6",
|
1894
|
+
"@babel/helper-simple-access": "^7.24.6",
|
1895
|
+
"@babel/helper-split-export-declaration": "^7.24.6",
|
1896
|
+
"@babel/helper-validator-identifier": "^7.24.6"
|
1897
|
+
},
|
1898
|
+
"engines": {
|
1899
|
+
"node": ">=6.9.0"
|
1900
|
+
},
|
1901
|
+
"peerDependencies": {
|
1902
|
+
"@babel/core": "^7.0.0"
|
1903
|
+
}
|
1904
|
+
},
|
1905
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/helper-plugin-utils": {
|
1906
|
+
"version": "7.24.6",
|
1907
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
|
1908
|
+
"integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==",
|
1909
|
+
"engines": {
|
1910
|
+
"node": ">=6.9.0"
|
1911
|
+
}
|
1912
|
+
},
|
1913
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/helper-simple-access": {
|
1914
|
+
"version": "7.24.6",
|
1915
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz",
|
1916
|
+
"integrity": "sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==",
|
1917
|
+
"dependencies": {
|
1918
|
+
"@babel/types": "^7.24.6"
|
1919
|
+
},
|
1920
|
+
"engines": {
|
1921
|
+
"node": ">=6.9.0"
|
1922
|
+
}
|
1923
|
+
},
|
1924
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/helper-split-export-declaration": {
|
1925
|
+
"version": "7.24.6",
|
1926
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz",
|
1927
|
+
"integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==",
|
1928
|
+
"dependencies": {
|
1929
|
+
"@babel/types": "^7.24.6"
|
1930
|
+
},
|
1931
|
+
"engines": {
|
1932
|
+
"node": ">=6.9.0"
|
1933
|
+
}
|
1934
|
+
},
|
1935
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/helper-string-parser": {
|
1936
|
+
"version": "7.24.6",
|
1937
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
|
1938
|
+
"integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==",
|
1939
|
+
"engines": {
|
1940
|
+
"node": ">=6.9.0"
|
1941
|
+
}
|
1942
|
+
},
|
1943
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/helper-validator-identifier": {
|
1944
|
+
"version": "7.24.6",
|
1945
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
|
1946
|
+
"integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==",
|
1947
|
+
"engines": {
|
1948
|
+
"node": ">=6.9.0"
|
1949
|
+
}
|
1950
|
+
},
|
1951
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/helper-validator-option": {
|
1952
|
+
"version": "7.24.6",
|
1953
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz",
|
1954
|
+
"integrity": "sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==",
|
1955
|
+
"engines": {
|
1956
|
+
"node": ">=6.9.0"
|
1957
|
+
}
|
1958
|
+
},
|
1959
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-jsx": {
|
1960
|
+
"version": "7.24.6",
|
1961
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.6.tgz",
|
1962
|
+
"integrity": "sha512-lWfvAIFNWMlCsU0DRUun2GpFwZdGTukLaHJqRh1JRb80NdAP5Sb1HDHB5X9P9OtgZHQl089UzQkpYlBq2VTPRw==",
|
1963
|
+
"dependencies": {
|
1964
|
+
"@babel/helper-plugin-utils": "^7.24.6"
|
1965
|
+
},
|
1966
|
+
"engines": {
|
1967
|
+
"node": ">=6.9.0"
|
1968
|
+
},
|
1969
|
+
"peerDependencies": {
|
1970
|
+
"@babel/core": "^7.0.0-0"
|
1971
|
+
}
|
1972
|
+
},
|
1973
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-modules-commonjs": {
|
1974
|
+
"version": "7.24.6",
|
1975
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.6.tgz",
|
1976
|
+
"integrity": "sha512-JEV8l3MHdmmdb7S7Cmx6rbNEjRCgTQMZxllveHO0mx6uiclB0NflCawlQQ6+o5ZrwjUBYPzHm2XoK4wqGVUFuw==",
|
1977
|
+
"dependencies": {
|
1978
|
+
"@babel/helper-module-transforms": "^7.24.6",
|
1979
|
+
"@babel/helper-plugin-utils": "^7.24.6",
|
1980
|
+
"@babel/helper-simple-access": "^7.24.6"
|
1981
|
+
},
|
1982
|
+
"engines": {
|
1983
|
+
"node": ">=6.9.0"
|
1984
|
+
},
|
1985
|
+
"peerDependencies": {
|
1986
|
+
"@babel/core": "^7.0.0-0"
|
1987
|
+
}
|
1988
|
+
},
|
1989
|
+
"node_modules/@babel/preset-typescript/node_modules/@babel/types": {
|
1990
|
+
"version": "7.24.6",
|
1991
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz",
|
1992
|
+
"integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==",
|
1993
|
+
"dependencies": {
|
1994
|
+
"@babel/helper-string-parser": "^7.24.6",
|
1995
|
+
"@babel/helper-validator-identifier": "^7.24.6",
|
1996
|
+
"to-fast-properties": "^2.0.0"
|
1997
|
+
},
|
1998
|
+
"engines": {
|
1999
|
+
"node": ">=6.9.0"
|
2000
|
+
}
|
2001
|
+
},
|
1600
2002
|
"node_modules/@babel/runtime": {
|
1601
2003
|
"version": "7.11.2",
|
1602
2004
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
|
@@ -4554,6 +4956,7 @@
|
|
4554
4956
|
"version": "2.7.1",
|
4555
4957
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
4556
4958
|
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
4959
|
+
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
4557
4960
|
"dependencies": {
|
4558
4961
|
"glob": "^7.1.3"
|
4559
4962
|
},
|
@@ -5222,6 +5625,7 @@
|
|
5222
5625
|
"version": "1.0.5",
|
5223
5626
|
"resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz",
|
5224
5627
|
"integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==",
|
5628
|
+
"deprecated": "This package is no longer supported.",
|
5225
5629
|
"dependencies": {
|
5226
5630
|
"aproba": "^1.1.1",
|
5227
5631
|
"fs-write-stream-atomic": "^1.0.8",
|
@@ -5235,6 +5639,7 @@
|
|
5235
5639
|
"version": "2.7.1",
|
5236
5640
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
5237
5641
|
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
5642
|
+
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
5238
5643
|
"dependencies": {
|
5239
5644
|
"glob": "^7.1.3"
|
5240
5645
|
},
|
@@ -7584,6 +7989,7 @@
|
|
7584
7989
|
"version": "2.6.3",
|
7585
7990
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz",
|
7586
7991
|
"integrity": "sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==",
|
7992
|
+
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
7587
7993
|
"dependencies": {
|
7588
7994
|
"glob": "^7.1.3"
|
7589
7995
|
},
|
@@ -7727,6 +8133,7 @@
|
|
7727
8133
|
"version": "1.0.10",
|
7728
8134
|
"resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz",
|
7729
8135
|
"integrity": "sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==",
|
8136
|
+
"deprecated": "This package is no longer supported.",
|
7730
8137
|
"dependencies": {
|
7731
8138
|
"graceful-fs": "^4.1.2",
|
7732
8139
|
"iferr": "^0.1.5",
|
@@ -8070,6 +8477,7 @@
|
|
8070
8477
|
"version": "7.2.3",
|
8071
8478
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
8072
8479
|
"integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
|
8480
|
+
"deprecated": "Glob versions prior to v9 are no longer supported",
|
8073
8481
|
"dependencies": {
|
8074
8482
|
"fs.realpath": "^1.0.0",
|
8075
8483
|
"inflight": "^1.0.4",
|
@@ -8220,6 +8628,7 @@
|
|
8220
8628
|
"version": "7.1.7",
|
8221
8629
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
|
8222
8630
|
"integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
|
8631
|
+
"deprecated": "Glob versions prior to v9 are no longer supported",
|
8223
8632
|
"dependencies": {
|
8224
8633
|
"fs.realpath": "^1.0.0",
|
8225
8634
|
"inflight": "^1.0.4",
|
@@ -9101,6 +9510,7 @@
|
|
9101
9510
|
"version": "1.0.6",
|
9102
9511
|
"resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
|
9103
9512
|
"integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
|
9513
|
+
"deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
|
9104
9514
|
"dependencies": {
|
9105
9515
|
"once": "^1.3.0",
|
9106
9516
|
"wrappy": "1"
|
@@ -10456,9 +10866,9 @@
|
|
10456
10866
|
}
|
10457
10867
|
},
|
10458
10868
|
"node_modules/jest-haste-map/node_modules/fsevents": {
|
10459
|
-
"version": "2.3.
|
10460
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.
|
10461
|
-
"integrity": "sha512-
|
10869
|
+
"version": "2.3.3",
|
10870
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
10871
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
10462
10872
|
"hasInstallScript": true,
|
10463
10873
|
"optional": true,
|
10464
10874
|
"os": [
|
@@ -12738,6 +13148,7 @@
|
|
12738
13148
|
"version": "1.0.1",
|
12739
13149
|
"resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz",
|
12740
13150
|
"integrity": "sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==",
|
13151
|
+
"deprecated": "This package is no longer supported.",
|
12741
13152
|
"dependencies": {
|
12742
13153
|
"aproba": "^1.1.1",
|
12743
13154
|
"copy-concurrently": "^1.0.0",
|
@@ -12751,6 +13162,7 @@
|
|
12751
13162
|
"version": "2.7.1",
|
12752
13163
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
12753
13164
|
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
13165
|
+
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
12754
13166
|
"dependencies": {
|
12755
13167
|
"glob": "^7.1.3"
|
12756
13168
|
},
|
@@ -12777,9 +13189,9 @@
|
|
12777
13189
|
"integrity": "sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ=="
|
12778
13190
|
},
|
12779
13191
|
"node_modules/nan": {
|
12780
|
-
"version": "2.
|
12781
|
-
"resolved": "https://registry.npmjs.org/nan/-/nan-2.
|
12782
|
-
"integrity": "sha512-
|
13192
|
+
"version": "2.19.0",
|
13193
|
+
"resolved": "https://registry.npmjs.org/nan/-/nan-2.19.0.tgz",
|
13194
|
+
"integrity": "sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==",
|
12783
13195
|
"optional": true
|
12784
13196
|
},
|
12785
13197
|
"node_modules/nanomatch": {
|
@@ -13121,9 +13533,9 @@
|
|
13121
13533
|
}
|
13122
13534
|
},
|
13123
13535
|
"node_modules/nodemon/node_modules/fsevents": {
|
13124
|
-
"version": "2.3.
|
13125
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.
|
13126
|
-
"integrity": "sha512-
|
13536
|
+
"version": "2.3.3",
|
13537
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
13538
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
13127
13539
|
"hasInstallScript": true,
|
13128
13540
|
"optional": true,
|
13129
13541
|
"os": [
|
@@ -15679,6 +16091,7 @@
|
|
15679
16091
|
"version": "3.0.2",
|
15680
16092
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
|
15681
16093
|
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
|
16094
|
+
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
15682
16095
|
"dependencies": {
|
15683
16096
|
"glob": "^7.1.3"
|
15684
16097
|
},
|
@@ -15800,7 +16213,8 @@
|
|
15800
16213
|
"node_modules/safe-require": {
|
15801
16214
|
"version": "1.0.4",
|
15802
16215
|
"resolved": "https://registry.npmjs.org/safe-require/-/safe-require-1.0.4.tgz",
|
15803
|
-
"integrity": "sha512-1elAbSH1u7HVMfbuqktLWAN0wMOeT+FnJVqMhBgEJLvL95m+KT433tiJdGMV1e3TstQXRt1YrKQDRBu0Kpk4WA=="
|
16216
|
+
"integrity": "sha512-1elAbSH1u7HVMfbuqktLWAN0wMOeT+FnJVqMhBgEJLvL95m+KT433tiJdGMV1e3TstQXRt1YrKQDRBu0Kpk4WA==",
|
16217
|
+
"deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info."
|
15804
16218
|
},
|
15805
16219
|
"node_modules/safer-buffer": {
|
15806
16220
|
"version": "2.1.2",
|
@@ -15917,6 +16331,7 @@
|
|
15917
16331
|
"version": "2.7.1",
|
15918
16332
|
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
|
15919
16333
|
"integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
|
16334
|
+
"deprecated": "Rimraf versions prior to v4 are no longer supported",
|
15920
16335
|
"dependencies": {
|
15921
16336
|
"glob": "^7.1.3"
|
15922
16337
|
},
|
@@ -17167,6 +17582,153 @@
|
|
17167
17582
|
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
|
17168
17583
|
"integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
|
17169
17584
|
},
|
17585
|
+
"node_modules/ts-loader": {
|
17586
|
+
"version": "8.2.0",
|
17587
|
+
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.2.0.tgz",
|
17588
|
+
"integrity": "sha512-ebXBFrNyMSmbWgjnb3WBloUBK+VSx1xckaXsMXxlZRDqce/OPdYBVN5efB0W3V0defq0Gcy4YuzvPGqRgjj85A==",
|
17589
|
+
"dependencies": {
|
17590
|
+
"chalk": "^4.1.0",
|
17591
|
+
"enhanced-resolve": "^4.0.0",
|
17592
|
+
"loader-utils": "^2.0.0",
|
17593
|
+
"micromatch": "^4.0.0",
|
17594
|
+
"semver": "^7.3.4"
|
17595
|
+
},
|
17596
|
+
"engines": {
|
17597
|
+
"node": ">=10.0.0"
|
17598
|
+
},
|
17599
|
+
"peerDependencies": {
|
17600
|
+
"typescript": "*",
|
17601
|
+
"webpack": "*"
|
17602
|
+
}
|
17603
|
+
},
|
17604
|
+
"node_modules/ts-loader/node_modules/ansi-styles": {
|
17605
|
+
"version": "4.3.0",
|
17606
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
17607
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
17608
|
+
"dependencies": {
|
17609
|
+
"color-convert": "^2.0.1"
|
17610
|
+
},
|
17611
|
+
"engines": {
|
17612
|
+
"node": ">=8"
|
17613
|
+
},
|
17614
|
+
"funding": {
|
17615
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
17616
|
+
}
|
17617
|
+
},
|
17618
|
+
"node_modules/ts-loader/node_modules/braces": {
|
17619
|
+
"version": "3.0.3",
|
17620
|
+
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
17621
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
17622
|
+
"dependencies": {
|
17623
|
+
"fill-range": "^7.1.1"
|
17624
|
+
},
|
17625
|
+
"engines": {
|
17626
|
+
"node": ">=8"
|
17627
|
+
}
|
17628
|
+
},
|
17629
|
+
"node_modules/ts-loader/node_modules/chalk": {
|
17630
|
+
"version": "4.1.2",
|
17631
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
17632
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
17633
|
+
"dependencies": {
|
17634
|
+
"ansi-styles": "^4.1.0",
|
17635
|
+
"supports-color": "^7.1.0"
|
17636
|
+
},
|
17637
|
+
"engines": {
|
17638
|
+
"node": ">=10"
|
17639
|
+
},
|
17640
|
+
"funding": {
|
17641
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
17642
|
+
}
|
17643
|
+
},
|
17644
|
+
"node_modules/ts-loader/node_modules/color-convert": {
|
17645
|
+
"version": "2.0.1",
|
17646
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
17647
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
17648
|
+
"dependencies": {
|
17649
|
+
"color-name": "~1.1.4"
|
17650
|
+
},
|
17651
|
+
"engines": {
|
17652
|
+
"node": ">=7.0.0"
|
17653
|
+
}
|
17654
|
+
},
|
17655
|
+
"node_modules/ts-loader/node_modules/color-name": {
|
17656
|
+
"version": "1.1.4",
|
17657
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
17658
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
17659
|
+
},
|
17660
|
+
"node_modules/ts-loader/node_modules/fill-range": {
|
17661
|
+
"version": "7.1.1",
|
17662
|
+
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
17663
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
17664
|
+
"dependencies": {
|
17665
|
+
"to-regex-range": "^5.0.1"
|
17666
|
+
},
|
17667
|
+
"engines": {
|
17668
|
+
"node": ">=8"
|
17669
|
+
}
|
17670
|
+
},
|
17671
|
+
"node_modules/ts-loader/node_modules/has-flag": {
|
17672
|
+
"version": "4.0.0",
|
17673
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
17674
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
17675
|
+
"engines": {
|
17676
|
+
"node": ">=8"
|
17677
|
+
}
|
17678
|
+
},
|
17679
|
+
"node_modules/ts-loader/node_modules/is-number": {
|
17680
|
+
"version": "7.0.0",
|
17681
|
+
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
17682
|
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
17683
|
+
"engines": {
|
17684
|
+
"node": ">=0.12.0"
|
17685
|
+
}
|
17686
|
+
},
|
17687
|
+
"node_modules/ts-loader/node_modules/micromatch": {
|
17688
|
+
"version": "4.0.7",
|
17689
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
|
17690
|
+
"integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
|
17691
|
+
"dependencies": {
|
17692
|
+
"braces": "^3.0.3",
|
17693
|
+
"picomatch": "^2.3.1"
|
17694
|
+
},
|
17695
|
+
"engines": {
|
17696
|
+
"node": ">=8.6"
|
17697
|
+
}
|
17698
|
+
},
|
17699
|
+
"node_modules/ts-loader/node_modules/semver": {
|
17700
|
+
"version": "7.6.2",
|
17701
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
17702
|
+
"integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==",
|
17703
|
+
"bin": {
|
17704
|
+
"semver": "bin/semver.js"
|
17705
|
+
},
|
17706
|
+
"engines": {
|
17707
|
+
"node": ">=10"
|
17708
|
+
}
|
17709
|
+
},
|
17710
|
+
"node_modules/ts-loader/node_modules/supports-color": {
|
17711
|
+
"version": "7.2.0",
|
17712
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
17713
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
17714
|
+
"dependencies": {
|
17715
|
+
"has-flag": "^4.0.0"
|
17716
|
+
},
|
17717
|
+
"engines": {
|
17718
|
+
"node": ">=8"
|
17719
|
+
}
|
17720
|
+
},
|
17721
|
+
"node_modules/ts-loader/node_modules/to-regex-range": {
|
17722
|
+
"version": "5.0.1",
|
17723
|
+
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
17724
|
+
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
17725
|
+
"dependencies": {
|
17726
|
+
"is-number": "^7.0.0"
|
17727
|
+
},
|
17728
|
+
"engines": {
|
17729
|
+
"node": ">=8.0"
|
17730
|
+
}
|
17731
|
+
},
|
17170
17732
|
"node_modules/tslib": {
|
17171
17733
|
"version": "2.4.0",
|
17172
17734
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
|
@@ -17245,6 +17807,18 @@
|
|
17245
17807
|
"is-typedarray": "^1.0.0"
|
17246
17808
|
}
|
17247
17809
|
},
|
17810
|
+
"node_modules/typescript": {
|
17811
|
+
"version": "5.2.2",
|
17812
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
|
17813
|
+
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
|
17814
|
+
"bin": {
|
17815
|
+
"tsc": "bin/tsc",
|
17816
|
+
"tsserver": "bin/tsserver"
|
17817
|
+
},
|
17818
|
+
"engines": {
|
17819
|
+
"node": ">=14.17"
|
17820
|
+
}
|
17821
|
+
},
|
17248
17822
|
"node_modules/uc.micro": {
|
17249
17823
|
"version": "1.0.6",
|
17250
17824
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
|
@@ -17911,9 +18485,9 @@
|
|
17911
18485
|
}
|
17912
18486
|
},
|
17913
18487
|
"node_modules/watchpack/node_modules/fsevents": {
|
17914
|
-
"version": "2.3.
|
17915
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.
|
17916
|
-
"integrity": "sha512-
|
18488
|
+
"version": "2.3.3",
|
18489
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
18490
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
17917
18491
|
"hasInstallScript": true,
|
17918
18492
|
"optional": true,
|
17919
18493
|
"os": [
|
@@ -18033,6 +18607,7 @@
|
|
18033
18607
|
"version": "7.1.7",
|
18034
18608
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz",
|
18035
18609
|
"integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==",
|
18610
|
+
"deprecated": "Glob versions prior to v9 are no longer supported",
|
18036
18611
|
"dependencies": {
|
18037
18612
|
"fs.realpath": "^1.0.0",
|
18038
18613
|
"inflight": "^1.0.4",
|
@@ -19614,6 +20189,21 @@
|
|
19614
20189
|
"@babel/helper-plugin-utils": "^7.14.5"
|
19615
20190
|
}
|
19616
20191
|
},
|
20192
|
+
"@babel/plugin-syntax-typescript": {
|
20193
|
+
"version": "7.24.6",
|
20194
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.6.tgz",
|
20195
|
+
"integrity": "sha512-TzCtxGgVTEJWWwcYwQhCIQ6WaKlo80/B+Onsk4RRCcYqpYGFcG9etPW94VToGte5AAcxRrhjPUFvUS3Y2qKi4A==",
|
20196
|
+
"requires": {
|
20197
|
+
"@babel/helper-plugin-utils": "^7.24.6"
|
20198
|
+
},
|
20199
|
+
"dependencies": {
|
20200
|
+
"@babel/helper-plugin-utils": {
|
20201
|
+
"version": "7.24.6",
|
20202
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
|
20203
|
+
"integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg=="
|
20204
|
+
}
|
20205
|
+
}
|
20206
|
+
},
|
19617
20207
|
"@babel/plugin-transform-arrow-functions": {
|
19618
20208
|
"version": "7.18.6",
|
19619
20209
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz",
|
@@ -19946,6 +20536,164 @@
|
|
19946
20536
|
"@babel/helper-plugin-utils": "^7.18.9"
|
19947
20537
|
}
|
19948
20538
|
},
|
20539
|
+
"@babel/plugin-transform-typescript": {
|
20540
|
+
"version": "7.24.6",
|
20541
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.6.tgz",
|
20542
|
+
"integrity": "sha512-H0i+hDLmaYYSt6KU9cZE0gb3Cbssa/oxWis7PX4ofQzbvsfix9Lbh8SRk7LCPDlLWJHUiFeHU0qRRpF/4Zv7mQ==",
|
20543
|
+
"requires": {
|
20544
|
+
"@babel/helper-annotate-as-pure": "^7.24.6",
|
20545
|
+
"@babel/helper-create-class-features-plugin": "^7.24.6",
|
20546
|
+
"@babel/helper-plugin-utils": "^7.24.6",
|
20547
|
+
"@babel/plugin-syntax-typescript": "^7.24.6"
|
20548
|
+
},
|
20549
|
+
"dependencies": {
|
20550
|
+
"@babel/code-frame": {
|
20551
|
+
"version": "7.24.6",
|
20552
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz",
|
20553
|
+
"integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==",
|
20554
|
+
"requires": {
|
20555
|
+
"@babel/highlight": "^7.24.6",
|
20556
|
+
"picocolors": "^1.0.0"
|
20557
|
+
}
|
20558
|
+
},
|
20559
|
+
"@babel/helper-annotate-as-pure": {
|
20560
|
+
"version": "7.24.6",
|
20561
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz",
|
20562
|
+
"integrity": "sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg==",
|
20563
|
+
"requires": {
|
20564
|
+
"@babel/types": "^7.24.6"
|
20565
|
+
}
|
20566
|
+
},
|
20567
|
+
"@babel/helper-create-class-features-plugin": {
|
20568
|
+
"version": "7.24.6",
|
20569
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.6.tgz",
|
20570
|
+
"integrity": "sha512-djsosdPJVZE6Vsw3kk7IPRWethP94WHGOhQTc67SNXE0ZzMhHgALw8iGmYS0TD1bbMM0VDROy43od7/hN6WYcA==",
|
20571
|
+
"requires": {
|
20572
|
+
"@babel/helper-annotate-as-pure": "^7.24.6",
|
20573
|
+
"@babel/helper-environment-visitor": "^7.24.6",
|
20574
|
+
"@babel/helper-function-name": "^7.24.6",
|
20575
|
+
"@babel/helper-member-expression-to-functions": "^7.24.6",
|
20576
|
+
"@babel/helper-optimise-call-expression": "^7.24.6",
|
20577
|
+
"@babel/helper-replace-supers": "^7.24.6",
|
20578
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.6",
|
20579
|
+
"@babel/helper-split-export-declaration": "^7.24.6",
|
20580
|
+
"semver": "^6.3.1"
|
20581
|
+
}
|
20582
|
+
},
|
20583
|
+
"@babel/helper-environment-visitor": {
|
20584
|
+
"version": "7.24.6",
|
20585
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz",
|
20586
|
+
"integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g=="
|
20587
|
+
},
|
20588
|
+
"@babel/helper-function-name": {
|
20589
|
+
"version": "7.24.6",
|
20590
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz",
|
20591
|
+
"integrity": "sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==",
|
20592
|
+
"requires": {
|
20593
|
+
"@babel/template": "^7.24.6",
|
20594
|
+
"@babel/types": "^7.24.6"
|
20595
|
+
}
|
20596
|
+
},
|
20597
|
+
"@babel/helper-member-expression-to-functions": {
|
20598
|
+
"version": "7.24.6",
|
20599
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.6.tgz",
|
20600
|
+
"integrity": "sha512-OTsCufZTxDUsv2/eDXanw/mUZHWOxSbEmC3pP8cgjcy5rgeVPWWMStnv274DV60JtHxTk0adT0QrCzC4M9NWGg==",
|
20601
|
+
"requires": {
|
20602
|
+
"@babel/types": "^7.24.6"
|
20603
|
+
}
|
20604
|
+
},
|
20605
|
+
"@babel/helper-optimise-call-expression": {
|
20606
|
+
"version": "7.24.6",
|
20607
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.6.tgz",
|
20608
|
+
"integrity": "sha512-3SFDJRbx7KuPRl8XDUr8O7GAEB8iGyWPjLKJh/ywP/Iy9WOmEfMrsWbaZpvBu2HSYn4KQygIsz0O7m8y10ncMA==",
|
20609
|
+
"requires": {
|
20610
|
+
"@babel/types": "^7.24.6"
|
20611
|
+
}
|
20612
|
+
},
|
20613
|
+
"@babel/helper-plugin-utils": {
|
20614
|
+
"version": "7.24.6",
|
20615
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
|
20616
|
+
"integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg=="
|
20617
|
+
},
|
20618
|
+
"@babel/helper-replace-supers": {
|
20619
|
+
"version": "7.24.6",
|
20620
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.6.tgz",
|
20621
|
+
"integrity": "sha512-mRhfPwDqDpba8o1F8ESxsEkJMQkUF8ZIWrAc0FtWhxnjfextxMWxr22RtFizxxSYLjVHDeMgVsRq8BBZR2ikJQ==",
|
20622
|
+
"requires": {
|
20623
|
+
"@babel/helper-environment-visitor": "^7.24.6",
|
20624
|
+
"@babel/helper-member-expression-to-functions": "^7.24.6",
|
20625
|
+
"@babel/helper-optimise-call-expression": "^7.24.6"
|
20626
|
+
}
|
20627
|
+
},
|
20628
|
+
"@babel/helper-skip-transparent-expression-wrappers": {
|
20629
|
+
"version": "7.24.6",
|
20630
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.6.tgz",
|
20631
|
+
"integrity": "sha512-jhbbkK3IUKc4T43WadP96a27oYti9gEf1LdyGSP2rHGH77kwLwfhO7TgwnWvxxQVmke0ImmCSS47vcuxEMGD3Q==",
|
20632
|
+
"requires": {
|
20633
|
+
"@babel/types": "^7.24.6"
|
20634
|
+
}
|
20635
|
+
},
|
20636
|
+
"@babel/helper-split-export-declaration": {
|
20637
|
+
"version": "7.24.6",
|
20638
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz",
|
20639
|
+
"integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==",
|
20640
|
+
"requires": {
|
20641
|
+
"@babel/types": "^7.24.6"
|
20642
|
+
}
|
20643
|
+
},
|
20644
|
+
"@babel/helper-string-parser": {
|
20645
|
+
"version": "7.24.6",
|
20646
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
|
20647
|
+
"integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q=="
|
20648
|
+
},
|
20649
|
+
"@babel/helper-validator-identifier": {
|
20650
|
+
"version": "7.24.6",
|
20651
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
|
20652
|
+
"integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw=="
|
20653
|
+
},
|
20654
|
+
"@babel/highlight": {
|
20655
|
+
"version": "7.24.6",
|
20656
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
|
20657
|
+
"integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
|
20658
|
+
"requires": {
|
20659
|
+
"@babel/helper-validator-identifier": "^7.24.6",
|
20660
|
+
"chalk": "^2.4.2",
|
20661
|
+
"js-tokens": "^4.0.0",
|
20662
|
+
"picocolors": "^1.0.0"
|
20663
|
+
}
|
20664
|
+
},
|
20665
|
+
"@babel/parser": {
|
20666
|
+
"version": "7.24.6",
|
20667
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz",
|
20668
|
+
"integrity": "sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q=="
|
20669
|
+
},
|
20670
|
+
"@babel/template": {
|
20671
|
+
"version": "7.24.6",
|
20672
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.6.tgz",
|
20673
|
+
"integrity": "sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==",
|
20674
|
+
"requires": {
|
20675
|
+
"@babel/code-frame": "^7.24.6",
|
20676
|
+
"@babel/parser": "^7.24.6",
|
20677
|
+
"@babel/types": "^7.24.6"
|
20678
|
+
}
|
20679
|
+
},
|
20680
|
+
"@babel/types": {
|
20681
|
+
"version": "7.24.6",
|
20682
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz",
|
20683
|
+
"integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==",
|
20684
|
+
"requires": {
|
20685
|
+
"@babel/helper-string-parser": "^7.24.6",
|
20686
|
+
"@babel/helper-validator-identifier": "^7.24.6",
|
20687
|
+
"to-fast-properties": "^2.0.0"
|
20688
|
+
}
|
20689
|
+
},
|
20690
|
+
"semver": {
|
20691
|
+
"version": "6.3.1",
|
20692
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
20693
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="
|
20694
|
+
}
|
20695
|
+
}
|
20696
|
+
},
|
19949
20697
|
"@babel/plugin-transform-unicode-escapes": {
|
19950
20698
|
"version": "7.18.10",
|
19951
20699
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz",
|
@@ -20064,6 +20812,109 @@
|
|
20064
20812
|
"@babel/plugin-transform-react-pure-annotations": "^7.10.4"
|
20065
20813
|
}
|
20066
20814
|
},
|
20815
|
+
"@babel/preset-typescript": {
|
20816
|
+
"version": "7.23.2",
|
20817
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.2.tgz",
|
20818
|
+
"integrity": "sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==",
|
20819
|
+
"requires": {
|
20820
|
+
"@babel/helper-plugin-utils": "^7.22.5",
|
20821
|
+
"@babel/helper-validator-option": "^7.22.15",
|
20822
|
+
"@babel/plugin-syntax-jsx": "^7.22.5",
|
20823
|
+
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
|
20824
|
+
"@babel/plugin-transform-typescript": "^7.22.15"
|
20825
|
+
},
|
20826
|
+
"dependencies": {
|
20827
|
+
"@babel/helper-environment-visitor": {
|
20828
|
+
"version": "7.24.6",
|
20829
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz",
|
20830
|
+
"integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g=="
|
20831
|
+
},
|
20832
|
+
"@babel/helper-module-imports": {
|
20833
|
+
"version": "7.24.6",
|
20834
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz",
|
20835
|
+
"integrity": "sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==",
|
20836
|
+
"requires": {
|
20837
|
+
"@babel/types": "^7.24.6"
|
20838
|
+
}
|
20839
|
+
},
|
20840
|
+
"@babel/helper-module-transforms": {
|
20841
|
+
"version": "7.24.6",
|
20842
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz",
|
20843
|
+
"integrity": "sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==",
|
20844
|
+
"requires": {
|
20845
|
+
"@babel/helper-environment-visitor": "^7.24.6",
|
20846
|
+
"@babel/helper-module-imports": "^7.24.6",
|
20847
|
+
"@babel/helper-simple-access": "^7.24.6",
|
20848
|
+
"@babel/helper-split-export-declaration": "^7.24.6",
|
20849
|
+
"@babel/helper-validator-identifier": "^7.24.6"
|
20850
|
+
}
|
20851
|
+
},
|
20852
|
+
"@babel/helper-plugin-utils": {
|
20853
|
+
"version": "7.24.6",
|
20854
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
|
20855
|
+
"integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg=="
|
20856
|
+
},
|
20857
|
+
"@babel/helper-simple-access": {
|
20858
|
+
"version": "7.24.6",
|
20859
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz",
|
20860
|
+
"integrity": "sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==",
|
20861
|
+
"requires": {
|
20862
|
+
"@babel/types": "^7.24.6"
|
20863
|
+
}
|
20864
|
+
},
|
20865
|
+
"@babel/helper-split-export-declaration": {
|
20866
|
+
"version": "7.24.6",
|
20867
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz",
|
20868
|
+
"integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==",
|
20869
|
+
"requires": {
|
20870
|
+
"@babel/types": "^7.24.6"
|
20871
|
+
}
|
20872
|
+
},
|
20873
|
+
"@babel/helper-string-parser": {
|
20874
|
+
"version": "7.24.6",
|
20875
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
|
20876
|
+
"integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q=="
|
20877
|
+
},
|
20878
|
+
"@babel/helper-validator-identifier": {
|
20879
|
+
"version": "7.24.6",
|
20880
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
|
20881
|
+
"integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw=="
|
20882
|
+
},
|
20883
|
+
"@babel/helper-validator-option": {
|
20884
|
+
"version": "7.24.6",
|
20885
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz",
|
20886
|
+
"integrity": "sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ=="
|
20887
|
+
},
|
20888
|
+
"@babel/plugin-syntax-jsx": {
|
20889
|
+
"version": "7.24.6",
|
20890
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.6.tgz",
|
20891
|
+
"integrity": "sha512-lWfvAIFNWMlCsU0DRUun2GpFwZdGTukLaHJqRh1JRb80NdAP5Sb1HDHB5X9P9OtgZHQl089UzQkpYlBq2VTPRw==",
|
20892
|
+
"requires": {
|
20893
|
+
"@babel/helper-plugin-utils": "^7.24.6"
|
20894
|
+
}
|
20895
|
+
},
|
20896
|
+
"@babel/plugin-transform-modules-commonjs": {
|
20897
|
+
"version": "7.24.6",
|
20898
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.6.tgz",
|
20899
|
+
"integrity": "sha512-JEV8l3MHdmmdb7S7Cmx6rbNEjRCgTQMZxllveHO0mx6uiclB0NflCawlQQ6+o5ZrwjUBYPzHm2XoK4wqGVUFuw==",
|
20900
|
+
"requires": {
|
20901
|
+
"@babel/helper-module-transforms": "^7.24.6",
|
20902
|
+
"@babel/helper-plugin-utils": "^7.24.6",
|
20903
|
+
"@babel/helper-simple-access": "^7.24.6"
|
20904
|
+
}
|
20905
|
+
},
|
20906
|
+
"@babel/types": {
|
20907
|
+
"version": "7.24.6",
|
20908
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz",
|
20909
|
+
"integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==",
|
20910
|
+
"requires": {
|
20911
|
+
"@babel/helper-string-parser": "^7.24.6",
|
20912
|
+
"@babel/helper-validator-identifier": "^7.24.6",
|
20913
|
+
"to-fast-properties": "^2.0.0"
|
20914
|
+
}
|
20915
|
+
}
|
20916
|
+
}
|
20917
|
+
},
|
20067
20918
|
"@babel/runtime": {
|
20068
20919
|
"version": "7.11.2",
|
20069
20920
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
|
@@ -26963,9 +27814,9 @@
|
|
26963
27814
|
}
|
26964
27815
|
},
|
26965
27816
|
"fsevents": {
|
26966
|
-
"version": "2.3.
|
26967
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.
|
26968
|
-
"integrity": "sha512-
|
27817
|
+
"version": "2.3.3",
|
27818
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
27819
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
26969
27820
|
"optional": true
|
26970
27821
|
},
|
26971
27822
|
"is-number": {
|
@@ -28639,9 +29490,9 @@
|
|
28639
29490
|
"integrity": "sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ=="
|
28640
29491
|
},
|
28641
29492
|
"nan": {
|
28642
|
-
"version": "2.
|
28643
|
-
"resolved": "https://registry.npmjs.org/nan/-/nan-2.
|
28644
|
-
"integrity": "sha512-
|
29493
|
+
"version": "2.19.0",
|
29494
|
+
"resolved": "https://registry.npmjs.org/nan/-/nan-2.19.0.tgz",
|
29495
|
+
"integrity": "sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==",
|
28645
29496
|
"optional": true
|
28646
29497
|
},
|
28647
29498
|
"nanomatch": {
|
@@ -28911,9 +29762,9 @@
|
|
28911
29762
|
}
|
28912
29763
|
},
|
28913
29764
|
"fsevents": {
|
28914
|
-
"version": "2.3.
|
28915
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.
|
28916
|
-
"integrity": "sha512-
|
29765
|
+
"version": "2.3.3",
|
29766
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
29767
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
28917
29768
|
"optional": true
|
28918
29769
|
},
|
28919
29770
|
"glob-parent": {
|
@@ -32080,6 +32931,106 @@
|
|
32080
32931
|
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
|
32081
32932
|
"integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
|
32082
32933
|
},
|
32934
|
+
"ts-loader": {
|
32935
|
+
"version": "8.2.0",
|
32936
|
+
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.2.0.tgz",
|
32937
|
+
"integrity": "sha512-ebXBFrNyMSmbWgjnb3WBloUBK+VSx1xckaXsMXxlZRDqce/OPdYBVN5efB0W3V0defq0Gcy4YuzvPGqRgjj85A==",
|
32938
|
+
"requires": {
|
32939
|
+
"chalk": "^4.1.0",
|
32940
|
+
"enhanced-resolve": "^4.0.0",
|
32941
|
+
"loader-utils": "^2.0.0",
|
32942
|
+
"micromatch": "^4.0.0",
|
32943
|
+
"semver": "^7.3.4"
|
32944
|
+
},
|
32945
|
+
"dependencies": {
|
32946
|
+
"ansi-styles": {
|
32947
|
+
"version": "4.3.0",
|
32948
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
32949
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
32950
|
+
"requires": {
|
32951
|
+
"color-convert": "^2.0.1"
|
32952
|
+
}
|
32953
|
+
},
|
32954
|
+
"braces": {
|
32955
|
+
"version": "3.0.3",
|
32956
|
+
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
32957
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
32958
|
+
"requires": {
|
32959
|
+
"fill-range": "^7.1.1"
|
32960
|
+
}
|
32961
|
+
},
|
32962
|
+
"chalk": {
|
32963
|
+
"version": "4.1.2",
|
32964
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
32965
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
32966
|
+
"requires": {
|
32967
|
+
"ansi-styles": "^4.1.0",
|
32968
|
+
"supports-color": "^7.1.0"
|
32969
|
+
}
|
32970
|
+
},
|
32971
|
+
"color-convert": {
|
32972
|
+
"version": "2.0.1",
|
32973
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
32974
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
32975
|
+
"requires": {
|
32976
|
+
"color-name": "~1.1.4"
|
32977
|
+
}
|
32978
|
+
},
|
32979
|
+
"color-name": {
|
32980
|
+
"version": "1.1.4",
|
32981
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
32982
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
32983
|
+
},
|
32984
|
+
"fill-range": {
|
32985
|
+
"version": "7.1.1",
|
32986
|
+
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
32987
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
32988
|
+
"requires": {
|
32989
|
+
"to-regex-range": "^5.0.1"
|
32990
|
+
}
|
32991
|
+
},
|
32992
|
+
"has-flag": {
|
32993
|
+
"version": "4.0.0",
|
32994
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
32995
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
|
32996
|
+
},
|
32997
|
+
"is-number": {
|
32998
|
+
"version": "7.0.0",
|
32999
|
+
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
33000
|
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
|
33001
|
+
},
|
33002
|
+
"micromatch": {
|
33003
|
+
"version": "4.0.7",
|
33004
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
|
33005
|
+
"integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
|
33006
|
+
"requires": {
|
33007
|
+
"braces": "^3.0.3",
|
33008
|
+
"picomatch": "^2.3.1"
|
33009
|
+
}
|
33010
|
+
},
|
33011
|
+
"semver": {
|
33012
|
+
"version": "7.6.2",
|
33013
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
33014
|
+
"integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w=="
|
33015
|
+
},
|
33016
|
+
"supports-color": {
|
33017
|
+
"version": "7.2.0",
|
33018
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
33019
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
33020
|
+
"requires": {
|
33021
|
+
"has-flag": "^4.0.0"
|
33022
|
+
}
|
33023
|
+
},
|
33024
|
+
"to-regex-range": {
|
33025
|
+
"version": "5.0.1",
|
33026
|
+
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
33027
|
+
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
33028
|
+
"requires": {
|
33029
|
+
"is-number": "^7.0.0"
|
33030
|
+
}
|
33031
|
+
}
|
33032
|
+
}
|
33033
|
+
},
|
32083
33034
|
"tslib": {
|
32084
33035
|
"version": "2.4.0",
|
32085
33036
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
|
@@ -32143,6 +33094,11 @@
|
|
32143
33094
|
"is-typedarray": "^1.0.0"
|
32144
33095
|
}
|
32145
33096
|
},
|
33097
|
+
"typescript": {
|
33098
|
+
"version": "5.2.2",
|
33099
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
|
33100
|
+
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w=="
|
33101
|
+
},
|
32146
33102
|
"uc.micro": {
|
32147
33103
|
"version": "1.0.6",
|
32148
33104
|
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
|
@@ -32643,9 +33599,9 @@
|
|
32643
33599
|
}
|
32644
33600
|
},
|
32645
33601
|
"fsevents": {
|
32646
|
-
"version": "2.3.
|
32647
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.
|
32648
|
-
"integrity": "sha512-
|
33602
|
+
"version": "2.3.3",
|
33603
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
33604
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
32649
33605
|
"optional": true
|
32650
33606
|
},
|
32651
33607
|
"glob-parent": {
|