@zohodesk/react-cli 1.1.1 → 1.1.2-9.exp.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.vscode/settings.json +25 -0
- package/README.md +446 -35
- package/bin/cli.js +17 -52
- package/docs/CustomChunks.md +12 -9
- package/docs/MarkdownParser.md +18 -0
- package/docs/ReactLive.md +8 -0
- package/docs/ValueReplacer.md +27 -0
- package/lib/babel/babel-option-utils/babel-preset-react-option.js +22 -0
- package/lib/babel/cmjs-plugins-presets.js +36 -7
- package/lib/babel/es-plugins-presets.js +45 -16
- package/lib/common/runPreProcess.js +71 -0
- package/lib/common/splitChunks.js +65 -45
- package/lib/common/testPattern.js +9 -9
- package/lib/configs/jest.config.js +4 -4
- package/lib/configs/libAlias.js +36 -2
- package/lib/configs/resolvers.js +7 -4
- package/lib/configs/webpack.css.umd.config.js +3 -2
- package/lib/configs/webpack.dev.config.js +28 -8
- package/lib/configs/webpack.docs.config.js +10 -5
- package/lib/configs/webpack.impact.config.js +9 -4
- package/lib/configs/webpack.prod.config.js +32 -10
- package/lib/constants.js +3 -3
- package/lib/deprecationLogger.js +40 -0
- package/lib/jest/preProcessors/jsPreprocessor.js +27 -2
- package/lib/loaderUtils/configsAssetsLoaders.js +1 -1
- package/lib/loaderUtils/getCSSLoaders.js +32 -8
- package/lib/loaderUtils/getDevJsLoaders.js +8 -2
- package/lib/loaders/__test__/markdownLoader.spec.js +145 -0
- package/lib/loaders/composeLoader.js +140 -14
- package/lib/loaders/docsLoader.js +5 -2
- package/lib/loaders/enhancedReactLiveConverter.js +151 -0
- package/lib/loaders/markdownLoader.js +71 -0
- package/lib/loaders/workerLoader.js +37 -22
- package/lib/logger.js +7 -0
- package/lib/pluginUtils/configHtmlWebpackPlugins.js +62 -2
- package/lib/pluginUtils/getDevPlugins.js +24 -8
- package/lib/pluginUtils/getProdPlugins.js +34 -6
- package/lib/plugins/CssOrderControlPlugin.js +36 -0
- package/lib/plugins/CustomScriptLoadingStrategyPlugin.js +109 -0
- package/lib/plugins/EfcResourceCleanupPlugin.js +43 -0
- package/lib/plugins/EventsHandlingPlugin.js +34 -0
- package/lib/plugins/I18nSplitPlugin/I18nDownlodLogic.js +5 -1
- package/lib/plugins/I18nSplitPlugin/utils/propertiesUtils.js +4 -1
- package/lib/plugins/I18nSplitPlugin/utils/unicodeConversion.js +14 -0
- package/lib/plugins/ReportGeneratePlugin.js +8 -6
- package/lib/plugins/ResourceHintsPlugin.js +13 -3
- package/lib/plugins/StatsPlugin.js +82 -0
- package/lib/plugins/UnusedFilesFindPlugin.js +7 -5
- package/lib/plugins/utils/fileHandling.js +36 -51
- package/lib/plugins/variableConvertorUtils.js +4 -2
- package/lib/postcss-plugins/ValueReplacer.js +7 -17
- package/lib/postcss-plugins/__test__/valueReplacer.spec.js +43 -0
- package/lib/postcss-plugins/variableModificationPlugin/index.js +70 -18
- package/lib/schemas/index.js +67 -39
- package/lib/servers/getCliPath.js +3 -5
- package/lib/servers/requireLocalOrGlobal.js +1 -1
- package/lib/utils/cssClassNameGenerate.js +43 -5
- package/lib/utils/deprecationSupport.js +134 -0
- package/lib/utils/getFileType.js +1 -1
- package/lib/utils/getOptions.js +31 -69
- package/lib/utils/getServerURL.js +7 -2
- package/lib/utils/index.js +27 -11
- package/lib/utils/initPreCommitHook.js +5 -5
- package/lib/utils/log.js +11 -0
- package/lib/utils/object-manipulation.js +88 -0
- package/lib/utils/pullOrigin.js +3 -3
- package/lib/utils/reinstallDependencies.js +3 -3
- package/lib/utils/switchBranch.js +4 -2
- package/lib/utils/typeCheck.js +10 -0
- package/lib/utils/variableConverter.js +26 -11
- package/npm-shrinkwrap.json +929 -39
- package/package.json +12 -4
- package/templates/docs/all.html +1 -0
- package/templates/docs/component.html +1 -0
- package/templates/docs/components.html +1 -0
- package/templates/docs/css/markdown.css +202 -0
- package/templates/docs/css/style.css +136 -169
- package/templates/docs/index.html +796 -632
package/npm-shrinkwrap.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zohodesk/react-cli",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.29",
|
4
4
|
"lockfileVersion": 1,
|
5
5
|
"requires": true,
|
6
6
|
"dependencies": {
|
@@ -557,6 +557,21 @@
|
|
557
557
|
"@babel/helper-plugin-utils": "^7.14.5"
|
558
558
|
}
|
559
559
|
},
|
560
|
+
"@babel/plugin-syntax-typescript": {
|
561
|
+
"version": "7.24.6",
|
562
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.6.tgz",
|
563
|
+
"integrity": "sha512-TzCtxGgVTEJWWwcYwQhCIQ6WaKlo80/B+Onsk4RRCcYqpYGFcG9etPW94VToGte5AAcxRrhjPUFvUS3Y2qKi4A==",
|
564
|
+
"requires": {
|
565
|
+
"@babel/helper-plugin-utils": "^7.24.6"
|
566
|
+
},
|
567
|
+
"dependencies": {
|
568
|
+
"@babel/helper-plugin-utils": {
|
569
|
+
"version": "7.24.6",
|
570
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
|
571
|
+
"integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg=="
|
572
|
+
}
|
573
|
+
}
|
574
|
+
},
|
560
575
|
"@babel/plugin-transform-arrow-functions": {
|
561
576
|
"version": "7.18.6",
|
562
577
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz",
|
@@ -889,6 +904,164 @@
|
|
889
904
|
"@babel/helper-plugin-utils": "^7.18.9"
|
890
905
|
}
|
891
906
|
},
|
907
|
+
"@babel/plugin-transform-typescript": {
|
908
|
+
"version": "7.24.6",
|
909
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.6.tgz",
|
910
|
+
"integrity": "sha512-H0i+hDLmaYYSt6KU9cZE0gb3Cbssa/oxWis7PX4ofQzbvsfix9Lbh8SRk7LCPDlLWJHUiFeHU0qRRpF/4Zv7mQ==",
|
911
|
+
"requires": {
|
912
|
+
"@babel/helper-annotate-as-pure": "^7.24.6",
|
913
|
+
"@babel/helper-create-class-features-plugin": "^7.24.6",
|
914
|
+
"@babel/helper-plugin-utils": "^7.24.6",
|
915
|
+
"@babel/plugin-syntax-typescript": "^7.24.6"
|
916
|
+
},
|
917
|
+
"dependencies": {
|
918
|
+
"@babel/code-frame": {
|
919
|
+
"version": "7.24.6",
|
920
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz",
|
921
|
+
"integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==",
|
922
|
+
"requires": {
|
923
|
+
"@babel/highlight": "^7.24.6",
|
924
|
+
"picocolors": "^1.0.0"
|
925
|
+
}
|
926
|
+
},
|
927
|
+
"@babel/helper-annotate-as-pure": {
|
928
|
+
"version": "7.24.6",
|
929
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.6.tgz",
|
930
|
+
"integrity": "sha512-DitEzDfOMnd13kZnDqns1ccmftwJTS9DMkyn9pYTxulS7bZxUxpMly3Nf23QQ6NwA4UB8lAqjbqWtyvElEMAkg==",
|
931
|
+
"requires": {
|
932
|
+
"@babel/types": "^7.24.6"
|
933
|
+
}
|
934
|
+
},
|
935
|
+
"@babel/helper-create-class-features-plugin": {
|
936
|
+
"version": "7.24.6",
|
937
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.6.tgz",
|
938
|
+
"integrity": "sha512-djsosdPJVZE6Vsw3kk7IPRWethP94WHGOhQTc67SNXE0ZzMhHgALw8iGmYS0TD1bbMM0VDROy43od7/hN6WYcA==",
|
939
|
+
"requires": {
|
940
|
+
"@babel/helper-annotate-as-pure": "^7.24.6",
|
941
|
+
"@babel/helper-environment-visitor": "^7.24.6",
|
942
|
+
"@babel/helper-function-name": "^7.24.6",
|
943
|
+
"@babel/helper-member-expression-to-functions": "^7.24.6",
|
944
|
+
"@babel/helper-optimise-call-expression": "^7.24.6",
|
945
|
+
"@babel/helper-replace-supers": "^7.24.6",
|
946
|
+
"@babel/helper-skip-transparent-expression-wrappers": "^7.24.6",
|
947
|
+
"@babel/helper-split-export-declaration": "^7.24.6",
|
948
|
+
"semver": "^6.3.1"
|
949
|
+
}
|
950
|
+
},
|
951
|
+
"@babel/helper-environment-visitor": {
|
952
|
+
"version": "7.24.6",
|
953
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz",
|
954
|
+
"integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g=="
|
955
|
+
},
|
956
|
+
"@babel/helper-function-name": {
|
957
|
+
"version": "7.24.6",
|
958
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz",
|
959
|
+
"integrity": "sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==",
|
960
|
+
"requires": {
|
961
|
+
"@babel/template": "^7.24.6",
|
962
|
+
"@babel/types": "^7.24.6"
|
963
|
+
}
|
964
|
+
},
|
965
|
+
"@babel/helper-member-expression-to-functions": {
|
966
|
+
"version": "7.24.6",
|
967
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.6.tgz",
|
968
|
+
"integrity": "sha512-OTsCufZTxDUsv2/eDXanw/mUZHWOxSbEmC3pP8cgjcy5rgeVPWWMStnv274DV60JtHxTk0adT0QrCzC4M9NWGg==",
|
969
|
+
"requires": {
|
970
|
+
"@babel/types": "^7.24.6"
|
971
|
+
}
|
972
|
+
},
|
973
|
+
"@babel/helper-optimise-call-expression": {
|
974
|
+
"version": "7.24.6",
|
975
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.6.tgz",
|
976
|
+
"integrity": "sha512-3SFDJRbx7KuPRl8XDUr8O7GAEB8iGyWPjLKJh/ywP/Iy9WOmEfMrsWbaZpvBu2HSYn4KQygIsz0O7m8y10ncMA==",
|
977
|
+
"requires": {
|
978
|
+
"@babel/types": "^7.24.6"
|
979
|
+
}
|
980
|
+
},
|
981
|
+
"@babel/helper-plugin-utils": {
|
982
|
+
"version": "7.24.6",
|
983
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
|
984
|
+
"integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg=="
|
985
|
+
},
|
986
|
+
"@babel/helper-replace-supers": {
|
987
|
+
"version": "7.24.6",
|
988
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.24.6.tgz",
|
989
|
+
"integrity": "sha512-mRhfPwDqDpba8o1F8ESxsEkJMQkUF8ZIWrAc0FtWhxnjfextxMWxr22RtFizxxSYLjVHDeMgVsRq8BBZR2ikJQ==",
|
990
|
+
"requires": {
|
991
|
+
"@babel/helper-environment-visitor": "^7.24.6",
|
992
|
+
"@babel/helper-member-expression-to-functions": "^7.24.6",
|
993
|
+
"@babel/helper-optimise-call-expression": "^7.24.6"
|
994
|
+
}
|
995
|
+
},
|
996
|
+
"@babel/helper-skip-transparent-expression-wrappers": {
|
997
|
+
"version": "7.24.6",
|
998
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.6.tgz",
|
999
|
+
"integrity": "sha512-jhbbkK3IUKc4T43WadP96a27oYti9gEf1LdyGSP2rHGH77kwLwfhO7TgwnWvxxQVmke0ImmCSS47vcuxEMGD3Q==",
|
1000
|
+
"requires": {
|
1001
|
+
"@babel/types": "^7.24.6"
|
1002
|
+
}
|
1003
|
+
},
|
1004
|
+
"@babel/helper-split-export-declaration": {
|
1005
|
+
"version": "7.24.6",
|
1006
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz",
|
1007
|
+
"integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==",
|
1008
|
+
"requires": {
|
1009
|
+
"@babel/types": "^7.24.6"
|
1010
|
+
}
|
1011
|
+
},
|
1012
|
+
"@babel/helper-string-parser": {
|
1013
|
+
"version": "7.24.6",
|
1014
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
|
1015
|
+
"integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q=="
|
1016
|
+
},
|
1017
|
+
"@babel/helper-validator-identifier": {
|
1018
|
+
"version": "7.24.6",
|
1019
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
|
1020
|
+
"integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw=="
|
1021
|
+
},
|
1022
|
+
"@babel/highlight": {
|
1023
|
+
"version": "7.24.6",
|
1024
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz",
|
1025
|
+
"integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==",
|
1026
|
+
"requires": {
|
1027
|
+
"@babel/helper-validator-identifier": "^7.24.6",
|
1028
|
+
"chalk": "^2.4.2",
|
1029
|
+
"js-tokens": "^4.0.0",
|
1030
|
+
"picocolors": "^1.0.0"
|
1031
|
+
}
|
1032
|
+
},
|
1033
|
+
"@babel/parser": {
|
1034
|
+
"version": "7.24.6",
|
1035
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz",
|
1036
|
+
"integrity": "sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q=="
|
1037
|
+
},
|
1038
|
+
"@babel/template": {
|
1039
|
+
"version": "7.24.6",
|
1040
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.6.tgz",
|
1041
|
+
"integrity": "sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==",
|
1042
|
+
"requires": {
|
1043
|
+
"@babel/code-frame": "^7.24.6",
|
1044
|
+
"@babel/parser": "^7.24.6",
|
1045
|
+
"@babel/types": "^7.24.6"
|
1046
|
+
}
|
1047
|
+
},
|
1048
|
+
"@babel/types": {
|
1049
|
+
"version": "7.24.6",
|
1050
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz",
|
1051
|
+
"integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==",
|
1052
|
+
"requires": {
|
1053
|
+
"@babel/helper-string-parser": "^7.24.6",
|
1054
|
+
"@babel/helper-validator-identifier": "^7.24.6",
|
1055
|
+
"to-fast-properties": "^2.0.0"
|
1056
|
+
}
|
1057
|
+
},
|
1058
|
+
"semver": {
|
1059
|
+
"version": "6.3.1",
|
1060
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
1061
|
+
"integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA=="
|
1062
|
+
}
|
1063
|
+
}
|
1064
|
+
},
|
892
1065
|
"@babel/plugin-transform-unicode-escapes": {
|
893
1066
|
"version": "7.18.10",
|
894
1067
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz",
|
@@ -1007,6 +1180,109 @@
|
|
1007
1180
|
"@babel/plugin-transform-react-pure-annotations": "^7.10.4"
|
1008
1181
|
}
|
1009
1182
|
},
|
1183
|
+
"@babel/preset-typescript": {
|
1184
|
+
"version": "7.23.2",
|
1185
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.2.tgz",
|
1186
|
+
"integrity": "sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==",
|
1187
|
+
"requires": {
|
1188
|
+
"@babel/helper-plugin-utils": "^7.22.5",
|
1189
|
+
"@babel/helper-validator-option": "^7.22.15",
|
1190
|
+
"@babel/plugin-syntax-jsx": "^7.22.5",
|
1191
|
+
"@babel/plugin-transform-modules-commonjs": "^7.23.0",
|
1192
|
+
"@babel/plugin-transform-typescript": "^7.22.15"
|
1193
|
+
},
|
1194
|
+
"dependencies": {
|
1195
|
+
"@babel/helper-environment-visitor": {
|
1196
|
+
"version": "7.24.6",
|
1197
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz",
|
1198
|
+
"integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g=="
|
1199
|
+
},
|
1200
|
+
"@babel/helper-module-imports": {
|
1201
|
+
"version": "7.24.6",
|
1202
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz",
|
1203
|
+
"integrity": "sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==",
|
1204
|
+
"requires": {
|
1205
|
+
"@babel/types": "^7.24.6"
|
1206
|
+
}
|
1207
|
+
},
|
1208
|
+
"@babel/helper-module-transforms": {
|
1209
|
+
"version": "7.24.6",
|
1210
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz",
|
1211
|
+
"integrity": "sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==",
|
1212
|
+
"requires": {
|
1213
|
+
"@babel/helper-environment-visitor": "^7.24.6",
|
1214
|
+
"@babel/helper-module-imports": "^7.24.6",
|
1215
|
+
"@babel/helper-simple-access": "^7.24.6",
|
1216
|
+
"@babel/helper-split-export-declaration": "^7.24.6",
|
1217
|
+
"@babel/helper-validator-identifier": "^7.24.6"
|
1218
|
+
}
|
1219
|
+
},
|
1220
|
+
"@babel/helper-plugin-utils": {
|
1221
|
+
"version": "7.24.6",
|
1222
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz",
|
1223
|
+
"integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg=="
|
1224
|
+
},
|
1225
|
+
"@babel/helper-simple-access": {
|
1226
|
+
"version": "7.24.6",
|
1227
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz",
|
1228
|
+
"integrity": "sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==",
|
1229
|
+
"requires": {
|
1230
|
+
"@babel/types": "^7.24.6"
|
1231
|
+
}
|
1232
|
+
},
|
1233
|
+
"@babel/helper-split-export-declaration": {
|
1234
|
+
"version": "7.24.6",
|
1235
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz",
|
1236
|
+
"integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==",
|
1237
|
+
"requires": {
|
1238
|
+
"@babel/types": "^7.24.6"
|
1239
|
+
}
|
1240
|
+
},
|
1241
|
+
"@babel/helper-string-parser": {
|
1242
|
+
"version": "7.24.6",
|
1243
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz",
|
1244
|
+
"integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q=="
|
1245
|
+
},
|
1246
|
+
"@babel/helper-validator-identifier": {
|
1247
|
+
"version": "7.24.6",
|
1248
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz",
|
1249
|
+
"integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw=="
|
1250
|
+
},
|
1251
|
+
"@babel/helper-validator-option": {
|
1252
|
+
"version": "7.24.6",
|
1253
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz",
|
1254
|
+
"integrity": "sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ=="
|
1255
|
+
},
|
1256
|
+
"@babel/plugin-syntax-jsx": {
|
1257
|
+
"version": "7.24.6",
|
1258
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.6.tgz",
|
1259
|
+
"integrity": "sha512-lWfvAIFNWMlCsU0DRUun2GpFwZdGTukLaHJqRh1JRb80NdAP5Sb1HDHB5X9P9OtgZHQl089UzQkpYlBq2VTPRw==",
|
1260
|
+
"requires": {
|
1261
|
+
"@babel/helper-plugin-utils": "^7.24.6"
|
1262
|
+
}
|
1263
|
+
},
|
1264
|
+
"@babel/plugin-transform-modules-commonjs": {
|
1265
|
+
"version": "7.24.6",
|
1266
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.6.tgz",
|
1267
|
+
"integrity": "sha512-JEV8l3MHdmmdb7S7Cmx6rbNEjRCgTQMZxllveHO0mx6uiclB0NflCawlQQ6+o5ZrwjUBYPzHm2XoK4wqGVUFuw==",
|
1268
|
+
"requires": {
|
1269
|
+
"@babel/helper-module-transforms": "^7.24.6",
|
1270
|
+
"@babel/helper-plugin-utils": "^7.24.6",
|
1271
|
+
"@babel/helper-simple-access": "^7.24.6"
|
1272
|
+
}
|
1273
|
+
},
|
1274
|
+
"@babel/types": {
|
1275
|
+
"version": "7.24.6",
|
1276
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz",
|
1277
|
+
"integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==",
|
1278
|
+
"requires": {
|
1279
|
+
"@babel/helper-string-parser": "^7.24.6",
|
1280
|
+
"@babel/helper-validator-identifier": "^7.24.6",
|
1281
|
+
"to-fast-properties": "^2.0.0"
|
1282
|
+
}
|
1283
|
+
}
|
1284
|
+
}
|
1285
|
+
},
|
1010
1286
|
"@babel/runtime": {
|
1011
1287
|
"version": "7.11.2",
|
1012
1288
|
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
|
@@ -1081,6 +1357,64 @@
|
|
1081
1357
|
"minimist": "^1.2.0"
|
1082
1358
|
}
|
1083
1359
|
},
|
1360
|
+
"@isaacs/cliui": {
|
1361
|
+
"version": "8.0.2",
|
1362
|
+
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
1363
|
+
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
1364
|
+
"requires": {
|
1365
|
+
"string-width": "^5.1.2",
|
1366
|
+
"string-width-cjs": "npm:string-width@^4.2.0",
|
1367
|
+
"strip-ansi": "^7.0.1",
|
1368
|
+
"strip-ansi-cjs": "npm:strip-ansi@^6.0.1",
|
1369
|
+
"wrap-ansi": "^8.1.0",
|
1370
|
+
"wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0"
|
1371
|
+
},
|
1372
|
+
"dependencies": {
|
1373
|
+
"ansi-regex": {
|
1374
|
+
"version": "6.1.0",
|
1375
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
|
1376
|
+
"integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA=="
|
1377
|
+
},
|
1378
|
+
"ansi-styles": {
|
1379
|
+
"version": "6.2.1",
|
1380
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
1381
|
+
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug=="
|
1382
|
+
},
|
1383
|
+
"emoji-regex": {
|
1384
|
+
"version": "9.2.2",
|
1385
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
1386
|
+
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg=="
|
1387
|
+
},
|
1388
|
+
"string-width": {
|
1389
|
+
"version": "5.1.2",
|
1390
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
1391
|
+
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
1392
|
+
"requires": {
|
1393
|
+
"eastasianwidth": "^0.2.0",
|
1394
|
+
"emoji-regex": "^9.2.2",
|
1395
|
+
"strip-ansi": "^7.0.1"
|
1396
|
+
}
|
1397
|
+
},
|
1398
|
+
"strip-ansi": {
|
1399
|
+
"version": "7.1.0",
|
1400
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
1401
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
1402
|
+
"requires": {
|
1403
|
+
"ansi-regex": "^6.0.1"
|
1404
|
+
}
|
1405
|
+
},
|
1406
|
+
"wrap-ansi": {
|
1407
|
+
"version": "8.1.0",
|
1408
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
1409
|
+
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
1410
|
+
"requires": {
|
1411
|
+
"ansi-styles": "^6.1.0",
|
1412
|
+
"string-width": "^5.0.1",
|
1413
|
+
"strip-ansi": "^7.0.1"
|
1414
|
+
}
|
1415
|
+
}
|
1416
|
+
}
|
1417
|
+
},
|
1084
1418
|
"@istanbuljs/load-nyc-config": {
|
1085
1419
|
"version": "1.1.0",
|
1086
1420
|
"resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
|
@@ -2119,11 +2453,11 @@
|
|
2119
2453
|
"integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ=="
|
2120
2454
|
},
|
2121
2455
|
"@zohodesk/client_packages_group": {
|
2122
|
-
"version": "1.0.
|
2123
|
-
"resolved": "https://registry.npmjs.org/@zohodesk/client_packages_group/-/client_packages_group-1.0.
|
2124
|
-
"integrity": "sha512-
|
2456
|
+
"version": "1.0.3",
|
2457
|
+
"resolved": "https://registry.npmjs.org/@zohodesk/client_packages_group/-/client_packages_group-1.0.3.tgz",
|
2458
|
+
"integrity": "sha512-aaEH4y2+fkKvVX2so4GVAttKLCxmd9D0uX4OCmHI+O5Nj5diSFqKAg02qML31yWrn725wwIYWDgtICHslmjxUA==",
|
2125
2459
|
"requires": {
|
2126
|
-
"@zohodesk/datetimejs": "1.0.0-beta.
|
2460
|
+
"@zohodesk/datetimejs": "1.0.0-beta.11",
|
2127
2461
|
"@zohodesk/normalizer": "1.0.2",
|
2128
2462
|
"core-js": "3.6.5",
|
2129
2463
|
"debug": "4.3.3",
|
@@ -2153,9 +2487,71 @@
|
|
2153
2487
|
}
|
2154
2488
|
},
|
2155
2489
|
"@zohodesk/datetimejs": {
|
2156
|
-
"version": "1.0.0-beta.
|
2157
|
-
"resolved": "https://registry.npmjs.org/@zohodesk/datetimejs/-/datetimejs-1.0.0-beta.
|
2158
|
-
"integrity": "sha512-
|
2490
|
+
"version": "1.0.0-beta.11",
|
2491
|
+
"resolved": "https://registry.npmjs.org/@zohodesk/datetimejs/-/datetimejs-1.0.0-beta.11.tgz",
|
2492
|
+
"integrity": "sha512-j7hiJ8fQqax+pDO6sr+GAOMQe+7yLuSk005ltGTUNXk+FD9uTaYN9yIVBBmBeZOVzFByhcf79MyE5cLwqTbo1g==",
|
2493
|
+
"requires": {
|
2494
|
+
"rimraf": "^6.0.1"
|
2495
|
+
},
|
2496
|
+
"dependencies": {
|
2497
|
+
"brace-expansion": {
|
2498
|
+
"version": "2.0.1",
|
2499
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
2500
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
2501
|
+
"requires": {
|
2502
|
+
"balanced-match": "^1.0.0"
|
2503
|
+
}
|
2504
|
+
},
|
2505
|
+
"glob": {
|
2506
|
+
"version": "11.0.1",
|
2507
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.1.tgz",
|
2508
|
+
"integrity": "sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==",
|
2509
|
+
"requires": {
|
2510
|
+
"foreground-child": "^3.1.0",
|
2511
|
+
"jackspeak": "^4.0.1",
|
2512
|
+
"minimatch": "^10.0.0",
|
2513
|
+
"minipass": "^7.1.2",
|
2514
|
+
"package-json-from-dist": "^1.0.0",
|
2515
|
+
"path-scurry": "^2.0.0"
|
2516
|
+
}
|
2517
|
+
},
|
2518
|
+
"lru-cache": {
|
2519
|
+
"version": "11.0.2",
|
2520
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.0.2.tgz",
|
2521
|
+
"integrity": "sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA=="
|
2522
|
+
},
|
2523
|
+
"minimatch": {
|
2524
|
+
"version": "10.0.1",
|
2525
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz",
|
2526
|
+
"integrity": "sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==",
|
2527
|
+
"requires": {
|
2528
|
+
"brace-expansion": "^2.0.1"
|
2529
|
+
}
|
2530
|
+
},
|
2531
|
+
"minipass": {
|
2532
|
+
"version": "7.1.2",
|
2533
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
2534
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
|
2535
|
+
},
|
2536
|
+
"path-scurry": {
|
2537
|
+
"version": "2.0.0",
|
2538
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
|
2539
|
+
"integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
|
2540
|
+
"requires": {
|
2541
|
+
"lru-cache": "^11.0.0",
|
2542
|
+
"minipass": "^7.1.2"
|
2543
|
+
}
|
2544
|
+
},
|
2545
|
+
"rimraf": {
|
2546
|
+
"version": "6.0.1",
|
2547
|
+
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-6.0.1.tgz",
|
2548
|
+
"integrity": "sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==",
|
2549
|
+
"requires": {
|
2550
|
+
"glob": "^11.0.0",
|
2551
|
+
"package-json-from-dist": "^1.0.0"
|
2552
|
+
}
|
2553
|
+
}
|
2554
|
+
}
|
2159
2555
|
},
|
2160
2556
|
"@zohodesk/eslint-plugin-react-performance": {
|
2161
2557
|
"version": "1.0.3",
|
@@ -2803,6 +3199,70 @@
|
|
2803
3199
|
"require-package-name": "^2.0.1"
|
2804
3200
|
}
|
2805
3201
|
},
|
3202
|
+
"babel-plugin-module-resolver": {
|
3203
|
+
"version": "5.0.2",
|
3204
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-module-resolver/-/babel-plugin-module-resolver-5.0.2.tgz",
|
3205
|
+
"integrity": "sha512-9KtaCazHee2xc0ibfqsDeamwDps6FZNo5S0Q81dUqEuFzVwPhcT4J5jOqIVvgCA3Q/wO9hKYxN/Ds3tIsp5ygg==",
|
3206
|
+
"requires": {
|
3207
|
+
"find-babel-config": "^2.1.1",
|
3208
|
+
"glob": "^9.3.3",
|
3209
|
+
"pkg-up": "^3.1.0",
|
3210
|
+
"reselect": "^4.1.7",
|
3211
|
+
"resolve": "^1.22.8"
|
3212
|
+
},
|
3213
|
+
"dependencies": {
|
3214
|
+
"brace-expansion": {
|
3215
|
+
"version": "2.0.1",
|
3216
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
|
3217
|
+
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
|
3218
|
+
"requires": {
|
3219
|
+
"balanced-match": "^1.0.0"
|
3220
|
+
}
|
3221
|
+
},
|
3222
|
+
"glob": {
|
3223
|
+
"version": "9.3.5",
|
3224
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-9.3.5.tgz",
|
3225
|
+
"integrity": "sha512-e1LleDykUz2Iu+MTYdkSsuWX8lvAjAcs0Xef0lNIu0S2wOAzuTxCJtcd9S3cijlwYF18EsU3rzb8jPVobxDh9Q==",
|
3226
|
+
"requires": {
|
3227
|
+
"fs.realpath": "^1.0.0",
|
3228
|
+
"minimatch": "^8.0.2",
|
3229
|
+
"minipass": "^4.2.4",
|
3230
|
+
"path-scurry": "^1.6.1"
|
3231
|
+
}
|
3232
|
+
},
|
3233
|
+
"is-core-module": {
|
3234
|
+
"version": "2.14.0",
|
3235
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.14.0.tgz",
|
3236
|
+
"integrity": "sha512-a5dFJih5ZLYlRtDc0dZWP7RiKr6xIKzmn/oAYCDvdLThadVgyJwlaoQPmRtMSpz+rk0OGAgIu+TcM9HUF0fk1A==",
|
3237
|
+
"requires": {
|
3238
|
+
"hasown": "^2.0.2"
|
3239
|
+
}
|
3240
|
+
},
|
3241
|
+
"minimatch": {
|
3242
|
+
"version": "8.0.4",
|
3243
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-8.0.4.tgz",
|
3244
|
+
"integrity": "sha512-W0Wvr9HyFXZRGIDgCicunpQ299OKXs9RgZfaukz4qAW/pJhcpUfupc9c+OObPOFueNy8VSrZgEmDtk6Kh4WzDA==",
|
3245
|
+
"requires": {
|
3246
|
+
"brace-expansion": "^2.0.1"
|
3247
|
+
}
|
3248
|
+
},
|
3249
|
+
"reselect": {
|
3250
|
+
"version": "4.1.8",
|
3251
|
+
"resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.8.tgz",
|
3252
|
+
"integrity": "sha512-ab9EmR80F/zQTMNeneUr4cv+jSwPJgIlvEmVwLerwrWVbpLlBuls9XHzIeTFy4cegU2NHBp3va0LKOzU5qFEYQ=="
|
3253
|
+
},
|
3254
|
+
"resolve": {
|
3255
|
+
"version": "1.22.8",
|
3256
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz",
|
3257
|
+
"integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==",
|
3258
|
+
"requires": {
|
3259
|
+
"is-core-module": "^2.13.0",
|
3260
|
+
"path-parse": "^1.0.7",
|
3261
|
+
"supports-preserve-symlinks-flag": "^1.0.0"
|
3262
|
+
}
|
3263
|
+
}
|
3264
|
+
}
|
3265
|
+
},
|
2806
3266
|
"babel-plugin-transform-define": {
|
2807
3267
|
"version": "2.0.0",
|
2808
3268
|
"resolved": "https://registry.npmjs.org/babel-plugin-transform-define/-/babel-plugin-transform-define-2.0.0.tgz",
|
@@ -3489,9 +3949,9 @@
|
|
3489
3949
|
"integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
|
3490
3950
|
},
|
3491
3951
|
"caniuse-lite": {
|
3492
|
-
"version": "1.0.
|
3493
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
3494
|
-
"integrity": "sha512-
|
3952
|
+
"version": "1.0.30001579",
|
3953
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001579.tgz",
|
3954
|
+
"integrity": "sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA=="
|
3495
3955
|
},
|
3496
3956
|
"capture-exit": {
|
3497
3957
|
"version": "2.0.0",
|
@@ -4641,6 +5101,11 @@
|
|
4641
5101
|
"stream-shift": "^1.0.0"
|
4642
5102
|
}
|
4643
5103
|
},
|
5104
|
+
"eastasianwidth": {
|
5105
|
+
"version": "0.2.0",
|
5106
|
+
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
5107
|
+
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA=="
|
5108
|
+
},
|
4644
5109
|
"ecc-jsbn": {
|
4645
5110
|
"version": "0.1.2",
|
4646
5111
|
"resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
|
@@ -5683,6 +6148,22 @@
|
|
5683
6148
|
}
|
5684
6149
|
}
|
5685
6150
|
},
|
6151
|
+
"find-babel-config": {
|
6152
|
+
"version": "2.1.1",
|
6153
|
+
"resolved": "https://registry.npmjs.org/find-babel-config/-/find-babel-config-2.1.1.tgz",
|
6154
|
+
"integrity": "sha512-5Ji+EAysHGe1OipH7GN4qDjok5Z1uw5KAwDCbicU/4wyTZY7CqOCzcWbG7J5ad9mazq67k89fXlbc1MuIfl9uA==",
|
6155
|
+
"requires": {
|
6156
|
+
"json5": "^2.2.3",
|
6157
|
+
"path-exists": "^4.0.0"
|
6158
|
+
},
|
6159
|
+
"dependencies": {
|
6160
|
+
"json5": {
|
6161
|
+
"version": "2.2.3",
|
6162
|
+
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
6163
|
+
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg=="
|
6164
|
+
}
|
6165
|
+
}
|
6166
|
+
},
|
5686
6167
|
"find-cache-dir": {
|
5687
6168
|
"version": "2.1.0",
|
5688
6169
|
"resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz",
|
@@ -5762,6 +6243,58 @@
|
|
5762
6243
|
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
|
5763
6244
|
"integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ=="
|
5764
6245
|
},
|
6246
|
+
"foreground-child": {
|
6247
|
+
"version": "3.3.0",
|
6248
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz",
|
6249
|
+
"integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==",
|
6250
|
+
"requires": {
|
6251
|
+
"cross-spawn": "^7.0.0",
|
6252
|
+
"signal-exit": "^4.0.1"
|
6253
|
+
},
|
6254
|
+
"dependencies": {
|
6255
|
+
"cross-spawn": {
|
6256
|
+
"version": "7.0.6",
|
6257
|
+
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
6258
|
+
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
6259
|
+
"requires": {
|
6260
|
+
"path-key": "^3.1.0",
|
6261
|
+
"shebang-command": "^2.0.0",
|
6262
|
+
"which": "^2.0.1"
|
6263
|
+
}
|
6264
|
+
},
|
6265
|
+
"path-key": {
|
6266
|
+
"version": "3.1.1",
|
6267
|
+
"resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
|
6268
|
+
"integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
|
6269
|
+
},
|
6270
|
+
"shebang-command": {
|
6271
|
+
"version": "2.0.0",
|
6272
|
+
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
6273
|
+
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
6274
|
+
"requires": {
|
6275
|
+
"shebang-regex": "^3.0.0"
|
6276
|
+
}
|
6277
|
+
},
|
6278
|
+
"shebang-regex": {
|
6279
|
+
"version": "3.0.0",
|
6280
|
+
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
6281
|
+
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
|
6282
|
+
},
|
6283
|
+
"signal-exit": {
|
6284
|
+
"version": "4.1.0",
|
6285
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
6286
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw=="
|
6287
|
+
},
|
6288
|
+
"which": {
|
6289
|
+
"version": "2.0.2",
|
6290
|
+
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
6291
|
+
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
6292
|
+
"requires": {
|
6293
|
+
"isexe": "^2.0.0"
|
6294
|
+
}
|
6295
|
+
}
|
6296
|
+
}
|
6297
|
+
},
|
5765
6298
|
"forever-agent": {
|
5766
6299
|
"version": "0.6.1",
|
5767
6300
|
"resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
|
@@ -6466,6 +6999,21 @@
|
|
6466
6999
|
"minimalistic-assert": "^1.0.1"
|
6467
7000
|
}
|
6468
7001
|
},
|
7002
|
+
"hasown": {
|
7003
|
+
"version": "2.0.2",
|
7004
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
7005
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
7006
|
+
"requires": {
|
7007
|
+
"function-bind": "^1.1.2"
|
7008
|
+
},
|
7009
|
+
"dependencies": {
|
7010
|
+
"function-bind": {
|
7011
|
+
"version": "1.1.2",
|
7012
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
7013
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA=="
|
7014
|
+
}
|
7015
|
+
}
|
7016
|
+
},
|
6469
7017
|
"he": {
|
6470
7018
|
"version": "1.2.0",
|
6471
7019
|
"resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz",
|
@@ -7397,6 +7945,14 @@
|
|
7397
7945
|
"istanbul-lib-report": "^3.0.0"
|
7398
7946
|
}
|
7399
7947
|
},
|
7948
|
+
"jackspeak": {
|
7949
|
+
"version": "4.0.3",
|
7950
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.0.3.tgz",
|
7951
|
+
"integrity": "sha512-oSwM7q8PTHQWuZAlp995iPpPJ4Vkl7qT0ZRD+9duL9j2oBy6KcTfyxc8mEuHJYC+z/kbps80aJLkaNzTOrf/kw==",
|
7952
|
+
"requires": {
|
7953
|
+
"@isaacs/cliui": "^8.0.2"
|
7954
|
+
}
|
7955
|
+
},
|
7400
7956
|
"jest": {
|
7401
7957
|
"version": "26.4.0",
|
7402
7958
|
"resolved": "https://registry.npmjs.org/jest/-/jest-26.4.0.tgz",
|
@@ -7903,9 +8459,9 @@
|
|
7903
8459
|
}
|
7904
8460
|
},
|
7905
8461
|
"fsevents": {
|
7906
|
-
"version": "2.3.
|
7907
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.
|
7908
|
-
"integrity": "sha512-
|
8462
|
+
"version": "2.3.3",
|
8463
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
8464
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
7909
8465
|
"optional": true
|
7910
8466
|
},
|
7911
8467
|
"is-number": {
|
@@ -9096,6 +9652,14 @@
|
|
9096
9652
|
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
9097
9653
|
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
|
9098
9654
|
},
|
9655
|
+
"linkify-it": {
|
9656
|
+
"version": "4.0.1",
|
9657
|
+
"resolved": "https://registry.npmjs.org/linkify-it/-/linkify-it-4.0.1.tgz",
|
9658
|
+
"integrity": "sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==",
|
9659
|
+
"requires": {
|
9660
|
+
"uc.micro": "^1.0.1"
|
9661
|
+
}
|
9662
|
+
},
|
9099
9663
|
"load-json-file": {
|
9100
9664
|
"version": "1.1.0",
|
9101
9665
|
"resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
|
@@ -9254,6 +9818,30 @@
|
|
9254
9818
|
"object-visit": "^1.0.0"
|
9255
9819
|
}
|
9256
9820
|
},
|
9821
|
+
"markdown-it": {
|
9822
|
+
"version": "13.0.1",
|
9823
|
+
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-13.0.1.tgz",
|
9824
|
+
"integrity": "sha512-lTlxriVoy2criHP0JKRhO2VDG9c2ypWCsT237eDiLqi09rmbKoUetyGHq2uOIRoRS//kfoJckS0eUzzkDR+k2Q==",
|
9825
|
+
"requires": {
|
9826
|
+
"argparse": "^2.0.1",
|
9827
|
+
"entities": "~3.0.1",
|
9828
|
+
"linkify-it": "^4.0.1",
|
9829
|
+
"mdurl": "^1.0.1",
|
9830
|
+
"uc.micro": "^1.0.5"
|
9831
|
+
},
|
9832
|
+
"dependencies": {
|
9833
|
+
"argparse": {
|
9834
|
+
"version": "2.0.1",
|
9835
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
9836
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
|
9837
|
+
},
|
9838
|
+
"entities": {
|
9839
|
+
"version": "3.0.1",
|
9840
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
|
9841
|
+
"integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q=="
|
9842
|
+
}
|
9843
|
+
}
|
9844
|
+
},
|
9257
9845
|
"md5.js": {
|
9258
9846
|
"version": "1.3.5",
|
9259
9847
|
"resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",
|
@@ -9264,6 +9852,11 @@
|
|
9264
9852
|
"safe-buffer": "^5.1.2"
|
9265
9853
|
}
|
9266
9854
|
},
|
9855
|
+
"mdurl": {
|
9856
|
+
"version": "1.0.1",
|
9857
|
+
"resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz",
|
9858
|
+
"integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g=="
|
9859
|
+
},
|
9267
9860
|
"media-typer": {
|
9268
9861
|
"version": "0.3.0",
|
9269
9862
|
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz",
|
@@ -9367,17 +9960,17 @@
|
|
9367
9960
|
},
|
9368
9961
|
"dependencies": {
|
9369
9962
|
"@babel/runtime": {
|
9370
|
-
"version": "7.
|
9371
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.
|
9372
|
-
"integrity": "sha512-
|
9963
|
+
"version": "7.26.9",
|
9964
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.9.tgz",
|
9965
|
+
"integrity": "sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==",
|
9373
9966
|
"requires": {
|
9374
|
-
"regenerator-runtime": "^0.
|
9967
|
+
"regenerator-runtime": "^0.14.0"
|
9375
9968
|
}
|
9376
9969
|
},
|
9377
9970
|
"regenerator-runtime": {
|
9378
|
-
"version": "0.
|
9379
|
-
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.
|
9380
|
-
"integrity": "sha512-
|
9971
|
+
"version": "0.14.1",
|
9972
|
+
"resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz",
|
9973
|
+
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw=="
|
9381
9974
|
}
|
9382
9975
|
}
|
9383
9976
|
},
|
@@ -9445,6 +10038,11 @@
|
|
9445
10038
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.6.tgz",
|
9446
10039
|
"integrity": "sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q=="
|
9447
10040
|
},
|
10041
|
+
"minipass": {
|
10042
|
+
"version": "4.2.8",
|
10043
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz",
|
10044
|
+
"integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ=="
|
10045
|
+
},
|
9448
10046
|
"mississippi": {
|
9449
10047
|
"version": "3.0.0",
|
9450
10048
|
"resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz",
|
@@ -9541,9 +10139,9 @@
|
|
9541
10139
|
"integrity": "sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ=="
|
9542
10140
|
},
|
9543
10141
|
"nan": {
|
9544
|
-
"version": "2.
|
9545
|
-
"resolved": "https://registry.npmjs.org/nan/-/nan-2.
|
9546
|
-
"integrity": "sha512-
|
10142
|
+
"version": "2.19.0",
|
10143
|
+
"resolved": "https://registry.npmjs.org/nan/-/nan-2.19.0.tgz",
|
10144
|
+
"integrity": "sha512-nO1xXxfh/RWNxfd/XPfbIfFk5vgLsAxUR9y5O0cHMJu/AW9U95JLXqthYHjEp+8gQ5p96K9jUp8nbVOxCdRbtw==",
|
9547
10145
|
"optional": true
|
9548
10146
|
},
|
9549
10147
|
"nanomatch": {
|
@@ -9813,9 +10411,9 @@
|
|
9813
10411
|
}
|
9814
10412
|
},
|
9815
10413
|
"fsevents": {
|
9816
|
-
"version": "2.3.
|
9817
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.
|
9818
|
-
"integrity": "sha512-
|
10414
|
+
"version": "2.3.3",
|
10415
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
10416
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
9819
10417
|
"optional": true
|
9820
10418
|
},
|
9821
10419
|
"glob-parent": {
|
@@ -10470,6 +11068,11 @@
|
|
10470
11068
|
}
|
10471
11069
|
}
|
10472
11070
|
},
|
11071
|
+
"package-json-from-dist": {
|
11072
|
+
"version": "1.0.1",
|
11073
|
+
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz",
|
11074
|
+
"integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw=="
|
11075
|
+
},
|
10473
11076
|
"pako": {
|
10474
11077
|
"version": "1.0.11",
|
10475
11078
|
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
|
@@ -10598,6 +11201,27 @@
|
|
10598
11201
|
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
10599
11202
|
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
|
10600
11203
|
},
|
11204
|
+
"path-scurry": {
|
11205
|
+
"version": "1.11.1",
|
11206
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
11207
|
+
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
11208
|
+
"requires": {
|
11209
|
+
"lru-cache": "^10.2.0",
|
11210
|
+
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
11211
|
+
},
|
11212
|
+
"dependencies": {
|
11213
|
+
"lru-cache": {
|
11214
|
+
"version": "10.2.2",
|
11215
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
|
11216
|
+
"integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ=="
|
11217
|
+
},
|
11218
|
+
"minipass": {
|
11219
|
+
"version": "7.1.2",
|
11220
|
+
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
11221
|
+
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw=="
|
11222
|
+
}
|
11223
|
+
}
|
11224
|
+
},
|
10601
11225
|
"path-to-regexp": {
|
10602
11226
|
"version": "0.1.7",
|
10603
11227
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz",
|
@@ -10708,6 +11332,46 @@
|
|
10708
11332
|
}
|
10709
11333
|
}
|
10710
11334
|
},
|
11335
|
+
"pkg-up": {
|
11336
|
+
"version": "3.1.0",
|
11337
|
+
"resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
|
11338
|
+
"integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
|
11339
|
+
"requires": {
|
11340
|
+
"find-up": "^3.0.0"
|
11341
|
+
},
|
11342
|
+
"dependencies": {
|
11343
|
+
"find-up": {
|
11344
|
+
"version": "3.0.0",
|
11345
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
|
11346
|
+
"integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
|
11347
|
+
"requires": {
|
11348
|
+
"locate-path": "^3.0.0"
|
11349
|
+
}
|
11350
|
+
},
|
11351
|
+
"locate-path": {
|
11352
|
+
"version": "3.0.0",
|
11353
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
|
11354
|
+
"integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
|
11355
|
+
"requires": {
|
11356
|
+
"p-locate": "^3.0.0",
|
11357
|
+
"path-exists": "^3.0.0"
|
11358
|
+
}
|
11359
|
+
},
|
11360
|
+
"p-locate": {
|
11361
|
+
"version": "3.0.0",
|
11362
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
|
11363
|
+
"integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
|
11364
|
+
"requires": {
|
11365
|
+
"p-limit": "^2.0.0"
|
11366
|
+
}
|
11367
|
+
},
|
11368
|
+
"path-exists": {
|
11369
|
+
"version": "3.0.0",
|
11370
|
+
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
|
11371
|
+
"integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ=="
|
11372
|
+
}
|
11373
|
+
}
|
11374
|
+
},
|
10711
11375
|
"posix-character-classes": {
|
10712
11376
|
"version": "0.1.1",
|
10713
11377
|
"resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
|
@@ -11328,9 +11992,9 @@
|
|
11328
11992
|
"integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ=="
|
11329
11993
|
},
|
11330
11994
|
"path-to-regexp": {
|
11331
|
-
"version": "1.
|
11332
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.
|
11333
|
-
"integrity": "sha512-
|
11995
|
+
"version": "1.9.0",
|
11996
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz",
|
11997
|
+
"integrity": "sha512-xIp7/apCFJuUHdDLWe8O1HIkb0kQrOMb/0u6FXQjemHn/ii5LrIzU6bdECnsiTF/GjZkMEKg1xdiZwNqDYlZ6g==",
|
11334
11998
|
"requires": {
|
11335
11999
|
"isarray": "0.0.1"
|
11336
12000
|
}
|
@@ -12400,7 +13064,7 @@
|
|
12400
13064
|
"sprintf-js": {
|
12401
13065
|
"version": "1.0.3",
|
12402
13066
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
|
12403
|
-
"integrity": "
|
13067
|
+
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g=="
|
12404
13068
|
},
|
12405
13069
|
"sshpk": {
|
12406
13070
|
"version": "1.17.0",
|
@@ -12558,6 +13222,41 @@
|
|
12558
13222
|
}
|
12559
13223
|
}
|
12560
13224
|
},
|
13225
|
+
"string-width-cjs": {
|
13226
|
+
"version": "npm:string-width@4.2.3",
|
13227
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
13228
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
13229
|
+
"requires": {
|
13230
|
+
"emoji-regex": "^8.0.0",
|
13231
|
+
"is-fullwidth-code-point": "^3.0.0",
|
13232
|
+
"strip-ansi": "^6.0.1"
|
13233
|
+
},
|
13234
|
+
"dependencies": {
|
13235
|
+
"ansi-regex": {
|
13236
|
+
"version": "5.0.1",
|
13237
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
13238
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
13239
|
+
},
|
13240
|
+
"emoji-regex": {
|
13241
|
+
"version": "8.0.0",
|
13242
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
13243
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
13244
|
+
},
|
13245
|
+
"is-fullwidth-code-point": {
|
13246
|
+
"version": "3.0.0",
|
13247
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
13248
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
|
13249
|
+
},
|
13250
|
+
"strip-ansi": {
|
13251
|
+
"version": "6.0.1",
|
13252
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
13253
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
13254
|
+
"requires": {
|
13255
|
+
"ansi-regex": "^5.0.1"
|
13256
|
+
}
|
13257
|
+
}
|
13258
|
+
}
|
13259
|
+
},
|
12561
13260
|
"string.prototype.matchall": {
|
12562
13261
|
"version": "4.0.7",
|
12563
13262
|
"resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.7.tgz",
|
@@ -12609,6 +13308,21 @@
|
|
12609
13308
|
"ansi-regex": "^2.0.0"
|
12610
13309
|
}
|
12611
13310
|
},
|
13311
|
+
"strip-ansi-cjs": {
|
13312
|
+
"version": "npm:strip-ansi@6.0.1",
|
13313
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
13314
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
13315
|
+
"requires": {
|
13316
|
+
"ansi-regex": "^5.0.1"
|
13317
|
+
},
|
13318
|
+
"dependencies": {
|
13319
|
+
"ansi-regex": {
|
13320
|
+
"version": "5.0.1",
|
13321
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
13322
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
13323
|
+
}
|
13324
|
+
}
|
13325
|
+
},
|
12612
13326
|
"strip-bom": {
|
12613
13327
|
"version": "4.0.0",
|
12614
13328
|
"resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
|
@@ -12838,7 +13552,7 @@
|
|
12838
13552
|
"text-table": {
|
12839
13553
|
"version": "0.2.0",
|
12840
13554
|
"resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
|
12841
|
-
"integrity": "
|
13555
|
+
"integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw=="
|
12842
13556
|
},
|
12843
13557
|
"throat": {
|
12844
13558
|
"version": "5.0.0",
|
@@ -12868,9 +13582,9 @@
|
|
12868
13582
|
}
|
12869
13583
|
},
|
12870
13584
|
"tiny-invariant": {
|
12871
|
-
"version": "1.3.
|
12872
|
-
"resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.
|
12873
|
-
"integrity": "sha512
|
13585
|
+
"version": "1.3.3",
|
13586
|
+
"resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz",
|
13587
|
+
"integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg=="
|
12874
13588
|
},
|
12875
13589
|
"tiny-warning": {
|
12876
13590
|
"version": "1.0.3",
|
@@ -12982,6 +13696,106 @@
|
|
12982
13696
|
"resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
|
12983
13697
|
"integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
|
12984
13698
|
},
|
13699
|
+
"ts-loader": {
|
13700
|
+
"version": "8.2.0",
|
13701
|
+
"resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.2.0.tgz",
|
13702
|
+
"integrity": "sha512-ebXBFrNyMSmbWgjnb3WBloUBK+VSx1xckaXsMXxlZRDqce/OPdYBVN5efB0W3V0defq0Gcy4YuzvPGqRgjj85A==",
|
13703
|
+
"requires": {
|
13704
|
+
"chalk": "^4.1.0",
|
13705
|
+
"enhanced-resolve": "^4.0.0",
|
13706
|
+
"loader-utils": "^2.0.0",
|
13707
|
+
"micromatch": "^4.0.0",
|
13708
|
+
"semver": "^7.3.4"
|
13709
|
+
},
|
13710
|
+
"dependencies": {
|
13711
|
+
"ansi-styles": {
|
13712
|
+
"version": "4.3.0",
|
13713
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
13714
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
13715
|
+
"requires": {
|
13716
|
+
"color-convert": "^2.0.1"
|
13717
|
+
}
|
13718
|
+
},
|
13719
|
+
"braces": {
|
13720
|
+
"version": "3.0.3",
|
13721
|
+
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
13722
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
13723
|
+
"requires": {
|
13724
|
+
"fill-range": "^7.1.1"
|
13725
|
+
}
|
13726
|
+
},
|
13727
|
+
"chalk": {
|
13728
|
+
"version": "4.1.2",
|
13729
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
13730
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
13731
|
+
"requires": {
|
13732
|
+
"ansi-styles": "^4.1.0",
|
13733
|
+
"supports-color": "^7.1.0"
|
13734
|
+
}
|
13735
|
+
},
|
13736
|
+
"color-convert": {
|
13737
|
+
"version": "2.0.1",
|
13738
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
13739
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
13740
|
+
"requires": {
|
13741
|
+
"color-name": "~1.1.4"
|
13742
|
+
}
|
13743
|
+
},
|
13744
|
+
"color-name": {
|
13745
|
+
"version": "1.1.4",
|
13746
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
13747
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
13748
|
+
},
|
13749
|
+
"fill-range": {
|
13750
|
+
"version": "7.1.1",
|
13751
|
+
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
13752
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
13753
|
+
"requires": {
|
13754
|
+
"to-regex-range": "^5.0.1"
|
13755
|
+
}
|
13756
|
+
},
|
13757
|
+
"has-flag": {
|
13758
|
+
"version": "4.0.0",
|
13759
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
13760
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
|
13761
|
+
},
|
13762
|
+
"is-number": {
|
13763
|
+
"version": "7.0.0",
|
13764
|
+
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
13765
|
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
|
13766
|
+
},
|
13767
|
+
"micromatch": {
|
13768
|
+
"version": "4.0.7",
|
13769
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
|
13770
|
+
"integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
|
13771
|
+
"requires": {
|
13772
|
+
"braces": "^3.0.3",
|
13773
|
+
"picomatch": "^2.3.1"
|
13774
|
+
}
|
13775
|
+
},
|
13776
|
+
"semver": {
|
13777
|
+
"version": "7.6.2",
|
13778
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz",
|
13779
|
+
"integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w=="
|
13780
|
+
},
|
13781
|
+
"supports-color": {
|
13782
|
+
"version": "7.2.0",
|
13783
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
13784
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
13785
|
+
"requires": {
|
13786
|
+
"has-flag": "^4.0.0"
|
13787
|
+
}
|
13788
|
+
},
|
13789
|
+
"to-regex-range": {
|
13790
|
+
"version": "5.0.1",
|
13791
|
+
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
13792
|
+
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
13793
|
+
"requires": {
|
13794
|
+
"is-number": "^7.0.0"
|
13795
|
+
}
|
13796
|
+
}
|
13797
|
+
}
|
13798
|
+
},
|
12985
13799
|
"tslib": {
|
12986
13800
|
"version": "2.4.0",
|
12987
13801
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
|
@@ -13045,6 +13859,16 @@
|
|
13045
13859
|
"is-typedarray": "^1.0.0"
|
13046
13860
|
}
|
13047
13861
|
},
|
13862
|
+
"typescript": {
|
13863
|
+
"version": "5.2.2",
|
13864
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
|
13865
|
+
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w=="
|
13866
|
+
},
|
13867
|
+
"uc.micro": {
|
13868
|
+
"version": "1.0.6",
|
13869
|
+
"resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
|
13870
|
+
"integrity": "sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA=="
|
13871
|
+
},
|
13048
13872
|
"uglify-js": {
|
13049
13873
|
"version": "3.17.3",
|
13050
13874
|
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.3.tgz",
|
@@ -13540,9 +14364,9 @@
|
|
13540
14364
|
}
|
13541
14365
|
},
|
13542
14366
|
"fsevents": {
|
13543
|
-
"version": "2.3.
|
13544
|
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.
|
13545
|
-
"integrity": "sha512-
|
14367
|
+
"version": "2.3.3",
|
14368
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
14369
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
13546
14370
|
"optional": true
|
13547
14371
|
},
|
13548
14372
|
"glob-parent": {
|
@@ -14247,10 +15071,76 @@
|
|
14247
15071
|
}
|
14248
15072
|
}
|
14249
15073
|
},
|
15074
|
+
"wrap-ansi-cjs": {
|
15075
|
+
"version": "npm:wrap-ansi@7.0.0",
|
15076
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
15077
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
15078
|
+
"requires": {
|
15079
|
+
"ansi-styles": "^4.0.0",
|
15080
|
+
"string-width": "^4.1.0",
|
15081
|
+
"strip-ansi": "^6.0.0"
|
15082
|
+
},
|
15083
|
+
"dependencies": {
|
15084
|
+
"ansi-regex": {
|
15085
|
+
"version": "5.0.1",
|
15086
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
15087
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
|
15088
|
+
},
|
15089
|
+
"ansi-styles": {
|
15090
|
+
"version": "4.3.0",
|
15091
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
15092
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
15093
|
+
"requires": {
|
15094
|
+
"color-convert": "^2.0.1"
|
15095
|
+
}
|
15096
|
+
},
|
15097
|
+
"color-convert": {
|
15098
|
+
"version": "2.0.1",
|
15099
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
15100
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
15101
|
+
"requires": {
|
15102
|
+
"color-name": "~1.1.4"
|
15103
|
+
}
|
15104
|
+
},
|
15105
|
+
"color-name": {
|
15106
|
+
"version": "1.1.4",
|
15107
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
15108
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
15109
|
+
},
|
15110
|
+
"emoji-regex": {
|
15111
|
+
"version": "8.0.0",
|
15112
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
|
15113
|
+
"integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
|
15114
|
+
},
|
15115
|
+
"is-fullwidth-code-point": {
|
15116
|
+
"version": "3.0.0",
|
15117
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
|
15118
|
+
"integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
|
15119
|
+
},
|
15120
|
+
"string-width": {
|
15121
|
+
"version": "4.2.3",
|
15122
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
15123
|
+
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
15124
|
+
"requires": {
|
15125
|
+
"emoji-regex": "^8.0.0",
|
15126
|
+
"is-fullwidth-code-point": "^3.0.0",
|
15127
|
+
"strip-ansi": "^6.0.1"
|
15128
|
+
}
|
15129
|
+
},
|
15130
|
+
"strip-ansi": {
|
15131
|
+
"version": "6.0.1",
|
15132
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
15133
|
+
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
15134
|
+
"requires": {
|
15135
|
+
"ansi-regex": "^5.0.1"
|
15136
|
+
}
|
15137
|
+
}
|
15138
|
+
}
|
15139
|
+
},
|
14250
15140
|
"wrappy": {
|
14251
15141
|
"version": "1.0.2",
|
14252
15142
|
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
14253
|
-
"integrity": "
|
15143
|
+
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ=="
|
14254
15144
|
},
|
14255
15145
|
"write": {
|
14256
15146
|
"version": "1.0.3",
|